-
Global information
- Generated on Sun May 23 14:59:06 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-05-23_160000.log
- Parsed 48,354 log entries in 5s
- Log start from 2021-05-23 16:00:00 to 2021-05-23 16:59:01
-
Overview
Global Stats
- 214 Number of unique normalized queries
- 1,446 Number of queries
- 1h13m59s Total query duration
- 2021-05-23 16:00:10 First query
- 2021-05-23 16:58:58 Last query
- 37 queries/s at 2021-05-23 16:20:35 Query peak
- 1h13m59s Total query duration
- 0ms Prepare/parse total duration
- 845ms Bind total duration
- 1h13m58s Execute total duration
- 19,886 Number of events
- 4 Number of unique normalized events
- 17,508 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
- 250 Number temporary file
- 120.56 MiB Max size of temporary file
- 10.32 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,446 Average queries per session
- 1h13m59s 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
- 37 queries/s Query Peak
- 2021-05-23 16:20:35 Date
SELECT Traffic
Key values
- 37 queries/s Query Peak
- 2021-05-23 16:20:35 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 6 queries/s Query Peak
- 2021-05-23 16:11:12 Date
Queries duration
Key values
- 1h13m59s 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 16 1,446 0ms 27s192ms 3s69ms 1m37s 1m38s 1m40s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 23 16 444 13 423ms 4s822ms 5s594ms 9s494ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 23 16 174 32 0 16 15s405ms 1m1s 1m5s 1m10s Day Hour Prepare Bind Bind/Prepare Percentage of prepare May 23 16 0 966 966.00 0.00% Day Hour Count Average / Second May 23 16 0 0.00/s Day Hour Count Average Duration Average idle time May 23 16 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 16 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync May 23 16 0 0 0 0 0s 0s Day Hour Count Avg time (sec) May 23 16 0 0s Day Hour Mean distance Mean estimate May 23 16 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 59.39 MiB Temp Files size Peak
- 2021-05-23 16:31:03 Date
Number of temporary files
Key values
- 4 per second Temp Files Peak
- 2021-05-23 16:31:03 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size May 23 16 250 2.52 GiB 10.32 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 77 580.02 MiB 5.77 MiB 9.02 MiB 7.53 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, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;
Date: 2021-05-23 16:26:09 Duration: 0ms Database: acaweb_fx User: postgres
2 61 283.18 MiB 2.77 MiB 8.57 MiB 4.64 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, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253, $254, $255, $256, $257, $258, $259, $260, $261, $262, $263, $264, $265, $266, $267, $268, $269, $270, $271, $272, $273, $274, $275, $276, $277, $278, $279, $280, $281, $282, $283, $284, $285, $286, $287, $288, $289, $290, $291, $292, $293, $294, $295, $296, $297, $298, $299, $300, $301, $302, $303, $304, $305, $306, $307, $308, $309, $310, $311, $312, $313, $314, $315, $316, $317, $318, $319, $320, $321, $322, $323, $324, $325, $326, $327, $328, $329, $330, $331, $332, $333, $334, $335, $336, $337, $338, $339, $340, $341)) AND ($342 = 0 OR fr.pattern in ($343)) AND ($344 = 0 OR fr.patternlengthbars <= $345) AND ($346 = 0 OR ($347 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($348 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $349 OR relevant = 1) AND ($350 = 0 OR age <= $351) ORDER BY identified DESC, length DESC;
Date: 2021-05-23 16:25:45 Duration: 0ms Database: acaweb_fx User: postgres
3 13 1.53 GiB 120.47 MiB 120.56 MiB 120.51 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 16:33:07 Duration: 5s332ms 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 16:01:07 Duration: 5s41ms 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 16:46:07 Duration: 4s902ms Database: acaweb_fx User: postgres
4 9 25.38 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 16:26:32 Duration: 0ms Database: acaweb_fx User: postgres
5 4 23.70 MiB 5.92 MiB 5.93 MiB 5.93 MiB select updateresultsmaterializedview ();-
select updateresultsmaterializedview ();
Date: 2021-05-23 16:32:08 Duration: 1s570ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-23 16:02:09 Duration: 1s547ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-23 16:47:08 Duration: 1s515ms Database: acaweb_fx User: postgres
6 2 12.20 MiB 6.10 MiB 6.10 MiB 6.10 MiB )) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
)) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 514164647 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 16:32:52 Duration: 0ms Database: acaweb_fx User: postgres
7 1 5.99 MiB 5.99 MiB 5.99 MiB 5.99 MiB when ? then ? when ? then ? when ? then ? when ? then ? when ? then ? end)) order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 16:20:35 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 120.56 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 16:51:02 - Database: acaweb_fx - User: postgres ]
2 120.55 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 16:46:02 - Database: acaweb_fx - User: postgres ]
3 120.55 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 16:48:03 - Database: acaweb_fx - User: postgres ]
4 120.51 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 16:31:02 - Database: acaweb_fx - User: postgres ]
5 120.51 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 16:33:03 - Database: acaweb_fx - User: postgres ]
6 120.51 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 16:36:03 - Database: acaweb_fx - User: postgres ]
7 120.50 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 16:16:02 - Database: acaweb_fx - User: postgres ]
8 120.50 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 16:18:02 - Database: acaweb_fx - User: postgres ]
9 120.50 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 16:21:02 - Database: acaweb_fx - User: postgres ]
10 120.47 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 16:11:03 - Database: acaweb_fx - User: postgres ]
11 120.47 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 16:01:02 - Database: acaweb_fx - User: postgres ]
12 120.47 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 16:03:02 - Database: acaweb_fx - User: postgres ]
13 120.47 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 16:06:02 - Database: acaweb_fx - User: postgres ]
14 9.02 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 16:50:34 - Database: acaweb_fx - User: postgres ]
15 9.02 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 16:55:34 - Database: acaweb_fx - User: postgres ]
16 9.02 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 16:20:34 - Database: acaweb_fx - User: postgres ]
17 9.02 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 16:25:34 - Database: acaweb_fx - User: postgres ]
18 9.02 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 16:30:34 - Database: acaweb_fx - User: postgres ]
19 9.02 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 16:35:34 - Database: acaweb_fx - User: postgres ]
20 9.02 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 16:40: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 16 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
- 997 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 1,446 Requests
- 1h13m58s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 1,118 Requests
User Request type Count Duration pgperfstats Total 328 57m12s insert 166 56m52s select 162 20s157ms postgres Total 1,118 16m45s copy from 16 2s579ms copy to 13 1m2s cte 762 13m36s insert 8 725ms others 5 8s519ms select 282 1m51s update 32 4s272ms Duration by user
Key values
- 57m12s (pgperfstats) Main time consuming user
User Request type Count Duration pgperfstats Total 328 57m12s insert 166 56m52s select 162 20s157ms postgres Total 1,118 16m45s copy from 16 2s579ms copy to 13 1m2s cte 762 13m36s insert 8 725ms others 5 8s519ms select 282 1m51s update 32 4s272ms Queries by host
Key values
- unknown Main host
- 1,446 Requests
- 1h13m58s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 1,446 Requests
- 1h13m58s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-05-23 16:13:19 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 630 100-500ms duration
Slowest individual queries
Rank Duration Query 1 27s192ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 986515, 1, 990, '2021-05-23 00:00:00', 367.819628642429, 430.374423076924, 547.246258978429, 615.016730769231, 585.653988200076, 790.090576923077, 850.767341770877, 1445.46326923077, 2054.10381491743, 3315.06288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1005, '2021-05-23 00:00:00', 279.305177981967, 389.541538461539, 365.405076375678, 532.918653846154, 519.600658379438, 758.432115384616, 818.663838223367, 1366.85115384615, 2041.70609499383, 3282.70519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1020, '2021-05-23 00:00:00', 233.687185169536, 374.777692307692, 297.280068959584, 500.333846153846, 519.960292580153, 758.890961538461, 772.675165622557, 1324.16538461538, 2040.37786109255, 3286.33384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1035, '2021-05-23 00:00:00', 199.06341738994, 339.960192307692, 373.027911611337, 527.208653846154, 512.29348109788, 757.184230769231, 738.545402550201, 1273.68903846154, 2029.13263540161, 3293.09673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1050, '2021-05-23 00:00:00', 287.48050282765, 379.315961538461, 361.255696750397, 521.313846153846, 447.83199431655, 720.998461538461, 747.286638889399, 1231.90884615385, 2020.31372193883, 3302.84288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1065, '2021-05-23 00:00:00', 247.869584015233, 372.463269230769, 324.573068948272, 548.9325, 432.241688663432, 728.831153846153, 751.816419152872, 1213.78038461538, 2019.03201533504, 3299.81173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1080, '2021-05-23 00:00:00', 301.507216559635, 432.491538461538, 359.830855007653, 559.906538461538, 463.214327460801, 768.300192307692, 741.114527694529, 1203.70326923077, 2019.03201533504, 3299.81173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1095, '2021-05-23 00:00:00', 257.684213029168, 362.702692307692, 345.057715875352, 509.546346153846, 473.247177979477, 738.563461538462, 777.575665805339, 1195.26384615385, 2028.47279718425, 3326.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1110, '2021-05-23 00:00:00', 232.24613048329, 342.687307692308, 359.736216257884, 505.316538461538, 507.681657379784, 763.12826923077, 781.485133033671, 1174.29057692308, 2028.205351525, 3325.70942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1125, '2021-05-23 00:00:00', 343.406466217514, 411.16, 395.092909116908, 598.722692307693, 619.546825591994, 774.158653846155, 807.200596071981, 1205.43019230769, 2027.05425273597, 3355.00019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1140, '2021-05-23 00:00:00', 317.744780621904, 450.122692307693, 429.953973509554, 577.694423076924, 570.555051647483, 749.072692307693, 969.782046275348, 1274.52, 2001.0911499348, 3346.88423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1155, '2021-05-23 00:00:00', 309.001730076125, 382.260961538462, 456.047571870946, 505.37576923077, 531.025323670271, 698.626346153847, 1048.09246819399, 1288.30480769231, 1974.75872956727, 3315.46192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1170, '2021-05-23 00:00:00', 209.793372030306, 305.490384615385, 305.904934658064, 447.911923076924, 393.518098251577, 643.511538461539, 1072.87001912765, 1316.31480769231, 1962.99989978028, 3301.25076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1185, '2021-05-23 00:00:00', 197.198098502398, 298.309807692308, 282.02627335471, 438.742884615385, 401.085421930243, 603.369807692308, 1145.94488083999, 1409.16076923077, 1970.42551820421, 3300.36711538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1200, '2021-05-23 00:00:00', 213.450443560902, 330.807884615385, 286.896329460928, 462.028076923077, 386.546011563357, 592.418461538462, 1142.65593995595, 1414.54115384615, 1965.5151472349, 3292.34461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1215, '2021-05-23 00:00:00', 243.447480561713, 325.334615384615, 334.756405123993, 422.826538461537, 436.71687077345, 570.701923076923, 1113.64438521273, 1429.54038461538, 1964.33166938326, 3297.54096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1230, '2021-05-23 00:00:00', 199.690268472587, 280.660576923076, 252.041823423523, 389.729423076924, 430.292127520408, 556.554038461539, 1095.85465736567, 1411.64403846154, 1962.01340298505, 3286.10019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1245, '2021-05-23 00:00:00', 197.205754636741, 309.540384615385, 343.379510015466, 425.502692307693, 438.640717564063, 572.448653846154, 1060.40135998304, 1405.53673076923, 1959.06373723317, 3277.275 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1260, '2021-05-23 00:00:00', 211.547656246494, 314.599230769231, 287.526533990076, 420.127115384616, 332.512764566323, 511.361538461539, 1048.29407872344, 1375.93384615385, 1948.22638672066, 3246.95442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1275, '2021-05-23 00:00:00', 179.953065115923, 285.486153846154, 269.133701067818, 390.647692307692, 392.98526087966, 548.560576923077, 1055.04055143992, 1362.39557692308, 1942.51697209099, 3232.38846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1290, '2021-05-23 00:00:00', 208.163818857612, 273.705769230769, 267.25694147573, 351.570192307692, 359.77492106043, 535.609038461538, 1149.4647402557, 1402.55134615385, 1938.07494036999, 3217.62692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1305, '2021-05-23 00:00:00', 149.977095107758, 261.165192307692, 311.639749435701, 427.217115384615, 336.760779219235, 587.642884615384, 1132.20948098066, 1430.2625, 1932.58837029319, 3216.7225 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1320, '2021-05-23 00:00:00', 221.656771871514, 304.0225, 230.073238720011, 392.161346153846, 618.383251716088, 659.889807692308, 1110.61474931244, 1412.89788461538, 1912.73635882258, 3180.30538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1335, '2021-05-23 00:00:00', 157.603135527672, 278.418076923076, 236.789485468877, 407.296153846153, 719.095870990681, 672.685384615384, 1151.4045971249, 1464.59711538462, 1899.55146729591, 3156.55096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1350, '2021-05-23 00:00:00', 192.503147555186, 292.804423076923, 557.853616720786, 500.152692307693, 752.552875203719, 716.12576923077, 1128.27952848069, 1452.86115384615, 1894.78942088301, 3146.11692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1365, '2021-05-23 00:00:00', 421.612300973346, 378.045961538462, 561.722991394438, 495.946346153846, 669.867406979948, 755.634038461538, 1008.02837625384, 1439.01480769231, 1858.13826980048, 3116.56865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1380, '2021-05-23 00:00:00', 320.352262356072, 332.515576923076, 444.319954622619, 480.979615384615, 519.289544984892, 695.351153846153, 882.413972185325, 1409.39326923077, 1834.23549886667, 3080.05942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1395, '2021-05-23 00:00:00', 203.072120840393, 298.528846153847, 378.598615103932, 481.391153846154, 392.296220715339, 620.593461538461, 798.796538917451, 1326.0125, 1843.47522999225, 3023.33480769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1410, '2021-05-23 00:00:00', 344.917148785985, 375.214423076923, 338.399073408954, 448.650961538461, 381.118073206524, 613.280576923076, 824.668454263987, 1403.68692307692, 1842.2451393562, 3011.82153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1425, '2021-05-23 00:00:00', 148.553520048008, 247.764423076922, 264.468965029707, 420.14673076923, 364.411770974074, 606.977692307691, 817.936705292065, 1384.00596153846, 1840.71770173798, 3009.97346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 0, '2021-05-23 00:00:00', 189.030337357221, 294.044230769231, 257.654725180887, 404.430961538461, 374.293302807231, 601.662884615385, 963.644782894151, 1480.04365384615, 1839.85054626602, 3008.32923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 15, '2021-05-23 00:00:00', 153.919340844107, 257.25173076923, 259.120848673711, 425.15423076923, 392.072238869759, 615.517115384615, 951.765152598319, 1476.9925, 1780.22600473545, 2993.32211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 30, '2021-05-23 00:00:00', 198.000549890553, 319.324807692308, 286.73714416685, 429.965192307693, 511.488012288129, 701.302692307693, 975.147920537976, 1477.53153846154, 1751.29327736005, 2971.5775 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 45, '2021-05-23 00:00:00', 240.392213626701, 295.882115384615, 351.613940525466, 474.825384615385, 509.119383708923, 711.253076923077, 983.656549263336, 1487.02942307692, 1748.0904260384, 2967.71134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 60, '2021-05-23 00:00:00', 299.762512693543, 361.572115384616, 485.387440023906, 553.270192307692, 510.618804464362, 717.501153846154, 1014.28350471727, 1498.62153846154, 1726.78020372039, 2981.20115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 75, '2021-05-23 00:00:00', 321.326001855531, 375.477692307691, 330.990096336152, 496.713846153846, 487.207290602778, 718.4675, 978.064859829013, 1439.23711538462, 1717.84491695161, 2953.59230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 90, '2021-05-23 00:00:00', 192.725560603374, 343.27826923077, 252.004107737582, 444.971153846154, 415.507572219624, 703.085384615385, 1021.48319772282, 1469.83403846154, 1717.54106505009, 2947.31923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 105, '2021-05-23 00:00:00', 199.855617497694, 296.239230769231, 382.315423778083, 533.911153846153, 423.697702015381, 711.443653846154, 1029.27730635157, 1489.60788461539, 1713.02065660222, 2952.13173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 120, '2021-05-23 00:00:00', 308.288518569924, 433.010961538461, 354.758666831411, 566.79, 386.392519995335, 725.402884615384, 1011.79207656932, 1520.69269230769, 1672.46172192794, 2964.29307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 135, '2021-05-23 00:00:00', 202.053119952688, 342.461153846154, 272.812015312037, 476.161153846154, 389.423724403716, 709.472692307692, 961.467734373158, 1491.60442307692, 1628.10686184065, 2996.63384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 150, '2021-05-23 00:00:00', 237.522496179916, 345.343461538462, 299.243190683533, 499.132307692308, 509.84575736046, 833.537307692308, 973.170195327641, 1495.98096153846, 1619.50021076243, 3014.95346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 165, '2021-05-23 00:00:00', 208.511846191418, 353.748076923077, 323.425906947194, 544.273846153846, 503.675969686746, 803.946730769231, 935.877529542461, 1438.8675, 1608.86655187702, 2974.89557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 180, '2021-05-23 00:00:00', 223.606577993238, 360.535384615384, 403.8847839452, 575.382307692307, 701.291097851778, 838.821923076923, 979.850401716271, 1412.17653846154, 1615.75762147359, 2997.845 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 195, '2021-05-23 00:00:00', 327.952908909718, 412.152115384615, 394.694078227877, 532.466923076923, 658.154831068384, 792.825576923077, 942.695112120481, 1351.31538461538, 1525.14616341336, 2970.0125 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 210, '2021-05-23 00:00:00', 195.126530240883, 328.749615384615, 493.398893114346, 550.167307692308, 516.990625931086, 689.226153846154, 900.233375266317, 1295.44576923077, 1465.67922886286, 2918.09903846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 225, '2021-05-23 00:00:00', 413.561126425847, 401.671153846154, 419.296433128714, 511.737307692308, 460.044894899986, 640.631538461539, 879.221533812812, 1281.39307692308, 1455.98790011626, 2910.80519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 240, '2021-05-23 00:00:00', 233.586916574883, 340.119807692308, 271.170798800384, 444.510961538462, 429.247588964511, 605.674615384615, 879.998049745653, 1260.38692307692, 1430.69109735606, 2899.92173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 255, '2021-05-23 00:00:00', 210.833781847309, 320.979038461538, 308.297995614883, 427.728076923077, 402.294778365891, 561.617307692308, 886.752335702851, 1265.93269230769, 1446.713046973, 2916.99673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 270, '2021-05-23 00:00:00', 179.705658775678, 289.265, 283.300843415685, 421.594038461538, 378.34556263269, 612.199615384615, 835.975250409342, 1246.92980769231, 1394.725207065, 2913.0725 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 285, '2021-05-23 00:00:00', 168.78460959414, 306.239615384615, 301.64186544088, 415.970576923077, 400.248554484153, 634.864423076923, 840.344755119565, 1260.11019230769, 1439.60486728548, 2941.44096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 300, '2021-05-23 00:00:00', 247.356137413012, 300.75673076923, 343.740866619979, 483.165576923077, 445.035199630321, 644.644999999999, 856.19466990893, 1258.81730769231, 1438.17887816653, 2944.51788461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 315, '2021-05-23 00:00:00', 268.72315197451, 359.266346153845, 360.776973705843, 483.072884615384, 457.551175622339, 643.33923076923, 830.543372621734, 1247.78326923077, 1434.17587916053, 2952.00826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 330, '2021-05-23 00:00:00', 187.233050447831, 289.255, 316.328756022299, 434.541153846153, 374.990105841987, 587.29423076923, 786.84688589722, 1221.27692307692, 1431.26530900288, 2958.23865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 345, '2021-05-23 00:00:00', 231.03753390271, 326.930384615384, 286.986629322424, 444.614615384615, 423.49539552215, 586.512692307691, 770.854457898207, 1241.01346153846, 1425.91707432527, 2978.02211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 360, '2021-05-23 00:00:00', 217.092134260744, 335.746730769231, 258.800447176302, 424.275576923077, 498.373967266936, 626.775769230769, 740.185779036275, 1262.24653846154, 1431.46330573599, 2993.58615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 375, '2021-05-23 00:00:00', 242.18185393244, 321.546923076923, 370.54684018374, 441.323076923077, 575.979337458852, 655.971538461538, 775.429711972658, 1277.585, 1443.23952323104, 3014.63692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 390, '2021-05-23 00:00:00', 243.526973879929, 292.173653846153, 394.917735881597, 457.015384615385, 564.467184426197, 642.305961538461, 804.758762237694, 1277.69288461539, 1451.33671191698, 3032.78 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 405, '2021-05-23 00:00:00', 250.18765712284, 333.866153846155, 327.650027468862, 455.602884615385, 413.833551788686, 613.859038461539, 741.730273857765, 1268.18134615385, 1420.85268831453, 3036.84615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 420, '2021-05-23 00:00:00', 297.953777506099, 314.361923076922, 392.011719419056, 448.58173076923, 422.935401320752, 620.332115384615, 868.596992204184, 1270.90192307692, 1423.79379329052, 3045.40115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 435, '2021-05-23 00:00:00', 247.347979753533, 305.268076923077, 307.988677191037, 429.001730769231, 449.085816520115, 644.498461538461, 1162.33946338801, 1416.49365384615, 1429.15950562005, 3045.53307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 450, '2021-05-23 00:00:00', 308.075471058698, 351.654038461538, 393.742490246529, 501.20346153846, 533.389104462716, 681.14846153846, 1179.47492612525, 1413.28307692308, 1497.69526894143, 3055.09653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 465, '2021-05-23 00:00:00', 220.284116906745, 326.81423076923, 315.059966218154, 471.445769230769, 428.839952742996, 676.766153846153, 1176.20240943747, 1440.2725, 1547.2035458038, 3069.03538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 480, '2021-05-23 00:00:00', 276.527318762263, 325.640384615385, 370.139960590793, 465.843076923076, 441.203665908824, 634.959230769231, 1171.70285806769, 1407.735, 1605.1765915598, 3084.70346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 495, '2021-05-23 00:00:00', 208.207427555754, 308.29423076923, 316.254689882951, 459.799807692307, 416.089840329447, 609.430769230769, 1168.70665646986, 1412.73019230769, 1612.75266267689, 3072.18923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 510, '2021-05-23 00:00:00', 222.602604475744, 319.140769230769, 323.248207408201, 439.801153846154, 354.468500944941, 599.106923076924, 1129.35342168101, 1422.14384615385, 1587.5166030296, 3049.48942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 525, '2021-05-23 00:00:00', 172.642327038057, 302.878653846154, 241.118634546118, 420.009230769231, 400.194781310734, 627.927884615386, 1075.94954085653, 1413.01576923077, 1571.33390389563, 3033.83326923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 540, '2021-05-23 00:00:00', 234.870476617351, 336.487307692308, 260.561846071213, 445.229038461539, 444.681741203578, 687.190384615385, 1102.46858751847, 1440.57480769231, 1583.15296418543, 3024.56634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 555, '2021-05-23 00:00:00', 212.728861573474, 312.302115384615, 389.593417207113, 514.026346153847, 509.166496293849, 697.938076923077, 1115.73639318234, 1445.95346153846, 1584.89370884691, 3034.7075 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 570, '2021-05-23 00:00:00', 265.86142133081, 358.080961538462, 305.012567969558, 498.140769230769, 559.254788832562, 692.038076923077, 1072.5622128805, 1407.14365384615, 1570.45746970218, 3013.31576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 585, '2021-05-23 00:00:00', 203.08822162387, 346.327884615384, 396.536582405516, 482.025384615384, 557.507063116659, 664.530192307692, 1075.40307378583, 1378.82, 1565.74920744219, 2998.43538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 600, '2021-05-23 00:00:00', 312.521982561966, 351.652307692307, 464.647772255543, 507.189038461537, 631.050965276213, 685.534038461538, 1004.68841555611, 1328.45557692308, 1551.45692604856, 3001.38403846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 615, '2021-05-23 00:00:00', 239.887137590544, 330.459230769231, 278.838371421718, 432.538653846154, 753.607957096139, 777.876153846154, 832.857244251749, 1261.76384615385, 1543.46514041211, 2975.58076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 630, '2021-05-23 00:00:00', 267.659596974117, 328.322115384616, 417.040363083259, 485.041153846154, 771.7623747748, 788.394038461539, 807.539429881935, 1284.02403846154, 1540.4625597265, 2983.62634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 645, '2021-05-23 00:00:00', 332.823856393289, 351.0925, 668.833950803964, 609.955961538462, 726.495049241987, 777.621346153846, 778.852620814452, 1252.77653846154, 1534.83692018545, 2934.20211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 660, '2021-05-23 00:00:00', 498.262963785536, 468.182884615385, 695.364752315259, 598.577307692307, 703.527489673399, 738.053076923077, 844.076791404874, 1293.42211538462, 1531.19340358096, 2932.29538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 675, '2021-05-23 00:00:00', 343.897311939133, 345.365192307693, 379.091012404065, 496.403461538461, 411.520559899923, 622.777115384615, 827.98400155345, 1284.52269230769, 1515.96960522808, 2925.97923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 690, '2021-05-23 00:00:00', 232.420467854804, 348.710384615384, 229.842369175134, 410.085961538461, 316.899613795915, 582.735, 860.381519158016, 1284.48057692308, 1539.49083444345, 2939.21923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 705, '2021-05-23 00:00:00', 137.172210654653, 280.85326923077, 266.934685595847, 433.076923076923, 456.084357464587, 635.931730769231, 882.334034805414, 1327.13, 1548.71772765363, 2937.82384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 720, '2021-05-23 00:00:00', 220.931788723004, 338.037115384616, 274.875349280429, 451.774038461539, 469.464922231191, 652.726538461538, 912.14234717279, 1373.12826923077, 1559.07694826558, 2964.05634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 735, '2021-05-23 00:00:00', 186.442100122366, 298.579038461539, 381.847037241555, 460.983076923077, 429.61544096606, 611.402307692307, 898.835226741554, 1383.13346153846, 1546.79548701431, 2978.87961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 750, '2021-05-23 00:00:00', 269.551281770564, 332.533076923076, 301.862722555494, 450.326153846154, 400.650040855963, 641.711730769231, 932.055025693743, 1388.97019230769, 1549.43088199362, 2975.08346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 765, '2021-05-23 00:00:00', 209.896982258239, 303.353653846154, 334.061391976259, 442.731346153847, 583.813409787652, 653.841730769231, 957.478275253223, 1383.46826923077, 1554.07554343197, 2981.26423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 780, '2021-05-23 00:00:00', 207.248124980383, 306.463269230769, 378.633580861345, 484.058269230769, 602.171894467308, 656.302115384616, 962.68895041539, 1422.57173076923, 1552.05791449448, 2978.17980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 795, '2021-05-23 00:00:00', 326.43746615028, 354.756153846153, 519.952004527378, 509.325961538461, 549.12797062311, 675.039423076923, 972.128551904611, 1413.70807692308, 1552.42615951738, 2973.55826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 810, '2021-05-23 00:00:00', 332.926334367102, 324.681346153846, 355.289089622046, 408.682692307692, 501.822363805545, 634.699230769231, 972.720413632107, 1414.37615384615, 1567.82173889528, 2971.03615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 825, '2021-05-23 00:00:00', 268.85866923091, 308.553846153847, 347.278586520801, 472.381730769231, 728.433863395061, 747.854423076923, 987.402152467798, 1442.30596153846, 1569.06828881773, 2964.14576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 840, '2021-05-23 00:00:00', 238.08908711891, 340.196346153846, 373.310106353129, 478.625769230768, 738.594128833859, 810.405384615384, 890.534000069535, 1389.27461538462, 1535.56754572339, 2964.56519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 855, '2021-05-23 00:00:00', 241.39821191964, 334.315, 620.054147089063, 585.752115384615, 738.818053416427, 842.469038461539, 910.119495856535, 1456.76807692308, 1531.92755427308, 2966.60134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 870, '2021-05-23 00:00:00', 627.83538237702, 459.6425, 740.581879714162, 658.904807692307, 754.845321472526, 828.765192307692, 896.698527343156, 1463.43076923077, 1861.32888321755, 3110.15826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 885, '2021-05-23 00:00:00', 335.898514745668, 414.862884615385, 374.279675476929, 557.238653846154, 486.225127119273, 754.643076923077, 876.294582556069, 1492.00134615385, 1875.5251341616, 3146.74826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 900, '2021-05-23 00:00:00', 248.838803526731, 378.118846153846, 285.330316898003, 496.881346153846, 489.615407889035, 741.327115384616, 873.74858519344, 1467.65346153846, 1812.57397522653, 3149.4075 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 915, '2021-05-23 00:00:00', 243.667942954846, 336.355384615385, 406.285883107762, 525.320576923077, 491.900693430947, 737.004615384616, 881.096675332596, 1458.27307692308, 1814.12149827636, 3165.75769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 930, '2021-05-23 00:00:00', 280.711000736455, 366.067307692308, 363.13384648067, 499.315384615385, 443.61748305984, 682.932884615385, 838.402843330309, 1413.07711538462, 1768.28727456412, 3145.64923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 945, '2021-05-23 00:00:00', 240.831681432043, 350.92923076923, 267.809748741456, 475.899807692308, 490.087372732698, 718.904038461538, 831.743214830154, 1368, 1839.22885899051, 3186.56846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 960, '2021-05-23 00:00:00', 190.858544022792, 317.6675, 274.858878071304, 459.018846153847, 622.104025354405, 772.681923076923, 831.636191683692, 1327.72307692308, 2226.07088837106, 3295.12134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 975, '2021-05-23 00:00:00', 234.878240401032, 333.258269230769, 471.976092379689, 566.74, 592.06840508353, 779.531923076923, 854.683400532101, 1352.15134615385, 2788.33132643879, 3444.95173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 990, '2021-05-23 00:00:00', 394.960503953925, 422.453461538462, 529.278183542927, 605.8225, 578.776672363489, 786.313076923077, 829.876596521064, 1321.75423076923, 2789.28854921976, 3432.0425 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1005, '2021-05-23 00:00:00', 300.618905954225, 379.976346153846, 497.36519040888, 534.302307692308, 618.455784956246, 747.464615384615, 764.580311397773, 1246.59865384615, 2782.48679359282, 3427.71730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1020, '2021-05-23 00:00:00', 334.088517448537, 369.925192307692, 399.23596363925, 509.420192307692, 502.113071825001, 664.596538461538, 656.470527384601, 1181.83115384615, 2774.63185761308, 3438.00923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1035, '2021-05-23 00:00:00', 252.979113656565, 373.172307692308, 323.456997046034, 495.309038461539, 449.216123176293, 680.506538461539, 629.234502824754, 1159.74365384615, 2776.18422466974, 3444.71865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1050, '2021-05-23 00:00:00', 207.889256429124, 311.239423076923, 260.710936888186, 408.173653846155, 431.509386767008, 674.909038461539, 630.091031215607, 1158.88711538462, 2775.5810070986, 3449.58269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1065, '2021-05-23 00:00:00', 206.902593851459, 301.027307692309, 346.086976499627, 501.910576923077, 440.8043653517, 725.751346153847, 781.533155768543, 1208.12653846154, 2778.26785885028, 3468.6525 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1080, '2021-05-23 00:00:00', 295.421451898547, 436.940384615384, 394.315771883447, 558.504038461539, 455.995902881223, 743.602307692308, 763.766254590948, 1216.01826923077, 2785.9924923837, 3510.48711538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1095, '2021-05-23 00:00:00', 251.532409947276, 333.83326923077, 328.619012374747, 527.673076923077, 411.74545022366, 706.083269230769, 689.163653580556, 1164.5275, 2785.04023633636, 3518.43769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1110, '2021-05-23 00:00:00', 268.451049627015, 365.200384615384, 336.084099056266, 496.982692307691, 368.058433585097, 641.078653846153, 650.855214008462, 1137.63, 2780.40802896391, 3537.66019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1125, '2021-05-23 00:00:00', 241.720921693084, 346.276923076922, 270.14180471097, 473.8725, 328.446624522393, 591.543076923077, 618.415874370121, 1088.76980769231, 2777.62186669934, 3537.97288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1140, '2021-05-23 00:00:00', 220.792408309166, 369.450192307692, 260.35945293892, 477.904423076923, 312.282212378545, 587.960961538461, 620.633875882987, 1087.51846153846, 2783.48492689728, 3581.07211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1155, '2021-05-23 00:00:00', 235.6513902386, 346.919230769231, 300.834835870309, 429.703653846154, 358.915105955381, 570.150192307693, 663.403640768546, 1096.05519230769, 2780.29753636583, 3590.90673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1170, '2021-05-23 00:00:00', 200.3322549904, 281.001538461539, 261.279475318392, 395.285576923077, 362.568700367043, 557.185384615384, 668.10864178069, 1098.59903846154, 2783.39152738114, 3585.20134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1185, '2021-05-23 00:00:00', 195.733842478466, 308.46076923077, 267.531646460823, 439.785961538462, 333.290433788034, 562.936153846153, 670.887211390919, 1093.22326923077, 2784.46861486251, 3587.81211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1200, '2021-05-23 00:00:00', 222.896770896392, 319.850961538462, 251.186458683891, 399.823076923077, 317.095778428161, 542.919807692307, 644.745022302496, 1045.84961538462, 2787.94824673236, 3567.30096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1215, '2021-05-23 00:00:00', 208.178576849207, 275.125192307692, 282.697390755828, 386.643076923076, 317.191950075187, 530.4525, 655.640005987015, 996.049423076923, 2790.53647525624, 3549.84346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1230, '2021-05-23 00:00:00', 140.685201583043, 261.882692307692, 225.634178373892, 373.712692307692, 304.76854436466, 524.261923076923, 676.730415506909, 990.071923076923, 2772.16339607219, 3523.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1245, '2021-05-23 00:00:00', 196.569466316226, 277.985384615384, 230.527068696682, 370.953269230769, 446.013779292704, 572.624807692307, 650.043720524331, 966.393653846154, 2750.78762824169, 3515.07346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1260, '2021-05-23 00:00:00', 143.963587131768, 261.074615384615, 199.723070049218, 370.093269230768, 359.476334380839, 567.84173076923, 628.696275630677, 1013.03826923077, 2749.94800914591, 3524.63153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1275, '2021-05-23 00:00:00', 143.707530652872, 271.107115384615, 312.381705341213, 416.013269230769, 343.765443647935, 549.637692307692, 647.17996109892, 1034.115, 2750.50314056253, 3561.77211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1290, '2021-05-23 00:00:00', 277.603329753361, 324.778076923077, 284.220548214558, 448.764230769231, 334.856033696514, 569.535192307692, 662.517419007694, 1033.84115384615, 2757.45639115556, 3565.31442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1305, '2021-05-23 00:00:00', 186.428485952389, 317.6975, 264.262054345027, 413.079423076923, 424.981429510116, 594.542307692308, 662.352962083632, 1019.77980769231, 2763.08108967519, 3612.45557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1320, '2021-05-23 00:00:00', 245.469340506336, 308.976153846154, 298.984334483367, 432.942307692308, 497.854179106733, 603.294038461539, 672.286030667722, 1034.66519230769, 2763.33484254515, 3631.05596153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1335, '2021-05-23 00:00:00', 220.836652716698, 325.976346153846, 342.65132406057, 451.437307692308, 508.274420626261, 612.365192307693, 628.292588440994, 1092.09173076923, 2748.22182842563, 3628.90865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1350, '2021-05-23 00:00:00', 209.239758352433, 279.949230769231, 255.205711743186, 397.227115384616, 325.663528943365, 554.415384615385, 505.978942659178, 1091.2425, 2727.88618417739, 3616.57173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1365, '2021-05-23 00:00:00', 165.024903857313, 281.208653846154, 260.873316008718, 409.12076923077, 272.945360959916, 514.671538461539, 494.117033219241, 1073.49923076923, 2713.40397570098, 3594.27826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1380, '2021-05-23 00:00:00', 195.889953889049, 286.955576923077, 215.861834242771, 405.175576923077, 263.064067899599, 489.77326923077, 556.000873939408, 1106.79076923077, 2700.60735326351, 3615.69519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1395, '2021-05-23 00:00:00', 152.790331383088, 286.516923076923, 190.51016716872, 368.845576923077, 268.301825303075, 476.464807692308, 549.775980388831, 1132.4125, 2688.57798136599, 3643.82096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1410, '2021-05-23 00:00:00', 179.739156200996, 291.929615384615, 243.549548553188, 367.377692307692, 291.023887080399, 504.749230769231, 567.453467276292, 1145.34673076923, 2690.09839611628, 3656.99076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1425, '2021-05-23 00:00:00', 142.438441559316, 244.520384615385, 194.552049051543, 345.278076923077, 237.188044365323, 478.859615384616, 613.547851288403, 1154.01884615385, 2680.99444273019, 3661.87807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 0, '2021-05-23 00:00:00', 150.06605810942, 239.9825, 211.552955753763, 356.543076923077, 294.496185353642, 568.215384615385, 666.708421034292, 1191.41596153846, 2685.37029995505, 3704.40557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 15, '2021-05-23 00:00:00', 140.554260874034, 240.949615384615, 174.9116282928, 354.760961538462, 285.526869362385, 583.76826923077, 759.557162273291, 1266.12557692308, 2689.09940411356, 3710.51826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 30, '2021-05-23 00:00:00', 126.657440144668, 254.395, 237.919442566985, 425.754230769231, 251.151260650522, 553.737884615385, 762.618214097885, 1287.31038461538, 2679.98754706208, 3717.38538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 45, '2021-05-23 00:00:00', 160.680263829948, 305.452692307693, 192.402988625137, 416.406730769231, 223.070952625203, 517.058653846155, 803.45478304653, 1284.45711538462, 2682.64997407813, 3718.83076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 60, '2021-05-23 00:00:00', 160.10684224088, 308.752115384616, 183.217062328141, 390.726923076925, 235.672112485513, 511.354230769231, 810.778454650292, 1261.35365384615, 2686.2884920377, 3702.29192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 75, '2021-05-23 00:00:00', 153.246248921467, 269.267500000001, 155.150053239288, 344.806923076924, 262.789364845469, 551.371730769231, 836.794598491746, 1245.62980769231, 2742.84041877128, 3781.61576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 90, '2021-05-23 00:00:00', 123.161632932719, 236.915576923077, 210.461872305522, 371.807884615384, 418.051790240801, 646.228461538462, 846.027514300897, 1252.55807692308, 2746.33278687696, 3796.31923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 105, '2021-05-23 00:00:00', 165.882945513255, 277.931923076923, 243.476030558136, 438.842884615385, 431.130678375434, 633.702307692308, 861.60021076155, 1264.43711538461, 2751.69415878672, 3832.53980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 120, '2021-05-23 00:00:00', 213.234478952163, 360.68, 417.247121937486, 533.631346153846, 468.456477278676, 712.967884615384, 942.893199352949, 1305.65096153846, 2754.90718966111, 3833.79769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 135, '2021-05-23 00:00:00', 258.394961131508, 329.636923076923, 283.863535633152, 420.221923076923, 449.1056177742, 675.287884615384, 974.444109440549, 1355.97576923077, 2752.97580735781, 3858.21423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 150, '2021-05-23 00:00:00', 196.850626146989, 279.697307692307, 327.414768522048, 457.777884615385, 448.386823277068, 631.9625, 976.979607025122, 1377.46019230769, 2761.8494249286, 3862.82269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 165, '2021-05-23 00:00:00', 235.189866046481, 353.034807692308, 316.222654182205, 493.425961538462, 510.447135109391, 698.834230769231, 920.969348066002, 1369.30365384615, 2795.27706439433, 3887.12980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 180, '2021-05-23 00:00:00', 219.936609036909, 355.640576923077, 261.472717510761, 458.432307692307, 469.572158024769, 675.219038461539, 827.931628567262, 1331.16403846154, 3246.46730947657, 4053.87403846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 195, '2021-05-23 00:00:00', 177.617312273087, 317.283653846153, 315.991360038469, 469.729807692308, 587.872559247456, 723.633076923077, 783.756804844388, 1280.96826923077, 3217.51004663265, 4076.49903846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 210, '2021-05-23 00:00:00', 241.438545552805, 319.309423076923, 342.942360562911, 437.002692307692, 514.612641243429, 671.421538461539, 776.221493028791, 1233.01461538462, 3157.98367410244, 4035.63846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 225, '2021-05-23 00:00:00', 185.810013869419, 282.346923076923, 363.903611661745, 475.412307692309, 478.404025076487, 604.21576923077, 760.459682335929, 1176.04230769231, 3144.70232924229, 4023.42173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 240, '2021-05-23 00:00:00', 279.209312776207, 347.074807692309, 324.879376923427, 454.331923076924, 427.920941469916, 559.897500000001, 766.948797645981, 1169.20115384615, 3126.82852402689, 4005.02307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 255, '2021-05-23 00:00:00', 163.596652267445, 283.378653846155, 253.57217041672, 365.220384615385, 355.262867550863, 530.012692307693, 647.953034145609, 1137.2075, 3014.05279948858, 3970.80980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 270, '2021-05-23 00:00:00', 182.828318741507, 245.190384615385, 197.311013767312, 341.576730769231, 352.857121857254, 525.859230769232, 625.797058271014, 1116.53057692308, 2976.76092299489, 3961.42423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 285, '2021-05-23 00:00:00', 173.374456025212, 273.710961538461, 314.324414190976, 405.487500000001, 349.827833365159, 536.785192307692, 589.480633348087, 1136.42730769231, 2943.28631838001, 3952.73980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 300, '2021-05-23 00:00:00', 267.505596533907, 309.330192307693, 275.094591350796, 397.067307692308, 336.27649212201, 548.666730769231, 595.056306909271, 1138.3875, 2936.89774579085, 3946.61423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 315, '2021-05-23 00:00:00', 128.780968080871, 240.190384615385, 205.716945857558, 341.265192307692, 327.411978175227, 581.778846153846, 611.897121392936, 1164.93980769231, 2912.16334043402, 3979.46461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 330, '2021-05-23 00:00:00', 160.447316772156, 242.615769230769, 238.796929245573, 374.591346153846, 406.72877528889, 649.04, 618.476881439706, 1227.79576923077, 2911.63545655739, 3992.50807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 345, '2021-05-23 00:00:00', 177.569593636822, 293.022115384616, 251.33158816071, 453.645769230769, 385.774695662008, 635.571346153846, 618.42815398843, 1243.96346153846, 2873.78115425934, 4021.03307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 360, '2021-05-23 00:00:00', 171.700476099089, 334.920576923076, 314.451354050927, 500.442692307692, 336.360823176368, 643.328269230769, 625.928888397599, 1276.63942307692, 2873.79630663076, 4017.78884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 375, '2021-05-23 00:00:00', 257.271380317779, 341.613846153847, 284.084510841675, 443.766923076923, 303.697080049285, 596.357692307693, 621.2321456524, 1288.37673076923, 2874.40939340789, 4010.09846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 390, '2021-05-23 00:00:00', 193.625250088531, 293.210384615385, 202.075579634109, 413.492692307692, 331.5257616583, 561.488653846154, 604.207967414462, 1274.43865384615, 2871.78978108973, 4008.33423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 405, '2021-05-23 00:00:00', 141.597141836783, 292.357115384615, 203.713196460971, 389.837884615385, 383.935554390468, 562.881346153846, 586.440480814452, 1270.76326923077, 2861.8385482417, 3997.98807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 420, '2021-05-23 00:00:00', 133.71217567841, 279.714423076923, 274.217322596583, 412.210961538462, 412.130056873995, 600.539807692308, 626.756787562645, 1312.78961538462, 2849.57003238251, 3984.23769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 435, '2021-05-23 00:00:00', 195.500492930029, 279.061730769231, 267.624383580722, 397.325192307692, 367.685685106388, 572.741923076923, 686.520292318051, 1345.84730769231, 2827.20530174599, 3961.83115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 450, '2021-05-23 00:00:00', 226.827584386162, 288.757692307692, 317.742408592001, 407.129615384615, 360.919134735033, 563.403269230768, 717.893410727982, 1366.82557692308, 2794.173622546, 3937.82538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 465, '2021-05-23 00:00:00', 210.089376320211, 296.378846153846, 311.283483301241, 436.843076923077, 344.941511679656, 585.440384615384, 737.777090699566, 1436.13865384615, 2792.25834073926, 3937.385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 480, '2021-05-23 00:00:00', 213.467996180656, 286.515769230769, 252.994001952312, 388.110384615384, 325.716251334714, 564.216538461538, 741.313811173421, 1426.72269230769, 2788.37894772213, 3918.055 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 495, '2021-05-23 00:00:00', 155.816671157164, 265.2925, 211.703552676577, 393.64173076923, 305.763965780608, 560.126730769231, 734.091964634516, 1433.46980769231, 2790.3721432487, 3891.53211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 510, '2021-05-23 00:00:00', 171.856651159756, 278.435384615384, 250.138123964233, 409.732115384615, 321.493408521794, 630.434807692308, 712.558901709564, 1433.43846153846, 2791.29427920331, 3876.25634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 525, '2021-05-23 00:00:00', 144.569491134753, 291.874807692308, 238.820946444515, 424.739423076924, 328.35287736197, 620.026730769231, 717.591403088807, 1442.09519230769, 2776.88374334804, 3862.14942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 540, '2021-05-23 00:00:00', 207.721741548733, 321.019038461539, 274.694303044241, 485.955192307693, 395.0713582721, 659.075192307693, 714.126099902963, 1421.43115384615, 2767.00240263189, 3843.68442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 555, '2021-05-23 00:00:00', 230.100985391281, 324.054038461539, 306.915599182477, 418.063461538461, 419.771190828271, 644.540769230769, 677.68207681138, 1396.86423076923, 2775.01030527051, 3827.27846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 570, '2021-05-23 00:00:00', 159.202107856286, 267.563269230769, 236.713582115927, 408.253076923077, 310.983418317539, 652.012307692307, 638.164210021485, 1361.42711538462, 2775.3413191997, 3823.94365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 585, '2021-05-23 00:00:00', 199.754448160832, 327.230961538461, 281.808813457744, 482.007307692307, 369.859463983333, 703.089038461539, 629.040131718649, 1352.19615384615, 2775.15332307037, 3818.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 600, '2021-05-23 00:00:00', 220.173332841336, 351.057692307692, 291.973830316771, 511.624615384615, 496.095748411573, 717.285961538462, 592.528491195053, 1311.32826923077, 2782.0460693355, 3789.66865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 615, '2021-05-23 00:00:00', 191.08103653565, 321.806538461538, 245.273227593307, 444.584038461539, 524.972125808746, 689.538076923077, 522.881257844566, 1273.34365384615, 2780.59360764101, 3801.95596153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 630, '2021-05-23 00:00:00', 193.227763191226, 317.776730769231, 388.616289154868, 481.4875, 485.553794356032, 695.436538461539, 884.582169878591, 1394.04634615385, 2770.99789667649, 3829.74653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 645, '2021-05-23 00:00:00', 342.244060950717, 316.205961538462, 444.249834856513, 498.715961538462, 478.126722884377, 731.983076923076, 918.169895218996, 1442.73730769231, 2779.06423377447, 3822.05769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 660, '2021-05-23 00:00:00', 237.887770194348, 353.750961538462, 280.499144020908, 492.387692307692, 355.918904365815, 688.564807692307, 896.253309004792, 1411.48403846154, 2779.48968730231, 3830.25826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 675, '2021-05-23 00:00:00', 148.926158613538, 296.865769230769, 301.921033586343, 474.589615384615, 280.699775135971, 626.544230769231, 908.632366829147, 1387.31653846154, 2790.56935783488, 3826.12019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 690, '2021-05-23 00:00:00', 235.66256447865, 353.479423076924, 221.92821972396, 433.535384615385, 307.055295771851, 631.188461538461, 910.015195422096, 1415.44865384615, 2791.81663531397, 3846.38461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 705, '2021-05-23 00:00:00', 134.95019357355, 289.636538461538, 220.060248221674, 452.454230769231, 321.264031747193, 615.157307692307, 1111.21752561393, 1478.41153846154, 2790.15935102802, 3849.98365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 720, '2021-05-23 00:00:00', 195.664519493581, 360.820576923077, 254.584315577374, 483.745, 307.972989014708, 592.775576923077, 1570.06488920256, 1587.32442307692, 2797.98571781886, 3835.48288461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 735, '2021-05-23 00:00:00', 158.465880310728, 307.759423076923, 252.198703784642, 412.289423076923, 297.984300087527, 610.405576923076, 2186.183835746, 1743.68634615385, 2797.19326187421, 3822.22230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 750, '2021-05-23 00:00:00', 200.044883647107, 298.96076923077, 222.11634136719, 402.282884615385, 309.53364398696, 621.635384615384, 2182.01981434728, 1734.90307692308, 2802.143039722, 3818.53230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 765, '2021-05-23 00:00:00', 177.333884278738, 312.945769230769, 227.283334789675, 476.806346153846, 336.731413576333, 633.931346153846, 2182.94995956995, 1773.63269230769, 2802.94635491362, 3798.87346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 780, '2021-05-23 00:00:00', 186.140044402161, 365.545961538461, 264.899758922343, 453.541346153846, 313.229549105703, 642.859807692308, 2162.37772888073, 1760.71576923077, 2773.3615285585, 3788.14288461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 795, '2021-05-23 00:00:00', 168.265490378586, 315.212115384616, 208.701105195555, 448.495384615385, 273.267107673976, 623.4375, 2063.34735690592, 1774.70057692308, 2774.27502641953, 3790.89365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 810, '2021-05-23 00:00:00', 157.564129323221, 304.659230769231, 243.082513132808, 444.485192307693, 667.367083785344, 752.061923076923, 2014.50769896733, 1759.62057692308, 2782.49102245254, 3781.90480769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 825, '2021-05-23 00:00:00', 167.312425591719, 324.749230769231, 181.048807889347, 458.233076923077, 691.678733787699, 815.283076923077, 2017.87373132219, 1762.32307692308, 2783.86765730388, 3778.03115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 840, '2021-05-23 00:00:00', 166.854456789788, 344.426153846154, 665.472307493679, 586.084807692308, 698.531020692958, 793.067884615385, 2028.11555193114, 1789.84019230769, 2786.71680612457, 3780.06865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 855, '2021-05-23 00:00:00', 597.397180186779, 427.383653846154, 639.3097[...];[ Date: 2021-05-23 16:19:54 - Database: acaweb_fx - User: pgperfstats ]
2 25s907ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987990, 1, 1020, '2021-05-23 00:00:00', 0.0397643056018849, 0.0890000000000014, 0.0475649070703967, 0.120903846153848, 0.0738897125138844, 0.193019230769233, 0.112745226745286, 0.276115384615385, 0.226438554239673, 0.651673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1035, '2021-05-23 00:00:00', 0.0340539447618948, 0.0853653846153856, 0.0526201920880621, 0.120269230769232, 0.0865850071406045, 0.196288461538463, 0.110324709555301, 0.259692307692308, 0.227975721548116, 0.650019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1050, '2021-05-23 00:00:00', 0.0430171924485296, 0.084826923076922, 0.0584663117990566, 0.145519230769231, 0.0833777778916762, 0.180923076923078, 0.101163228725432, 0.252826923076922, 0.228051452527712, 0.647250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1065, '2021-05-23 00:00:00', 0.0458297392530229, 0.11475, 0.0741879007344516, 0.14823076923077, 0.0725248604591251, 0.170653846153847, 0.0940448849465814, 0.239903846153845, 0.226875249523065, 0.64167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1080, '2021-05-23 00:00:00', 0.041729144952438, 0.0916923076923072, 0.0395861523962428, 0.109288461538462, 0.0524157932746957, 0.145846153846153, 0.0747516297738481, 0.217884615384616, 0.234647074593705, 0.640019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1095, '2021-05-23 00:00:00', 0.0248596986181374, 0.0697692307692338, 0.0298000580794461, 0.0917884615384626, 0.058935482977967, 0.124365384615385, 0.07558806377078, 0.202846153846154, 0.243286147602743, 0.641480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1110, '2021-05-23 00:00:00', 0.0225875816800687, 0.0681730769230756, 0.0453388481751159, 0.0946346153846141, 0.0625923840292212, 0.117057692307691, 0.0757361843202092, 0.196019230769231, 0.25282146939019, 0.643846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1125, '2021-05-23 00:00:00', 0.0316344748652482, 0.0604999999999992, 0.0454332646687584, 0.0771923076923079, 0.0572738898760883, 0.103538461538461, 0.0724244115241215, 0.191653846153846, 0.261833324111703, 0.652019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1140, '2021-05-23 00:00:00', 0.0268026763875996, 0.0512884615384627, 0.0406371940279015, 0.074807692307692, 0.0411772528691016, 0.0948846153846153, 0.0770245415435899, 0.190000000000001, 0.263594586730922, 0.654615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1155, '2021-05-23 00:00:00', 0.0306972875273764, 0.0532115384615384, 0.0328195767094064, 0.0707692307692298, 0.040148206205739, 0.102461538461539, 0.078002073443841, 0.186288461538462, 0.263145356146631, 0.65446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1170, '2021-05-23 00:00:00', 0.0201519611567108, 0.0478076923076921, 0.026841042052453, 0.0661923076923078, 0.038791553402575, 0.0942307692307682, 0.0805033515785808, 0.180019230769232, 0.262792934719449, 0.651442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1185, '2021-05-23 00:00:00', 0.0265605911078789, 0.0482499999999997, 0.0328353233810554, 0.0724615384615385, 0.0423733951363915, 0.09426923076923, 0.0817578530690569, 0.176057692307693, 0.262699826505753, 0.654173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1200, '2021-05-23 00:00:00', 0.0225062128174577, 0.0479807692307704, 0.0238374947057399, 0.0626153846153835, 0.0449129756820395, 0.0901538461538448, 0.0839796793186396, 0.171442307692308, 0.263275941814781, 0.651807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1215, '2021-05-23 00:00:00', 0.0165950409645589, 0.0411538461538448, 0.0291307463793059, 0.0600961538461544, 0.0442183393905905, 0.0836923076923083, 0.0734265540942363, 0.180826923076922, 0.267488674814178, 0.649865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1230, '2021-05-23 00:00:00', 0.0200729055809468, 0.0431923076923084, 0.0372338400672541, 0.0628269230769219, 0.0518676718642293, 0.0893461538461536, 0.0694445019145071, 0.177326923076923, 0.267709766064207, 0.649826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1245, '2021-05-23 00:00:00', 0.0281027784008287, 0.0443846153846131, 0.0260165405966138, 0.0580961538461536, 0.0443205803905324, 0.082923076923075, 0.0628243491502596, 0.175326923076922, 0.267042396518719, 0.647807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1260, '2021-05-23 00:00:00', 0.0164645072808137, 0.0395000000000011, 0.0353259982710485, 0.0613846153846161, 0.0452277697200096, 0.0896346153846143, 0.0540483010478027, 0.174826923076923, 0.266327401894734, 0.646250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1275, '2021-05-23 00:00:00', 0.0272123840586209, 0.0420769230769245, 0.0317976595655443, 0.0553653846153844, 0.0440123802512975, 0.09301923076923, 0.0489573951355828, 0.173442307692308, 0.263848327642983, 0.644500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1290, '2021-05-23 00:00:00', 0.0190647883241909, 0.0378846153846148, 0.0237987152206553, 0.0623269230769228, 0.0391948780013211, 0.0959615384615375, 0.045685551494806, 0.174480769230769, 0.268828270176618, 0.649326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1305, '2021-05-23 00:00:00', 0.0210440289356892, 0.0481346153846146, 0.0289708673298911, 0.0698653846153826, 0.0448742859381769, 0.101692307692307, 0.0401755953476519, 0.171461538461537, 0.290440620172442, 0.658423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1320, '2021-05-23 00:00:00', 0.0254360737173362, 0.0504230769230761, 0.0333355492853167, 0.0686730769230747, 0.0458114236676989, 0.0959423076923072, 0.0395823192852554, 0.169999999999999, 0.299767053149349, 0.662884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1335, '2021-05-23 00:00:00', 0.0187496974334533, 0.0443653846153838, 0.0305178699226408, 0.0649038461538467, 0.0300320854062125, 0.0861153846153859, 0.0384005809250916, 0.171730769230768, 0.306660192796769, 0.664576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1350, '2021-05-23 00:00:00', 0.0208059995045786, 0.0444807692307685, 0.024103143746439, 0.0626923076923075, 0.0265262786975189, 0.079211538461539, 0.0499346226426254, 0.177557692307692, 0.306164817352702, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1365, '2021-05-23 00:00:00', 0.0176412540981021, 0.0484230769230769, 0.0186793592378965, 0.0614615384615401, 0.0173752255104324, 0.0710384615384635, 0.0576504219745698, 0.182365384615383, 0.305734639214111, 0.663019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1380, '2021-05-23 00:00:00', 0.0180958983877971, 0.044307692307694, 0.0183090561870762, 0.0518076923076932, 0.0198932149236854, 0.0690000000000021, 0.0626992945611153, 0.189807692307692, 0.305716958086294, 0.663038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1395, '2021-05-23 00:00:00', 0.0119543361942935, 0.0331153846153842, 0.0133742720865894, 0.0433653846153856, 0.033930607920372, 0.106615384615384, 0.0700763868931619, 0.202, 0.301131795832883, 0.662038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1410, '2021-05-23 00:00:00', 0.0149211775159182, 0.0296923076923085, 0.0192488561098696, 0.0564615384615391, 0.0325697122162004, 0.112615384615383, 0.0746936100654897, 0.210653846153846, 0.300763464434196, 0.662192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1425, '2021-05-23 00:00:00', 0.0186785870821274, 0.049019230769232, 0.0342998766537351, 0.102692307692306, 0.0348468296759028, 0.119192307692306, 0.0822284341612767, 0.229153846153846, 0.299980897468742, 0.663173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 0, '2021-05-23 00:00:00', 0.0370056128798769, 0.0913461538461533, 0.0318821447497831, 0.106365384615384, 0.0291991635812752, 0.123365384615384, 0.0895051201801424, 0.238557692307692, 0.299579538687139, 0.663000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 15, '2021-05-23 00:00:00', 0.0291832143534619, 0.0665799999999996, 0.0274347407496414, 0.081459999999999, 0.0280389312682671, 0.109160000000001, 0.090552484780928, 0.232740000000001, 0.297425690999727, 0.667800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 30, '2021-05-23 00:00:00', 0.0195554127204381, 0.0528199999999993, 0.0267416342058582, 0.0811399999999998, 0.0394443912362704, 0.10962, 0.104474067755273, 0.24768, 0.297044960121075, 0.666200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 45, '2021-05-23 00:00:00', 0.0280142546132925, 0.0655384615384607, 0.0269885802060498, 0.0807115384615402, 0.0383101111377205, 0.10573076923077, 0.112756047083278, 0.260615384615384, 0.296321390619138, 0.654057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 60, '2021-05-23 00:00:00', 0.0215593278045652, 0.0572307692307703, 0.0382947074069617, 0.0797692307692291, 0.0377229220256588, 0.100326923076923, 0.128577173772737, 0.278019230769231, 0.296029962101029, 0.652961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 75, '2021-05-23 00:00:00', 0.0377152540043876, 0.0515961538461532, 0.0350376994766413, 0.0710961538461534, 0.0352840561073224, 0.103769230769231, 0.129019837472919, 0.281538461538462, 0.295250892658062, 0.65048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 90, '2021-05-23 00:00:00', 0.0165422070892814, 0.0477692307692304, 0.0253634276378124, 0.0662884615384627, 0.033496842560733, 0.102461538461539, 0.130875279736677, 0.286173076923076, 0.304056879800218, 0.649615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 105, '2021-05-23 00:00:00', 0.0217255344273492, 0.0501730769230782, 0.0275274408545373, 0.0789999999999995, 0.0406162576392172, 0.107596153846153, 0.130160569475374, 0.291923076923077, 0.317256945732293, 0.652480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 120, '2021-05-23 00:00:00', 0.0217337030014181, 0.0625769230769234, 0.0274107011669086, 0.0789423076923075, 0.0414130228495637, 0.113461538461539, 0.130295086689347, 0.28898076923077, 0.332665359691176, 0.652692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 135, '2021-05-23 00:00:00', 0.0255723784279359, 0.0549423076923071, 0.029753713407547, 0.0807115384615369, 0.0401567697137883, 0.123884615384615, 0.128504164853188, 0.285403846153846, 0.333096098977225, 0.648865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 150, '2021-05-23 00:00:00', 0.0281382028839521, 0.0594615384615382, 0.0292278318362171, 0.0823846153846163, 0.0354341480235366, 0.124173076923079, 0.13021661391106, 0.282057692307693, 0.325887666464758, 0.644865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 165, '2021-05-23 00:00:00', 0.0202143608510217, 0.0564038461538466, 0.0337547090731861, 0.0900961538461539, 0.0547228155202343, 0.138942307692308, 0.126120638218396, 0.281653846153847, 0.321460726157236, 0.647961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 180, '2021-05-23 00:00:00', 0.0331221805766758, 0.0743269230769232, 0.0364302125249836, 0.101903846153848, 0.0541472387249672, 0.149288461538463, 0.129960816580054, 0.286076923076924, 0.323629141979613, 0.652307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 195, '2021-05-23 00:00:00', 0.0264813432148265, 0.0691923076923079, 0.0480999320325739, 0.106288461538461, 0.0487227991175188, 0.137634615384616, 0.12793049344799, 0.274634615384615, 0.320387796872187, 0.655596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 210, '2021-05-23 00:00:00', 0.0312323550184735, 0.0715000000000025, 0.0300044419788397, 0.0964423076923102, 0.0582680147118599, 0.144807692307693, 0.131332644310311, 0.26971153846154, 0.319832040055641, 0.657576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 225, '2021-05-23 00:00:00', 0.0195340334170501, 0.0694615384615405, 0.0405981479304755, 0.0980192307692331, 0.0639073036634985, 0.149711538461539, 0.123773386290617, 0.274134615384616, 0.31479202658263, 0.654 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 240, '2021-05-23 00:00:00', 0.0316539947655183, 0.0761538461538485, 0.0456133625832808, 0.114326923076924, 0.0745145029765765, 0.163134615384617, 0.112775258129407, 0.266673076923077, 0.309586366724276, 0.651461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 255, '2021-05-23 00:00:00', 0.0268547732471121, 0.0778269230769219, 0.0425549102291994, 0.105403846153846, 0.0729217283224851, 0.145038461538461, 0.112662839413072, 0.256153846153846, 0.302659179352209, 0.643173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 270, '2021-05-23 00:00:00', 0.0298006453208394, 0.0680384615384612, 0.053411105154697, 0.0978846153846149, 0.0593229751834422, 0.132346153846152, 0.109253311866718, 0.246884615384615, 0.306386423303342, 0.643096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 285, '2021-05-23 00:00:00', 0.0456577443089842, 0.0664807692307702, 0.0495383650859073, 0.0835192307692311, 0.0706539916668666, 0.134557692307693, 0.103587579074237, 0.241057692307693, 0.310334762796563, 0.63925 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 300, '2021-05-23 00:00:00', 0.0268850043990767, 0.0537884615384609, 0.0338054217317491, 0.0854423076923063, 0.067233316489326, 0.123673076923078, 0.098470831292238, 0.237230769230769, 0.310192932518803, 0.637653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 315, '2021-05-23 00:00:00', 0.0299660063815899, 0.0631923076923061, 0.0673533306811641, 0.0996346153846162, 0.0759625211231486, 0.12323076923077, 0.0952646112354744, 0.239384615384616, 0.31405191204885, 0.638711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 330, '2021-05-23 00:00:00', 0.0707023228864419, 0.0745384615384644, 0.0705679814080036, 0.0885000000000017, 0.078662922553231, 0.123153846153848, 0.0982405544490727, 0.245557692307694, 0.311749773918862, 0.638192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 345, '2021-05-23 00:00:00', 0.0215213042927601, 0.0539423076923078, 0.0358634858231156, 0.07801923076923, 0.0375810918087616, 0.113961538461539, 0.0845079786856729, 0.24496153846154, 0.303772909234208, 0.631403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 360, '2021-05-23 00:00:00', 0.0215224390954054, 0.0546538461538469, 0.0331910147711466, 0.0762115384615411, 0.0346949785770426, 0.11719230769231, 0.0859065682095274, 0.247461538461539, 0.303844037042283, 0.630673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 375, '2021-05-23 00:00:00', 0.0220307477438638, 0.0504230769230772, 0.0255538421016048, 0.0853269230769233, 0.0375214810270253, 0.11169230769231, 0.0922165365614229, 0.262980769230771, 0.299369409695675, 0.632788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 390, '2021-05-23 00:00:00', 0.0171530329231169, 0.056557692307694, 0.02850506702595, 0.0783269230769249, 0.041160889763876, 0.103173076923079, 0.0948070347925383, 0.256423076923078, 0.292768091472781, 0.635346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 405, '2021-05-23 00:00:00', 0.0164603953593044, 0.04973076923077, 0.0185036898607157, 0.0669423076923092, 0.0650032218136437, 0.113673076923078, 0.0904636369785354, 0.260480769230771, 0.288012224633713, 0.634692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 420, '2021-05-23 00:00:00', 0.016027284428555, 0.0509230769230763, 0.0284059649748739, 0.0706730769230771, 0.0590894790843638, 0.116057692307693, 0.0874578162052098, 0.261519230769232, 0.287649327106138, 0.636846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 435, '2021-05-23 00:00:00', 0.0203778159922849, 0.0483461538461535, 0.0538347792931163, 0.0862884615384598, 0.0552158840022849, 0.121576923076923, 0.0800589878680787, 0.270192307692308, 0.284458866162509, 0.635942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 450, '2021-05-23 00:00:00', 0.0470153820982687, 0.0663846153846143, 0.0471145453614428, 0.0860961538461545, 0.0469569893216519, 0.125173076923078, 0.0780450190595139, 0.27425, 0.284387098052039, 0.635692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 465, '2021-05-23 00:00:00', 0.0241059919139176, 0.056673076923077, 0.0354470569462939, 0.0810769230769232, 0.0443019013309634, 0.115461538461539, 0.0809712888336633, 0.279019230769232, 0.282272963908776, 0.635384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 480, '2021-05-23 00:00:00', 0.0339641043546749, 0.0650961538461531, 0.0420300441991734, 0.0947692307692313, 0.0454261911913579, 0.125826923076923, 0.0829202605843994, 0.28551923076923, 0.285181318840108, 0.634269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 495, '2021-05-23 00:00:00', 0.0280329476481915, 0.0601153846153842, 0.0299660898093441, 0.0820576923076911, 0.0508199726031476, 0.126480769230768, 0.101376967874288, 0.292980769230769, 0.289832777384051, 0.640673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 510, '2021-05-23 00:00:00', 0.0182763929280808, 0.0544423076923069, 0.0319854594368231, 0.0795192307692322, 0.0449477474407779, 0.136, 0.121694303324101, 0.299788461538461, 0.301587997108636, 0.642 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 525, '2021-05-23 00:00:00', 0.0259373208983609, 0.0537307692307722, 0.031262517492998, 0.0932499999999993, 0.058632155131673, 0.146519230769231, 0.124144859554658, 0.299884615384615, 0.302877713962885, 0.64148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 540, '2021-05-23 00:00:00', 0.0252194674499993, 0.0753076923076917, 0.0419442899753771, 0.111211538461538, 0.0529470018036924, 0.150249999999999, 0.131529541870316, 0.307403846153846, 0.303997588553187, 0.640576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 555, '2021-05-23 00:00:00', 0.0237538660820965, 0.0673846153846141, 0.04004389898791, 0.104576923076923, 0.0634880727744619, 0.161346153846155, 0.140604421913176, 0.308788461538462, 0.309165069800284, 0.640403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 570, '2021-05-23 00:00:00', 0.0360208326474485, 0.0870961538461549, 0.0416004068027457, 0.114423076923078, 0.0703226766139765, 0.169326923076923, 0.148365915897149, 0.31225, 0.307972124737586, 0.641980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 585, '2021-05-23 00:00:00', 0.0248039388931541, 0.0728461538461551, 0.0507024047373861, 0.126923076923078, 0.0704813777914746, 0.170269230769232, 0.148065527333729, 0.310903846153845, 0.301525286603856, 0.641961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 600, '2021-05-23 00:00:00', 0.0482603396653567, 0.103903846153848, 0.0637435366255968, 0.129038461538462, 0.0681917770815427, 0.171038461538462, 0.154607229406049, 0.311153846153847, 0.300247598466023, 0.646096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 615, '2021-05-23 00:00:00', 0.0303618434628318, 0.077692307692307, 0.0431337633236602, 0.110192307692307, 0.0548908147002906, 0.153307692307691, 0.153550789643036, 0.30175, 0.299904334105701, 0.638519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 630, '2021-05-23 00:00:00', 0.0369775815658849, 0.0831923076923081, 0.0377547144279833, 0.107461538461537, 0.0433516967993711, 0.15401923076923, 0.151475345797973, 0.299903846153846, 0.295503136128094, 0.639211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 645, '2021-05-23 00:00:00', 0.025223493322389, 0.0667692307692309, 0.0396078080880328, 0.103038461538463, 0.0470338217096541, 0.152596153846154, 0.152412643327757, 0.297576923076924, 0.295308129169934, 0.638134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 660, '2021-05-23 00:00:00', 0.0277403413544513, 0.0780576923076923, 0.0317052592094515, 0.10578846153846, 0.0579064630377186, 0.150961538461538, 0.151528302763746, 0.297442307692309, 0.289869153505242, 0.637384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 675, '2021-05-23 00:00:00', 0.0205023075624348, 0.0637307692307685, 0.0356918057822817, 0.0987500000000004, 0.0705737938941611, 0.140096153846154, 0.136102885291295, 0.288346153846154, 0.276292378580261, 0.635038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 690, '2021-05-23 00:00:00', 0.017640992471644, 0.0717307692307701, 0.0292185465336381, 0.0982115384615374, 0.086063116373973, 0.143999999999999, 0.120963624538695, 0.289538461538463, 0.272652343442369, 0.640903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 705, '2021-05-23 00:00:00', 0.0262986764802983, 0.0645961538461535, 0.0529497439523125, 0.0916538461538482, 0.0858783150742967, 0.14075, 0.118234950253883, 0.284788461538462, 0.272019123337933, 0.642711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 720, '2021-05-23 00:00:00', 0.03231934405275, 0.0640000000000022, 0.0661644135119836, 0.101519230769232, 0.0869867297571661, 0.135865384615387, 0.119479222525862, 0.288269230769231, 0.273907109464841, 0.64373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 735, '2021-05-23 00:00:00', 0.043023928941214, 0.0719615384615383, 0.0509874381211089, 0.0943269230769226, 0.0778840089245167, 0.130826923076924, 0.125651263423812, 0.295999999999999, 0.2749400326225, 0.638192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 750, '2021-05-23 00:00:00', 0.0218709941387083, 0.0580961538461536, 0.0402489178067615, 0.087153846153848, 0.0563511415487412, 0.127365384615383, 0.115435776350051, 0.285538461538461, 0.262292330308115, 0.627942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 765, '2021-05-23 00:00:00', 0.0305981208573336, 0.0632500000000008, 0.0381280030343139, 0.0917692307692301, 0.0539306820051305, 0.13603846153846, 0.115196175484058, 0.282173076923077, 0.261888112486112, 0.626788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 780, '2021-05-23 00:00:00', 0.0256484217538137, 0.0671923076923077, 0.0302932145232856, 0.0938269230769218, 0.0446357910891459, 0.131923076923076, 0.10520163789307, 0.288769230769232, 0.263004457405923, 0.621269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 795, '2021-05-23 00:00:00', 0.0200068834308441, 0.0551538461538455, 0.0284085645265921, 0.0824423076923073, 0.0515839122207683, 0.123, 0.10116915956038, 0.281826923076925, 0.262218241458991, 0.618615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 810, '2021-05-23 00:00:00', 0.0237650761865781, 0.0616730769230752, 0.0280757286363422, 0.0810576923076902, 0.0595082670404195, 0.123576923076923, 0.0931870905552568, 0.282923076923078, 0.262166371868059, 0.617442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 825, '2021-05-23 00:00:00', 0.0244356375937975, 0.0600961538461522, 0.0525439779174037, 0.0915192307692305, 0.0748566219258786, 0.137576923076923, 0.0922316731847653, 0.289807692307694, 0.262992021668982, 0.618788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 840, '2021-05-23 00:00:00', 0.0427606262097056, 0.0676346153846148, 0.0440089370294438, 0.0925576923076921, 0.0714743633436833, 0.140730769230768, 0.110000547201436, 0.306596153846156, 0.267970107402931, 0.620461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 855, '2021-05-23 00:00:00', 0.0250294595657549, 0.063076923076922, 0.0535837554316016, 0.106673076923075, 0.0626996779527983, 0.13751923076923, 0.114360287620376, 0.310653846153847, 0.266891288730073, 0.6205 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 870, '2021-05-23 00:00:00', 0.0504373335475287, 0.0827692307692308, 0.0574395233802823, 0.107326923076923, 0.0681330034113155, 0.139115384615386, 0.124318294959103, 0.317461538461539, 0.265326043982463, 0.62148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 885, '2021-05-23 00:00:00', 0.0261438623478147, 0.0661923076923067, 0.0322741442119755, 0.0900961538461539, 0.0482576777470536, 0.12678846153846, 0.135933756491338, 0.317384615384616, 0.263408411319467, 0.620134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 900, '2021-05-23 00:00:00', 0.0290273147225156, 0.0667500000000006, 0.0354142137913801, 0.0954423076923098, 0.0555214338376144, 0.135519230769232, 0.136918730808294, 0.320673076923078, 0.263138910375956, 0.621615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 915, '2021-05-23 00:00:00', 0.0234482408721854, 0.0700000000000019, 0.0376927099664558, 0.0979038461538474, 0.0745407916203246, 0.154980769230769, 0.132450275139826, 0.326346153846155, 0.262955848882541, 0.623538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 930, '2021-05-23 00:00:00', 0.025810433191606, 0.0705384615384617, 0.0427086191985407, 0.101115384615385, 0.0657399538976242, 0.150807692307691, 0.133535706835289, 0.32575, 0.263208446935999, 0.622942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 945, '2021-05-23 00:00:00', 0.0292595875148374, 0.0717884615384638, 0.0593320642330432, 0.109076923076923, 0.0682000338371234, 0.16823076923077, 0.138913592401343, 0.328115384615385, 0.261673883944235, 0.628692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 960, '2021-05-23 00:00:00', 0.0372991286761499, 0.0797499999999987, 0.0401270530267972, 0.105096153846152, 0.0855723175943109, 0.193807692307693, 0.140241814515007, 0.333057692307693, 0.261971423133251, 0.637557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 975, '2021-05-23 00:00:00', 0.0245968806652695, 0.0689423076923078, 0.0592917071643388, 0.131942307692309, 0.0876364013761057, 0.194173076923079, 0.141982057371293, 0.32273076923077, 0.259721700168587, 0.638807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 990, '2021-05-23 00:00:00', 0.0455846634128364, 0.106807692307693, 0.0828904675785132, 0.161519230769232, 0.0794981107661356, 0.19001923076923, 0.142304624499159, 0.314615384615385, 0.255594505327961, 0.645365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1005, '2021-05-23 00:00:00', 0.0401685343751291, 0.102634615384617, 0.0490280022028219, 0.132250000000001, 0.0600237036511414, 0.168750000000001, 0.132479532526583, 0.294442307692309, 0.246847300198694, 0.65851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1020, '2021-05-23 00:00:00', 0.0301682716671771, 0.0917692307692322, 0.0393016539092186, 0.1205, 0.0933208444025248, 0.192500000000001, 0.129040518383241, 0.286153846153848, 0.238507713953624, 0.657480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1035, '2021-05-23 00:00:00', 0.0360300515595604, 0.0877692307692317, 0.0478744351242033, 0.124307692307694, 0.089569946882956, 0.199846153846154, 0.128447602307173, 0.281557692307693, 0.237278476446168, 0.659846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1050, '2021-05-23 00:00:00', 0.0364977607321535, 0.0760576923076936, 0.0879981555750781, 0.149346153846154, 0.102353927811598, 0.189442307692308, 0.141222878948354, 0.276807692307694, 0.234275360666427, 0.655730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1065, '2021-05-23 00:00:00', 0.0565583191187507, 0.124211538461538, 0.0574864030746516, 0.151557692307692, 0.0838944941807614, 0.181884615384615, 0.133818644498381, 0.270519230769232, 0.230080388125541, 0.65525 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1080, '2021-05-23 00:00:00', 0.0445973826413771, 0.0904423076923088, 0.0466950376213718, 0.115942307692308, 0.0591306278830693, 0.148634615384615, 0.12449090173737, 0.24373076923077, 0.224761463299684, 0.660153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1095, '2021-05-23 00:00:00', 0.0428959250350808, 0.077096153846153, 0.0561215062301289, 0.10578846153846, 0.0596721459309091, 0.135250000000001, 0.126618441055731, 0.23398076923077, 0.220300797861608, 0.664307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1110, '2021-05-23 00:00:00', 0.034897724192934, 0.0703653846153839, 0.0430288320154674, 0.0910961538461537, 0.0416483446896094, 0.114269230769231, 0.114011922453478, 0.216461538461539, 0.21774857855228, 0.657711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1125, '2021-05-23 00:00:00', 0.0314070851878997, 0.0617500000000013, 0.0350015219449308, 0.0850576923076934, 0.0416659471732755, 0.110634615384617, 0.1103412904792, 0.212403846153848, 0.221827816976628, 0.660096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1140, '2021-05-23 00:00:00', 0.0284439597481394, 0.0576730769230763, 0.0296192504969317, 0.0764999999999991, 0.0397396720980627, 0.105807692307691, 0.111754173902434, 0.201153846153846, 0.222701625153825, 0.658923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1155, '2021-05-23 00:00:00', 0.0245190663644551, 0.0522307692307688, 0.0325624606894805, 0.0740769230769242, 0.0441560737175974, 0.102173076923078, 0.111809570252282, 0.196500000000001, 0.224212496220749, 0.656788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1170, '2021-05-23 00:00:00', 0.0203731440872529, 0.0497500000000014, 0.028983848287251, 0.0687115384615392, 0.0371593709063255, 0.0966730769230799, 0.10164641580574, 0.185423076923077, 0.222469876958311, 0.658115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1185, '2021-05-23 00:00:00', 0.0166061619703231, 0.0482307692307694, 0.0226629568985309, 0.0665192307692308, 0.0339673598983148, 0.0948076923076952, 0.0869638651748728, 0.178423076923077, 0.221583813800696, 0.657557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1200, '2021-05-23 00:00:00', 0.0150199994878627, 0.0489038461538446, 0.0229718556900885, 0.0676153846153855, 0.0358914870986689, 0.092826923076923, 0.0808841526743387, 0.178884615384615, 0.22325281977718, 0.657307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1215, '2021-05-23 00:00:00', 0.0202936898112156, 0.0450769230769252, 0.0273828694344021, 0.0633076923076945, 0.0366046917967944, 0.0877884615384615, 0.076521721400878, 0.183576923076922, 0.215479915180404, 0.663423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1230, '2021-05-23 00:00:00', 0.0173984084152732, 0.0417307692307723, 0.0280232870196319, 0.0632692307692323, 0.0454972695714979, 0.0946923076923095, 0.0733052758097148, 0.181288461538462, 0.215389904948785, 0.663134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1245, '2021-05-23 00:00:00', 0.0184876674070542, 0.0474230769230765, 0.0252640288522272, 0.0638653846153829, 0.057047645404115, 0.101923076923078, 0.0697245018185561, 0.175615384615385, 0.223614442391708, 0.666673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1260, '2021-05-23 00:00:00', 0.0165128854115612, 0.0443461538461557, 0.0299180483217842, 0.0669807692307726, 0.0608639497947283, 0.0985961538461573, 0.062260309618939, 0.172384615384618, 0.225209954179514, 0.663711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1275, '2021-05-23 00:00:00', 0.0267896722350513, 0.0495576923076939, 0.0402281808992334, 0.0750576923076927, 0.0585482838216575, 0.0998076923076928, 0.0542280795841464, 0.175769230769233, 0.224796233372497, 0.663057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1290, '2021-05-23 00:00:00', 0.0260403311452415, 0.0521730769230763, 0.0327058922002637, 0.0706538461538457, 0.0419292444298892, 0.0886923076923065, 0.0582526097137415, 0.183942307692308, 0.224453158553439, 0.665596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1305, '2021-05-23 00:00:00', 0.0246795150182984, 0.0515384615384617, 0.0329399220026165, 0.0705384615384611, 0.0338290043965463, 0.0858076923076926, 0.0615575028233452, 0.185115384615385, 0.224499553708654, 0.67151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1320, '2021-05-23 00:00:00', 0.0159976079942735, 0.0492884615384602, 0.0191682128696287, 0.0590961538461529, 0.0195926987971008, 0.0739230769230768, 0.0771422462328288, 0.192384615384615, 0.225045287749959, 0.671807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1335, '2021-05-23 00:00:00', 0.0157461228439066, 0.0370961538461539, 0.0200310912180202, 0.0502307692307697, 0.0219568895793566, 0.0727500000000003, 0.0755800568933377, 0.192250000000001, 0.225567885909866, 0.670634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1350, '2021-05-23 00:00:00', 0.0159676596233185, 0.0363846153846153, 0.0184415605046364, 0.0538653846153855, 0.0343668668700201, 0.0773076923076925, 0.0739255680761723, 0.19348076923077, 0.231574019567096, 0.671057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1365, '2021-05-23 00:00:00', 0.015775492190298, 0.0446153846153856, 0.0201226240833534, 0.0589999999999997, 0.0352368251429373, 0.0770769230769227, 0.0757314409861992, 0.203865384615385, 0.234385971127834, 0.67628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1380, '2021-05-23 00:00:00', 0.0149378842081276, 0.0410961538461517, 0.0282267535395895, 0.0555192307692297, 0.0273427602568156, 0.0875576923076923, 0.0816131046226873, 0.211173076923077, 0.232992272073891, 0.674673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1395, '2021-05-23 00:00:00', 0.0218521254027029, 0.0341538461538469, 0.0194241819944614, 0.0471730769230775, 0.0332933869617476, 0.109980769230772, 0.104905761739541, 0.223173076923078, 0.235529315503481, 0.673038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1410, '2021-05-23 00:00:00', 0.012746522904458, 0.0324230769230782, 0.0227486347857507, 0.0654038461538464, 0.0411871339133969, 0.114000000000002, 0.112007650837582, 0.234423076923079, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1425, '2021-05-23 00:00:00', 0.0215212953570674, 0.0546153846153858, 0.0381762511759105, 0.101115384615386, 0.0400192261486727, 0.11546153846154, 0.116367521241969, 0.242500000000001, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 0, '2021-05-23 00:00:00', 0.0424658822332251, 0.0851346153846169, 0.047886809650066, 0.0994423076923086, 0.0415035355305859, 0.11271153846154, 0.123690177459651, 0.258000000000001, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 15, '2021-05-23 00:00:00', 0.0389045627144178, 0.0682500000000001, 0.0374339418175571, 0.0824999999999993, 0.0366578987185786, 0.107807692307694, 0.122321354824716, 0.252423076923078, 0.242994168970875, 0.673115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 30, '2021-05-23 00:00:00', 0.0270210174607747, 0.0593461538461546, 0.0240107347787505, 0.073846153846155, 0.0556988744534802, 0.114269230769233, 0.125189015554019, 0.25448076923077, 0.245707355639559, 0.670269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 45, '2021-05-23 00:00:00', 0.02249267402101, 0.0529038461538462, 0.0318726552682101, 0.0793846153846167, 0.0662043718054456, 0.119326923076923, 0.12288315431899, 0.269019230769233, 0.24571757474479, 0.669557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 60, '2021-05-23 00:00:00', 0.0312314683514024, 0.0597307692307708, 0.0481739955386062, 0.085576923076925, 0.0706757275274781, 0.122961538461539, 0.117722489845334, 0.266269230769231, 0.24636936622759, 0.666730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 75, '2021-05-23 00:00:00', 0.0280821391361393, 0.0525576923076929, 0.0435281341380299, 0.0784615384615387, 0.0573320993456934, 0.117519230769231, 0.118937527234325, 0.261153846153846, 0.248339968591446, 0.664999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 90, '2021-05-23 00:00:00', 0.0264728888894611, 0.0554230769230781, 0.0385673436990416, 0.0820000000000007, 0.0455594624132543, 0.114730769230771, 0.109910139869596, 0.256326923076923, 0.244404032605534, 0.670365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 105, '2021-05-23 00:00:00', 0.0240324460165519, 0.0550384615384631, 0.0390345852565882, 0.0913269230769252, 0.0504771273411552, 0.125903846153847, 0.105336150562781, 0.257230769230769, 0.248559503013789, 0.676057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 120, '2021-05-23 00:00:00', 0.0289938720315956, 0.0687307692307695, 0.0358740799935641, 0.0880192307692313, 0.0555225283452216, 0.136365384615384, 0.105055181470722, 0.256634615384614, 0.255406029686067, 0.680999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 135, '2021-05-23 00:00:00', 0.0291517317073722, 0.0557115384615388, 0.0426466699935463, 0.0864615384615381, 0.0793919415596769, 0.140903846153847, 0.100518930478869, 0.249653846153846, 0.259885179528312, 0.681057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 150, '2021-05-23 00:00:00', 0.0308215771073538, 0.0630192307692294, 0.0434483070396913, 0.0943461538461529, 0.0819658559307579, 0.141192307692307, 0.106830210362774, 0.254076923076922, 0.264222916521987, 0.682019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 165, '2021-05-23 00:00:00', 0.0246734987073463, 0.0668076923076927, 0.0525751806024903, 0.104980769230769, 0.0702829555877816, 0.144076923076923, 0.106862299965173, 0.246134615384616, 0.253955599541459, 0.683057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 180, '2021-05-23 00:00:00', 0.0543057051826467, 0.0880192307692291, 0.066592180183102, 0.112038461538461, 0.0853384956872002, 0.160173076923075, 0.114796691522952, 0.250096153846154, 0.257463862288702, 0.687903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 195, '2021-05-23 00:00:00', 0.0340047960418269, 0.0721153846153857, 0.0395477121773366, 0.110192307692309, 0.0557031555521001, 0.143692307692307, 0.11229268076703, 0.243115384615385, 0.256446408406544, 0.688596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 210, '2021-05-23 00:00:00', 0.0287868626553578, 0.0762115384615389, 0.0433251614582654, 0.105480769230769, 0.0486954270479761, 0.134230769230768, 0.100546141340487, 0.237442307692308, 0.254079082934066, 0.687903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 225, '2021-05-23 00:00:00', 0.0341301412018977, 0.0700576923076918, 0.033526682829328, 0.09503846153846, 0.0679523843471408, 0.138057692307693, 0.105411050727068, 0.22701923076923, 0.253237721245352, 0.681788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 240, '2021-05-23 00:00:00', 0.0235722538983034, 0.0723653846153842, 0.0364666760418114, 0.0959615384615375, 0.064925448370834, 0.132076923076923, 0.107548903009104, 0.228557692307691, 0.250042018776538, 0.683865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 255, '2021-05-23 00:00:00', 0.033647979708469, 0.0664423076923079, 0.0654707568308189, 0.102500000000001, 0.0643984949656935, 0.122615384615385, 0.1146687419684, 0.230096153846154, 0.247364885419216, 0.680057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 270, '2021-05-23 00:00:00', 0.0503927535999446, 0.0755192307692301, 0.0479383097163581, 0.0948076923076919, 0.0473264765708948, 0.115846153846153, 0.115955623142914, 0.234442307692307, 0.245885870961433, 0.684192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 285, '2021-05-23 00:00:00', 0.0281496071840308, 0.0570961538461532, 0.031961828194558, 0.0770384615384621, 0.0364616183867996, 0.105480769230767, 0.10767831186527, 0.220673076923076, 0.241674794204622, 0.678884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 300, '2021-05-23 00:00:00', 0.0236618810618395, 0.0587307692307709, 0.0243376014872846, 0.0786730769230771, 0.0396956352958162, 0.110211538461538, 0.107818273033844, 0.216999999999999, 0.24061001961361, 0.685192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 315, '2021-05-23 00:00:00', 0.0167648097559683, 0.0516730769230755, 0.0309472069076464, 0.0790192307692293, 0.0419745939642262, 0.105057692307692, 0.0997219827628499, 0.218423076923076, 0.235022392550157, 0.678749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 330, '2021-05-23 00:00:00', 0.0190060820225024, 0.0551346153846147, 0.0323217954566026, 0.0749615384615373, 0.0595182874288343, 0.110057692307691, 0.089259207669832, 0.218384615384614, 0.229706445607967, 0.674134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 345, '2021-05-23 00:00:00', 0.0289698782557646, 0.0550769230769237, 0.0345108901429924, 0.078692307692309, 0.0619074619585861, 0.113576923076924, 0.0866315562509511, 0.221557692307693, 0.227265315130881, 0.675211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 360, '2021-05-23 00:00:00', 0.0221188485581538, 0.0562884615384619, 0.0499005472453395, 0.0792307692307699, 0.0616755312408899, 0.108634615384616, 0.0883437625676856, 0.225096153846154, 0.225189708912286, 0.672749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 375, '2021-05-23 00:00:00', 0.0414995134355167, 0.0489807692307697, 0.0441234457124387, 0.0670384615384614, 0.051670944818742, 0.0985576923076934, 0.084026847815721, 0.225365384615385, 0.223777489072035, 0.669269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 390, '2021-05-23 00:00:00', 0.0238348161633026, 0.047038461538461, 0.0393092277285541, 0.0666538461538463, 0.0404302485770225, 0.0992500000000006, 0.0764767963804407, 0.228903846153846, 0.221520424479412, 0.664461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 405, '2021-05-23 00:00:00', 0.0263233517271996, 0.0446730769230782, 0.0321690785597679, 0.0680192307692331, 0.0327494450921849, 0.0943846153846151, 0.0864651463796929, 0.244307692307692, 0.222351185324893, 0.662519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 420, '2021-05-23 00:00:00', 0.0223418889085062, 0.0525000000000004, 0.023025713051683, 0.0692115384615388, 0.0369023711975243, 0.0942499999999991, 0.0844487031371026, 0.258211538461538, 0.220000496502936, 0.662961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 435, '2021-05-23 00:00:00', 0.0209168316471162, 0.0510769230769232, 0.0254900885715315, 0.0702692307692296, 0.039849949329184, 0.111461538461538, 0.0869509078998924, 0.265096153846154, 0.218247417818896, 0.664153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 450, '2021-05-23 00:00:00', 0.0213319280386501, 0.0516346153846171, 0.0319827357275055, 0.0693461538461543, 0.0449646014617659, 0.115653846153847, 0.113273148423827, 0.283384615384616, 0.215601923960306, 0.663019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 465, '2021-05-23 00:00:00', 0.0216480679542972, 0.0463269230769224, 0.0311213752909479, 0.0840000000000004, 0.0404814724952614, 0.106019230769232, 0.112342984444272, 0.285115384615384, 0.22310865324735, 0.670365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 480, '2021-05-23 00:00:00', 0.0260170136641396, 0.0722500000000012, 0.0360380994974009, 0.0912307692307698, 0.0366474471773323, 0.106346153846154, 0.11359347895693, 0.283461538461538, 0.224869258596053, 0.67378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 495, '2021-05-23 00:00:00', 0.0225863556497817, 0.0597115384615405, 0.0281773845486055, 0.0722500000000017, 0.0522566631746986, 0.120673076923078, 0.119355211609973, 0.275057692307693, 0.222321897603107, 0.672884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 510, '2021-05-23 00:00:00', 0.0193505714485292, 0.0477692307692293, 0.0224230993534651, 0.0668461538461538, 0.0450825780779438, 0.121173076923077, 0.107440683098233, 0.263096153846153, 0.217264479025342, 0.663923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 525, '2021-05-23 00:00:00', 0.0162073582529193, 0.049461538461538, 0.0334413608482771, 0.0917307692307689, 0.0386776222322242, 0.122961538461539, 0.102484064427296, 0.256288461538461, 0.218169451609029, 0.660480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 540, '2021-05-23 00:00:00', 0.0280100600059787, 0.078211538461537, 0.0360888646793752, 0.0988846153846148, 0.048917638788227, 0.132346153846153, 0.10286848399777, 0.254749999999999, 0.220550343110488, 0.662423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 555, '2021-05-23 00:00:00', 0.0254642811676391, 0.0660192307692306, 0.0269792512868683, 0.0864999999999998, 0.0424264839276301, 0.127942307692308, 0.0984303990723289, 0.244711538461537, 0.224248582021071, 0.661942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 570, '2021-05-23 00:00:00', 0.0261881946392164, 0.0631923076923066, 0.0377600317796491, 0.0894999999999999, 0.0407109180215054, 0.130173076923076, 0.0926560492441692, 0.245211538461538, 0.222158471678352, 0.663942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 585, '2021-05-23 00:00:00', 0.0324937923065572, 0.0669423076923081, 0.0363775342759794, 0.102750000000001, 0.0538873326059546, 0.142230769230769, 0.0924238584748787, 0.247519230769231, 0.226343337738183, 0.66655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 600, '2021-05-23 00:00:00', 0.0331115364511201, 0.0829230769230766, 0.0353648673990693, 0.103576923076922, 0.0591518515218385, 0.154807692307693, 0.0921639008255634, 0.250730769230769, 0.234438222959941, 0.668403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 615, '2021-05-23 00:00:00', 0.0225269069883459, 0.0716923076923062, 0.041249564100262, 0.107442307692307, 0.0539196160965565, 0.153750000000001, 0.0799714973263302, 0.239903846153846, 0.241376357901609, 0.679384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 630, '2021-05-23 00:00:00', 0.0257766441690037, 0.0806538461538454, 0.0434191246412858, 0.113596153846154, 0.0678263620181354, 0.164653846153846, 0.0664086880321662, 0.232076923076924, 0.238116533364523, 0.679288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 645, '2021-05-23 00:00:00', 0.0351158303114371, 0.0776923076923086, 0.0379157416060723, 0.106788461538463, 0.0579947875641869, 0.153846153846153, 0.0651057630676048, 0.220096153846154, 0.238950076053876, 0.683326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 660, '2021-05-23 00:00:00', 0.0256696243717088, 0.0745192307692319, 0.0461926775748981, 0.10971153846154, 0.0487993734196838, 0.141673076923077, 0.0646126565358146, 0.216846153846153, 0.244126965705583, 0.688653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 675, '2021-05-23 00:00:00', 0.0286025281292524, 0.0722692307692321, 0.0300260463854045, 0.101211538461539, 0.0385393155901071, 0.122826923076923, 0.0791509001843921, 0.22075, 0.248202263207928, 0.685288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 690, '2021-05-23 00:00:00', 0.0262503406571291, 0.0695961538461511, 0.0324921588174047, 0.0904038461538444, 0.0380814966173283, 0.118403846153845, 0.0857776486038177, 0.222249999999999, 0.253157892354826, 0.689961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 705, '2021-05-23 00:00:00', 0.0217750121434226, 0.0648653846153861, 0.0304700925246635, 0.0859423076923076, 0.0359411270744913, 0.117269230769231, 0.0937975499926058, 0.233403846153846, 0.254532598033214, 0.697711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 720, '2021-05-23 00:00:00', 0.0179924022426552, 0.0590576923076901, 0.026065597722197, 0.0808461538461524, 0.0359281387473142, 0.113134615384614, 0.104367302571993, 0.240423076923076, 0.255955017832911, 0.700865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 735, '2021-05-23 00:00:00', 0.0190871281637228, 0.0585384615384623, 0.0256271565696651, 0.0868653846153829, 0.0368626974262406, 0.118461538461538, 0.115583755845639, 0.248730769230768, 0.257691363545916, 0.699326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 750, '2021-05-23 00:00:00', 0.0242284718080584, 0.0668269230769208, 0.0286005177467929, 0.0864807692307684, 0.0259784229994534, 0.115038461538461, 0.123971530540745, 0.257096153846154, 0.254146974436809, 0.698730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 765, '2021-05-23 00:00:00', 0.0180921572468888, 0.0538846153846158, 0.0239904468166308, 0.0796923076923089, 0.0338386044902298, 0.112634615384618, 0.130680697179743, 0.276230769230768, 0.252079274008425, 0.696403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 780, '2021-05-23 00:00:00', 0.0196599553955208, 0.0614230769230751, 0.0220865082381502, 0.0799230769230759, 0.0466035819026166, 0.121423076923076, 0.135355453699337, 0.279173076923074, 0.250384074972829, 0.701749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 795, '2021-05-23 00:00:00', 0.0147322383280261, 0.0536730769230791, 0.0295311634614106, 0.079019230769232, 0.0450338718675687, 0.114980769230768, 0.136941078008585, 0.286326923076922, 0.250015347221232, 0.702423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime =[...];[ Date: 2021-05-23 16:57:01 - Database: acaweb_fx - User: pgperfstats ]
3 25s682ms (( 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 16:47:37 - Database: acaweb_fx - User: postgres - Bind query: yes ]
4 24s475ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987985, 1, 1020, '2021-05-23 00:00:00', 0.000332947674336594, 0.000898076923076922, 0.000447023876491886, 0.00125788461538462, 0.000679581885030456, 0.00194846153846153, 0.000851430831916758, 0.0025076923076923, 0.00181080933881468, 0.0052573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1035, '2021-05-23 00:00:00', 0.00021620476405482, 0.000822500000000008, 0.000427511988136006, 0.0012175, 0.000623502637092699, 0.00185653846153846, 0.000836991429971755, 0.00239557692307693, 0.00180515613004698, 0.00525057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1050, '2021-05-23 00:00:00', 0.000331813722069843, 0.00087211538461538, 0.000496207462815553, 0.00145538461538461, 0.000628020332840853, 0.00174653846153845, 0.000791391568937027, 0.00230615384615386, 0.00177092804874906, 0.00525307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1065, '2021-05-23 00:00:00', 0.000330382296042718, 0.00111769230769229, 0.000410456640640824, 0.00136057692307692, 0.000460756276304331, 0.00156211538461537, 0.00064863623205804, 0.00220519230769231, 0.00173903722258567, 0.00522269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1080, '2021-05-23 00:00:00', 0.000293332379077709, 0.000876730769230782, 0.000337658680645685, 0.00106423076923077, 0.000344933884411765, 0.00131076923076922, 0.000714758619825862, 0.00218326923076923, 0.00165232597128552, 0.00533865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1095, '2021-05-23 00:00:00', 0.000223084064872423, 0.000697499999999992, 0.000223014659745813, 0.00089846153846154, 0.000362227085594745, 0.00121730769230769, 0.000690073156656925, 0.00215519230769232, 0.001691174102851, 0.00541461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1110, '2021-05-23 00:00:00', 0.000185757492860577, 0.00061538461538462, 0.00033795630122616, 0.000977692307692299, 0.000410281001266221, 0.0012125, 0.00074217043968246, 0.0021198076923077, 0.0017541274074418, 0.00548019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1125, '2021-05-23 00:00:00', 0.000310886387855515, 0.000717884615384604, 0.000287833351892282, 0.000865961538461528, 0.000393556026702511, 0.00115288461538461, 0.000850334052005429, 0.00207000000000001, 0.0018205325087415, 0.00554615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1140, '2021-05-23 00:00:00', 0.000170181916240798, 0.000541730769230761, 0.00027756884107995, 0.000802307692307683, 0.000381427127831992, 0.00102442307692308, 0.000860662446115671, 0.00202461538461539, 0.00186422048052263, 0.005565 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1155, '2021-05-23 00:00:00', 0.000220449627946017, 0.000559038461538456, 0.000342314351707052, 0.000756346153846147, 0.000433758750743036, 0.00102057692307693, 0.000833524052534675, 0.00199211538461539, 0.00187150897570754, 0.00554461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1170, '2021-05-23 00:00:00', 0.000216173808276144, 0.000516346153846159, 0.000251250794105144, 0.000685192307692313, 0.000413164197197871, 0.000970576923076945, 0.000790917213405754, 0.00195903846153848, 0.00202267363046653, 0.00558615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1185, '2021-05-23 00:00:00', 0.000199759952096369, 0.000510961538461538, 0.000273804042786365, 0.000714423076923094, 0.000385463806541999, 0.000982884615384628, 0.000811089770237906, 0.00198884615384617, 0.00202350268479799, 0.00562365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1200, '2021-05-23 00:00:00', 0.000199848404085158, 0.000519230769230772, 0.000300493696337317, 0.000712692307692322, 0.000373719969207721, 0.00101384615384616, 0.000835735235954172, 0.00203576923076923, 0.00200732915740143, 0.00560711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1215, '2021-05-23 00:00:00', 0.00021059439688653, 0.000505000000000016, 0.000304065845601805, 0.000684038461538459, 0.000345640542493766, 0.000939230769230778, 0.000845273851846478, 0.00202673076923077, 0.00204965269102992, 0.00560307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1230, '2021-05-23 00:00:00', 0.000160793704430912, 0.000441153846153833, 0.00024056575944091, 0.000658269230769222, 0.000327594085134921, 0.000858269230769225, 0.000798452541819785, 0.00197769230769231, 0.00206768671373443, 0.00560211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1245, '2021-05-23 00:00:00', 0.00019649711291674, 0.000461346153846144, 0.00024985388037503, 0.000585192307692303, 0.000379097562031812, 0.000820192307692305, 0.000750421112545379, 0.00193461538461539, 0.00207077619226743, 0.00560096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1260, '2021-05-23 00:00:00', 0.000157709079783499, 0.000378076923076919, 0.000223922720185749, 0.000520769230769226, 0.000428649220046125, 0.000923076923076924, 0.000746172206356191, 0.00194519230769232, 0.00208546070357461, 0.00561711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1275, '2021-05-23 00:00:00', 0.000170983579958372, 0.000389230769230761, 0.000288582743766857, 0.000584999999999989, 0.000423114459873269, 0.000954615384615383, 0.000743257383724877, 0.00192346153846154, 0.00208662362534459, 0.00562807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1290, '2021-05-23 00:00:00', 0.000175146971251188, 0.000447692307692294, 0.000338948430386593, 0.000739038461538457, 0.000364855292705729, 0.000955769230769232, 0.000703281347574479, 0.00190557692307693, 0.00209476045996086, 0.00566076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1305, '2021-05-23 00:00:00', 0.000271549471339225, 0.000573653846153834, 0.000293121725830489, 0.00069788461538461, 0.000419525968757038, 0.000975961538461531, 0.000715379942085653, 0.00185269230769231, 0.00213662721272427, 0.00565461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1320, '2021-05-23 00:00:00', 0.000199762647621159, 0.000493653846153852, 0.000304256217937856, 0.000669615384615395, 0.000347373496619768, 0.000937115384615383, 0.000723210576845745, 0.00179346153846154, 0.00222282679521786, 0.00567480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1335, '2021-05-23 00:00:00', 0.000214756033317239, 0.000496923076923079, 0.000268839171252995, 0.000712499999999992, 0.00032796933487048, 0.000951730769230761, 0.000717985134836484, 0.00176942307692308, 0.00228929626405482, 0.00570076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1350, '2021-05-23 00:00:00', 0.000212429897939206, 0.000482692307692297, 0.000217901265573341, 0.000675192307692299, 0.000412920741137505, 0.000968461538461529, 0.000726970002555395, 0.00174423076923077, 0.00232178025197509, 0.00570346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1365, '2021-05-23 00:00:00', 0.000139942982894973, 0.000490961538461544, 0.000308687295096265, 0.000684615384615377, 0.000375245970613334, 0.000931538461538467, 0.000699063989587844, 0.0017776923076923, 0.00231669107531875, 0.00571153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1380, '2021-05-23 00:00:00', 0.000316092793094294, 0.000525576923076916, 0.000369484255936054, 0.000723846153846148, 0.000470839185350519, 0.00106346153846154, 0.000722249583965589, 0.00180730769230769, 0.00231958243092289, 0.00569942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1395, '2021-05-23 00:00:00', 0.000293129008091352, 0.000488846153846158, 0.000297189980678003, 0.000666730769230777, 0.000641786688741791, 0.00121807692307693, 0.000658239990136875, 0.00182326923076922, 0.00228224852856867, 0.00568211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1410, '2021-05-23 00:00:00', 0.000167884232090521, 0.000441346153846163, 0.000307078792194088, 0.000800769230769229, 0.000593775533863912, 0.00120576923076923, 0.00063647901651314, 0.00182153846153844, 0.00228396275902551, 0.00567826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1425, '2021-05-23 00:00:00', 0.000301360504788119, 0.000698076923076915, 0.000616561307700898, 0.00107461538461537, 0.00061029551479967, 0.00124115384615383, 0.000760559434788727, 0.00190057692307691, 0.00228167573371988, 0.00568692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 0, '2021-05-23 00:00:00', 0.000621146118075288, 0.000957499999999991, 0.000615639005112067, 0.00110423076923077, 0.000618713087477052, 0.00129326923076922, 0.000776785585701641, 0.0019103846153846, 0.00229591168417656, 0.00569230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 15, '2021-05-23 00:00:00', 0.000296133697283274, 0.000605800000000003, 0.000307742181054198, 0.000796399999999995, 0.0003490525270882, 0.0010622, 0.000488523029139867, 0.00174879999999999, 0.00232941918726536, 0.00568600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 30, '2021-05-23 00:00:00', 0.000283269600675149, 0.000623999999999998, 0.000349062673455638, 0.000924800000000006, 0.000375936829799892, 0.00106920000000001, 0.000522836972678863, 0.0017828, 0.00232838100046649, 0.00568320000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 45, '2021-05-23 00:00:00', 0.000343824865973282, 0.000773461538461537, 0.000332900135175705, 0.000842499999999998, 0.000390558771308686, 0.00100192307692308, 0.000532800583275264, 0.0018126923076923, 0.00231232461289167, 0.00560134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 60, '2021-05-23 00:00:00', 0.000210368998154687, 0.000553653846153844, 0.000332337409639883, 0.000711923076923086, 0.000322842900590266, 0.000906538461538461, 0.000543610189806591, 0.00184096153846154, 0.00232827969671898, 0.00555288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 75, '2021-05-23 00:00:00', 0.0002926086911796, 0.00046961538461537, 0.000299224189170277, 0.000606346153846134, 0.000296200360982472, 0.000850576923076906, 0.000523753648784795, 0.00180826923076921, 0.00233640431333805, 0.00553634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 90, '2021-05-23 00:00:00', 0.000132391610238494, 0.000381538461538463, 0.000240729100858217, 0.000587500000000001, 0.000296618182439723, 0.00082211538461539, 0.000549788910540996, 0.00191038461538462, 0.00234842566741736, 0.00552865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 105, '2021-05-23 00:00:00', 0.00020907203396108, 0.000476346153846166, 0.000285358344218952, 0.000685769230769236, 0.000398014930141305, 0.000903269230769226, 0.000655675488449774, 0.00205788461538462, 0.00243848705458624, 0.00554865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 120, '2021-05-23 00:00:00', 0.000245261320604404, 0.000516346153846146, 0.000248553120773324, 0.000610576923076922, 0.000391224950045954, 0.000884807692307694, 0.000671189644185268, 0.00209846153846154, 0.00254064774448141, 0.00558019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 135, '2021-05-23 00:00:00', 0.000196373662655196, 0.000403846153846156, 0.000285764090439326, 0.00065865384615384, 0.000371465496896565, 0.000918846153846131, 0.000741579084428321, 0.00211153846153846, 0.00252614065629463, 0.00555615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 150, '2021-05-23 00:00:00', 0.000220763448061499, 0.000522500000000007, 0.000249128712485367, 0.000658653846153853, 0.000292867060941659, 0.000918653846153844, 0.000805628851366345, 0.00212461538461539, 0.00246359050043757, 0.00552192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 165, '2021-05-23 00:00:00', 0.000175241372003143, 0.00043346153846153, 0.000273637604253376, 0.000683461538461537, 0.00029395244251671, 0.000995961538461534, 0.000839220265392924, 0.00213557692307693, 0.00245311732605367, 0.00552884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 180, '2021-05-23 00:00:00', 0.00027762571649892, 0.000584038461538449, 0.000282475934985884, 0.000750576923076917, 0.000262801475232962, 0.00106615384615384, 0.000851769131775834, 0.00215057692307693, 0.00244898016450805, 0.00552538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 195, '2021-05-23 00:00:00', 0.000194346340330859, 0.00052750000000001, 0.000258977055710761, 0.000798653846153856, 0.000244222471088588, 0.00102884615384616, 0.000893457674086819, 0.00209884615384616, 0.00241310578683605, 0.00550846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 210, '2021-05-23 00:00:00', 0.00021850092413113, 0.000575576923076923, 0.000242408825048791, 0.000789038461538468, 0.000297009518106996, 0.00108442307692308, 0.00096474253241274, 0.00211807692307693, 0.00238881103351567, 0.00553192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 225, '2021-05-23 00:00:00', 0.000163071598243964, 0.000552115384615385, 0.000185239969104522, 0.000764615384615389, 0.000286943575262827, 0.00105615384615383, 0.000942809304480707, 0.00208923076923077, 0.00236076187180848, 0.00556615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 240, '2021-05-23 00:00:00', 0.000210694456135312, 0.000606923076923082, 0.000293880993705847, 0.000849038461538456, 0.000345300092450257, 0.00113692307692307, 0.000947648851713463, 0.00210788461538462, 0.00238616173931146, 0.00559538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 255, '2021-05-23 00:00:00', 0.000198611816985176, 0.00053557692307693, 0.000259669686628688, 0.000742884615384619, 0.000349107212978831, 0.000999615384615383, 0.000962877997703519, 0.00204403846153847, 0.002357639595345, 0.00555230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 270, '2021-05-23 00:00:00', 0.000222216111027072, 0.000524999999999981, 0.000286042560039311, 0.000707115384615375, 0.000359698003672732, 0.00100942307692308, 0.00103816176299932, 0.00202461538461538, 0.00237660654165686, 0.00566942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 285, '2021-05-23 00:00:00', 0.000215524851324527, 0.000524807692307702, 0.000285008839269117, 0.000690961538461547, 0.000682490039375041, 0.00117057692307694, 0.00104249790628824, 0.00198826923076924, 0.00234284912019533, 0.00567 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 300, '2021-05-23 00:00:00', 0.000231460330543675, 0.000486730769230768, 0.000307532674936906, 0.00074711538461539, 0.000731898479719275, 0.00113576923076924, 0.00105638083167883, 0.0019623076923077, 0.00230033616272459, 0.0056576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 315, '2021-05-23 00:00:00', 0.000276932093870289, 0.000550769230769244, 0.000725873929507363, 0.000895192307692314, 0.000811311568719736, 0.00107769230769231, 0.00106122483661388, 0.00195807692307694, 0.00228051044387335, 0.00567173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 330, '2021-05-23 00:00:00', 0.000761624604684971, 0.000680961538461546, 0.000780847370095222, 0.000838846153846158, 0.000858376105481475, 0.00110153846153847, 0.0011858094930663, 0.00204807692307693, 0.00227113503476871, 0.00566788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 345, '2021-05-23 00:00:00', 0.000201711522877453, 0.000483461538461542, 0.000284151165078362, 0.000653269230769228, 0.000379906719320176, 0.000933653846153852, 0.000788403474409861, 0.00202903846153847, 0.00202315112177476, 0.00558730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 360, '2021-05-23 00:00:00', 0.000180748018395355, 0.00045038461538462, 0.000309001680353907, 0.000655961538461532, 0.000314261037992303, 0.000915000000000012, 0.000706929873575758, 0.00209538461538463, 0.00197198732247446, 0.00558499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 375, '2021-05-23 00:00:00', 0.000219782759875432, 0.000457307692307695, 0.000228026398606702, 0.000704038461538479, 0.000289500631060828, 0.000866153846153867, 0.000855167032717086, 0.00228442307692308, 0.00192978241101068, 0.00562692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 390, '2021-05-23 00:00:00', 0.000120750378244349, 0.0004644230769231, 0.000149438564685921, 0.000608269230769249, 0.000330992272742703, 0.000826730769230779, 0.000894013960482966, 0.00230980769230769, 0.00188788030300163, 0.00562096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 405, '2021-05-23 00:00:00', 0.000120849715953975, 0.000410576923076931, 0.000160973958715734, 0.00055384615384617, 0.000416471302917565, 0.000927884615384618, 0.000903837630074365, 0.00235269230769231, 0.0018463045940056, 0.00562557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 420, '2021-05-23 00:00:00', 0.000134962815391738, 0.000409807692307695, 0.00023389445351401, 0.000593846153846154, 0.000368429149853187, 0.000910961538461528, 0.000910659714374474, 0.00239134615384615, 0.00182261710608252, 0.00566634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 435, '2021-05-23 00:00:00', 0.000147682611861249, 0.000431923076923075, 0.000322442183249139, 0.000669807692307691, 0.000331311844734755, 0.000916538461538458, 0.000869921570293273, 0.00248653846153847, 0.00178590564183511, 0.00566480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 450, '2021-05-23 00:00:00', 0.000282205666955048, 0.000499038461538469, 0.000268203496219964, 0.000648653846153847, 0.000436408462514019, 0.000957884615384614, 0.000910409312004557, 0.00257634615384616, 0.00178034784846627, 0.00565730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 465, '2021-05-23 00:00:00', 0.000200221127756297, 0.000452499999999988, 0.000255783863086362, 0.000624230769230764, 0.000358709009987421, 0.00090807692307692, 0.000928270766201644, 0.00266115384615385, 0.00176335249977466, 0.00561096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 480, '2021-05-23 00:00:00', 0.000252042731419755, 0.000506538461538462, 0.000337227610877958, 0.000722307692307689, 0.000441195404118609, 0.000989230769230772, 0.000989966355294644, 0.00269423076923077, 0.00180222427742883, 0.00563211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 495, '2021-05-23 00:00:00', 0.000199297226813075, 0.000489230769230763, 0.000256331516115052, 0.000685384615384609, 0.000436141649537776, 0.00106153846153845, 0.000957218185079109, 0.00270057692307692, 0.00182130498438725, 0.00566538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 510, '2021-05-23 00:00:00', 0.000185174346121535, 0.000451538461538465, 0.000342467741321945, 0.000683076923076927, 0.000473778266865233, 0.00120538461538462, 0.000955571757962408, 0.00267576923076923, 0.00182743764494274, 0.00568211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 525, '2021-05-23 00:00:00', 0.000221102917212784, 0.000492499999999998, 0.000269638005196141, 0.000805576923076906, 0.000507405049852063, 0.00131826923076923, 0.000921609795621014, 0.00270384615384615, 0.00182691047526019, 0.00568326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 540, '2021-05-23 00:00:00', 0.000208976995421462, 0.000649230769230765, 0.000381591253326598, 0.000971730769230773, 0.000531678908306934, 0.00136269230769231, 0.000918647019346298, 0.00273788461538462, 0.0018242413386223, 0.0056873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 555, '2021-05-23 00:00:00', 0.000212640541760025, 0.000594999999999999, 0.000339332659563086, 0.000934423076923084, 0.000629731719434177, 0.00144596153846154, 0.00083521135049758, 0.00273, 0.0017534567617665, 0.00572384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 570, '2021-05-23 00:00:00', 0.000233331391933326, 0.000696538461538473, 0.000303848709823727, 0.000955961538461545, 0.00061844311348367, 0.00147173076923077, 0.000823373828548405, 0.0026773076923077, 0.00171432391921714, 0.0057175 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 585, '2021-05-23 00:00:00', 0.000206481513420967, 0.000636153846153846, 0.000543377365684708, 0.00111980769230768, 0.000646365578862653, 0.0014276923076923, 0.000867733763671432, 0.00262326923076924, 0.00170328786130283, 0.00568153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 600, '2021-05-23 00:00:00', 0.000530520825372445, 0.000872115384615376, 0.000588316241489215, 0.00112, 0.000635310463171652, 0.00139923076923078, 0.000845735546955804, 0.00258884615384617, 0.00171766904889694, 0.00568019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 615, '2021-05-23 00:00:00', 0.000293179716477537, 0.000692115384615388, 0.000332241860466373, 0.000894423076923086, 0.000379217666336282, 0.00126596153846156, 0.000835185400881843, 0.00244557692307693, 0.00171391361643912, 0.00566326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 630, '2021-05-23 00:00:00', 0.000249248794457387, 0.000674807692307694, 0.00024480392467945, 0.000864807692307704, 0.000311229633253946, 0.00132673076923078, 0.000863078568488764, 0.00241115384615386, 0.00174417615553548, 0.00565730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 645, '2021-05-23 00:00:00', 0.000175993881012527, 0.00061538461538462, 0.000257342408834247, 0.000938653846153859, 0.000315490826393523, 0.0014023076923077, 0.000933514863298925, 0.00240499999999999, 0.00175721615499762, 0.00572615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 660, '2021-05-23 00:00:00', 0.000200714588791767, 0.000717884615384621, 0.000272632748188133, 0.000976153846153853, 0.000433847766636401, 0.00135826923076925, 0.000934037987203123, 0.00241519230769231, 0.001778599492254, 0.00575692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 675, '2021-05-23 00:00:00', 0.000208465455540837, 0.00061538461538462, 0.000255813634086646, 0.000928846153846154, 0.000337359429415248, 0.00121923076923078, 0.000924949000673104, 0.00229057692307692, 0.00180133293595434, 0.00572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 690, '2021-05-23 00:00:00', 0.00020218318046152, 0.000629038461538449, 0.000285397698228002, 0.00089961538461539, 0.000350719480277551, 0.00117307692307692, 0.000972100758468683, 0.00230326923076922, 0.00182904329763278, 0.00576076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 705, '2021-05-23 00:00:00', 0.000222588271167966, 0.000583461538461539, 0.00024109047136836, 0.000761153846153841, 0.000428841058955585, 0.00112057692307692, 0.000981515488337379, 0.00227057692307692, 0.00184864873727979, 0.00582807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 720, '2021-05-23 00:00:00', 0.000141899205830705, 0.000499230769230765, 0.00032107080455635, 0.000752307692307689, 0.0005895240909803, 0.00113442307692308, 0.00102076662367067, 0.0023475, 0.0018571315350458, 0.00585846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 735, '2021-05-23 00:00:00', 0.000263787866403178, 0.000555961538461551, 0.000361360091023652, 0.000823653846153853, 0.000572997784933296, 0.00111769230769232, 0.000970176193355545, 0.00246461538461537, 0.00185596171421056, 0.00584173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 750, '2021-05-23 00:00:00', 0.00018037194477395, 0.000594038461538459, 0.000332839127230223, 0.000788269230769232, 0.000418490694685626, 0.00109769230769232, 0.000858006208512593, 0.00243057692307691, 0.00186273335141172, 0.00581153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 765, '2021-05-23 00:00:00', 0.00021365473585635, 0.000567115384615385, 0.000269040817606664, 0.000785192307692302, 0.000426099166861452, 0.00114250000000001, 0.000786955110634561, 0.00251711538461538, 0.00189802432707114, 0.00584211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 780, '2021-05-23 00:00:00', 0.000181467945887452, 0.000583846153846144, 0.000278418956582728, 0.000823653846153853, 0.000338806048442984, 0.00118346153846154, 0.000745170811600627, 0.00252846153846153, 0.00196255207672209, 0.00589557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 795, '2021-05-23 00:00:00', 0.000227967946464817, 0.000555769230769234, 0.000255784840472208, 0.000843269230769238, 0.000284095325280348, 0.00120192307692307, 0.000767408325770268, 0.00254846153846153, 0.00197933396917714, 0.0059098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 810, '2021-05-23 00:00:00', 0.00024708523910712, 0.000611346153846154, 0.000273743282320112, 0.000819230769230764, 0.00044570894262788, 0.0012573076923077, 0.000778988101024949, 0.00261230769230768, 0.00198218830123137, 0.00591269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 825, '2021-05-23 00:00:00', 0.000201579150326017, 0.000596923076923059, 0.000309687497574316, 0.00089211538461537, 0.00042834044691289, 0.00124846153846152, 0.000709646282420921, 0.0026503846153846, 0.00194372039181013, 0.00591019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 840, '2021-05-23 00:00:00', 0.000226589853123353, 0.000669807692307682, 0.00034527981963352, 0.000916923076923072, 0.000362809390515388, 0.00127442307692307, 0.000718113581116945, 0.00289634615384614, 0.00194937492940293, 0.00594615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 855, '2021-05-23 00:00:00', 0.000223928903552351, 0.000638076923076931, 0.00026393771118318, 0.000893653846153842, 0.000345913117148488, 0.00122826923076923, 0.000718603480048936, 0.00294980769230768, 0.00193006501484757, 0.0059598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 870, '2021-05-23 00:00:00', 0.000159872184524423, 0.000666346153846142, 0.000272052667412313, 0.000920576923076908, 0.000322067599211007, 0.00120846153846153, 0.000669236792634242, 0.00302826923076921, 0.00188046194201975, 0.00594365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 885, '2021-05-23 00:00:00', 0.000232731687703985, 0.00062596153846154, 0.000277614841101859, 0.000860000000000006, 0.000367113113987398, 0.00126903846153847, 0.000693859773020005, 0.00311076923076922, 0.00186455773267057, 0.00594153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 900, '2021-05-23 00:00:00', 0.000208276658957907, 0.000611999999999999, 0.000260648550095069, 0.0008928, 0.000422793586359436, 0.0014776, 0.000708408015670815, 0.00314239999999999, 0.00185056315752802, 0.00586940000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 915, '2021-05-23 00:00:00', 0.000289550314479851, 0.000689230769230771, 0.000320207925237035, 0.00102134615384615, 0.000567938681684775, 0.00165211538461537, 0.000702909229285957, 0.00310076923076922, 0.00181821493186631, 0.00587846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 930, '2021-05-23 00:00:00', 0.000292188098004308, 0.000786730769230769, 0.000369635007083403, 0.00120403846153846, 0.000532069869616618, 0.0015628846153846, 0.000817223559470634, 0.00315711538461537, 0.00185476099434777, 0.0059271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 945, '2021-05-23 00:00:00', 0.000305591293170379, 0.00084903846153846, 0.00046949830015256, 0.00119942307692306, 0.000560925231545709, 0.00157134615384614, 0.000793661064066629, 0.00316173076923075, 0.00200857615087062, 0.00605192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 960, '2021-05-23 00:00:00', 0.00029877911831059, 0.000809807692307686, 0.000422721994477907, 0.00102673076923077, 0.000551937844884163, 0.00158923076923077, 0.000809189932064069, 0.00312211538461538, 0.00205827855631464, 0.00598115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 975, '2021-05-23 00:00:00', 0.000417529040906145, 0.000772499999999988, 0.000534282588725655, 0.00117173076923076, 0.000576580770244192, 0.00173076923076921, 0.000816541863828562, 0.00311115384615384, 0.00205607695905054, 0.00604769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 990, '2021-05-23 00:00:00', 0.000261312147558309, 0.000845961538461538, 0.000435626162949558, 0.00128192307692308, 0.000565052754514675, 0.00172615384615384, 0.000839920234308008, 0.00311, 0.00207403450197547, 0.00609134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1005, '2021-05-23 00:00:00', 0.000374272473761276, 0.000928269230769244, 0.000368375644396595, 0.00127384615384615, 0.000568267576465126, 0.00170903846153845, 0.000872807847387707, 0.00304653846153846, 0.00218022670839527, 0.00609250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1020, '2021-05-23 00:00:00', 0.000285938199347602, 0.000895576923076923, 0.000395208221652252, 0.00122153846153847, 0.000596771828578231, 0.00198615384615384, 0.000873487549997146, 0.00293749999999999, 0.00222416622234388, 0.00613423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1035, '2021-05-23 00:00:00', 0.000240409346420119, 0.000819423076923095, 0.000370129914822026, 0.00117307692307692, 0.000569124192205742, 0.00189711538461537, 0.000866516900274631, 0.00278846153846153, 0.0024076084527054, 0.00629269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1050, '2021-05-23 00:00:00', 0.000333466870687568, 0.000851923076923064, 0.000679706073353647, 0.00154711538461537, 0.000592086044942268, 0.00194173076923076, 0.000922395731026224, 0.00276673076923076, 0.00243172579584005, 0.00629788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1065, '2021-05-23 00:00:00', 0.000613398759748938, 0.00131596153846154, 0.000530597631123477, 0.00156538461538461, 0.000612645116247197, 0.00192403846153844, 0.000897017558356591, 0.00268749999999999, 0.00248001660199159, 0.00630788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1080, '2021-05-23 00:00:00', 0.000266101556668769, 0.000889038461538461, 0.00037898792349341, 0.00120038461538461, 0.000559178380786001, 0.00157730769230768, 0.00090371685490876, 0.00241692307692307, 0.00255328220893453, 0.00624096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1095, '2021-05-23 00:00:00', 0.000295945161240269, 0.000743461538461533, 0.000443781867761434, 0.00105288461538461, 0.000396644240908826, 0.00137942307692307, 0.000934326680638965, 0.00230288461538462, 0.00246015678049498, 0.00623423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1110, '2021-05-23 00:00:00', 0.000320061111953025, 0.000721346153846144, 0.000418907048621301, 0.000933653846153831, 0.000559972423771571, 0.00129134615384615, 0.000911778418594869, 0.00219826923076923, 0.00249983560228698, 0.00622596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1125, '2021-05-23 00:00:00', 0.000294337652783577, 0.000659423076923084, 0.00041645486411632, 0.000929423076923085, 0.000587443090533363, 0.00127423076923077, 0.000892018713153131, 0.00215576923076924, 0.0025148371793143, 0.00622903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1140, '2021-05-23 00:00:00', 0.000236221213142381, 0.000592692307692313, 0.000470981789620207, 0.000875384615384633, 0.000503982600432261, 0.00118269230769233, 0.000836948417673488, 0.00202942307692308, 0.00250152492722708, 0.00622519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1155, '2021-05-23 00:00:00', 0.000441632809539264, 0.000631538461538474, 0.000450170395089898, 0.000815769230769237, 0.000473847955166415, 0.00118826923076925, 0.000844681004877002, 0.00192, 0.00248200080580164, 0.00620000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1170, '2021-05-23 00:00:00', 0.000176285716512023, 0.000574423076923082, 0.000308668355757682, 0.000843076923076938, 0.000409251897227891, 0.00113865384615387, 0.000729920991509465, 0.00183057692307693, 0.00247526021165142, 0.00617634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1185, '2021-05-23 00:00:00', 0.000211215256587663, 0.000596730769230776, 0.000248600157806766, 0.000814038461538474, 0.000459517305273874, 0.00104807692307694, 0.00067005226547005, 0.00172596153846155, 0.00250701582487104, 0.00618711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1200, '2021-05-23 00:00:00', 0.000238893362112772, 0.000579038461538467, 0.000327695038811312, 0.000749038461538475, 0.000499617238108715, 0.00104423076923078, 0.000606217401978484, 0.00177153846153847, 0.00250718616411675, 0.00620230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1215, '2021-05-23 00:00:00', 0.000211859532564533, 0.000482307692307696, 0.00033901826590227, 0.00069423076923077, 0.000427719579235667, 0.000964038461538453, 0.000517864401616423, 0.00179653846153847, 0.00243609410737763, 0.00628250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1230, '2021-05-23 00:00:00', 0.000204030634954659, 0.000497500000000005, 0.000302540334246779, 0.000739423076923083, 0.000373133302639242, 0.000957692307692313, 0.000463109099955442, 0.00176596153846154, 0.00242476641222328, 0.00631192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1245, '2021-05-23 00:00:00', 0.000178829097615145, 0.000515384615384614, 0.000181835195882273, 0.000679038461538444, 0.000331623802152154, 0.000997884615384602, 0.0004388765377468, 0.00170384615384615, 0.00242138155097139, 0.00636384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1260, '2021-05-23 00:00:00', 0.000150637108514277, 0.000471538461538455, 0.000230226727713896, 0.000637115384615391, 0.000347117415293437, 0.000997500000000002, 0.00040015117335635, 0.0016548076923077, 0.00241394704708987, 0.0063671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1275, '2021-05-23 00:00:00', 0.000202934339513676, 0.000467884615384615, 0.00028031939201286, 0.000694807692307688, 0.000385243229861135, 0.000972884615384609, 0.000440085350113609, 0.00168634615384615, 0.00242083459861391, 0.00641307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1290, '2021-05-23 00:00:00', 0.000253151900280029, 0.00049326923076923, 0.000308218516390807, 0.000745576923076927, 0.000340916412042593, 0.000899999999999999, 0.000446460955308963, 0.00170076923076923, 0.00242923267403833, 0.00643923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1305, '2021-05-23 00:00:00', 0.000200035093075045, 0.000565961538461535, 0.000218544133898704, 0.000698461538461532, 0.000238431412489071, 0.000876538461538461, 0.000502873779850916, 0.00175096153846154, 0.00241447720093734, 0.00646192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1320, '2021-05-23 00:00:00', 0.000169700188114668, 0.000483076923076928, 0.00022232097378479, 0.000636153846153842, 0.000210295853867468, 0.000832115384615396, 0.000677568531873075, 0.00182134615384616, 0.00237512597236766, 0.00652076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1335, '2021-05-23 00:00:00', 0.000191027182922719, 0.000454230769230756, 0.000200788062777263, 0.000575384615384614, 0.000180625409235621, 0.000803461538461529, 0.000657653404157552, 0.00181, 0.00237464501800553, 0.00651980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1350, '2021-05-23 00:00:00', 0.000139012036003529, 0.000382884615384621, 0.000161958802928877, 0.000585576923076933, 0.00027488431133004, 0.000779230769230776, 0.000633479767147008, 0.00182115384615384, 0.0023615856146633, 0.00652884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1365, '2021-05-23 00:00:00', 0.000172390991197792, 0.000505576923076934, 0.000160020671741553, 0.000646153846153839, 0.000293671781730249, 0.00082634615384617, 0.000674701871484459, 0.00187884615384616, 0.00236089090908822, 0.00656673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1380, '2021-05-23 00:00:00', 0.000153035440842458, 0.00045461538461537, 0.000310267378488053, 0.000585384615384624, 0.000360826881567247, 0.000949038461538466, 0.000623787932406039, 0.00191076923076924, 0.00235762807793048, 0.0065969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1395, '2021-05-23 00:00:00', 0.000251996031714789, 0.000445000000000016, 0.000263229645279261, 0.000615384615384625, 0.000365625701840219, 0.00117192307692309, 0.000692856434235504, 0.00198403846153847, 0.0023578027662668, 0.00660326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1410, '2021-05-23 00:00:00', 0.00012040508550466, 0.000394230769230756, 0.000304373063096034, 0.000774807692307683, 0.000414845893537125, 0.00117634615384615, 0.000683014725598655, 0.00196134615384616, 0.00235198770274127, 0.00662307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1425, '2021-05-23 00:00:00', 0.000292789238978386, 0.000691538461538449, 0.000401117141915505, 0.00103980769230769, 0.000400940289051401, 0.00118365384615385, 0.000675269291012557, 0.00208884615384616, 0.00233985210742375, 0.00664326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 0, '2021-05-23 00:00:00', 0.000347198956485486, 0.000826346153846166, 0.000378949205039408, 0.000962499999999994, 0.00035374501899185, 0.00115346153846154, 0.000638114319393789, 0.00212326923076922, 0.00233125972054068, 0.00665826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 15, '2021-05-23 00:00:00', 0.00037719552163097, 0.000652692307692301, 0.000360150823106963, 0.000833846153846147, 0.000365093665537195, 0.00107923076923076, 0.000663626053181713, 0.00211346153846152, 0.00232106577807563, 0.00665288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 30, '2021-05-23 00:00:00', 0.000331635109953475, 0.000620384615384602, 0.000299620336682693, 0.000802884615384619, 0.000356515616229341, 0.00110423076923076, 0.000656821864388246, 0.00213980769230768, 0.00229278768851705, 0.00661576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 45, '2021-05-23 00:00:00', 0.000288991948250898, 0.000627884615384608, 0.000295927550904977, 0.000871346153846145, 0.000474504599961502, 0.00115615384615385, 0.000895333736659137, 0.00227749999999999, 0.00229616328821664, 0.00661038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 60, '2021-05-23 00:00:00', 0.000316348639223336, 0.000607307692307683, 0.000390373046437122, 0.000788653846153842, 0.000619966252183264, 0.00111307692307691, 0.00080655432837186, 0.00222173076923076, 0.00224382972753144, 0.00654038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 75, '2021-05-23 00:00:00', 0.000259536050556482, 0.000459807692307698, 0.00033650700072726, 0.000665192307692331, 0.00052217330603781, 0.0010198076923077, 0.000816761263490409, 0.0021598076923077, 0.00225925975793979, 0.00649557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 90, '2021-05-23 00:00:00', 0.000242130924533365, 0.000455769230769245, 0.000382154469372714, 0.000694038461538456, 0.000365014857442607, 0.000990384615384613, 0.000819671510188912, 0.00213423076923078, 0.00227021894064461, 0.00650903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 105, '2021-05-23 00:00:00', 0.000259240310255841, 0.000473461538461544, 0.000297015215875458, 0.000729038461538464, 0.000390148098113453, 0.00105346153846155, 0.000842347110071694, 0.00216057692307694, 0.00223847534822597, 0.00649173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 120, '2021-05-23 00:00:00', 0.000199710656084864, 0.000567115384615381, 0.000288580078207885, 0.000767307692307685, 0.000457204717655188, 0.00112307692307693, 0.000859521893040174, 0.00216826923076925, 0.0021991734548724, 0.00650326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 135, '2021-05-23 00:00:00', 0.000232640362924293, 0.000476538461538449, 0.000342353393664873, 0.000735384615384634, 0.000544046979023522, 0.00111365384615386, 0.000828014794553821, 0.00217250000000001, 0.00219814274751699, 0.00650346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 150, '2021-05-23 00:00:00', 0.000211249032769767, 0.000491923076923088, 0.000272779144251276, 0.000742692307692318, 0.000494074893108323, 0.00101, 0.000915627926616476, 0.00224250000000001, 0.00221564652832115, 0.00654846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 165, '2021-05-23 00:00:00', 0.000244889064366192, 0.000535576923076926, 0.000440638871849284, 0.00082615384615384, 0.000442766130314682, 0.00117538461538461, 0.000981437035089945, 0.00224057692307693, 0.00222802016286968, 0.00660461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 180, '2021-05-23 00:00:00', 0.00043478717163157, 0.000678269230769233, 0.000408989185488016, 0.000803076923076919, 0.000416024823593668, 0.00121942307692308, 0.00106976757001049, 0.00231442307692308, 0.00222703705367951, 0.00662096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 195, '2021-05-23 00:00:00', 0.000192995815020389, 0.000515769230769236, 0.000313942424902793, 0.000864615384615404, 0.000330439334592833, 0.00113307692307692, 0.00101122106310221, 0.00224403846153847, 0.00224537748239834, 0.00657903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 210, '2021-05-23 00:00:00', 0.000236669925943604, 0.000615576923076925, 0.000228514685607854, 0.000824807692307686, 0.000277801810926133, 0.00110538461538461, 0.000948745507742484, 0.00224403846153846, 0.00222948580653441, 0.00655980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 225, '2021-05-23 00:00:00', 0.000122018441229182, 0.000522500000000003, 0.000196311369630377, 0.000743076923076902, 0.000641454237230956, 0.00112653846153846, 0.000970448845400149, 0.0021098076923077, 0.00220009087224911, 0.0065046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 240, '2021-05-23 00:00:00', 0.000186436625652306, 0.000568846153846123, 0.000246631225797675, 0.000749807692307681, 0.000656724418259646, 0.0011201923076923, 0.000935401847007277, 0.00213615384615385, 0.00217608937351811, 0.00649019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 255, '2021-05-23 00:00:00', 0.000256982564508837, 0.000519038461538467, 0.000648713994109772, 0.000884615384615385, 0.000616613206275902, 0.00109461538461539, 0.000923779277666561, 0.00217192307692308, 0.00218240112120712, 0.00646057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 270, '2021-05-23 00:00:00', 0.000560303386225184, 0.000653269230769223, 0.000538612212435466, 0.00083634615384615, 0.000515510538577663, 0.00106865384615385, 0.000928796988665369, 0.00216538461538462, 0.00223644150725758, 0.00643615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 285, '2021-05-23 00:00:00', 0.000194665492181217, 0.000505576923076939, 0.000205879725904382, 0.000687692307692321, 0.000330346263557134, 0.000970576923076936, 0.000830210538635553, 0.00205153846153847, 0.00217186244960401, 0.00634250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 300, '2021-05-23 00:00:00', 0.000139333578701785, 0.00048538461538461, 0.000215240920473211, 0.000690576923076925, 0.000417815794892364, 0.000910961538461532, 0.000854011101531161, 0.00200519230769231, 0.00218491200315673, 0.0063123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 315, '2021-05-23 00:00:00', 0.000178224253723747, 0.000458269230769248, 0.000279878338953528, 0.00064173076923078, 0.000437982261671028, 0.000912692307692309, 0.000873616114425907, 0.00202365384615384, 0.00215899709623205, 0.00624269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 330, '2021-05-23 00:00:00', 0.000181106428548348, 0.000423461538461546, 0.000303857064068979, 0.000596346153846153, 0.000615847508597835, 0.000941923076923069, 0.000843421602758674, 0.00207, 0.00211443984216949, 0.00619038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 345, '2021-05-23 00:00:00', 0.000197954151645892, 0.000449615384615388, 0.000293325560794455, 0.000696730769230769, 0.000600081693156476, 0.000964038461538457, 0.000765407005857265, 0.00207826923076924, 0.0020288631905956, 0.00618038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 360, '2021-05-23 00:00:00', 0.000222711610695214, 0.000492692307692316, 0.000524326857834076, 0.000700576923076918, 0.000617365650286656, 0.000962884615384599, 0.0007302536966962, 0.0020773076923077, 0.00197370632411362, 0.00619057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 375, '2021-05-23 00:00:00', 0.000404244214077806, 0.000410769230769215, 0.000393852178439496, 0.000578461538461528, 0.0004423093244117, 0.000841538461538441, 0.000690048270329397, 0.00202384615384615, 0.00195384953361304, 0.006065 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 390, '2021-05-23 00:00:00', 0.000155514159632352, 0.000414423076923076, 0.000306516971546696, 0.000615576923076916, 0.0003849967032826, 0.0008526923076923, 0.000742369620772661, 0.00205942307692308, 0.00194505603043676, 0.0060148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 405, '2021-05-23 00:00:00', 0.000201800358313317, 0.000385769230769234, 0.00018709448456288, 0.000512884615384615, 0.000294356926196759, 0.000775000000000009, 0.000856624255659745, 0.00209365384615386, 0.00194605471699497, 0.00596480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 420, '2021-05-23 00:00:00', 0.000127106254763486, 0.00038, 0.000261621644011689, 0.000581730769230776, 0.000299511204362153, 0.0008348076923077, 0.000878201505700943, 0.00218673076923078, 0.00194428817308544, 0.00595750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 435, '2021-05-23 00:00:00', 0.000242330035599881, 0.000460384615384621, 0.000227798493950583, 0.000603076923076937, 0.000305902007939706, 0.000919038461538474, 0.000781306819472255, 0.0022471153846154, 0.00195501914214509, 0.0059546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 450, '2021-05-23 00:00:00', 0.000170708478451973, 0.000440769230769236, 0.000282757846929144, 0.000635000000000005, 0.000401211434763043, 0.000951153846153864, 0.000891846485582673, 0.00233307692307694, 0.00195686263815713, 0.00595576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 465, '2021-05-23 00:00:00', 0.000225366709711427, 0.00041192307692309, 0.000280248790568985, 0.000664230769230778, 0.000367180525711167, 0.000886538461538479, 0.000819806754903002, 0.00242865384615387, 0.00212004052936582, 0.00604038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 480, '2021-05-23 00:00:00', 0.000224763123172949, 0.000577692307692313, 0.000334092801478851, 0.000740000000000023, 0.000337193393493071, 0.000945769230769244, 0.00081080833360673, 0.00246692307692309, 0.00214725184829351, 0.00604750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 495, '2021-05-23 00:00:00', 0.000235287058717642, 0.00051000000000001, 0.000235292698242324, 0.000639423076923081, 0.000335069223617129, 0.00101423076923077, 0.000792537720529144, 0.00248403846153848, 0.00215663221250168, 0.00601750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 510, '2021-05-23 00:00:00', 0.000160036053630243, 0.000423461538461537, 0.000187694207115236, 0.000603653846153851, 0.000330161557190043, 0.00104557692307692, 0.000726027441736081, 0.0024496153846154, 0.00215433560166825, 0.00596826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 525, '2021-05-23 00:00:00', 0.000144473580230493, 0.000463846153846148, 0.000252813400326442, 0.000751153846153831, 0.000374376610051769, 0.00109461538461538, 0.000753758607553858, 0.00249096153846155, 0.00216959639103681, 0.00597750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 540, '2021-05-23 00:00:00', 0.000191367146123304, 0.000575769230769232, 0.000240138741948499, 0.000826153846153844, 0.000432105756285873, 0.00117576923076923, 0.000772118489312662, 0.00252019230769232, 0.00224181663972631, 0.00597461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 555, '2021-05-23 00:00:00', 0.000176228872165167, 0.000553846153846157, 0.000274901730693835, 0.000779807692307698, 0.000394993670835388, 0.001245, 0.00076504419178543, 0.00253884615384617, 0.00224433060090392, 0.0060346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 570, '2021-05-23 00:00:00', 0.000245477869909657, 0.000555769230769229, 0.000367809106006816, 0.000846538461538448, 0.000443665024366528, 0.00128942307692307, 0.000717044173084087, 0.00253288461538462, 0.00224037944073352, 0.00601403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 585, '2021-05-23 00:00:00', 0.000274879344160584, 0.000615576923076903, 0.000258693537131976, 0.000957884615384605, 0.000370899582097379, 0.00136249999999998, 0.000717039855130897, 0.00254807692307692, 0.00221810854974717, 0.00598346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 600, '2021-05-23 00:00:00', 0.000276143287777612, 0.000788653846153846, 0.000326138066563142, 0.00102903846153846, 0.000388769261209714, 0.00143346153846154, 0.000750023897055177, 0.0026096153846154, 0.00223065258647294, 0.0060048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 615, '2021-05-23 00:00:00', 0.000263276470653952, 0.000657500000000003, 0.000350633053863355, 0.000968461538461525, 0.000305019608449126, 0.00132519230769231, 0.000726980160558849, 0.00251692307692309, 0.00216913729749514, 0.00598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 630, '2021-05-23 00:00:00', 0.000278812592144726, 0.000722692307692294, 0.000288277443819979, 0.000983269230769233, 0.000352977881198497, 0.00128076923076924, 0.000755349256966611, 0.00247250000000002, 0.00215397493021621, 0.00597500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 645, '2021-05-23 00:00:00', 0.000237082345318113, 0.000719038461538462, 0.000236304969185036, 0.000905961538461542, 0.000373046759288138, 0.00127173076923077, 0.000749885632305667, 0.00241769230769233, 0.00214053368614894, 0.0059723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 660, '2021-05-23 00:00:00', 0.000156257307521438, 0.000607115384615399, 0.000260729450108429, 0.000849615384615404, 0.000386851989187672, 0.00117730769230771, 0.00070255098364134, 0.00231326923076925, 0.00210993628230441, 0.00597865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 675, '2021-05-23 00:00:00', 0.000214047532463802, 0.000627884615384642, 0.00027269883359881, 0.000919423076923084, 0.000380963757614009, 0.00115423076923078, 0.000650393726907038, 0.00229000000000002, 0.00207828687773219, 0.00602788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 690, '2021-05-23 00:00:00', 0.000279409817568826, 0.000660384615384599, 0.000300499840010189, 0.000826923076923067, 0.000321729520895081, 0.00108673076923076, 0.0006759866009141, 0.00231673076923077, 0.00206080969897381, 0.00605115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 705, '2021-05-23 00:00:00', 0.000160812360795478, 0.000581153846153849, 0.00024148674115538, 0.000774615384615395, 0.00035227196661322, 0.00104653846153846, 0.000814260778488454, 0.00253384615384617, 0.00203415387815178, 0.[...];[ Date: 2021-05-23 16:56:34 - Database: acaweb_fx - User: pgperfstats ]
5 24s182ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987975, 1, 1020, '2021-05-23 00:00:00', 0.00674124787865989, 0.0156098076923077, 0.010551427765218, 0.0229832692307693, 0.0131393775932674, 0.0333465384615386, 0.0221013322927688, 0.0449236538461539, 0.0255729303095164, 0.0911288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1035, '2021-05-23 00:00:00', 0.00771606736222963, 0.0164184615384616, 0.009347878716586, 0.0223175000000001, 0.0145143649494085, 0.0319932692307694, 0.0209245242800442, 0.0416771153846153, 0.0262113826866527, 0.0908378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1050, '2021-05-23 00:00:00', 0.00763803429454309, 0.0153982692307692, 0.0107574430923252, 0.0240432692307693, 0.0145456330956699, 0.029776923076923, 0.0185083796707995, 0.0389640384615383, 0.0252692775588491, 0.0895021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1065, '2021-05-23 00:00:00', 0.00600161624385149, 0.0160384615384616, 0.00925025842674355, 0.0216298076923078, 0.0108325942343537, 0.0272046153846154, 0.0163793949369322, 0.0363424999999999, 0.0264522527941311, 0.0892832692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1080, '2021-05-23 00:00:00', 0.00899676177000117, 0.0149121153846156, 0.00910164324977398, 0.0196853846153846, 0.012147248521943, 0.0268755769230771, 0.0156224312657745, 0.0350655769230768, 0.0291549568367688, 0.090993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1095, '2021-05-23 00:00:00', 0.00666763272487666, 0.0141530769230766, 0.00940512674637533, 0.0191163461538461, 0.0117949172250659, 0.0241921153846152, 0.0138916302305214, 0.0333473076923075, 0.0286507996055688, 0.0914659615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1110, '2021-05-23 00:00:00', 0.00796759583466794, 0.0124992307692308, 0.0093646989027126, 0.0169334615384617, 0.00974982341457487, 0.0198388461538461, 0.012100399168559, 0.0304190384615383, 0.0282953377166628, 0.0919275000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1125, '2021-05-23 00:00:00', 0.00777195793567153, 0.0108680769230771, 0.00809887682858662, 0.0136367307692307, 0.00824859670116449, 0.0176865384615384, 0.0123156998177123, 0.0292949999999998, 0.0287761332363898, 0.0923259615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1140, '2021-05-23 00:00:00', 0.00447249087370602, 0.0085238461538458, 0.00507363852143179, 0.0114146153846152, 0.00653500011182388, 0.0149823076923075, 0.0111290469285765, 0.0284834615384614, 0.0299085487631109, 0.091873653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1155, '2021-05-23 00:00:00', 0.00464397641698794, 0.00797519230769257, 0.00528616538348355, 0.0111423076923078, 0.00818069908616993, 0.0147034615384616, 0.0117887861921663, 0.0281567307692306, 0.0306257095289864, 0.0923119230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1170, '2021-05-23 00:00:00', 0.00330699098647331, 0.00701576923076913, 0.00441525514987091, 0.00932096153846148, 0.00804025236161542, 0.0140090384615385, 0.0115940320208284, 0.0273824999999999, 0.0308512235438702, 0.0925469230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1185, '2021-05-23 00:00:00', 0.00376200370097542, 0.0067646153846155, 0.00608752317007107, 0.00974788461538479, 0.0074871945243965, 0.0134696153846155, 0.0114647280168346, 0.0269975, 0.0317985642539941, 0.093216153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1200, '2021-05-23 00:00:00', 0.00381022868282, 0.0065588461538462, 0.0052467105738886, 0.00991538461538467, 0.00742027402562605, 0.0135788461538461, 0.0149633895841199, 0.0305096153846153, 0.03195771529152, 0.0934044230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1215, '2021-05-23 00:00:00', 0.0043165060701736, 0.00678057692307725, 0.00534388635588502, 0.00892923076923099, 0.00712313508117118, 0.0122707692307695, 0.0163180758481082, 0.0312442307692309, 0.0318553281909613, 0.093438076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1230, '2021-05-23 00:00:00', 0.00336497557997768, 0.00574942307692288, 0.00472583488757432, 0.00872423076923048, 0.00498518690337056, 0.0119226923076922, 0.0161018367084197, 0.0308207692307692, 0.0321504787857639, 0.093858076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1245, '2021-05-23 00:00:00', 0.00345837850511115, 0.00688673076923077, 0.00354016501679702, 0.00856788461538471, 0.00617862124276452, 0.0125676923076922, 0.0159192638697222, 0.030871923076923, 0.0327918910074757, 0.0942953846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1260, '2021-05-23 00:00:00', 0.00288405547796842, 0.00520500000000013, 0.00411303374838862, 0.00824115384615388, 0.0061108332932964, 0.0128865384615384, 0.0159028369904917, 0.0301528846153846, 0.0332078403369769, 0.0938853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1275, '2021-05-23 00:00:00', 0.00318296229345227, 0.00590480769230763, 0.00499908632036508, 0.00829903846153835, 0.00648435990554303, 0.0139057692307692, 0.0158845328591636, 0.030206923076923, 0.0330401124445145, 0.0940671153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1290, '2021-05-23 00:00:00', 0.00314097538133495, 0.0054021153846155, 0.00454854200224107, 0.00946711538461539, 0.00659757842813438, 0.0135986538461539, 0.0161960328630193, 0.0291775, 0.0330680340353269, 0.0943251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1305, '2021-05-23 00:00:00', 0.00368972267042045, 0.00717423076923068, 0.0053441558302937, 0.00976653846153841, 0.00987415870612997, 0.0156030769230769, 0.0156616518396418, 0.0281921153846153, 0.032730992088774, 0.0948786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1320, '2021-05-23 00:00:00', 0.00400296688047194, 0.00673461538461527, 0.00479268380330512, 0.00909596153846153, 0.0101190523442738, 0.0154121153846152, 0.0153376714020891, 0.0279140384615384, 0.0331631686084706, 0.0947680769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1335, '2021-05-23 00:00:00', 0.00258096854211461, 0.00526615384615405, 0.00874064655239224, 0.010278076923077, 0.00806443494372278, 0.0141051923076923, 0.016786773755412, 0.0290063461538462, 0.0339210339397028, 0.0952265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1350, '2021-05-23 00:00:00', 0.00800362929455223, 0.00822173076923072, 0.00773835014467152, 0.0114251923076921, 0.00730919283137014, 0.0133446153846153, 0.0165928999320147, 0.0286830769230768, 0.033858423094727, 0.0952176923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1365, '2021-05-23 00:00:00', 0.00380175089723341, 0.00723826923076917, 0.00412972660670805, 0.00897038461538471, 0.0042127542653233, 0.0104925000000001, 0.0161861908380621, 0.0282146153846154, 0.0329907500649221, 0.0943453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1380, '2021-05-23 00:00:00', 0.00353261511326401, 0.00569153846153841, 0.00310059553212711, 0.00676557692307686, 0.0128296212666687, 0.0168953846153846, 0.0155171914650025, 0.0296201923076923, 0.0340329315154965, 0.0951215384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1395, '2021-05-23 00:00:00', 0.00192952856936628, 0.00404249999999966, 0.00325226399841472, 0.00650134615384598, 0.0138805299111881, 0.020378846153846, 0.0154136328331575, 0.0304463461538462, 0.0338228760166617, 0.0955390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1410, '2021-05-23 00:00:00', 0.00343759659444693, 0.00522711538461549, 0.0133999726535313, 0.0148113461538461, 0.0142908618583292, 0.0206255769230767, 0.015796718224171, 0.0319044230769231, 0.0338119630081063, 0.0955873076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1425, '2021-05-23 00:00:00', 0.0134530282321636, 0.0137838461538459, 0.0140654958689151, 0.0195790384615382, 0.0142152300408889, 0.0204313461538458, 0.0157031536176167, 0.0328665384615384, 0.0338441982966972, 0.0957528846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 0, '2021-05-23 00:00:00', 0.00833250877587303, 0.0124375000000002, 0.00958166415809202, 0.0137240384615386, 0.00957334985981732, 0.0152115384615384, 0.0147240904015782, 0.0323819230769233, 0.0337078289587952, 0.0946513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 15, '2021-05-23 00:00:00', 0.00327351174836224, 0.00523800000000016, 0.0044850665361097, 0.00801519999999997, 0.00707701428923241, 0.0138930000000001, 0.0151605265272461, 0.0319380000000003, 0.0343565409674781, 0.0944902 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 30, '2021-05-23 00:00:00', 0.00384331114838934, 0.00494979999999998, 0.00659925022887706, 0.00757340000000006, 0.00773564601913332, 0.0145888000000003, 0.0148091386959764, 0.0325408000000003, 0.0342035776491291, 0.0943536 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 45, '2021-05-23 00:00:00', 0.00574801256622994, 0.00464769230769215, 0.00619855992270658, 0.0114013461538462, 0.00874658130357222, 0.0145125000000002, 0.0147077219187223, 0.0328759615384617, 0.0335433438570961, 0.0943536538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 60, '2021-05-23 00:00:00', 0.00538713211844102, 0.00980769230769234, 0.00628507919294106, 0.0119173076923079, 0.0071816378247691, 0.0143896153846156, 0.0144148221099514, 0.0333223076923079, 0.0329301626926067, 0.0940351923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 75, '2021-05-23 00:00:00', 0.00408006229684743, 0.0067571153846153, 0.00521929994200541, 0.00850173076923071, 0.0122612789080724, 0.0160723076923078, 0.0140635476977239, 0.0320796153846156, 0.0331082774108741, 0.0938113461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 90, '2021-05-23 00:00:00', 0.00306277290149866, 0.00502961538461532, 0.0049961135356934, 0.00795730769230774, 0.0135999847002178, 0.0161096153846153, 0.0132190040602971, 0.0323328846153846, 0.0331574846759894, 0.0935109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 105, '2021-05-23 00:00:00', 0.00455423983355488, 0.00652769230769244, 0.0128583674104273, 0.013412307692308, 0.0135365978014591, 0.0165890384615386, 0.013865644661703, 0.0328132692307694, 0.0333521664969229, 0.0933009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 120, '2021-05-23 00:00:00', 0.013294433519913, 0.0118961538461541, 0.0140552402286345, 0.0141767307692306, 0.0132983535765206, 0.0180896153846154, 0.0134643949748386, 0.0339940384615385, 0.0345370603822352, 0.0938653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 135, '2021-05-23 00:00:00', 0.00807448952661334, 0.00689365384615386, 0.00837034551258204, 0.00960500000000012, 0.00859671509938532, 0.0153675000000001, 0.0122716619039401, 0.0314367307692305, 0.0335381845828809, 0.0922936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 150, '2021-05-23 00:00:00', 0.00381025325728027, 0.00593673076923086, 0.00651927872662183, 0.0103386538461539, 0.00738804875874142, 0.0162173076923076, 0.0115062700098017, 0.0301284615384613, 0.0335974949043252, 0.0921953846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 165, '2021-05-23 00:00:00', 0.006015755227861, 0.00797019230769221, 0.00643477650379908, 0.0119155769230769, 0.00757853370483926, 0.016751346153846, 0.0108040403998474, 0.0302951923076921, 0.0339818646271575, 0.0919984615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 180, '2021-05-23 00:00:00', 0.00497250547046916, 0.0086744230769231, 0.00524715832617998, 0.0124274999999998, 0.00752569183121781, 0.0171915384615383, 0.0106507070494799, 0.0291805769230767, 0.0344974736555503, 0.0923161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 195, '2021-05-23 00:00:00', 0.00404320316656915, 0.0084653846153847, 0.00533889566872587, 0.0117948076923078, 0.00701862411730381, 0.0158325000000003, 0.010246048260746, 0.0276548076923076, 0.0352287411121396, 0.0925171153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 210, '2021-05-23 00:00:00', 0.0038089668092341, 0.00781192307692296, 0.00489337249207069, 0.0112521153846153, 0.00501001731917777, 0.0146584615384616, 0.0104596365064066, 0.0265653846153845, 0.0352647065300967, 0.092889423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 225, '2021-05-23 00:00:00', 0.00353438919214304, 0.00796019230769218, 0.00403833313385617, 0.0111625000000002, 0.0049391393364246, 0.0141392307692307, 0.0102353373173529, 0.026395, 0.034929793452229, 0.092673846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 240, '2021-05-23 00:00:00', 0.00369936743033398, 0.00799076923076945, 0.00466945006233223, 0.0100032692307693, 0.00576727632022636, 0.0136769230769229, 0.00979874154400182, 0.0263896153846153, 0.0348247263068376, 0.0927921153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 255, '2021-05-23 00:00:00', 0.00285434004901045, 0.0058186538461539, 0.00425106603824722, 0.00878769230769228, 0.00626255267442898, 0.0122399999999999, 0.0105407055084269, 0.0246811538461538, 0.0352510599927915, 0.0928811538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 270, '2021-05-23 00:00:00', 0.00340469551332604, 0.0063734615384615, 0.00499858753895686, 0.00866076923076909, 0.00663237154765597, 0.0129671153846153, 0.0103555755773623, 0.0242315384615383, 0.0357188658710685, 0.093456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 285, '2021-05-23 00:00:00', 0.00424395798572707, 0.00631576923076905, 0.0049883392989591, 0.00854480769230764, 0.00565027875418576, 0.01278, 0.011104492238937, 0.0238917307692306, 0.0361080587281479, 0.0938836538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 300, '2021-05-23 00:00:00', 0.00423941180608107, 0.00613230769230769, 0.00556595367804629, 0.00948788461538459, 0.00583843834823621, 0.0130178846153846, 0.0120493136686125, 0.0240682692307691, 0.0361790970722257, 0.0938251923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 315, '2021-05-23 00:00:00', 0.003768980029337, 0.00686269230769212, 0.0036952447613326, 0.00891961538461522, 0.00691103743742848, 0.0136523076923072, 0.0119863704007767, 0.0251307692307689, 0.0361656881566791, 0.0938196153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 330, '2021-05-23 00:00:00', 0.00281079830571029, 0.00611865384615382, 0.00456268611843784, 0.00884115384615378, 0.00665669906935868, 0.0128124999999999, 0.0130726505934512, 0.0277415384615384, 0.036306196599733, 0.0940784615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 345, '2021-05-23 00:00:00', 0.00427386708335132, 0.0063953846153845, 0.00618593758828462, 0.00970038461538433, 0.00677056316257822, 0.0126315384615383, 0.0148396834923742, 0.0303930769230769, 0.0366346421279935, 0.0943953846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 360, '2021-05-23 00:00:00', 0.00484397261076512, 0.00686942307692312, 0.00557466052778084, 0.00876500000000008, 0.00670062680190877, 0.0124215384615385, 0.0153391063286469, 0.0335751923076923, 0.0367253829120741, 0.0943159615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 375, '2021-05-23 00:00:00', 0.00269684108655926, 0.00505461538461519, 0.00510533518827281, 0.00797923076923061, 0.00625159434433736, 0.0107003846153846, 0.0149306029297598, 0.0357553846153845, 0.0367253829120741, 0.0943159615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 390, '2021-05-23 00:00:00', 0.00453996047509056, 0.00604634615384592, 0.00536704276473187, 0.00800403846153838, 0.00549304014535304, 0.0103609615384615, 0.0135091784368429, 0.0377609615384614, 0.0363464371912847, 0.0946274999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 405, '2021-05-23 00:00:00', 0.00270589621865898, 0.00505711538461564, 0.00310394681754579, 0.00669961538461543, 0.00491419481236206, 0.0100505769230771, 0.0134685336190007, 0.0394646153846153, 0.0367300073116708, 0.0948286538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 420, '2021-05-23 00:00:00', 0.00282077283463517, 0.00494923076923067, 0.00368121890348623, 0.00687384615384616, 0.00595667305180932, 0.0102453846153847, 0.0144230578921925, 0.0412248076923075, 0.0362588758449358, 0.0954984615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 435, '2021-05-23 00:00:00', 0.00352771227350169, 0.00524326923076941, 0.00458021205840935, 0.00796750000000028, 0.00587293833220179, 0.011010576923077, 0.0143976890840697, 0.0426198076923077, 0.0363427130295216, 0.0958028846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 450, '2021-05-23 00:00:00', 0.00411999406739679, 0.00643134615384624, 0.00496154456409887, 0.00844730769230785, 0.0054866804311757, 0.0114269230769232, 0.0145375160347818, 0.0431076923076923, 0.0363500073156273, 0.0958596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 465, '2021-05-23 00:00:00', 0.0028622564592401, 0.00539903846153848, 0.00334802419346095, 0.00791499999999974, 0.0046229623744289, 0.0106913461538461, 0.0147347055842269, 0.0437355769230768, 0.0365319251909046, 0.0961069230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 480, '2021-05-23 00:00:00', 0.00274389176872218, 0.00593596153846112, 0.00417586142195661, 0.00827384615384597, 0.00498246094970987, 0.0128936538461537, 0.0160374120886135, 0.0453225, 0.0364515577740355, 0.0964430769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 495, '2021-05-23 00:00:00', 0.00399383180185875, 0.0057626923076925, 0.00468990190564953, 0.00816826923076929, 0.00702734756833276, 0.0169146153846151, 0.0161882407938604, 0.0461399999999999, 0.0362181573268692, 0.0972930769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 510, '2021-05-23 00:00:00', 0.00427703618175012, 0.0060225000000002, 0.00505359456609455, 0.0105840384615385, 0.00768030358224125, 0.0203863461538461, 0.0187144592936545, 0.0487655769230768, 0.0365107435974464, 0.0974259615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 525, '2021-05-23 00:00:00', 0.00481647317906098, 0.00794826923076935, 0.00635843566876668, 0.0140769230769231, 0.00920689834392576, 0.0236363461538461, 0.0186380340794345, 0.0501021153846153, 0.0360476381329144, 0.0979098076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 540, '2021-05-23 00:00:00', 0.00508831735826901, 0.0112415384615383, 0.00695594996000935, 0.0170103846153845, 0.00996200892815387, 0.026613269230769, 0.0188321595803971, 0.0505823076923075, 0.0362253036134222, 0.0983667307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 555, '2021-05-23 00:00:00', 0.00498108970159987, 0.0119311538461538, 0.00793790895736291, 0.0186911538461537, 0.0104550909369553, 0.0284474999999999, 0.0207036070779579, 0.0521159615384614, 0.037516589657623, 0.0993284615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 570, '2021-05-23 00:00:00', 0.00756457334197718, 0.0143546153846154, 0.00894110479535613, 0.0207951923076925, 0.00993868501594416, 0.0294896153846155, 0.0208883570228821, 0.052981346153846, 0.0383811175950643, 0.0997496153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 585, '2021-05-23 00:00:00', 0.00601538143812645, 0.0141996153846154, 0.00899207375115193, 0.0229771153846154, 0.0118478383942127, 0.0310488461538461, 0.0212751755890794, 0.0535178846153847, 0.0374616835426034, 0.0999546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 600, '2021-05-23 00:00:00', 0.00859310432175782, 0.0195282692307693, 0.00937570352642303, 0.0246938461538461, 0.01318741744852, 0.0330398076923076, 0.0211028489226891, 0.0534044230769231, 0.0369542684762583, 0.099558846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 615, '2021-05-23 00:00:00', 0.00544336770758687, 0.0146699999999999, 0.00735433689161609, 0.0217013461538459, 0.00876485466990851, 0.0296642307692307, 0.0182984277971129, 0.0503596153846154, 0.0352125566240226, 0.0997699999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 630, '2021-05-23 00:00:00', 0.00610668261005915, 0.0142675, 0.00898565066562309, 0.0213182692307691, 0.00929438134656539, 0.0266438461538463, 0.0169629878593185, 0.0489836538461538, 0.0335909273190522, 0.0992219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 645, '2021-05-23 00:00:00', 0.00748868226315302, 0.0141759615384615, 0.00722491941930041, 0.0190238461538463, 0.00828069174925364, 0.0256846153846154, 0.0155789131891106, 0.0478369230769231, 0.0330124312576106, 0.0994315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 660, '2021-05-23 00:00:00', 0.00408281379217057, 0.0133573076923077, 0.00575159326755504, 0.0182186538461538, 0.00891725308040556, 0.0253475000000002, 0.0150359302710335, 0.0471613461538463, 0.0326957027663364, 0.0992407692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 675, '2021-05-23 00:00:00', 0.00489454720542694, 0.0118278846153848, 0.00751976130963259, 0.017928076923077, 0.00945354204070541, 0.0239086538461538, 0.0145457374036308, 0.046396153846154, 0.03216738198919, 0.0985709615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 690, '2021-05-23 00:00:00', 0.00680905023592733, 0.013798653846154, 0.00718577052503504, 0.0190440384615386, 0.0100525429389016, 0.0253115384615383, 0.0128128711803645, 0.0458267307692308, 0.0312817973834379, 0.0986465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 705, '2021-05-23 00:00:00', 0.00513950464913334, 0.0126459615384615, 0.00546836451432593, 0.0161776923076922, 0.00768456564259749, 0.0230386538461538, 0.0140149761340669, 0.0443009615384616, 0.0316432854470679, 0.0979382692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 720, '2021-05-23 00:00:00', 0.00474462259178329, 0.0116734615384615, 0.00748863045915923, 0.017751923076923, 0.00720817151945245, 0.021715576923077, 0.0137503525171595, 0.0452478846153847, 0.0325180340663219, 0.0987015384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 735, '2021-05-23 00:00:00', 0.00585037641129572, 0.012133076923077, 0.00597793180404794, 0.014870576923077, 0.00843032608184016, 0.0208496153846155, 0.0136643572071508, 0.0441582692307695, 0.0340701663612702, 0.0986167307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 750, '2021-05-23 00:00:00', 0.00315737864131228, 0.00968326923076933, 0.00328507953304941, 0.0129384615384616, 0.00750599979759791, 0.0201448076923076, 0.0135907122202571, 0.0432244230769231, 0.0336076465978528, 0.0977253846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 765, '2021-05-23 00:00:00', 0.00325013569539203, 0.0105190384615385, 0.00635826421947183, 0.0159017307692307, 0.00893744023110731, 0.0223532692307695, 0.013595927943831, 0.045194423076923, 0.0334808502126447, 0.0977301923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 780, '2021-05-23 00:00:00', 0.00488035722604892, 0.010784423076923, 0.00636847473889956, 0.0151925, 0.00747711031440935, 0.021965576923077, 0.0169435920914528, 0.0481298076923077, 0.0332078829566348, 0.0974826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 795, '2021-05-23 00:00:00', 0.00415178225399842, 0.0105482692307692, 0.006162398084662, 0.0158130769230772, 0.0089897444816943, 0.0213253846153848, 0.0173386983319438, 0.0491596153846155, 0.032917727452755, 0.0981205769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 810, '2021-05-23 00:00:00', 0.00375343575940779, 0.0115600000000001, 0.00450229203167249, 0.0154115384615385, 0.00782722287178635, 0.0211167307692308, 0.0168836327115481, 0.0506084615384616, 0.0330040129657921, 0.0981046153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 825, '2021-05-23 00:00:00', 0.00366636972515539, 0.0104448076923077, 0.0063346640521691, 0.013854423076923, 0.00820080190497326, 0.0206367307692306, 0.0175934243146518, 0.0513613461538463, 0.0329551058773087, 0.098604230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 840, '2021-05-23 00:00:00', 0.00496914639009101, 0.0102846153846156, 0.00643482551314445, 0.0152842307692308, 0.00788739745758053, 0.0210955769230768, 0.0205482291731879, 0.053548076923077, 0.0331518190961617, 0.099379230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 855, '2021-05-23 00:00:00', 0.00399550996552566, 0.0107532692307691, 0.00451077561555048, 0.014554423076923, 0.00696434383954332, 0.0226863461538462, 0.020256228843532, 0.0550101923076923, 0.0329426814920193, 0.100226730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 870, '2021-05-23 00:00:00', 0.00317547474342897, 0.0104853846153845, 0.00486479881788153, 0.0160484615384614, 0.00663582928850305, 0.0232821153846153, 0.0202621493430484, 0.0552550000000001, 0.0333253020374104, 0.100193269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 885, '2021-05-23 00:00:00', 0.00438423774622052, 0.0125411538461537, 0.00648932593690478, 0.0177336538461538, 0.00793413892618461, 0.0261374999999999, 0.0207714811071481, 0.0559557692307694, 0.0335834350381487, 0.100350192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 900, '2021-05-23 00:00:00', 0.00505791316486715, 0.0135628000000001, 0.00537127656304046, 0.0180115999999999, 0.00852219532554073, 0.0263594000000001, 0.0205273700458681, 0.0578178000000001, 0.031795752334235, 0.1023596 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 915, '2021-05-23 00:00:00', 0.00417458292711791, 0.0120761538461535, 0.0070178390274633, 0.0194738461538462, 0.00891137251148569, 0.0276140384615386, 0.0205220186741349, 0.0564426923076925, 0.0341141712421462, 0.0992884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 930, '2021-05-23 00:00:00', 0.00723328508462025, 0.0148186538461541, 0.00851320049190619, 0.0199688461538463, 0.00937598828637037, 0.0289278846153849, 0.0214284368080938, 0.0562340384615386, 0.0343732338958898, 0.0987126923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 945, '2021-05-23 00:00:00', 0.00487032360321188, 0.0134349999999999, 0.00677110654801844, 0.0199282692307693, 0.0113589883301558, 0.0311082692307692, 0.0214278819379369, 0.0550578846153846, 0.0330564222649933, 0.0992901923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 960, '2021-05-23 00:00:00', 0.00638174101214978, 0.0146271153846154, 0.00936935561572111, 0.020960576923077, 0.0171726467932178, 0.0352082692307692, 0.0221281437966364, 0.0542817307692308, 0.0326048443238826, 0.0990392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 975, '2021-05-23 00:00:00', 0.00522115395438424, 0.0132711538461537, 0.00991729168403111, 0.0220378846153846, 0.0139870772624643, 0.0343521153846154, 0.0203543297576858, 0.0530382692307693, 0.0303747493487603, 0.0992600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 990, '2021-05-23 00:00:00', 0.00949553670861293, 0.0183992307692308, 0.0146433673946208, 0.0279005769230769, 0.0146729735555387, 0.0349398076923077, 0.0212232684072133, 0.052981730769231, 0.0308301665356417, 0.0990388461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1005, '2021-05-23 00:00:00', 0.00645343648465996, 0.0179826923076921, 0.00759394062090592, 0.0236280769230769, 0.0133055429296909, 0.0306805769230771, 0.0217787110871004, 0.0508811538461542, 0.0331741013007948, 0.099923653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1020, '2021-05-23 00:00:00', 0.00569416873111957, 0.0159934615384615, 0.0106690319671179, 0.0213386538461539, 0.0138752338913066, 0.0299884615384616, 0.0211767707723854, 0.0478328846153848, 0.032506203171324, 0.0983911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1035, '2021-05-23 00:00:00', 0.00715493710395412, 0.0144601923076924, 0.00906114848383783, 0.0206696153846156, 0.0118568304170408, 0.0309284615384618, 0.0209503720262544, 0.0460409615384618, 0.0315319537831802, 0.097829230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1050, '2021-05-23 00:00:00', 0.00530357444052169, 0.0136546153846153, 0.0102176823674226, 0.0213698076923077, 0.0187602230755968, 0.0310603846153848, 0.021047468849283, 0.0438698076923079, 0.0299878270027383, 0.0961871153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1065, '2021-05-23 00:00:00', 0.00812421603318389, 0.017378076923077, 0.00844743203810821, 0.0229940384615385, 0.0178593897948991, 0.0304703846153848, 0.0206111436373253, 0.0420740384615384, 0.0291027481784533, 0.0967665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1080, '2021-05-23 00:00:00', 0.0071057350510262, 0.0167061538461538, 0.0171536995751757, 0.0235936538461539, 0.0165968128080247, 0.0294592307692309, 0.0192103725717683, 0.0396178846153848, 0.0294903984120256, 0.0972725 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1095, '2021-05-23 00:00:00', 0.0150429040785144, 0.0162413461538461, 0.0159789475729303, 0.0210065384615386, 0.0159361722698827, 0.0266338461538462, 0.0205474861722788, 0.03699, 0.0301600705977546, 0.0974776923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1110, '2021-05-23 00:00:00', 0.0111347625186239, 0.0145671153846155, 0.0109869780194555, 0.01907, 0.0113639776030022, 0.0223451923076924, 0.0172955505538717, 0.0335248076923077, 0.0302133970596591, 0.0964032692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1125, '2021-05-23 00:00:00', 0.00538233721394473, 0.0113432692307693, 0.00658773727057717, 0.0149071153846154, 0.0081178470999682, 0.0189834615384617, 0.0136330155081753, 0.0298703846153846, 0.0298169062968543, 0.0951486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1140, '2021-05-23 00:00:00', 0.00465561553808519, 0.0091990384615383, 0.00524351193234228, 0.012285769230769, 0.00718405177351999, 0.0169632692307693, 0.0142028418445581, 0.0299326923076922, 0.0299464845323481, 0.0950046153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1155, '2021-05-23 00:00:00', 0.00420838788794309, 0.0086188461538461, 0.0072806933022578, 0.0127148076923077, 0.0072908393444208, 0.0154128846153846, 0.0147211147884724, 0.0287361538461538, 0.0303024852274783, 0.0954051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1170, '2021-05-23 00:00:00', 0.00494149455747338, 0.00806230769230773, 0.0052152748139109, 0.0105742307692308, 0.00547058522041715, 0.013969423076923, 0.011928714601266, 0.0273690384615384, 0.0308322031000056, 0.09552 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1185, '2021-05-23 00:00:00', 0.00245100768131127, 0.00637057692307692, 0.00362522772229035, 0.00945096153846161, 0.00464478187365643, 0.013570576923077, 0.0104667571882822, 0.0263009615384616, 0.0312930328372602, 0.0957980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1200, '2021-05-23 00:00:00', 0.00283281928745649, 0.00762865384615384, 0.00409118474471458, 0.0106061538461538, 0.00413541310372494, 0.0140584615384618, 0.0109837475319743, 0.0269503846153847, 0.0313477679324406, 0.0958778846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1215, '2021-05-23 00:00:00', 0.0038703037497574, 0.00651134615384602, 0.0043096011416373, 0.00902999999999996, 0.00393832743198651, 0.0129698076923076, 0.00960584577824266, 0.0261136538461539, 0.0301162791781863, 0.0967684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1230, '2021-05-23 00:00:00', 0.00290384204380746, 0.00609115384615377, 0.002813772201156, 0.00871000000000005, 0.00373570660600575, 0.0132496153846153, 0.00814043592907556, 0.0253886538461539, 0.0302013862703989, 0.0965605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1245, '2021-05-23 00:00:00', 0.00206735341774089, 0.00652807692307697, 0.00322089593961768, 0.00962942307692289, 0.00535731058030489, 0.0137044230769229, 0.00812246148983458, 0.025200576923077, 0.0302985215461847, 0.0975232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1260, '2021-05-23 00:00:00', 0.00333629234561125, 0.00675615384615366, 0.00388972030337172, 0.00980596153846143, 0.00486752938831939, 0.0136528846153843, 0.00789556485288748, 0.0244328846153847, 0.031025625631825, 0.0974253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1275, '2021-05-23 00:00:00', 0.00324721355697721, 0.0063867307692307, 0.00399718795385751, 0.0091965384615384, 0.00516551472228598, 0.0125328846153845, 0.0102756614404357, 0.0254540384615386, 0.0311699225320476, 0.097970576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1290, '2021-05-23 00:00:00', 0.00272528014791444, 0.00659173076923073, 0.00306009165900958, 0.00912480769230755, 0.00669752300940709, 0.0120526923076921, 0.0102459825297527, 0.0253950000000001, 0.0310353857574767, 0.0986786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1305, '2021-05-23 00:00:00', 0.00272621002774647, 0.00712134615384602, 0.0051235398370207, 0.00928730769230768, 0.00717946044951512, 0.0120671153846153, 0.0100918286518577, 0.0250315384615384, 0.0317250155531271, 0.0999703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1320, '2021-05-23 00:00:00', 0.00339352671102806, 0.00559846153846173, 0.00743406291233892, 0.0078892307692308, 0.0075287782950079, 0.0130738461538461, 0.0115557939530182, 0.0252717307692308, 0.0319852051832623, 0.100211153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1335, '2021-05-23 00:00:00', 0.00622283115137027, 0.00535846153846139, 0.00671893320286895, 0.0083257692307692, 0.00739692557756257, 0.0140249999999999, 0.0117267914245705, 0.0261236538461538, 0.032092419768777, 0.100978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1350, '2021-05-23 00:00:00', 0.00412399006284711, 0.00609403846153854, 0.00481584371152615, 0.0100594230769231, 0.00521320840602176, 0.0140767307692306, 0.0115142689152999, 0.0255394230769231, 0.0320861664488704, 0.101265769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1365, '2021-05-23 00:00:00', 0.00388614527718456, 0.00781134615384613, 0.00485706435553904, 0.0103419230769231, 0.00544110722612168, 0.0134046153846154, 0.0124054152443443, 0.0256457692307694, 0.0318599344100923, 0.101763846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1380, '2021-05-23 00:00:00', 0.00418602653525374, 0.00607192307692318, 0.00408464988142756, 0.00838942307692317, 0.00473648383459564, 0.0126163461538464, 0.0122080003213529, 0.0263303846153848, 0.0318186368132554, 0.102094423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1395, '2021-05-23 00:00:00', 0.00243083717772618, 0.00530076923076915, 0.00312936017667903, 0.0072013461538462, 0.00593474671872202, 0.015571153846154, 0.0125935937682615, 0.0282600000000001, 0.031708794562635, 0.101761153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1410, '2021-05-23 00:00:00', 0.00304200745965812, 0.00530076923076908, 0.00408887889468314, 0.00962884615384646, 0.00634346439258541, 0.0152975000000002, 0.0131769807444065, 0.0291534615384616, 0.0317277888996625, 0.101812692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1425, '2021-05-23 00:00:00', 0.00405482817619472, 0.00801346153846172, 0.00662582984352782, 0.0140263461538463, 0.0062856773822593, 0.0152469230769232, 0.0134227751171713, 0.0307403846153848, 0.0317308153717148, 0.101898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 0, '2021-05-23 00:00:00', 0.00593136439096959, 0.00952346153846153, 0.005950671209717, 0.0106796153846155, 0.00584104058498004, 0.0122613461538463, 0.0141622799229284, 0.0312288461538462, 0.0318093318703563, 0.101815961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 15, '2021-05-23 00:00:00', 0.00281243951046064, 0.00404999999999992, 0.00294612906396485, 0.00596769230769226, 0.0102186408116959, 0.0132940384615385, 0.0139449627698984, 0.0316405769230768, 0.0312041348764008, 0.101355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 30, '2021-05-23 00:00:00', 0.00264289084148408, 0.00401499999999988, 0.00276271427292919, 0.00517692307692324, 0.0102827762488839, 0.0136057692307692, 0.0136647209279394, 0.0319140384615385, 0.0311997734188025, 0.101314230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 45, '2021-05-23 00:00:00', 0.00204931740981077, 0.00378961538461567, 0.0102059789113273, 0.0118384615384617, 0.0103965249908135, 0.0145217307692308, 0.0135105298891131, 0.0325267307692307, 0.031022230503054, 0.101420769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 60, '2021-05-23 00:00:00', 0.0103203983524786, 0.0111519230769233, 0.0104626024266649, 0.0124884615384616, 0.0105879105878063, 0.0152038461538461, 0.0136224699288176, 0.0327398076923075, 0.0310262458629166, 0.101412115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 75, '2021-05-23 00:00:00', 0.0035110100891555, 0.00604461538461543, 0.00440200225421959, 0.00833461538461523, 0.00631940140787454, 0.0131930769230769, 0.0109800832209263, 0.0295734615384614, 0.0303758463971978, 0.100097884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 90, '2021-05-23 00:00:00', 0.00312641421538392, 0.00572461538461538, 0.00499353415774989, 0.00817423076923074, 0.00640991852822342, 0.0127715384615385, 0.0106230870223591, 0.0293832692307692, 0.0301314483561354, 0.100354038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 105, '2021-05-23 00:00:00', 0.00456159494711423, 0.00581730769230766, 0.00597926291122383, 0.0102201923076924, 0.00717446701585124, 0.0135851923076923, 0.0104224280059143, 0.0296034615384614, 0.0298482335497171, 0.100765961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 120, '2021-05-23 00:00:00', 0.0056387768620509, 0.00847750000000004, 0.00587742238439744, 0.0105232692307692, 0.00818106520241448, 0.0149496153846153, 0.0101635453403141, 0.0292667307692306, 0.0299249745761732, 0.100849230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 135, '2021-05-23 00:00:00', 0.00414067006840476, 0.00697384615384627, 0.0050206534052235, 0.00960384615384632, 0.00900220920107938, 0.0165724999999999, 0.0104121290385486, 0.0286086538461538, 0.0300635832425979, 0.101124230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 150, '2021-05-23 00:00:00', 0.00461257828784931, 0.00732769230769235, 0.00744369760525378, 0.0107690384615385, 0.00862244872634575, 0.0170390384615384, 0.0112782768681825, 0.0290413461538461, 0.0300491148807313, 0.101383653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 165, '2021-05-23 00:00:00', 0.00563167074540184, 0.00820576923076924, 0.00609854125054628, 0.0131942307692306, 0.00806822907840015, 0.0174773076923075, 0.00980265263353995, 0.028179423076923, 0.0294625768058136, 0.100979038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 180, '2021-05-23 00:00:00', 0.00493219885431031, 0.0104115384615383, 0.00609469408584211, 0.0127749999999998, 0.00766984573107319, 0.0170534615384614, 0.00988375128099733, 0.0277742307692308, 0.0295570778091371, 0.100861153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 195, '2021-05-23 00:00:00', 0.00396996049680017, 0.00762211538461542, 0.00582285037258719, 0.0117426923076923, 0.00704424208949313, 0.0164738461538461, 0.0111797822051169, 0.0273630769230768, 0.0299531660995064, 0.101774230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 210, '2021-05-23 00:00:00', 0.00472488220447379, 0.0082046153846155, 0.00537376031142203, 0.0111382692307692, 0.00668078398209266, 0.0163388461538461, 0.0113051888035814, 0.0264067307692306, 0.0300093801643112, 0.101809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 225, '2021-05-23 00:00:00', 0.00327301675123225, 0.00720942307692323, 0.00488074952078208, 0.0109117307692311, 0.00521676476519549, 0.015126153846154, 0.0112273577633457, 0.0243021153846153, 0.0297503248411483, 0.101683076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 240, '2021-05-23 00:00:00', 0.00366907529746407, 0.00845346153846166, 0.004400476796719, 0.0110390384615386, 0.00504105972146596, 0.0138686538461539, 0.0105867100359186, 0.0242892307692308, 0.0298980692430388, 0.101772307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 255, '2021-05-23 00:00:00', 0.00330064877655215, 0.00680788461538446, 0.00432116027865749, 0.00998307692307687, 0.00458832347880505, 0.0130121153846154, 0.0117241876740089, 0.0242861538461538, 0.0298266535559415, 0.102072115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 270, '2021-05-23 00:00:00', 0.00405050912279502, 0.00753307692307691, 0.00425022077707084, 0.00962557692307695, 0.00599896491392137, 0.0127409615384617, 0.0121393912786179, 0.0244288461538463, 0.0301658024233759, 0.102460384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 285, '2021-05-23 00:00:00', 0.00371748879776913, 0.00643980769230774, 0.00423205134838744, 0.00939615384615381, 0.00549369896755888, 0.0120828846153847, 0.0119554550037276, 0.0246628846153848, 0.0304196467593157, 0.102680192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 300, '2021-05-23 00:00:00', 0.00390826349399102, 0.00716846153846139, 0.00563728184977895, 0.00930057692307682, 0.00568798857580264, 0.0117009615384616, 0.0120151796490938, 0.025925, 0.0302889162013739, 0.102865576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 315, '2021-05-23 00:00:00', 0.00341247309372323, 0.00543115384615375, 0.0033099373686847, 0.00764576923076919, 0.00480907808612652, 0.0101140384615384, 0.0128485852319054, 0.0285723076923077, 0.0297130964242266, 0.102286346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 330, '2021-05-23 00:00:00', 0.00276971559217527, 0.00557769230769226, 0.00378390927277789, 0.0073857692307694, 0.00658910714448753, 0.0111201923076925, 0.0131393083546457, 0.0303740384615385, 0.0298129416632338, 0.102331153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 345, '2021-05-23 00:00:00', 0.00337782295045437, 0.00553173076923082, 0.00429263189842625, 0.00745115384615386, 0.00776648324780669, 0.0115209615384615, 0.0125679737382213, 0.0320467307692309, 0.029701365524164, 0.102165 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 360, '2021-05-23 00:00:00', 0.00359747225894055, 0.00510942307692327, 0.00646170635061194, 0.00805980769230776, 0.00747242019284664, 0.0112565384615386, 0.0128691694310921, 0.0338396153846155, 0.0295893714285799, 0.102221538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 375, '2021-05-23 00:00:00', 0.00536661141116638, 0.00587403846153847, 0.00611831672426826, 0.00812346153846152, 0.00698133826712323, 0.0109800000000001, 0.0125346715093041, 0.0371296153846155, 0.0299232934871044, 0.101838653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 390, '2021-05-23 00:00:00', 0.00429822190428339, 0.0051315384615385, 0.00519386851526365, 0.00710692307692328, 0.0055604947656178, 0.00996903846153853, 0.0109570584503606, 0.0369967307692309, 0.0302375827057094, 0.101861730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 405, '2021-05-23 00:00:00', 0.00375435866181404, 0.00469019230769252, 0.00424943797641331, 0.00695634615384639, 0.00435784470369675, 0.00892730769230771, 0.0126990892238534, 0.0398663461538463, 0.0302462169967648, 0.101836153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 420, '2021-05-23 00:00:00', 0.00356329111054091, 0.00552846153846172, 0.00379660468252662, 0.00706865384615393, 0.00546954690853031, 0.0100957692307693, 0.0121379525519691, 0.0426169230769233, 0.0303798585307133, 0.102022884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 435, '2021-05-23 00:00:00', 0.00323380374386644, 0.00468557692307717, 0.00323475254671198, 0.00603096153846175, 0.00606842173436824, 0.0111278846153846, 0.0125185082731378, 0.043699230769231, 0.0305961024214624, 0.101760769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 450, '2021-05-23 00:00:00', 0.00229391509466632, 0.0042173076923077, 0.0039789590492218, 0.00687365384615379, 0.00630556992178044, 0.0118909615384616, 0.0152012683833141, 0.0459126923076925, 0.030660347602651, 0.101688653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 465, '2021-05-23 00:00:00', 0.00384121665421456, 0.00566076923076905, 0.00549025098557573, 0.00901673076923075, 0.00655876299605819, 0.0133990384615385, 0.0155383392439973, 0.0466273076923079, 0.0304100990569555, 0.101829423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 480, '2021-05-23 00:00:00', 0.00525777316492866, 0.00711942307692315, 0.00524573563441344, 0.00983788461538473, 0.0065119137237952, 0.0154028846153846, 0.0160178516337723, 0.0475051923076925, 0.0298002344595837, 0.102395384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 495, '2021-05-23 00:00:00', 0.00323380240583769, 0.00612500000000021, 0.00416987513186987, 0.00917115384615392, 0.00898785532730796, 0.0194442307692307, 0.0163394294611345, 0.0483113461538464, 0.029695093896778, 0.102341538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 510, '2021-05-23 00:00:00', 0.00300657556928944, 0.00586557692307698, 0.00515038099038845, 0.0108021153846155, 0.00858708560079525, 0.0209286538461539, 0.0157398609917137, 0.0477759615384617, 0.029609178650313, 0.102167115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 525, '2021-05-23 00:00:00', 0.00422481690545455, 0.00806673076923078, 0.00779729729556257, 0.0154513461538461, 0.00828276655750696, 0.0225053846153847, 0.0162205699997069, 0.0475086538461541, 0.0297046025241103, 0.101876346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 540, '2021-05-23 00:00:00', 0.00677634396547728, 0.0128065384615384, 0.00746517380136678, 0.0169682692307692, 0.0096919838347907, 0.023535576923077, 0.0160361705384568, 0.0470215384615387, 0.029796059698196, 0.102396538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 555, '2021-05-23 00:00:00', 0.00424324428220447, 0.0107259615384615, 0.00494877966309338, 0.014811923076923, 0.00972285801010283, 0.0245882692307692, 0.0165018178077915, 0.0466498076923079, 0.0302032975250155, 0.103070769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 570, '2021-05-23 00:00:00', 0.003689645803305, 0.010498076923077, 0.006921514418547, 0.0160046153846155, 0.0109048367179961, 0.0260946153846154, 0.0160286455747683, 0.0474198076923078, 0.0312400768004816, 0.1038875 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 585, '2021-05-23 00:00:00', 0.00597435489919523, 0.0117276923076926, 0.00954489890545673, 0.0203463461538462, 0.013101456708497, 0.0289182692307694, 0.0168097591480481, 0.0483638461538463, 0.0311800602092721, 0.104235576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 600, '2021-05-23 00:00:00', 0.0069916179733033, 0.0169082692307692, 0.00832487326999872, 0.0205248076923078, 0.0114325796066127, 0.0306573076923079, 0.0168490584409383, 0.0487378846153847, 0.0314885003844503, 0.104537307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 615, '2021-05-23 00:00:00', 0.00487994518017762, 0.0132248076923076, 0.00734317452049604, 0.0200959615384616, 0.00829615348543205, 0.0286794230769234, 0.0148823744706487, 0.0478017307692309, 0.0317675708406445, 0.104728653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 630, '2021-05-23 00:00:00', 0.00562018993998773, 0.0145751923076926, 0.00649517422043826, 0.0210819230769234, 0.0101200526241411, 0.0297613461538466, 0.0157464205761672, 0.0479351923076925, 0.0319751661528127, 0.1043925 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 645, '2021-05-23 00:00:00', 0.0053721560526334, 0.0152505769230771, 0.00702921176235294, 0.0217600000000003, 0.0112176481560909, 0.0300080769230771, 0.0167894843692299, 0.0475742307692309, 0.0317129228524609, 0.103535384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 660, '2021-05-23 00:00:00', 0.00666451379725845, 0.0150219230769232, 0.00989948520806084, 0.0220342307692308, 0.0126027216062489, 0.028111730769231, 0.0173005241861448, 0.0452286538461538, 0.0324592090221888, 0.103087115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 675, '2021-05-23 00:00:00', 0.00878422767499555, 0.0151703846153847, 0.0095999584394133, 0.0202609615384618, 0.0101200107783464, 0.0243569230769233, 0.0193179291303341, 0.0447132692307692, 0.0340924591932899, 0.102414615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 690, '2021-05-23 00:00:00', 0.00635711775522879, 0.0136130769230772, 0.0071491384768754, 0.0174601923076923, 0.00740419682446271, 0.0219911538461539, 0.0191246987718861, 0.0427186538461538, 0.0359578650281771, 0.102194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 705, '2021-05-23 00:00:00', 0.00390373154814726, 0.011545, 0.00588856615693656, 0.0155457692307694, 0.00632354241338274, 0.0209455769230771, 0.0181572793931672, 0.0466501923076923, 0.0352017899457485, 0.101969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 720, '2021-05-23 00:00:00', 0.00387197819149163, 0.0106586538461539, 0.00547713077609632, 0.0149134615384616, 0.00762830528613422, 0.0198184615384616, 0.0171314762094625, 0.0477663461538462, 0.0348736884462504, 0.102409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 735, '2021-05-23 00:00:00', 0.00350262510345962, 0.0103488461538462, 0.00502558746661682, 0.0142207692307696, 0.00691073488244121, 0.0190688461538463, 0.0185109966236286, 0.050235, 0.0348626779329104, 0.102610576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 750, '2021-05-23 00:00:00', 0.00362512939291599, 0.0107386538461542, 0.00570252394862258, 0.0145757692307693, 0.00681637487683448, 0.0206526923076922, 0.019941810724243, 0.0520498076923077, 0.0345986833586748, 0.103733076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 765, '2021-05-23 00:00:00', 0.00380441987895458, 0.00939115384615373, 0.00514498433876676, 0.01338461538[...];[ Date: 2021-05-23 16:55:45 - Database: acaweb_fx - User: pgperfstats ]
6 24s81ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988005, 1, 1020, '2021-05-23 00:00:00', 0.0508789400288722, 0.093442307692309, 0.0482032555555522, 0.130423076923079, 0.0767154181675064, 0.198153846153848, 0.111565677448826, 0.280596153846155, 0.149207775885225, 0.551403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1035, '2021-05-23 00:00:00', 0.0278937544705174, 0.0848076923076922, 0.0395667158101363, 0.11625, 0.0811579111267765, 0.191557692307693, 0.0907050524417552, 0.261442307692308, 0.148600896829265, 0.546057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1050, '2021-05-23 00:00:00', 0.0342483014738868, 0.0828846153846154, 0.053828706239186, 0.142019230769232, 0.0744420270050167, 0.181846153846155, 0.0839682655256423, 0.248019230769231, 0.148246080503383, 0.541596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1065, '2021-05-23 00:00:00', 0.0406280880483117, 0.10919230769231, 0.06474318496954, 0.141500000000001, 0.0642320702309512, 0.159673076923077, 0.0785688527050296, 0.227269230769231, 0.148647921665205, 0.537230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1080, '2021-05-23 00:00:00', 0.0395967607455273, 0.0802884615384623, 0.0393934199894046, 0.0941923076923098, 0.0443114024221258, 0.127096153846155, 0.0584181379894476, 0.203173076923077, 0.157885875287771, 0.528480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1095, '2021-05-23 00:00:00', 0.0245028805214035, 0.0628653846153869, 0.0275354596558974, 0.080192307692308, 0.0521135336032336, 0.116403846153846, 0.0544231603696039, 0.190903846153847, 0.163872004461268, 0.529423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1110, '2021-05-23 00:00:00', 0.0215438729465815, 0.0610384615384617, 0.0355570830334304, 0.0911153846153852, 0.0461501729307543, 0.116538461538462, 0.0549451054725048, 0.185769230769231, 0.175162053539002, 0.541250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1125, '2021-05-23 00:00:00', 0.0279766179844211, 0.0616346153846151, 0.042746713773828, 0.0796923076923073, 0.0423375265437919, 0.115384615384616, 0.0515059817287896, 0.178884615384616, 0.184613768342285, 0.543788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1140, '2021-05-23 00:00:00', 0.0234184427650177, 0.0502884615384612, 0.0274081122185484, 0.0707307692307692, 0.0323615453182418, 0.099519230769231, 0.0512941892045675, 0.174076923076923, 0.184249676964543, 0.546788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1155, '2021-05-23 00:00:00', 0.0212740452194664, 0.05175, 0.0316373014992418, 0.0781730769230785, 0.0307928375787951, 0.0976730769230765, 0.0561852875623288, 0.175057692307693, 0.182756185836591, 0.548788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1170, '2021-05-23 00:00:00', 0.0182938409139416, 0.0502692307692309, 0.0184396729488774, 0.0641923076923076, 0.0224232365741767, 0.0821923076923083, 0.0572120482200952, 0.171038461538462, 0.183553858161995, 0.549173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1185, '2021-05-23 00:00:00', 0.0161431099853769, 0.049, 0.0196834663144957, 0.066173076923077, 0.0249741789731829, 0.0824807692307701, 0.0579812469683086, 0.172250000000002, 0.182711963315108, 0.551192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1200, '2021-05-23 00:00:00', 0.0173741297513101, 0.0469038461538466, 0.0191220774539218, 0.0600769230769235, 0.0363667271850771, 0.0893269230769244, 0.062108007659113, 0.175769230769232, 0.182059399647478, 0.551750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1215, '2021-05-23 00:00:00', 0.0128971076065693, 0.0408461538461527, 0.0217218872249936, 0.0589038461538448, 0.0363697888151907, 0.0903076923076912, 0.0605032739101451, 0.174384615384616, 0.188834983924712, 0.557634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1230, '2021-05-23 00:00:00', 0.0193781101722062, 0.0443653846153855, 0.0321237989898218, 0.0689615384615393, 0.0373020106696694, 0.0939999999999996, 0.0599469027877669, 0.168634615384617, 0.190032151125904, 0.560961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1245, '2021-05-23 00:00:00', 0.0224633119689739, 0.0465961538461544, 0.0220938644459033, 0.0598269230769234, 0.0352117113384825, 0.0872692307692321, 0.0606321601640065, 0.160173076923078, 0.187895741344461, 0.562519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1260, '2021-05-23 00:00:00', 0.0154675466703671, 0.0412500000000002, 0.0313621525948804, 0.0622307692307701, 0.0399788646084978, 0.0934807692307696, 0.0608976221589589, 0.153903846153848, 0.186753713792751, 0.559519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1275, '2021-05-23 00:00:00', 0.0246779253585055, 0.042000000000001, 0.0271363508685593, 0.0593076923076924, 0.0394710020141376, 0.0924999999999995, 0.060786514825373, 0.151403846153848, 0.18438770608109, 0.558615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1290, '2021-05-23 00:00:00', 0.0179142401457604, 0.0444999999999999, 0.0298144260384118, 0.0724999999999996, 0.0343441630915864, 0.0916923076923072, 0.0616209660873503, 0.14921153846154, 0.187183489779825, 0.560326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1305, '2021-05-23 00:00:00', 0.0242318290366519, 0.0556923076923085, 0.0278579363087907, 0.0692307692307697, 0.033934354047415, 0.0925961538461549, 0.0581187114050594, 0.148269230769233, 0.193239293663025, 0.56423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1320, '2021-05-23 00:00:00', 0.0164356203224751, 0.0455192307692311, 0.0195125206351828, 0.0570384615384611, 0.0296080810174917, 0.0860384615384608, 0.0523986677751978, 0.141096153846154, 0.193678410098962, 0.566557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1335, '2021-05-23 00:00:00', 0.0134399089969448, 0.0386346153846151, 0.0179126620450033, 0.0597884615384612, 0.0271571565861771, 0.0843653846153852, 0.0511566372864914, 0.145692307692309, 0.196378121333467, 0.567942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1350, '2021-05-23 00:00:00', 0.0183212885841728, 0.0465192307692326, 0.0242575682083877, 0.0664807692307702, 0.0321512770412725, 0.0847692307692316, 0.0558577348131988, 0.150057692307693, 0.197811200779546, 0.570365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1365, '2021-05-23 00:00:00', 0.0173188203542138, 0.053192307692307, 0.0202424154837166, 0.0643461538461528, 0.0263005776479431, 0.0829038461538463, 0.0565358837716912, 0.152384615384616, 0.199895985452435, 0.57025 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1380, '2021-05-23 00:00:00', 0.0186056753128216, 0.0453653846153831, 0.0256419803027421, 0.0611346153846149, 0.0415326794408742, 0.0897115384615389, 0.0595324378288542, 0.153634615384616, 0.200203870130886, 0.570019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1395, '2021-05-23 00:00:00', 0.0220585671478317, 0.0425961538461534, 0.0232251935489162, 0.0585192307692314, 0.0357098564286365, 0.100923076923077, 0.0647367450050315, 0.159884615384616, 0.199834590252885, 0.572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1410, '2021-05-23 00:00:00', 0.0132847512353309, 0.0372307692307694, 0.0264334359942385, 0.0670576923076917, 0.0287325666207418, 0.0964038461538457, 0.0662827190612603, 0.164326923076924, 0.199834590252885, 0.572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1425, '2021-05-23 00:00:00', 0.0252971266230897, 0.0547307692307682, 0.0281902670055846, 0.0846346153846161, 0.0273181328903603, 0.0929038461538459, 0.0745286109232826, 0.174076923076925, 0.19815268394308, 0.571384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 0, '2021-05-23 00:00:00', 0.0275035172575869, 0.0687115384615392, 0.0260672281728479, 0.0800961538461537, 0.0284612016612087, 0.0900000000000001, 0.0720792512553969, 0.17946153846154, 0.198907884555795, 0.569942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 15, '2021-05-23 00:00:00', 0.0246593457604482, 0.0501000000000005, 0.0222579573785808, 0.065100000000001, 0.0242289943387405, 0.081760000000001, 0.0682223692542754, 0.182100000000001, 0.20393795012209, 0.568799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 30, '2021-05-23 00:00:00', 0.0216823084564349, 0.0468200000000024, 0.0285518534132795, 0.0626000000000005, 0.0300873727666611, 0.0788000000000005, 0.0750738081268496, 0.188420000000002, 0.203080468451958, 0.566019999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 45, '2021-05-23 00:00:00', 0.0262637582992241, 0.0472499999999988, 0.0252095525240254, 0.0601923076923076, 0.0278643762093916, 0.0737115384615379, 0.0819099787289969, 0.196730769230768, 0.199178085178527, 0.56401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 60, '2021-05-23 00:00:00', 0.0151239494231448, 0.0424230769230778, 0.0203066586275376, 0.0540961538461547, 0.0233949041131103, 0.0701923076923078, 0.09818257913782, 0.207826923076924, 0.199588789765357, 0.56275 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 75, '2021-05-23 00:00:00', 0.0154010988618944, 0.0345769230769231, 0.0177237454801798, 0.0463653846153835, 0.0306088788023746, 0.0812115384615382, 0.0976104995140631, 0.210519230769232, 0.199876200145528, 0.562346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 90, '2021-05-23 00:00:00', 0.0111054560395401, 0.0356346153846161, 0.0185026921118152, 0.0499807692307696, 0.0346347313456383, 0.0837692307692312, 0.0961572910152163, 0.212730769230769, 0.200080072432552, 0.561346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 105, '2021-05-23 00:00:00', 0.0149920491748632, 0.0346923076923061, 0.0267688467036974, 0.0653653846153841, 0.0402129954119304, 0.0862499999999992, 0.095817334227487, 0.217307692307691, 0.200123627175419, 0.560884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 120, '2021-05-23 00:00:00', 0.0202548759561731, 0.053, 0.0294825959090856, 0.0647115384615386, 0.0391975323006635, 0.088442307692308, 0.0935110873722402, 0.214288461538462, 0.201463300723635, 0.557307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 135, '2021-05-23 00:00:00', 0.0183895036951472, 0.0395769230769229, 0.025265878480365, 0.0562692307692294, 0.0357763189833718, 0.0952500000000006, 0.0901822961476472, 0.205442307692308, 0.202483136049933, 0.555403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 150, '2021-05-23 00:00:00', 0.0177872577555257, 0.0405576923076914, 0.0233933669099735, 0.0594807692307696, 0.0314910548959785, 0.0985576923076934, 0.0908865141896128, 0.20446153846154, 0.203389543827753, 0.554557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 165, '2021-05-23 00:00:00', 0.0172516331445423, 0.0458269230769238, 0.0239724922487299, 0.0769038461538483, 0.0405497415338443, 0.111807692307694, 0.0857416154232284, 0.204730769230768, 0.20503290917839, 0.553576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 180, '2021-05-23 00:00:00', 0.0230752364768308, 0.0610576923076942, 0.0282699691164702, 0.0781346153846162, 0.0439127106182954, 0.112384615384616, 0.0864586005865506, 0.19851923076923, 0.206027112666867, 0.553865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 195, '2021-05-23 00:00:00', 0.0182664993909599, 0.049249999999999, 0.0353349902852918, 0.0778076923076922, 0.0466337819116629, 0.100480769230768, 0.0798478842261006, 0.185730769230769, 0.206806744608062, 0.553980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 210, '2021-05-23 00:00:00', 0.0252038458603816, 0.0525769230769233, 0.023669259518494, 0.0674230769230769, 0.0459437323087892, 0.0984423076923071, 0.0695125445236604, 0.178923076923075, 0.218313882183077, 0.559634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 225, '2021-05-23 00:00:00', 0.017595060495666, 0.0471153846153844, 0.0382708163567922, 0.0678461538461531, 0.049391294779546, 0.100499999999998, 0.0649784934834942, 0.180769230769229, 0.216549482709008, 0.560461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 240, '2021-05-23 00:00:00', 0.0217094095161145, 0.0505384615384602, 0.0266635735385584, 0.0703846153846137, 0.0569106452121346, 0.104307692307692, 0.0571174363785823, 0.173192307692305, 0.214251765094606, 0.564326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 255, '2021-05-23 00:00:00', 0.0195206399642894, 0.0488461538461537, 0.0305035180820941, 0.0717307692307674, 0.0529443539519054, 0.0987692307692318, 0.0543537133399921, 0.171115384615382, 0.21754275353453, 0.567480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 270, '2021-05-23 00:00:00', 0.0195569779008763, 0.0473461538461542, 0.0390178854452088, 0.0671538461538487, 0.0395441574017633, 0.0845961538461561, 0.0479153420106743, 0.158999999999999, 0.218270488508746, 0.564115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 285, '2021-05-23 00:00:00', 0.0294203226463536, 0.0451538461538464, 0.0288948291887364, 0.0571346153846165, 0.0288750690974883, 0.0790192307692309, 0.0505842975027429, 0.151634615384615, 0.219453227012397, 0.563673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 300, '2021-05-23 00:00:00', 0.0187046374340283, 0.0392115384615393, 0.0197454181637521, 0.0516923076923086, 0.0303272408646346, 0.074692307692308, 0.0502849266296932, 0.147423076923076, 0.22098470622334, 0.564096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 315, '2021-05-23 00:00:00', 0.0154792292592849, 0.0375576923076918, 0.0228722203018969, 0.05553846153846, 0.0357330540794661, 0.072865384615386, 0.0453453288239679, 0.152173076923077, 0.222148703661447, 0.563057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 330, '2021-05-23 00:00:00', 0.0171605988778425, 0.0403846153846136, 0.0251598657817147, 0.0513269230769238, 0.03642140114738, 0.0690384615384632, 0.0461884142982256, 0.15251923076923, 0.222021495840796, 0.562730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 345, '2021-05-23 00:00:00', 0.0140961123936875, 0.0334038461538482, 0.021489997673338, 0.0465000000000018, 0.0242317734834632, 0.0671730769230779, 0.0597969512986666, 0.163653846153847, 0.22249642348033, 0.561961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 360, '2021-05-23 00:00:00', 0.013757361665669, 0.0332500000000008, 0.0161867110737368, 0.0454807692307689, 0.0214284498165059, 0.0670384615384614, 0.0667399891657614, 0.165384615384615, 0.224306532193371, 0.563096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 375, '2021-05-23 00:00:00', 0.0121460503235211, 0.0309423076923062, 0.0154604706864347, 0.048615384615385, 0.0215726411492395, 0.0681730769230783, 0.0732820473345167, 0.172961538461539, 0.223325684905392, 0.565807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 390, '2021-05-23 00:00:00', 0.0138101969016202, 0.0336923076923073, 0.0221862483395606, 0.0474807692307697, 0.0237936966442802, 0.0679999999999989, 0.0732525452432557, 0.176653846153846, 0.222966444526113, 0.565846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 405, '2021-05-23 00:00:00', 0.0124374898531069, 0.0313653846153852, 0.0130523354821473, 0.0457115384615392, 0.0439112785581968, 0.0760961538461526, 0.0790260935485121, 0.184288461538462, 0.223146674771414, 0.56503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 420, '2021-05-23 00:00:00', 0.00902432609885357, 0.0340384615384617, 0.0156727593172173, 0.0458461538461519, 0.0447925174039652, 0.0775192307692309, 0.0824862412769517, 0.187, 0.222069051111448, 0.567711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 435, '2021-05-23 00:00:00', 0.0146234926902415, 0.031942307692305, 0.0382560653813436, 0.0569423076923068, 0.0364127038271001, 0.083249999999998, 0.0811967340191971, 0.197519230769231, 0.222793360624733, 0.567692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 450, '2021-05-23 00:00:00', 0.0341558926102058, 0.0427500000000003, 0.0345624295798389, 0.0571923076923075, 0.0320536089411763, 0.0795769230769199, 0.0799844431989481, 0.202865384615384, 0.222601136910499, 0.568615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 465, '2021-05-23 00:00:00', 0.0135725401511211, 0.0364230769230787, 0.0203727665127903, 0.056980769230768, 0.0255025790550989, 0.077692307692307, 0.0804690217508449, 0.213288461538462, 0.2226358677648, 0.56751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 480, '2021-05-23 00:00:00', 0.0176065656459793, 0.0418653846153817, 0.0225778993367759, 0.0583076923076892, 0.0251009730120946, 0.0763269230769219, 0.0855186169565056, 0.220076923076923, 0.222130820775646, 0.567192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 495, '2021-05-23 00:00:00', 0.0162814193295492, 0.0382307692307687, 0.018298087331742, 0.0520000000000007, 0.0250307580019837, 0.0811730769230786, 0.100443018672278, 0.230000000000001, 0.222404376167516, 0.566557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 510, '2021-05-23 00:00:00', 0.0126011751588751, 0.0365192307692319, 0.0159918248345374, 0.0514615384615399, 0.0254967871279151, 0.0901153846153853, 0.119477941317795, 0.23796153846154, 0.222453200782686, 0.567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 525, '2021-05-23 00:00:00', 0.0121206276811325, 0.03451923076923, 0.0189479854825303, 0.0656153846153858, 0.0451145209439275, 0.1085, 0.119198659323902, 0.239096153846155, 0.222351430951443, 0.567173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 540, '2021-05-23 00:00:00', 0.0195279385654361, 0.0574038461538475, 0.025143954771247, 0.0784615384615387, 0.0476732508452467, 0.113326923076923, 0.119548009345457, 0.238057692307694, 0.222660355353517, 0.567923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 555, '2021-05-23 00:00:00', 0.0161016004937883, 0.0483076923076923, 0.037810911123643, 0.0782500000000003, 0.0504356139433849, 0.117865384615386, 0.12238212539168, 0.243269230769233, 0.223209198183782, 0.570384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 570, '2021-05-23 00:00:00', 0.0340495792360776, 0.0624230769230766, 0.0367426811131758, 0.0837692307692301, 0.0449199458866732, 0.125307692307693, 0.122493367167371, 0.24525, 0.22658514191902, 0.575057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 585, '2021-05-23 00:00:00', 0.0150728104673493, 0.0530192307692314, 0.0332741121363381, 0.0900576923076938, 0.0560930031287319, 0.12425, 0.11662582673464, 0.245211538461539, 0.230812068908553, 0.577865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 600, '2021-05-23 00:00:00', 0.0301141929226859, 0.0747307692307702, 0.0393049615188731, 0.0974999999999988, 0.0601212236939794, 0.128192307692308, 0.117908700011753, 0.246807692307693, 0.231623952527833, 0.581153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 615, '2021-05-23 00:00:00', 0.02462022308216, 0.0671538461538438, 0.0378499466517223, 0.0895384615384606, 0.0529227630245594, 0.125673076923075, 0.127920383893203, 0.243730769230769, 0.232665561399918, 0.577788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 630, '2021-05-23 00:00:00', 0.0309739654946117, 0.0620576923076924, 0.04165955888093, 0.0861730769230774, 0.0469213294126038, 0.125365384615384, 0.124905619754093, 0.240423076923077, 0.228981823262494, 0.576346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 645, '2021-05-23 00:00:00', 0.0246639646822275, 0.0583653846153856, 0.0270658172154188, 0.0860384615384608, 0.0512605748939804, 0.124557692307692, 0.116402326172898, 0.244807692307693, 0.226277205759118, 0.575423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 660, '2021-05-23 00:00:00', 0.0214832403371705, 0.0640192307692293, 0.0373720638157182, 0.0903653846153838, 0.0584022128137143, 0.125038461538461, 0.117330343966874, 0.248980769230769, 0.226650324542862, 0.580480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 675, '2021-05-23 00:00:00', 0.0234532595733585, 0.0531538461538458, 0.0445402670020658, 0.0813461538461542, 0.0648816111200877, 0.117788461538463, 0.107169242502044, 0.247057692307693, 0.226731275200062, 0.580365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 690, '2021-05-23 00:00:00', 0.0209442116108487, 0.0575000000000002, 0.0254679285497526, 0.0766538461538471, 0.0704495482324316, 0.118173076923078, 0.102253388132695, 0.249153846153846, 0.230203613050574, 0.585788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 705, '2021-05-23 00:00:00', 0.0203122263295174, 0.0514423076923074, 0.0426854911398013, 0.0786346153846159, 0.0630792084482792, 0.111057692307693, 0.101628531729721, 0.248538461538463, 0.228385389536735, 0.585615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 720, '2021-05-23 00:00:00', 0.0272364574676048, 0.0537692307692301, 0.047284930108701, 0.0792307692307704, 0.0517488164115854, 0.105000000000001, 0.116806592279718, 0.260500000000002, 0.229908165612674, 0.59373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 735, '2021-05-23 00:00:00', 0.0303295806357182, 0.0552115384615397, 0.0316859347587934, 0.0720384615384623, 0.0544253052003754, 0.106576923076924, 0.145526888871493, 0.279846153846155, 0.230608792947311, 0.595153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 750, '2021-05-23 00:00:00', 0.0147674798641638, 0.05003846153846, 0.0283794616959814, 0.0734230769230744, 0.0455597367791393, 0.105480769230767, 0.140772276553851, 0.278076923076922, 0.218930492130756, 0.591596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 765, '2021-05-23 00:00:00', 0.023141944935214, 0.0545192307692293, 0.0328211060142694, 0.0792499999999991, 0.0457761820836328, 0.110326923076922, 0.13089906269865, 0.291230769230768, 0.219526771628288, 0.594711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 780, '2021-05-23 00:00:00', 0.0262827890453027, 0.0547499999999996, 0.0331768918653645, 0.0731153846153817, 0.0423995101568213, 0.105461538461538, 0.121953939918064, 0.30178846153846, 0.21992300838108, 0.59401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 795, '2021-05-23 00:00:00', 0.0173366330685581, 0.0478269230769213, 0.0238335978109774, 0.0694038461538452, 0.0543432714680146, 0.115365384615384, 0.120036500858955, 0.301192307692306, 0.216522871415824, 0.589576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 810, '2021-05-23 00:00:00', 0.015901584342932, 0.0534038461538459, 0.0223336930702006, 0.0744230769230765, 0.0592266442120065, 0.120653846153846, 0.11754272054809, 0.306365384615383, 0.216232575109444, 0.589442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 825, '2021-05-23 00:00:00', 0.0222693649524323, 0.0532307692307687, 0.0531001267563303, 0.0912115384615389, 0.0793862732757716, 0.136903846153846, 0.11318295604225, 0.312192307692306, 0.217503973438505, 0.588461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 840, '2021-05-23 00:00:00', 0.0417766267003618, 0.0669423076923087, 0.0460582615991786, 0.0907115384615387, 0.0780466921390397, 0.137615384615383, 0.118927262838065, 0.323576923076923, 0.221634610078424, 0.590596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 855, '2021-05-23 00:00:00', 0.0214913578337545, 0.0565384615384626, 0.0629716083766226, 0.099711538461539, 0.0690756441546867, 0.13073076923077, 0.117859296816814, 0.325576923076924, 0.218696596997898, 0.589192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 870, '2021-05-23 00:00:00', 0.061595117189096, 0.0755384615384609, 0.0616483950754957, 0.096230769230768, 0.0696380643039408, 0.1335, 0.136581252233015, 0.335961538461538, 0.217846318448438, 0.587461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 885, '2021-05-23 00:00:00', 0.0276083599379159, 0.0621923076923057, 0.0266360368962526, 0.0900384615384608, 0.03915637289716, 0.125692307692307, 0.144028369267468, 0.335865384615385, 0.216772262630978, 0.584576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 900, '2021-05-23 00:00:00', 0.0269660589136321, 0.066280000000001, 0.0316803435377005, 0.0925400000000019, 0.0521470037490167, 0.142820000000003, 0.145543163700669, 0.335000000000002, 0.225051990289651, 0.58124 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 915, '2021-05-23 00:00:00', 0.0181492106206823, 0.0614230769230751, 0.0339768473205835, 0.0896153846153856, 0.0763742128248501, 0.159596153846154, 0.151005216415246, 0.334846153846155, 0.223273127839838, 0.588519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 930, '2021-05-23 00:00:00', 0.0250597209757938, 0.0734807692307708, 0.0444080943765188, 0.111326923076923, 0.076953904784218, 0.16228846153846, 0.151238700785826, 0.342769230769231, 0.22091872156624, 0.591192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 945, '2021-05-23 00:00:00', 0.0335700244036486, 0.0755576923076924, 0.0674474724393858, 0.120692307692308, 0.0781709959984196, 0.17276923076923, 0.152160987621158, 0.331115384615385, 0.235910494761173, 0.593807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 960, '2021-05-23 00:00:00', 0.0574585636651469, 0.0909423076923079, 0.0580604459560512, 0.113653846153844, 0.0901824838015415, 0.191903846153845, 0.146087340840492, 0.330865384615386, 0.237634140256371, 0.59223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 975, '2021-05-23 00:00:00', 0.0294041859918995, 0.0693846153846133, 0.0685517799802564, 0.130442307692306, 0.089466779395397, 0.192269230769228, 0.143407709534201, 0.327365384615384, 0.241963150404863, 0.595615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 990, '2021-05-23 00:00:00', 0.0467230835718447, 0.104442307692307, 0.0727168507611215, 0.156903846153844, 0.0705096529125334, 0.192365384615384, 0.142657750739852, 0.321923076923077, 0.227268473058086, 0.594826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1005, '2021-05-23 00:00:00', 0.0319305255443526, 0.100461538461538, 0.0483789091046283, 0.131326923076923, 0.0648822483723101, 0.175884615384616, 0.131890315734764, 0.310653846153847, 0.223656838792069, 0.597807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1020, '2021-05-23 00:00:00', 0.0286410477354551, 0.0855192307692303, 0.0466489178702099, 0.122807692307693, 0.0757595513145678, 0.17098076923077, 0.12703278952847, 0.286980769230769, 0.232821028160787, 0.590634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1035, '2021-05-23 00:00:00', 0.0400804047653459, 0.0858269230769257, 0.0508963804062893, 0.118807692307693, 0.0616674237652775, 0.165365384615387, 0.120784316671686, 0.272865384615385, 0.236428805351634, 0.606500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1050, '2021-05-23 00:00:00', 0.0307818190595585, 0.0775961538461538, 0.0490531736603647, 0.115423076923078, 0.085951840272059, 0.156826923076924, 0.129886098030306, 0.264538461538461, 0.254636260183031, 0.60825 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1065, '2021-05-23 00:00:00', 0.0348342007007724, 0.0918076923076929, 0.0408741784203482, 0.117538461538461, 0.0837868196904864, 0.159365384615386, 0.118905819227463, 0.263423076923077, 0.268468545643619, 0.619 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1080, '2021-05-23 00:00:00', 0.0253597803921582, 0.08003846153846, 0.0498367681690788, 0.11228846153846, 0.0600511064395605, 0.149846153846153, 0.103007992595049, 0.252557692307691, 0.273746280621027, 0.621384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1095, '2021-05-23 00:00:00', 0.043190744200758, 0.0715961538461541, 0.0537897759801987, 0.105, 0.0584061113767539, 0.137576923076922, 0.106598399829237, 0.240173076923076, 0.285214960768459, 0.623923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1110, '2021-05-23 00:00:00', 0.0289404760473303, 0.0741346153846136, 0.0318466578369636, 0.0940192307692293, 0.0569012775306094, 0.135153846153845, 0.103241844527975, 0.22603846153846, 0.285032384799719, 0.620596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1125, '2021-05-23 00:00:00', 0.0218880367745985, 0.0596153846153851, 0.0389912613483895, 0.0854615384615393, 0.0607557942789131, 0.122557692307693, 0.103196140729867, 0.216711538461538, 0.288447996246223, 0.615942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1140, '2021-05-23 00:00:00', 0.0269659899759789, 0.0582692307692308, 0.0573714114010969, 0.0918269230769232, 0.0537850708482737, 0.121576923076924, 0.101097348363614, 0.206423076923076, 0.286683352525716, 0.613769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1155, '2021-05-23 00:00:00', 0.0561001439734903, 0.0673846153846152, 0.0560573229965413, 0.0862115384615407, 0.0578766493368567, 0.126442307692309, 0.103086268950592, 0.199826923076923, 0.286862320902982, 0.610365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1170, '2021-05-23 00:00:00', 0.0291113578152256, 0.052365384615386, 0.0370175841791637, 0.0811923076923079, 0.0500397880152913, 0.116096153846156, 0.0937790283264127, 0.186884615384615, 0.284532363983161, 0.611615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1185, '2021-05-23 00:00:00', 0.0179072933143486, 0.0538653846153844, 0.0280378041497257, 0.0814615384615399, 0.0505859056077269, 0.106076923076922, 0.0729504362827676, 0.174615384615384, 0.281489828344717, 0.613788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1200, '2021-05-23 00:00:00', 0.0230903992702908, 0.0590576923076939, 0.0313236516684465, 0.0748653846153868, 0.0389065596604909, 0.0944038461538454, 0.0708734082713655, 0.168499999999999, 0.279898116079075, 0.612653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1215, '2021-05-23 00:00:00', 0.0167288327791825, 0.0434230769230788, 0.0251492468154524, 0.0612692307692298, 0.0284748742146199, 0.0819615384615374, 0.0637897628632803, 0.163076923076922, 0.27470099899009, 0.606673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1230, '2021-05-23 00:00:00', 0.0139946830562947, 0.0418653846153839, 0.0155283983026633, 0.0548653846153848, 0.0329436114969436, 0.0818076923076921, 0.0607622732141716, 0.157423076923077, 0.275977714401278, 0.602173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1245, '2021-05-23 00:00:00', 0.014325448039711, 0.0404615384615398, 0.0236636121177957, 0.0595576923076941, 0.0457579081017296, 0.088384615384616, 0.0590876174715259, 0.152442307692309, 0.275044332091001, 0.60223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1260, '2021-05-23 00:00:00', 0.0188891503249882, 0.0445000000000021, 0.0322050402170949, 0.0612692307692315, 0.0457874058935593, 0.0920576923076935, 0.0537691969296678, 0.151557692307694, 0.275078014109004, 0.600923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1275, '2021-05-23 00:00:00', 0.0196286682020111, 0.042269230769232, 0.0303101721945246, 0.0624423076923085, 0.0398705597961908, 0.0886923076923087, 0.0416559765773807, 0.144903846153847, 0.271394149928448, 0.599230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1290, '2021-05-23 00:00:00', 0.0206640620773969, 0.0457115384615386, 0.0217545132364276, 0.0656730769230773, 0.0356127948053258, 0.0818653846153847, 0.0411938755716832, 0.145153846153846, 0.270809834641324, 0.598557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1305, '2021-05-23 00:00:00', 0.0172527812696534, 0.0495384615384614, 0.0269726998734196, 0.064057692307691, 0.0308704800490939, 0.0789423076923075, 0.0429033977496115, 0.145692307692307, 0.269928102250609, 0.597596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1320, '2021-05-23 00:00:00', 0.0175101399194872, 0.0457499999999993, 0.0212064576521838, 0.0564230769230774, 0.0191678516913494, 0.0750576923076921, 0.0458939412793637, 0.144423076923076, 0.269949103464964, 0.598038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1335, '2021-05-23 00:00:00', 0.0181070322080846, 0.0392307692307696, 0.0179844056380472, 0.0541730769230765, 0.0266975438224912, 0.0756730769230759, 0.0440084650947955, 0.14575, 0.270838118695396, 0.598557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1350, '2021-05-23 00:00:00', 0.0135419149878635, 0.0392884615384617, 0.0170692819009895, 0.0549038461538465, 0.0280653632683528, 0.0762307692307698, 0.0425053526041123, 0.14475, 0.269548808909658, 0.598903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1365, '2021-05-23 00:00:00', 0.0177961966550344, 0.0457307692307684, 0.0240159001817241, 0.0622115384615382, 0.0276565265631549, 0.0782884615384609, 0.0439931638046002, 0.147961538461537, 0.270996679656071, 0.599596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1380, '2021-05-23 00:00:00', 0.0183821506233222, 0.0427884615384609, 0.0191808899288214, 0.0540576923076924, 0.0278111557583522, 0.0789038461538474, 0.0461165413340531, 0.151153846153844, 0.271924941566885, 0.600423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1395, '2021-05-23 00:00:00', 0.0122287177766741, 0.0351923076923085, 0.015112246689358, 0.050000000000001, 0.0275690740895269, 0.0900769230769247, 0.0575230689509725, 0.158788461538462, 0.27147766659808, 0.599788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1410, '2021-05-23 00:00:00', 0.00969069736317337, 0.0354807692307692, 0.0208837533467077, 0.059365384615386, 0.027697271456839, 0.0898269230769229, 0.0737839491613595, 0.171865384615384, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1425, '2021-05-23 00:00:00', 0.0131491590839634, 0.0519038461538475, 0.0243677277119999, 0.0803846153846155, 0.0266485387101165, 0.0887692307692299, 0.0819353309722887, 0.177461538461537, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 0, '2021-05-23 00:00:00', 0.0319230866543083, 0.0677884615384616, 0.032526084207082, 0.0758846153846142, 0.030793206043891, 0.085807692307691, 0.0963740569144712, 0.188173076923076, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 15, '2021-05-23 00:00:00', 0.0216805123413745, 0.0392692307692303, 0.0258135399771875, 0.0543269230769223, 0.0264044576656185, 0.0793461538461545, 0.0954172617829378, 0.190923076923077, 0.273121722652401, 0.599346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 30, '2021-05-23 00:00:00', 0.0221894032228166, 0.0419807692307691, 0.0261435166253235, 0.0572884615384629, 0.0352992972255186, 0.0825961538461552, 0.0951152014057756, 0.189192307692309, 0.272854551279332, 0.597615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 45, '2021-05-23 00:00:00', 0.0251657581768449, 0.0446538461538484, 0.0219236524890721, 0.060557692307694, 0.0358369383994543, 0.0821153846153848, 0.0952282763436597, 0.190730769230769, 0.272419190558622, 0.597153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 60, '2021-05-23 00:00:00', 0.0167291661477775, 0.0397500000000007, 0.0304217027794319, 0.055999999999999, 0.0372910228421735, 0.0774038461538452, 0.0956167369481676, 0.188403846153845, 0.273421540567222, 0.592673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 75, '2021-05-23 00:00:00', 0.0207258014598697, 0.0348269230769232, 0.0271658722551788, 0.0522307692307699, 0.035959491097623, 0.0832500000000012, 0.094560556502982, 0.184326923076923, 0.273488691933294, 0.59126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 90, '2021-05-23 00:00:00', 0.0135312743160201, 0.0363461538461552, 0.0210100342327559, 0.0528076923076919, 0.032096710830767, 0.0816730769230767, 0.0888282266295663, 0.178923076923077, 0.269435527467218, 0.588788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 105, '2021-05-23 00:00:00', 0.0172824054593556, 0.038307692307691, 0.0246870645044359, 0.0648653846153844, 0.0339089278010279, 0.0848461538461534, 0.0834744548672492, 0.176269230769231, 0.268274573037516, 0.589557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 120, '2021-05-23 00:00:00', 0.0164671351018198, 0.050057692307693, 0.0223987379452167, 0.0612115384615405, 0.0317025842188581, 0.090423076923078, 0.0842010414698968, 0.178346153846155, 0.268488172637369, 0.592826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 135, '2021-05-23 00:00:00', 0.0172950415304047, 0.0390384615384632, 0.0239074497562175, 0.0598846153846155, 0.0394096288507501, 0.100826923076924, 0.092113274746995, 0.181653846153847, 0.26905645103984, 0.593423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 150, '2021-05-23 00:00:00', 0.0169945692683083, 0.044153846153846, 0.0257645328668336, 0.0693653846153835, 0.0576471128104833, 0.11498076923077, 0.0928129819334805, 0.178980769230768, 0.269322783177476, 0.590307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 165, '2021-05-23 00:00:00', 0.0203667999072382, 0.0510576923076907, 0.0303112824894264, 0.0815769230769223, 0.0621243418166646, 0.114576923076922, 0.0888663127313235, 0.174692307692307, 0.2662779375014, 0.587 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 180, '2021-05-23 00:00:00', 0.0308477713943803, 0.0632500000000014, 0.0510934438064219, 0.0910000000000005, 0.0820758279791402, 0.124807692307694, 0.0938884444433929, 0.1735, 0.267047282618351, 0.588134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 195, '2021-05-23 00:00:00', 0.0276933829919433, 0.056211538461539, 0.0360902288075973, 0.0752692307692294, 0.0597018392964944, 0.112980769230769, 0.0753777180910611, 0.158903846153845, 0.259676965744868, 0.579057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 210, '2021-05-23 00:00:00', 0.0232152221281981, 0.0504423076923053, 0.0450389959240455, 0.0808653846153849, 0.0495862263754125, 0.0975769230769233, 0.0739136216237468, 0.154788461538461, 0.26037753063876, 0.577538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 225, '2021-05-23 00:00:00', 0.0339192253177147, 0.0604230769230779, 0.0393842608157102, 0.0799999999999999, 0.0403091944082995, 0.0913653846153842, 0.0665904936620362, 0.147076923076922, 0.260178311636757, 0.572423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 240, '2021-05-23 00:00:00', 0.0227306045809464, 0.0515961538461526, 0.02666942934407, 0.0639615384615378, 0.0272247059742528, 0.079730769230769, 0.0676042926493232, 0.144403846153845, 0.260781064231163, 0.569711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 255, '2021-05-23 00:00:00', 0.0189740713768892, 0.0418461538461536, 0.0219175816324569, 0.0569038461538457, 0.0235739181169478, 0.07401923076923, 0.0659836809661761, 0.143115384615383, 0.260310941287234, 0.568884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 270, '2021-05-23 00:00:00', 0.0198777804054224, 0.0421153846153857, 0.0184787299763393, 0.0547884615384624, 0.0212589619111214, 0.0712884615384609, 0.0648279646448959, 0.14575, 0.258205547965181, 0.57175 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 285, '2021-05-23 00:00:00', 0.016995474510767, 0.0363846153846164, 0.021409954550304, 0.0528846153846159, 0.0261237660731775, 0.0723653846153858, 0.0655551558730385, 0.141461538461538, 0.258372882745967, 0.573057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 300, '2021-05-23 00:00:00', 0.0174699302098926, 0.0380384615384622, 0.0177013797810756, 0.049673076923078, 0.0395217174961568, 0.0768846153846168, 0.0647635700066019, 0.1415, 0.257664066477741, 0.573865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 315, '2021-05-23 00:00:00', 0.0107910397303298, 0.0340576923076926, 0.0221196831942816, 0.0545961538461571, 0.0548916695375109, 0.0803461538461554, 0.0651488975052842, 0.155173076923077, 0.258798442511066, 0.573076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 330, '2021-05-23 00:00:00', 0.0174604167718361, 0.0393846153846182, 0.035738564604641, 0.0577500000000014, 0.0516400895250366, 0.0788269230769245, 0.0635090908089922, 0.161230769230771, 0.258496409735519, 0.571923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 345, '2021-05-23 00:00:00', 0.0283969459354613, 0.0439423076923071, 0.0436884468093718, 0.0624038461538452, 0.0438559179411564, 0.0816923076923086, 0.0575533197598935, 0.16326923076923, 0.258576987494128, 0.568538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 360, '2021-05-23 00:00:00', 0.0229364422833046, 0.0425961538461523, 0.0254003028449523, 0.0546538461538464, 0.0387881474759413, 0.076403846153847, 0.0554652628643852, 0.162653846153846, 0.259719547707789, 0.563211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 375, '2021-05-23 00:00:00', 0.0134029273495926, 0.0314615384615373, 0.0181710357014015, 0.0450576923076932, 0.0291243818026176, 0.068980769230769, 0.0511589528972053, 0.167961538461539, 0.261731691740871, 0.558461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 390, '2021-05-23 00:00:00', 0.0135957148226378, 0.0337115384615382, 0.0247947885343177, 0.0483076923076918, 0.0321504456243798, 0.0693653846153841, 0.0572904106622235, 0.168634615384615, 0.262578457872045, 0.557057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 405, '2021-05-23 00:00:00', 0.0183206482921905, 0.0321153846153855, 0.0246076989203335, 0.0483269230769237, 0.0274610563413819, 0.0640192307692315, 0.0637849150239722, 0.177153846153846, 0.26378698574068, 0.554423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 420, '2021-05-23 00:00:00', 0.0189895619101248, 0.0357884615384597, 0.0211797889871094, 0.0467884615384614, 0.0238294016839582, 0.061903846153846, 0.0756287084278276, 0.186692307692308, 0.263371419511276, 0.552769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 435, '2021-05-23 00:00:00', 0.0132009906388189, 0.032884615384615, 0.0181656586405814, 0.0453653846153842, 0.0231789692476739, 0.0677307692307707, 0.0754284990009635, 0.18796153846154, 0.261299212516108, 0.552961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 450, '2021-05-23 00:00:00', 0.0144533200870401, 0.0330384615384602, 0.0184464401402053, 0.0451346153846139, 0.0231674589423652, 0.0713653846153854, 0.0892534097603337, 0.202134615384617, 0.260167869623855, 0.551903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 465, '2021-05-23 00:00:00', 0.0122850127578915, 0.0318076923076922, 0.0203656573672435, 0.0520000000000007, 0.021560835220014, 0.0695192307692309, 0.0876966625099538, 0.207230769230769, 0.259454475775617, 0.55075 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 480, '2021-05-23 00:00:00', 0.0159064089647491, 0.0419230769230776, 0.02044444630249, 0.0576538461538465, 0.0247657331500937, 0.0708076923076921, 0.0859361950250578, 0.21648076923077, 0.258925092375263, 0.550788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 495, '2021-05-23 00:00:00', 0.0146045830530629, 0.039423076923076, 0.0167445168981919, 0.0486730769230754, 0.0436096363733444, 0.0924038461538452, 0.0843718782898305, 0.217923076923077, 0.259274760704665, 0.550807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 510, '2021-05-23 00:00:00', 0.0105247145037103, 0.0319807692307673, 0.0193220977520158, 0.0482884615384604, 0.0440402132671426, 0.0980961538461527, 0.074705184662008, 0.216769230769231, 0.255932527917328, 0.547173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 525, '2021-05-23 00:00:00', 0.0131655289998623, 0.0383653846153842, 0.0306065101169414, 0.0735384615384618, 0.0372452629925547, 0.10251923076923, 0.0732063889603592, 0.220653846153848, 0.255607373945636, 0.548480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 540, '2021-05-23 00:00:00', 0.023769275578746, 0.0610384615384611, 0.0318660477624699, 0.0817500000000001, 0.0356210827805869, 0.105807692307691, 0.0719092911510475, 0.221384615384617, 0.25621568813434, 0.548826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 555, '2021-05-23 00:00:00', 0.0206466704337543, 0.0537499999999992, 0.0239730297177085, 0.0716153846153839, 0.0281277648213675, 0.106134615384615, 0.0657734485827033, 0.21594230769231, 0.252439340009863, 0.548903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 570, '2021-05-23 00:00:00', 0.0206842656662943, 0.0473269230769228, 0.0217816083322254, 0.0685384615384614, 0.0306424291063634, 0.101961538461538, 0.0657624542167898, 0.214596153846155, 0.25176728571013, 0.551884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 585, '2021-05-23 00:00:00', 0.0167693516227103, 0.0513653846153823, 0.0243999054222646, 0.0798461538461509, 0.0456175952895381, 0.112249999999998, 0.0679455692787645, 0.216903846153847, 0.251453366222477, 0.553153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 600, '2021-05-23 00:00:00', 0.0188404229905163, 0.0633076923076923, 0.031657961691517, 0.0834423076923088, 0.0488750054101892, 0.123384615384617, 0.0745917529984684, 0.219980769230771, 0.252859034155093, 0.553365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 615, '2021-05-23 00:00:00', 0.0190600770843537, 0.0550576923076923, 0.0356745761658832, 0.0826538461538467, 0.0412147845019039, 0.117538461538461, 0.0718588573845671, 0.211346153846155, 0.252585517125465, 0.557711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 630, '2021-05-23 00:00:00', 0.0212260815616434, 0.0629423076923098, 0.0328302452016414, 0.0872500000000034, 0.0446188344156972, 0.125596153846156, 0.0643270519718168, 0.205480769230771, 0.25201671495237, 0.55873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 645, '2021-05-23 00:00:00', 0.0244414528083858, 0.0602307692307721, 0.0245040106607364, 0.0849423076923077, 0.0356405613786405, 0.12498076923077, 0.0643805512916403, 0.203653846153848, 0.247835063018811, 0.565038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 660, '2021-05-23 00:00:00', 0.0168381891955329, 0.0572692307692271, 0.0282742135849294, 0.0881346153846143, 0.0397721201152461, 0.124192307692306, 0.0691245280968745, 0.205596153846154, 0.246699350658619, 0.570519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 675, '2021-05-23 00:00:00', 0.0211963077336239, 0.0602884615384619, 0.0260576948623339, 0.0817884615384607, 0.0413598095517116, 0.111923076923076, 0.0793636542466673, 0.21198076923077, 0.247081983435582, 0.575057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 690, '2021-05-23 00:00:00', 0.0240028203471038, 0.056153846153847, 0.0389089914465092, 0.0815192307692298, 0.0403282350030546, 0.112057692307692, 0.0781409599082608, 0.223519230769233, 0.244283023119936, 0.579346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 705, '2021-05-23 00:00:00', 0.0204661540485377, 0.0542115384615371, 0.0304918652455665, 0.0769230769230758, 0.0379629221944067, 0.101288461538461, 0.106485674370564, 0.246326923076924, 0.243143304531425, 0.580942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 720, '2021-05-23 00:00:00', 0.0164967712458673, 0.0497115384615386, 0.0245674268399947, 0.0689615384615398, 0.033305861115057, 0.100096153846155, 0.117210962010318, 0.248980769230771, 0.242261966442558, 0.580403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 735, '2021-05-23 00:00:00', 0.0166767917962484, 0.0473461538461547, 0.0254108168972333, 0.068980769230769, 0.0306467026711755, 0.101403846153846, 0.139709937150015, 0.267442307692309, 0.242017781450994, 0.581442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 750, '2021-05-23 00:00:00', 0.0212579125540075, 0.0541730769230754, 0.0270176082184598, 0.0788653846153835, 0.0303910158789392, 0.100076923076922, 0.139789783108559, 0.27821153846154, 0.24279050561211, 0.583019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 765, '2021-05-23 00:00:00', 0.0184956647727146, 0.050519230769232, 0.023668975149241, 0.071403846153846, 0.0440077134847276, 0.0968269230769225, 0.152735502900122, 0.289423076923078, 0.242044430123574, 0.583615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 780, '2021-05-23 00:00:00', 0.0225813827334334, 0.0541730769230765, 0.0275504921078479, 0.0684807692307699, 0.0595078275394201, 0.104807692307692, 0.161946121144799, 0.303615384615386, 0.241183138203826, 0.580884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 795, '2021-05-23 00:00:00', 0.019875351956246, 0.0470192307692306, 0.0315808425375995, 0.0690192307692307, 0.0462386326987094, 0.104634615384616, 0.23000322489378, 0.35921153846154, 0.240283880985675, 0.582288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 an[...];[ Date: 2021-05-23 16:58:15 - Database: acaweb_fx - User: pgperfstats ]
7 23s947ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988010, 1, 1020, '2021-05-23 00:00:00', 0.000571999899139327, 0.00123173076923075, 0.000762346403193154, 0.00167903846153845, 0.000918947160948562, 0.00246326923076921, 0.00120422916615379, 0.00315326923076923, 0.00215464599983741, 0.00701076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1035, '2021-05-23 00:00:00', 0.000369416379629336, 0.00108769230769231, 0.000549314432865023, 0.00152211538461538, 0.00099378369802565, 0.00229096153846153, 0.00122364388044638, 0.00292711538461539, 0.00215393407512857, 0.00701000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1050, '2021-05-23 00:00:00', 0.000376386053857561, 0.0010623076923077, 0.000804713518063322, 0.00189961538461536, 0.000977889112008422, 0.00219634615384616, 0.00127738171212113, 0.00282096153846154, 0.00218480613468422, 0.00704038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1065, '2021-05-23 00:00:00', 0.000826027565194728, 0.00153846153846151, 0.000964160535627506, 0.00178346153846154, 0.00094593586138074, 0.00205557692307692, 0.00132567731599884, 0.00268288461538462, 0.0021701212745268, 0.00702211538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1080, '2021-05-23 00:00:00', 0.000377510723230279, 0.00101788461538463, 0.000392453230922562, 0.00126346153846157, 0.000518662184411486, 0.00162769230769232, 0.00119541227197988, 0.00244750000000002, 0.00242138946919705, 0.00717480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1095, '2021-05-23 00:00:00', 0.000273171473338938, 0.000804423076923086, 0.000338581429814735, 0.00110423076923075, 0.000522301121517538, 0.00150769230769232, 0.00102644929433762, 0.00225807692307694, 0.00252442499164888, 0.00715846153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1110, '2021-05-23 00:00:00', 0.000285604689144886, 0.000770961538461508, 0.000411914899724931, 0.00105173076923077, 0.000508320310888261, 0.00141346153846154, 0.00100792566881004, 0.00216807692307694, 0.00271515034291203, 0.00727923076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1125, '2021-05-23 00:00:00', 0.000199790274653612, 0.000701923076923089, 0.000317595049370488, 0.00100615384615385, 0.0004205377967098, 0.00129903846153847, 0.000930194789360741, 0.00198288461538465, 0.00269543234722399, 0.0073165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1140, '2021-05-23 00:00:00', 0.000252388665477546, 0.000729038461538472, 0.000282666492803523, 0.000932115384615359, 0.000682968773922962, 0.00131288461538461, 0.00103240682202019, 0.0019546153846154, 0.00268360437872992, 0.00731269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1155, '2021-05-23 00:00:00', 0.000187034858947572, 0.000554038461538436, 0.000354426296992733, 0.000819999999999983, 0.000639993749969466, 0.00118499999999998, 0.000965053605525848, 0.00199230769230771, 0.00271158461335518, 0.00738634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1170, '2021-05-23 00:00:00', 0.000257526473620413, 0.000596730769230742, 0.000514496953717504, 0.000903653846153848, 0.000482909770199167, 0.00111961538461537, 0.000883001110723251, 0.00198980769230771, 0.00283271343143201, 0.0074442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1185, '2021-05-23 00:00:00', 0.000384066550723453, 0.000626346153846166, 0.000381122633201503, 0.000812307692307702, 0.000425579604774497, 0.000980000000000024, 0.000860029337603341, 0.00190269230769234, 0.0028897740662284, 0.00749807692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1200, '2021-05-23 00:00:00', 0.00026252596941136, 0.00056826923076923, 0.000281810424549206, 0.00068634615384615, 0.000446865321304554, 0.00094384615384618, 0.000721229959060333, 0.0022044230769231, 0.00293137867931429, 0.00753519230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1215, '2021-05-23 00:00:00', 0.000169135926220454, 0.000434807692307671, 0.000234609003696341, 0.000629230769230758, 0.000365765845652881, 0.000889423076923079, 0.000904789754583904, 0.00235250000000005, 0.00288300847806857, 0.00754826923076928 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1230, '2021-05-23 00:00:00', 0.000174778541192969, 0.000463461538461517, 0.000317055200241249, 0.000669999999999974, 0.000348342007007719, 0.000868076923076897, 0.000906699254693403, 0.00237346153846157, 0.00291738378583382, 0.00755807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1245, '2021-05-23 00:00:00', 0.000245044815367444, 0.00048980769230769, 0.000281521484355711, 0.000642115384615398, 0.000289306332191617, 0.000813076923076929, 0.000887881683905813, 0.00240826923076924, 0.0029157482546707, 0.00756326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1260, '2021-05-23 00:00:00', 0.000170584628218998, 0.000448653846153865, 0.000205839463211988, 0.000613269230769243, 0.000254920500428014, 0.000842692307692328, 0.000905687945070587, 0.00242942307692308, 0.00292612978838284, 0.0075165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1275, '2021-05-23 00:00:00', 0.00014411266959731, 0.000457307692307691, 0.000160768825910442, 0.000556153846153869, 0.000301583513118066, 0.000846153846153855, 0.000880756689531167, 0.0024371153846154, 0.00292542084414952, 0.00752634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1290, '2021-05-23 00:00:00', 0.000176313204706443, 0.000402115384615414, 0.000222562696438888, 0.000656923076923102, 0.000399422852857263, 0.000871153846153857, 0.000870814472866577, 0.0024346153846154, 0.00306226919381437, 0.00759115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1305, '2021-05-23 00:00:00', 0.000193376177834395, 0.000542884615384611, 0.000288960005217671, 0.000693269230769221, 0.000408196455342098, 0.00086788461538463, 0.000824633345097179, 0.00241307692307693, 0.0031576321764161, 0.00764480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1320, '2021-05-23 00:00:00', 0.000189145039992744, 0.000485384615384601, 0.000341007838845176, 0.000627115384615385, 0.000617230788404043, 0.00100538461538462, 0.000826359881556568, 0.00239057692307694, 0.00324332227578685, 0.00767423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1335, '2021-05-23 00:00:00', 0.000185089583299957, 0.000398076923076935, 0.000209482971586299, 0.000518653846153853, 0.00056445729551628, 0.00111403846153848, 0.000754388596047272, 0.00235692307692308, 0.00324546978939043, 0.0076719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1350, '2021-05-23 00:00:00', 0.00014474978411038, 0.000377500000000022, 0.000370298060818829, 0.000775576923076914, 0.000521329697836404, 0.0011244230769231, 0.000744474233681334, 0.00237673076923078, 0.00325410992202402, 0.00769076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1365, '2021-05-23 00:00:00', 0.000378368156084094, 0.000697692307692301, 0.000554993693657878, 0.000960000000000021, 0.000552953468622381, 0.00114846153846156, 0.000726629653844488, 0.00241057692307692, 0.00327139735493046, 0.00770057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1380, '2021-05-23 00:00:00', 0.000444074707851993, 0.000642115384615407, 0.000386940116615163, 0.000855576923076943, 0.000624200658072773, 0.00169269230769231, 0.000688740126272934, 0.00240519230769232, 0.00328252182604492, 0.00774153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1395, '2021-05-23 00:00:00', 0.000324685232186519, 0.00062250000000003, 0.000481773845763268, 0.000799038461538487, 0.000753255524118715, 0.00189826923076925, 0.000706251126615851, 0.00244057692307692, 0.00332586336390785, 0.00774865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1410, '2021-05-23 00:00:00', 0.000431100737825699, 0.000524615384615388, 0.000613153293670109, 0.00153019230769231, 0.000748680069291188, 0.0019296153846154, 0.000703937497225439, 0.00247, 0.00338004436133834, 0.00776826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1425, '2021-05-23 00:00:00', 0.00062490630066868, 0.00144826923076923, 0.000782300871689503, 0.00180942307692309, 0.000734398367058707, 0.0019351923076923, 0.000676805988562341, 0.00251288461538461, 0.0033722683988446, 0.00776692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 0, '2021-05-23 00:00:00', 0.000767886635262888, 0.00124326923076924, 0.000770630511085167, 0.00140923076923079, 0.000681371806330119, 0.00165846153846153, 0.000711409867797725, 0.00239499999999998, 0.00338324923477641, 0.00772576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 15, '2021-05-23 00:00:00', 0.000688997085404345, 0.000713125000000009, 0.000766840609206094, 0.00108979166666666, 0.000751088943767174, 0.00165291666666667, 0.000691560112710924, 0.00238020833333334, 0.00346132869452201, 0.00784062500000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 30, '2021-05-23 00:00:00', 0.000446887737986079, 0.000648958333333301, 0.000466128393629713, 0.00104687499999997, 0.000630234026006425, 0.00148333333333333, 0.000730144385909639, 0.00228104166666666, 0.00352254961598857, 0.00777833333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 45, '2021-05-23 00:00:00', 0.000419534403100179, 0.000853653846153836, 0.000516506013070983, 0.0012873076923077, 0.000629336188742992, 0.00145903846153845, 0.000834157336201295, 0.00241230769230769, 0.0033927033242171, 0.00769461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 60, '2021-05-23 00:00:00', 0.000414254891805297, 0.000848653846153846, 0.000431146102311562, 0.000974807692307699, 0.000485434301979641, 0.00114769230769231, 0.000868316673889102, 0.00229538461538459, 0.00337665719997658, 0.00767538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 75, '2021-05-23 00:00:00', 0.000216463267447044, 0.000437115384615421, 0.000302090982219692, 0.000595192307692321, 0.000372143944441665, 0.000958653846153867, 0.000871025854071818, 0.00214096153846152, 0.0033906491776876, 0.0076646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 90, '2021-05-23 00:00:00', 0.000198616367750655, 0.000372307692307706, 0.000298057880285011, 0.000587500000000014, 0.000360075472857943, 0.000887115384615389, 0.000890020138060862, 0.00215961538461537, 0.00340014909175371, 0.00765538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 105, '2021-05-23 00:00:00', 0.000196611291639102, 0.000419999999999985, 0.000327911632092455, 0.000735961538461543, 0.000375900968955308, 0.000948461538461552, 0.000896745418808417, 0.00218211538461538, 0.00340014909175371, 0.00765538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 120, '2021-05-23 00:00:00', 0.000261731512461494, 0.000600769230769229, 0.000277195848564772, 0.00071153846153846, 0.000374858178310358, 0.000965576923076938, 0.000875319282407182, 0.00215038461538461, 0.00337604406642765, 0.00763846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 135, '2021-05-23 00:00:00', 0.000200763255142425, 0.000473269230769223, 0.000228736411954519, 0.000657115384615385, 0.000340831167318031, 0.00107173076923077, 0.000898904054946906, 0.00216750000000001, 0.00338223563410584, 0.00762173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 150, '2021-05-23 00:00:00', 0.000198707361173698, 0.000483846153846155, 0.000283051300052708, 0.000724038461538465, 0.000318374960360608, 0.00109884615384614, 0.000924783155456097, 0.00224673076923076, 0.00337096631318309, 0.00761826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 165, '2021-05-23 00:00:00', 0.000252436435258784, 0.000556923076923087, 0.000294912046862447, 0.000888653846153878, 0.000436115766211741, 0.00119519230769233, 0.000932015372108271, 0.00223557692307693, 0.0033955532006525, 0.00760153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 180, '2021-05-23 00:00:00', 0.000324669299204782, 0.00073307692307696, 0.000294006868051639, 0.000850961538461537, 0.000449796193163745, 0.00128115384615386, 0.000930745958068857, 0.00224403846153843, 0.00343209586673529, 0.00761596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 195, '2021-05-23 00:00:00', 0.000211585952710984, 0.000548846153846137, 0.000407746197454297, 0.000880192307692326, 0.000421022382010535, 0.00118038461538465, 0.000954572095032827, 0.00216326923076923, 0.00353798846043252, 0.00764288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 210, '2021-05-23 00:00:00', 0.00032899596677446, 0.000692884615384637, 0.000341249344885269, 0.000921346153846169, 0.000393394693171349, 0.00121076923076925, 0.000922748152989833, 0.00213807692307692, 0.00369025730289074, 0.00767480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 225, '2021-05-23 00:00:00', 0.000192975486685563, 0.000586538461538487, 0.000283858036023951, 0.000779230769230784, 0.000497200160901018, 0.001185, 0.000893472138087375, 0.0020826923076923, 0.00369022592595837, 0.0076942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 240, '2021-05-23 00:00:00', 0.000255231192330523, 0.000565192307692304, 0.000350627349848157, 0.000863461538461525, 0.000569738840306537, 0.00127788461538462, 0.000882012471567126, 0.00207999999999998, 0.00368246487267176, 0.00770153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 255, '2021-05-23 00:00:00', 0.000214729257080081, 0.000615576923076925, 0.00039426274917196, 0.000888653846153835, 0.000422790910316389, 0.00120807692307694, 0.000793414165780733, 0.00205096153846152, 0.00371276276977337, 0.0077142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 270, '2021-05-23 00:00:00', 0.000285142069852914, 0.000589999999999988, 0.00036176368189531, 0.000859807692307689, 0.000349125996652281, 0.0010701923076923, 0.000839637925628555, 0.0020303846153846, 0.00372522635347374, 0.00769576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 285, '2021-05-23 00:00:00', 0.000354931683567419, 0.000612499999999999, 0.000305493799509022, 0.000762307692307699, 0.000365520335117767, 0.00100134615384614, 0.000847955573037958, 0.00199557692307692, 0.00376870455196476, 0.00768000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 300, '2021-05-23 00:00:00', 0.000184923372903896, 0.000514423076923099, 0.000245199134143263, 0.000738846153846169, 0.000414628703225478, 0.00100980769230768, 0.000884516056296386, 0.00210942307692306, 0.0037711639500904, 0.00767346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 315, '2021-05-23 00:00:00', 0.000240154437490027, 0.000496923076923053, 0.000287371108231415, 0.00070807692307689, 0.00051869944610015, 0.000991346153846141, 0.000824250638692272, 0.00220365384615383, 0.00376780646244754, 0.00767653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 330, '2021-05-23 00:00:00', 0.000137310008599276, 0.000484038461538464, 0.00034028155762769, 0.000701538461538463, 0.000515513336393926, 0.00105999999999998, 0.000830695723243716, 0.00231923076923074, 0.00375096416323138, 0.0076969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 345, '2021-05-23 00:00:00', 0.000258636141801857, 0.000519423076923047, 0.000401761697450691, 0.000722307692307676, 0.000443202723193511, 0.00102942307692307, 0.000841996162973166, 0.00246846153846151, 0.00374784177894424, 0.00770000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 360, '2021-05-23 00:00:00', 0.000241483237194962, 0.000481923076923091, 0.000338483552605756, 0.00073634615384617, 0.000416392981910841, 0.00100134615384615, 0.00116520536321351, 0.00265653846153845, 0.00373585245137726, 0.00772846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 375, '2021-05-23 00:00:00', 0.000276211248587298, 0.00050557692307693, 0.000329059498945335, 0.000678076923076924, 0.000456754983973516, 0.000941346153846146, 0.00121325328701863, 0.00291346153846153, 0.00372793747884185, 0.0077246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 390, '2021-05-23 00:00:00', 0.000171758439497024, 0.000405192307692332, 0.000279155043768737, 0.00062653846153845, 0.000407988499083735, 0.00090115384615384, 0.00140950805657096, 0.00319519230769228, 0.00372839460708677, 0.00772788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 405, '2021-05-23 00:00:00', 0.000224170608105641, 0.000462307692307672, 0.000292078558979259, 0.000611730769230729, 0.000403990717715143, 0.000922499999999971, 0.00152417277690102, 0.00343057692307691, 0.00373423411980802, 0.00772269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 420, '2021-05-23 00:00:00', 0.00018322212244662, 0.000392884615384567, 0.000237794756363228, 0.000602115384615341, 0.000317965165000567, 0.000900384615384579, 0.0015575801251152, 0.00350961538461539, 0.00373423411980802, 0.00772269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 435, '2021-05-23 00:00:00', 0.000218290297187359, 0.000435576923076916, 0.00028125159828602, 0.000642307692307707, 0.000258196704978062, 0.000951538461538478, 0.00157853749254956, 0.00362884615384615, 0.00374100221043258, 0.00770846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 450, '2021-05-23 00:00:00', 0.000227715493881787, 0.000492115384615389, 0.000253984024331026, 0.000688269230769231, 0.000320928520678084, 0.00101365384615387, 0.0016088969943603, 0.00374153846153847, 0.00374250662606678, 0.00769038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 465, '2021-05-23 00:00:00', 0.000135988828726725, 0.000444807692307703, 0.000146860478005479, 0.000655000000000004, 0.000366594305214119, 0.000970769230769254, 0.00173728275897027, 0.00395576923076923, 0.00374438971611579, 0.0076721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 480, '2021-05-23 00:00:00', 0.000134172105320575, 0.000508076923076929, 0.00032349747353671, 0.000773846153846168, 0.000456177470525882, 0.00123326923076923, 0.00175440834865952, 0.00407942307692309, 0.00374496074232272, 0.00766980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 495, '2021-05-23 00:00:00', 0.000242213510389874, 0.000525769230769242, 0.000284196302688052, 0.000696538461538439, 0.000465135092039023, 0.00136442307692307, 0.00165716900628291, 0.00413634615384614, 0.00372130300277488, 0.00760903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 510, '2021-05-23 00:00:00', 0.000156538026837429, 0.000461923076923063, 0.000353070106352829, 0.000892499999999988, 0.000523625379886758, 0.00150153846153843, 0.00157038815632903, 0.0042198076923077, 0.0037253666881984, 0.00757519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 525, '2021-05-23 00:00:00', 0.000317374324006327, 0.000692307692307667, 0.000387851279983199, 0.00105115384615382, 0.000706628860261061, 0.00163211538461534, 0.001519865581101, 0.00436576923076924, 0.00373667577482362, 0.00753038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 540, '2021-05-23 00:00:00', 0.000317522682412038, 0.00079057692307691, 0.000404234937400722, 0.0011482692307692, 0.00111728572201354, 0.00187576923076923, 0.00145442768284142, 0.00446826923076925, 0.00371058156337541, 0.00748346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 555, '2021-05-23 00:00:00', 0.000272973441931597, 0.000772500000000005, 0.000620773989591876, 0.00120711538461539, 0.00120350820520674, 0.0021, 0.00147548959280017, 0.00444346153846156, 0.00371585029093145, 0.00741923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 570, '2021-05-23 00:00:00', 0.000508210624113211, 0.000850961538461528, 0.000957200887202648, 0.00141846153846154, 0.00127665929736104, 0.00230519230769229, 0.00134463549536097, 0.00438615384615389, 0.0036408941051087, 0.00731673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 585, '2021-05-23 00:00:00', 0.000583057326644516, 0.00104038461538462, 0.000768047299224571, 0.00154942307692307, 0.00110282031802384, 0.00238057692307694, 0.00125991831237039, 0.0042519230769231, 0.00356523882574722, 0.00728826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 600, '2021-05-23 00:00:00', 0.000520242288228791, 0.00121903846153847, 0.000859035416123114, 0.0017503846153846, 0.00095181171376567, 0.00223153846153849, 0.00118025512235542, 0.00404807692307695, 0.00339998692870789, 0.00724365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 615, '2021-05-23 00:00:00', 0.000491511327046882, 0.00111423076923076, 0.000574809935142486, 0.00151230769230769, 0.000508747519366512, 0.00197096153846155, 0.000998885629088745, 0.0038775, 0.00313763916638951, 0.00714846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 630, '2021-05-23 00:00:00', 0.000398408564937263, 0.00106423076923079, 0.000461194602677058, 0.00139730769230771, 0.000416030000767316, 0.00193519230769231, 0.00100825044584095, 0.0038598076923077, 0.00296134971826128, 0.00712692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 645, '2021-05-23 00:00:00', 0.000356704575028356, 0.00097692307692308, 0.000411497453025135, 0.00144192307692307, 0.000650329177003088, 0.00206403846153846, 0.00108933368836887, 0.00388326923076924, 0.00318548998766883, 0.0071726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 660, '2021-05-23 00:00:00', 0.000319750623984484, 0.000982692307692298, 0.000480342546042366, 0.00135519230769229, 0.000621962186582479, 0.0021101923076923, 0.00114613438935469, 0.00384096153846155, 0.00315331613604567, 0.00714942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 675, '2021-05-23 00:00:00', 0.000256906522958195, 0.000964807692307693, 0.000462398762308695, 0.00147115384615384, 0.000786773058863761, 0.00215461538461538, 0.00128781020161532, 0.00387365384615385, 0.00303850054113231, 0.00719653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 690, '2021-05-23 00:00:00', 0.000377380903271247, 0.00103211538461537, 0.000584342793230139, 0.00150249999999999, 0.000890009269614661, 0.00214750000000001, 0.00140120964225141, 0.00384230769230769, 0.00318437695874476, 0.00723384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 705, '2021-05-23 00:00:00', 0.000564042960720606, 0.00115769230769231, 0.000802018055618755, 0.00151480769230768, 0.0010115245158442, 0.00219461538461541, 0.00149844401348145, 0.00391230769230769, 0.00319201964038684, 0.00717576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 720, '2021-05-23 00:00:00', 0.000429536825680177, 0.00093673076923074, 0.000568808505021365, 0.00138634615384616, 0.000866880348411207, 0.00209846153846155, 0.00144265888339763, 0.00377057692307692, 0.00310879235147918, 0.0071117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 735, '2021-05-23 00:00:00', 0.000344528440268519, 0.00093538461538462, 0.000583438646171274, 0.00143057692307693, 0.000688845773740388, 0.0020225, 0.00149554888303203, 0.0036923076923077, 0.00311143971745952, 0.00706365384615389 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 750, '2021-05-23 00:00:00', 0.000420661978315132, 0.00105249999999999, 0.000508149924878345, 0.00149288461538462, 0.00077664527592421, 0.00198173076923077, 0.00152398157671073, 0.00366461538461537, 0.00311991428013409, 0.00706134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 765, '2021-05-23 00:00:00', 0.000346113642964503, 0.000945576923076935, 0.000467002264860239, 0.00134865384615383, 0.000637000694360185, 0.00174326923076922, 0.00156500893337336, 0.00358519230769229, 0.00309487541690355, 0.00696461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 780, '2021-05-23 00:00:00', 0.000364699665689219, 0.000915384615384566, 0.00059128715528076, 0.00122749999999999, 0.000598728942138158, 0.00163711538461537, 0.00162322456856712, 0.00374500000000001, 0.00306580372822526, 0.00693250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 795, '2021-05-23 00:00:00', 0.000286283882778056, 0.000872307692307694, 0.000378454549654057, 0.00118461538461537, 0.000486483654559796, 0.00160711538461537, 0.0015185136963998, 0.00363038461538461, 0.00308020910878564, 0.00682692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 810, '2021-05-23 00:00:00', 0.00027610143063737, 0.000774999999999987, 0.000306032740832645, 0.00111096153846153, 0.0005026819226754, 0.00163134615384614, 0.00150903842281713, 0.0036898076923077, 0.00306976774365747, 0.00682000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 825, '2021-05-23 00:00:00', 0.000294437403560387, 0.000845769230769255, 0.000335758842028053, 0.00121500000000001, 0.000615049466428387, 0.00168038461538464, 0.00147708918537049, 0.00372269230769233, 0.00308028787365975, 0.00686576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 840, '2021-05-23 00:00:00', 0.000241017713999492, 0.000798461538461526, 0.000378932914704123, 0.00107807692307693, 0.000656289687444605, 0.00176692307692308, 0.00164037098289942, 0.00402980769230771, 0.00311735018145958, 0.0069019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 855, '2021-05-23 00:00:00', 0.000330059260413382, 0.000791346153846154, 0.000502120005576353, 0.00120750000000003, 0.000753392659905832, 0.00192750000000002, 0.00160211683286639, 0.00404788461538464, 0.00315991896804576, 0.00693826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 870, '2021-05-23 00:00:00', 0.000416900513865765, 0.000919038461538479, 0.000622885716150734, 0.00137384615384616, 0.000886803876505173, 0.00211134615384616, 0.0015891052150866, 0.00412076923076926, 0.00315580384127647, 0.0070317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 885, '2021-05-23 00:00:00', 0.000457235211309807, 0.000984038461538469, 0.00052176284031965, 0.00144769230769232, 0.000802032801938044, 0.00225884615384614, 0.00149637383492434, 0.00402057692307692, 0.0031538393452084, 0.00704115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 900, '2021-05-23 00:00:00', 0.000393327153906247, 0.000987999999999989, 0.000628108469931735, 0.00144659999999999, 0.000797283826500955, 0.00215360000000001, 0.00150078126876194, 0.0038906, 0.00332749467818256, 0.00705500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 915, '2021-05-23 00:00:00', 0.000475817838447216, 0.00102115384615385, 0.000736316925912064, 0.00158384615384615, 0.000764779933153214, 0.00197211538461537, 0.00146853963305257, 0.00379442307692307, 0.00324730235971099, 0.00704384615384621 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 930, '2021-05-23 00:00:00', 0.000748894159102905, 0.00117230769230768, 0.000744506780461979, 0.00151788461538462, 0.000713080209103677, 0.00195076923076923, 0.00154276825369703, 0.00378326923076922, 0.00317009338008542, 0.00710596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 945, '2021-05-23 00:00:00', 0.000328191079426888, 0.00103923076923077, 0.000453648118462548, 0.00135384615384614, 0.000524851920508562, 0.00186846153846157, 0.0015162194381472, 0.00360423076923079, 0.00325481420951512, 0.00721846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 960, '2021-05-23 00:00:00', 0.000275332805611957, 0.0009480769230769, 0.000355485367003814, 0.00127961538461539, 0.000740077334836347, 0.00202769230769234, 0.00162643079022276, 0.00352634615384618, 0.00324433762944705, 0.00722442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 975, '2021-05-23 00:00:00', 0.000313702026672522, 0.000979807692307698, 0.000479049700328254, 0.00139884615384619, 0.00075828554090029, 0.00199480769230772, 0.00159354182199952, 0.00347846153846156, 0.00318582140718236, 0.00725596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 990, '2021-05-23 00:00:00', 0.000401023690073297, 0.00100000000000003, 0.000755639209798319, 0.00156615384615388, 0.000779769418580798, 0.00192288461538465, 0.00155779607631571, 0.00340115384615386, 0.00315597155588233, 0.00722230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1005, '2021-05-23 00:00:00', 0.000426118121940553, 0.00113557692307692, 0.000451354244298375, 0.00141442307692307, 0.000669776541381237, 0.00179115384615385, 0.00138110609239898, 0.00329096153846154, 0.00294660456484043, 0.00716730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1020, '2021-05-23 00:00:00', 0.000317756801052918, 0.00100576923076923, 0.000466415999527658, 0.00131826923076925, 0.000799334338443805, 0.00205923076923078, 0.00133984139417262, 0.0031048076923077, 0.00291114785714394, 0.00726538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1035, '2021-05-23 00:00:00', 0.000329479367861107, 0.000940576923076936, 0.000327668981654407, 0.00126519230769233, 0.000768311860760047, 0.00202365384615387, 0.00129196671783756, 0.00304500000000001, 0.00293916665976026, 0.00730057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1050, '2021-05-23 00:00:00', 0.00033145506714858, 0.000977307692307707, 0.000699219674956419, 0.00167307692307693, 0.000921798847571736, 0.00207134615384615, 0.00139787015188766, 0.0030301923076923, 0.00290263715636978, 0.00734269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1065, '2021-05-23 00:00:00', 0.000614866620933728, 0.00133519230769232, 0.000673055832636569, 0.00156307692307694, 0.000851574491976223, 0.00196634615384614, 0.00146103457811971, 0.00290096153846152, 0.0027503243515014, 0.00733596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1080, '2021-05-23 00:00:00', 0.000420993513562299, 0.000956538461538477, 0.000741246662983769, 0.00135884615384615, 0.000729767534113505, 0.00164557692307691, 0.00145194235952553, 0.00268384615384613, 0.00261450760182487, 0.00729000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1095, '2021-05-23 00:00:00', 0.000350505184862339, 0.000901730769230767, 0.000379433585959177, 0.00114461538461537, 0.000498105526354194, 0.00146865384615384, 0.00109546456601051, 0.00241615384615382, 0.00245822341257947, 0.00720788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1110, '2021-05-23 00:00:00', 0.00030054616949815, 0.000789999999999992, 0.000355933442352126, 0.00102615384615382, 0.000529469691149699, 0.00139807692307689, 0.001082563570704, 0.00230173076923074, 0.00241307738407587, 0.00721230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1125, '2021-05-23 00:00:00', 0.000212310005561512, 0.00066153846153844, 0.000378148119127912, 0.000954999999999988, 0.000492454956940626, 0.00134173076923075, 0.000980456585160502, 0.00216365384615383, 0.00235755202242951, 0.00725153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1140, '2021-05-23 00:00:00', 0.000270619588238637, 0.000714807692307695, 0.000318571873305726, 0.000925961538461515, 0.000555625634896243, 0.00132461538461537, 0.000963076820164644, 0.00221519230769231, 0.00236212242404026, 0.0072821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1155, '2021-05-23 00:00:00', 0.000254035733404088, 0.000671923076923064, 0.000462642452074552, 0.00098403846153846, 0.000489131726791309, 0.0012653846153846, 0.000937247545496104, 0.00217480769230766, 0.00233285361735364, 0.00726000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1170, '2021-05-23 00:00:00', 0.000350887281923116, 0.000668269230769219, 0.000350396259200273, 0.00093653846153844, 0.000402000047837742, 0.00112403846153842, 0.000783038067647167, 0.00208115384615382, 0.00225061694105964, 0.00720884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1185, '2021-05-23 00:00:00', 0.000234664408497296, 0.000629230769230749, 0.000241044282557882, 0.000797884615384616, 0.000395537608831312, 0.00109499999999998, 0.000786274785594377, 0.00196596153846151, 0.0022434557906532, 0.00721173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1200, '2021-05-23 00:00:00', 0.000171197254650855, 0.000522500000000015, 0.000227950736918154, 0.000713461538461507, 0.000419366050861775, 0.0010832692307692, 0.000751186471779515, 0.00214634615384616, 0.00221708634161006, 0.00720461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1215, '2021-05-23 00:00:00', 0.000229751789145105, 0.000471730769230751, 0.000323372671410847, 0.000743269230769207, 0.000424626759184324, 0.00112326923076921, 0.000746354241527507, 0.00219942307692309, 0.00223196468299879, 0.00722711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1230, '2021-05-23 00:00:00', 0.000188193129115183, 0.000504423076923068, 0.000313559956234639, 0.000765384615384599, 0.000420670938456115, 0.00111096153846153, 0.000695281680604742, 0.00221384615384616, 0.00224988368930144, 0.00724115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1245, '2021-05-23 00:00:00', 0.000193917607404678, 0.00053403846153845, 0.000301292855234568, 0.000780769230769213, 0.000568331430931434, 0.00105884615384615, 0.000730690084782835, 0.00218000000000001, 0.00227334125496779, 0.00722230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1260, '2021-05-23 00:00:00', 0.000290983478251577, 0.000540769230769212, 0.000431927032655361, 0.000800192307692298, 0.000662998578719898, 0.00114365384615384, 0.000724864443560599, 0.00221769230769233, 0.00226156872886602, 0.00724865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1275, '2021-05-23 00:00:00', 0.000289158460683095, 0.00050884615384614, 0.000374682686262115, 0.000731346153846154, 0.000487013188891063, 0.000990384615384596, 0.000605366926239428, 0.00223865384615385, 0.00220808141572308, 0.00723653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1290, '2021-05-23 00:00:00', 0.00016563502509572, 0.000494807692307697, 0.000305115614909415, 0.000793461538461536, 0.0003417552543066, 0.000934423076923067, 0.000606655268982789, 0.00225384615384616, 0.0022052623513908, 0.00723596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1305, '2021-05-23 00:00:00', 0.000248949485144769, 0.000589615384615379, 0.000247747778069685, 0.000674807692307664, 0.000354244428868848, 0.000901346153846132, 0.000601935499994652, 0.00223288461538461, 0.00240756835512835, 0.00741076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1320, '2021-05-23 00:00:00', 0.000160682797892189, 0.00045980769230769, 0.000263320877667123, 0.000593269230769215, 0.000495251917248627, 0.0010473076923077, 0.000594194121349352, 0.00220942307692307, 0.00241235468274975, 0.00747365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1335, '2021-05-23 00:00:00', 0.000216042018705033, 0.000406923076923078, 0.000282953991911162, 0.000590192307692297, 0.000529095490872425, 0.00111596153846155, 0.000597424858487184, 0.00220269230769231, 0.00241905850248843, 0.00748596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1350, '2021-05-23 00:00:00', 0.000141760903799868, 0.000411923076923102, 0.000455442684057534, 0.000849038461538515, 0.000511520659030887, 0.00111923076923077, 0.000589849948324523, 0.00218480769230768, 0.00238556828417499, 0.00747096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1365, '2021-05-23 00:00:00', 0.000433188225211078, 0.000714038461538502, 0.000502327237810318, 0.000940576923076945, 0.000492361499463386, 0.00108538461538462, 0.000601879108740663, 0.00215769230769229, 0.00234220379458848, 0.00744884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1380, '2021-05-23 00:00:00', 0.000273261568127296, 0.000558269230769207, 0.00026410436456941, 0.000746346153846124, 0.00056464461253211, 0.00147346153846154, 0.000688120628959785, 0.00211999999999999, 0.00231635632306099, 0.00742884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1395, '2021-05-23 00:00:00', 0.000172056788478487, 0.000501538461538442, 0.000272977034818815, 0.000652692307692279, 0.000679154593254311, 0.00168480769230768, 0.000792127417877856, 0.0022103846153846, 0.00230472685683475, 0.0074317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1410, '2021-05-23 00:00:00', 0.000240124727205242, 0.000421730769230748, 0.000568207166986986, 0.00132923076923077, 0.000657701972488574, 0.00174326923076922, 0.000996278401776422, 0.00225557692307693, 0.00229223405470263, 0.00744980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1425, '2021-05-23 00:00:00', 0.000595059790143927, 0.0012569230769231, 0.000677867498965551, 0.00158288461538462, 0.000673946956369686, 0.00172750000000001, 0.0010014632563635, 0.00232942307692308, 0.00229525688188624, 0.00745192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 0, '2021-05-23 00:00:00', 0.000634948695686382, 0.0010453846153846, 0.000625100884165592, 0.00125865384615385, 0.000630777328747285, 0.00145403846153846, 0.001015017714889, 0.00224480769230769, 0.00232619902085255, 0.00740326923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 15, '2021-05-23 00:00:00', 0.000321541520297711, 0.000507916666666691, 0.000418632121630503, 0.000804374999999996, 0.000477685201962451, 0.00140875, 0.000777157119510474, 0.00215583333333334, 0.00239677168139847, 0.0074241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 30, '2021-05-23 00:00:00', 0.000344599712040578, 0.000575192307692284, 0.000571017849646954, 0.000899230769230742, 0.00045308498099142, 0.00141000000000001, 0.000780079483129783, 0.00211499999999999, 0.00232924158175014, 0.00732788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 45, '2021-05-23 00:00:00', 0.00041921042999359, 0.000619230769230786, 0.000380603619773395, 0.00114634615384617, 0.000371523267725638, 0.00129153846153848, 0.000792933501916487, 0.00206846153846152, 0.00234628675537786, 0.00730653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 60, '2021-05-23 00:00:00', 0.000351858855006034, 0.000900576923076922, 0.00036037736631739, 0.00104961538461539, 0.000342839780924881, 0.00112865384615384, 0.000822623757348308, 0.00208961538461537, 0.0023824966865745, 0.00727730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 75, '2021-05-23 00:00:00', 0.00031943248955707, 0.000496346153846135, 0.000341988078964539, 0.000634615384615366, 0.000371965931028818, 0.000874423076923075, 0.000841899706250464, 0.00202634615384613, 0.00236294432533132, 0.0072467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 90, '2021-05-23 00:00:00', 0.00017511007527138, 0.000411538461538467, 0.00022516874014493, 0.000554807692307689, 0.000313315520497488, 0.000846153846153838, 0.000846045302478627, 0.00200442307692305, 0.00233974871267443, 0.00721903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 105, '2021-05-23 00:00:00', 0.000174744208663827, 0.000383461538461548, 0.000238449478603238, 0.000668076923076936, 0.000292011393349903, 0.000824423076923089, 0.00074621743583119, 0.00198230769230767, 0.00233637412210922, 0.00720403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 120, '2021-05-23 00:00:00', 0.00023789784491539, 0.000584230769230779, 0.000254650665694131, 0.000690192307692312, 0.000388144501244268, 0.000953076923076933, 0.00073310606326779, 0.00202249999999997, 0.00233745163668604, 0.0071969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 135, '2021-05-23 00:00:00', 0.000189020247185736, 0.000435576923076916, 0.000195807597872557, 0.000593846153846167, 0.000514557203219033, 0.00108134615384614, 0.000710557202807428, 0.00202653846153843, 0.00233307872695156, 0.00717788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 150, '2021-05-23 00:00:00', 0.000166683486330793, 0.000459230769230789, 0.000414959497560179, 0.000755769230769237, 0.000624847581414866, 0.00116249999999999, 0.000705536593392152, 0.00202673076923073, 0.00232424922534967, 0.00717269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 165, '2021-05-23 00:00:00', 0.000360729655857932, 0.00062826923076923, 0.00043802269874445, 0.000938269230769203, 0.000608675737849117, 0.0012630769230769, 0.000693080331674393, 0.00203711538461536, 0.00231380133446775, 0.00716115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 180, '2021-05-23 00:00:00', 0.000356424390514783, 0.000702884615384626, 0.000480273479784823, 0.000911153846153854, 0.000592947299513216, 0.00128750000000001, 0.000670868008340997, 0.00201326923076922, 0.0023043884972274, 0.00715211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 195, '2021-05-23 00:00:00', 0.00030912289067372, 0.000579807692307699, 0.000323543838427841, 0.000866153846153841, 0.000433760878826139, 0.0011825, 0.000628796041287211, 0.0019076923076923, 0.00225055460686063, 0.00708903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 210, '2021-05-23 00:00:00', 0.00022134353737676, 0.000649807692307662, 0.000317478285144784, 0.000877692307692293, 0.000377984940684977, 0.00122615384615383, 0.000559415629164795, 0.00184461538461538, 0.00224287363751198, 0.0070819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 225, '2021-05-23 00:00:00', 0.000197877195794252, 0.000614230769230745, 0.000275398173280357, 0.000893076923076907, 0.000393629853464472, 0.00123769230769229, 0.000508963652926215, 0.00177499999999998, 0.0022438702142641, 0.00707653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 240, '2021-05-23 00:00:00', 0.000255673845718762, 0.00063865384615382, 0.000329513452509348, 0.000831346153846143, 0.000396408928332283, 0.00116596153846154, 0.000487001382086183, 0.00171288461538461, 0.00224351397622982, 0.00707519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 255, '2021-05-23 00:00:00', 0.000207597335835878, 0.00053057692307694, 0.000284764207452666, 0.000805576923076931, 0.000353225793988006, 0.00103769230769233, 0.000483811787944277, 0.00165461538461536, 0.00225043350524706, 0.00708480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 270, '2021-05-23 00:00:00', 0.000197666774765395, 0.000583076923076908, 0.000291176724027502, 0.000793269230769235, 0.000317428126328767, 0.00101115384615383, 0.000529605949304243, 0.00165269230769228, 0.00226490747815787, 0.00708173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 285, '2021-05-23 00:00:00', 0.000227741841025854, 0.000527115384615413, 0.000255276622208454, 0.000706923076923105, 0.000317121670413978, 0.000943076923076927, 0.000614642141036932, 0.0016551923076923, 0.002293992455222, 0.00708076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 300, '2021-05-23 00:00:00', 0.00019094511897806, 0.000495961538461568, 0.000269563750130864, 0.000703846153846162, 0.000310793277820569, 0.000987692307692288, 0.000600419116438348, 0.00170365384615385, 0.00230552881469409, 0.00706865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 315, '2021-05-23 00:00:00', 0.000204703162201697, 0.000495769230769225, 0.000217627769721244, 0.00067461538461538, 0.00031167685435152, 0.000957307692307695, 0.000677213067255437, 0.00180653846153847, 0.00232552442389968, 0.00704461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 330, '2021-05-23 00:00:00', 0.000177319030173143, 0.000470961538461515, 0.000198635441101381, 0.000694038461538431, 0.00033711291192214, 0.000963653846153805, 0.000720006517064532, 0.00194576923076921, 0.00234112774435415, 0.00702865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 345, '2021-05-23 00:00:00', 0.000185838329241783, 0.000473269230769231, 0.000249644054297627, 0.000671923076923081, 0.000353335752289736, 0.000896923076923086, 0.000858885055441959, 0.00217846153846154, 0.00234129313381764, 0.00702846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 360, '2021-05-23 00:00:00', 0.000180679167416906, 0.000434807692307731, 0.000346767989384205, 0.000705961538461535, 0.000383609226246665, 0.000844038461538474, 0.000894022629209383, 0.00233730769230768, 0.00233288547808208, 0.00702942307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 375, '2021-05-23 00:00:00', 0.000246026655841638, 0.000511346153846156, 0.000260707395663901, 0.000612884615384625, 0.000268942659030077, 0.000758076923076928, 0.00105089216675825, 0.00265288461538463, 0.00232761297337986, 0.00701192307692313 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 390, '2021-05-23 00:00:00', 0.000103993342982241, 0.000346153846153851, 0.000163834930998823, 0.000508269230769264, 0.000254645756961418, 0.000732307692307724, 0.00108471938944877, 0.00282192307692308, 0.00232233155388156, 0.00701538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 405, '2021-05-23 00:00:00', 0.000134983902174141, 0.000359423076923083, 0.000186661046160814, 0.00049711538461537, 0.000227227520678839, 0.000737884615384624, 0.00122769208116441, 0.00322538461538463, 0.00231742735343778, 0.00702346153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 420, '2021-05-23 00:00:00', 0.000163834813619813, 0.000385384615384587, 0.000237437036188228, 0.000612115384615381, 0.000250044995950716, 0.000812500000000002, 0.0012414088925336, 0.00333903846153847, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 435, '2021-05-23 00:00:00', 0.000190437653839798, 0.000487500000000017, 0.000171611815981946, 0.00058384615384617, 0.000246549183734173, 0.000867499999999995, 0.00118180090735088, 0.00351423076923079, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 450, '2021-05-23 00:00:00', 0.000113665501159512, 0.000364615384615382, 0.000209135215737407, 0.000566538461538449, 0.000271892512698553, 0.000868461538461515, 0.00123534929660213, 0.00368826923076925, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 465, '2021-05-23 00:00:00', 0.000195336002432088, 0.00043692307692307, 0.000228346228346318, 0.000664999999999984, 0.000444898130085802, 0.000982115384615379, 0.00118301726367532, 0.00378961538461542, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 480, '2021-05-23 00:00:00', 0.000221224650872939, 0.000532115384615361, 0.000246195747635585, 0.000722115384615376, 0.000473546886639707, 0.00115557692307692, 0.00116786045333402, 0.0038690384615385, 0.00231041685382999, 0.0070390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 495, '2021-05-23 00:00:00', 0.000254311740858444, 0.000512692307692302, 0.000425298266378575, 0.000723846153846148, 0.000596441917992407, 0.00129480769230771, 0.00118065700418811, 0.00390480769230772, 0.00231014775584729, 0.0070344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 510, '2021-05-23 00:00:00', 0.000276499547920077, 0.000499999999999988, 0.000364731935283157, 0.000845769230769212, 0.000585823023945503, 0.00142115384615385, 0.00111725737342007, 0.00386403846153848, 0.00234141121975617, 0.00700750000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 525, '2021-05-23 00:00:00', 0.000329980477277999, 0.000621346153846151, 0.000508702270488353, 0.00104000000000003, 0.000785109203575181, 0.00167269230769232, 0.00112591912880782, 0.00390673076923081, 0.00236459458226174, 0.00698346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 540, '2021-05-23 00:00:00', 0.000457432508682979, 0.000822500000000008, 0.000561278348607358, 0.00115576923076921, 0.00079143637676161, 0.00185653846153843, 0.00103671626561204, 0.00393615384615386, 0.00238145472671321, 0.00695115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 555, '2021-05-23 00:00:00', 0.000294707482090296, 0.000797499999999972, 0.000507151206400854, 0.00127288461538459, 0.000663748330433927, 0.00200961538461539, 0.000988210815253813, 0.00383615384615386, 0.00234717574970433, 0.00687000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 570, '2021-05-23 00:00:00', 0.000414164218637943, 0.000904999999999968, 0.000469642294321287, 0.00127173076923075, 0.000687025360633669, 0.00205961538461538, 0.00102849232449175, 0.00379730769230771, 0.00235430469892592, 0.00685384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 585, '2021-05-23 00:00:00', 0.000257050803119967, 0.000908653846153855, 0.000486111454456518, 0.00149711538461541, 0.00107989865977535, 0.00236865384615385, 0.00107380461265252, 0.00378288461538463, 0.00232506052857523, 0.0068373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 600, '2021-05-23 00:00:00', 0.000418183986008376, 0.00123461538461539, 0.000550602048111523, 0.00165884615384615, 0.00108652892984246, 0.00242634615384615, 0.00117625083994083, 0.00377903846153847, 0.00224642081132155, 0.00687769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 615, '2021-05-23 00:00:00', 0.000470167564238046, 0.00116346153846155, 0.00111999953640099, 0.00183019230769232, 0.00118012875764274, 0.00241826923076924, 0.0012624253976435, 0.00379173076923079, 0.0021672197361171, 0.00695076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 630, '2021-05-23 00:00:00', 0.00072428404967623, 0.00123576923076925, 0.000764084167735876, 0.00161115384615387, 0.000892374899657377, 0.00228980769230771, 0.00134203255721141, 0.00376923076923078, 0.0021306109362196, 0.00690519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 645, '2021-05-23 00:00:00', 0.00035944465712882, 0.00099730769230771, 0.00058390663769004, 0.00155480769230768, 0.000743439330720126, 0.00227403846153847, 0.00130234417346334, 0.0035921153846154, 0.00202439249196852, 0.00690480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 660, '2021-05-23 00:00:00', 0.000508466359223086, 0.00116096153846154, 0.000685333944427594, 0.00170884615384616, 0.000713534781643777, 0.00222673076923079, 0.00149333932719724, 0.00359211538461541, 0.00203551505483542, 0.00691153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 675, '2021-05-23 00:00:00', 0.000604552631799266, 0.00117673076923077, 0.000699952855555314, 0.00162999999999999, 0.000649681963614651, 0.00214942307692308, 0.00152962800907733, 0.00359538461538466, 0.00198774217682738, 0.00689519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 690, '2021-05-23 00:00:00', 0.000484971093508138, 0.0011151923076923, 0.000534179781030272, 0.00156903846153848, 0.000590534601344086, 0.00201365384615388, 0.00141026964142977, 0.00356269230769233, 0.00197684240257422, 0.00687326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 705, '2021-05-23 00:00:00', 0.000401482109956825, 0.00117326923076925, 0.000533885899650991, 0.00161692307692309, 0.000596011357661492, 0.00201846153846157, 0.00159963468185231, 0.00373865384615385, 0.00197411413433587, 0.00682615384615385 where not exists (select 1 from powerstat[...];[ Date: 2021-05-23 16:58:39 - Database: acaweb_fx - User: pgperfstats ]
8 23s820ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987935, 1, 1020, '2021-05-23 00:00:00', 0.00477977767426321, 0.0129561538461539, 0.00816134804098903, 0.0202146153846153, 0.0117796846780965, 0.0290213461538462, 0.0184775569574386, 0.0405413461538463, 0.0246404693613201, 0.0761278846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1035, '2021-05-23 00:00:00', 0.00731517780687215, 0.0154428846153846, 0.00906995706248832, 0.0201363461538462, 0.0128863119224056, 0.0293248076923079, 0.0175410989349629, 0.0384703846153847, 0.0243976769488408, 0.0759824999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1050, '2021-05-23 00:00:00', 0.00721531570022009, 0.0134194230769232, 0.00956598693488854, 0.0218390384615386, 0.0117864122827943, 0.0269325000000002, 0.0156000216826774, 0.0356725000000001, 0.0240710610772482, 0.075505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1065, '2021-05-23 00:00:00', 0.00581245515780901, 0.0149198076923076, 0.00935433974358781, 0.0197590384615384, 0.0112730222433917, 0.0256875, 0.0151387175963337, 0.0328626923076923, 0.0242921407771826, 0.0759284615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1080, '2021-05-23 00:00:00', 0.00794488810251838, 0.0140501923076924, 0.00816847974745697, 0.0179607692307693, 0.0122075230335801, 0.0248311538461539, 0.0157695602494662, 0.0316023076923077, 0.0253747079498161, 0.0769015384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1095, '2021-05-23 00:00:00', 0.00640723855374654, 0.0129982692307693, 0.00996513499850671, 0.0183684615384617, 0.0119240951857993, 0.021935, 0.0147441803486613, 0.030308076923077, 0.0252585049507317, 0.0772271153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1110, '2021-05-23 00:00:00', 0.009342795119976, 0.012575576923077, 0.0102038005739943, 0.0162919230769232, 0.0105780538434717, 0.0183063461538461, 0.014022082936733, 0.0283767307692309, 0.0264487946504472, 0.0775876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1125, '2021-05-23 00:00:00', 0.00923167007976008, 0.00998730769230776, 0.00900540693993601, 0.0124980769230768, 0.0091110281780676, 0.0157273076923078, 0.0147226259376513, 0.0264225, 0.0270842162806763, 0.0780565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1140, '2021-05-23 00:00:00', 0.00501060222466792, 0.0079644230769232, 0.00574076615095955, 0.010715, 0.00586990646302105, 0.0138882692307695, 0.0123023500944395, 0.0254096153846156, 0.0266805639111202, 0.0775738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1155, '2021-05-23 00:00:00', 0.0046755999244854, 0.00689057692307684, 0.00517337878358658, 0.00976403846153857, 0.00758795430017458, 0.0134023076923079, 0.0132364945278052, 0.0251207692307695, 0.0266266821527116, 0.0776626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1170, '2021-05-23 00:00:00', 0.00361697600000546, 0.00609576923076918, 0.00458697572984142, 0.00841211538461544, 0.0087606912376559, 0.0128601923076924, 0.0126633098617163, 0.0242705769230772, 0.0269059363223918, 0.0778107692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1185, '2021-05-23 00:00:00', 0.00425405283682078, 0.0059715384615384, 0.00654712085870295, 0.00892346153846157, 0.00853430667726096, 0.0127673076923077, 0.0123288946428859, 0.0248413461538464, 0.0268776744558348, 0.0778269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1200, '2021-05-23 00:00:00', 0.00401525023647832, 0.00562730769230754, 0.0060106355225229, 0.00918923076923085, 0.00741606791936382, 0.0124742307692308, 0.0141912237180372, 0.0274511538461539, 0.0268776744558348, 0.0778269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1215, '2021-05-23 00:00:00', 0.00516169467177347, 0.00635673076923075, 0.00515328267671725, 0.00800211538461531, 0.00673157305881434, 0.0108346153846155, 0.0178429973551357, 0.029981153846154, 0.0270405392676368, 0.0779332692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1230, '2021-05-23 00:00:00', 0.00280522938181813, 0.00509326923076908, 0.00398087978776237, 0.00796673076923074, 0.00471850183198644, 0.0103334615384615, 0.017783259020343, 0.0296642307692309, 0.0268917755578512, 0.078209423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1245, '2021-05-23 00:00:00', 0.00318017010309445, 0.00628326923076932, 0.0030898177192937, 0.0073865384615386, 0.00596018499003049, 0.0108836538461541, 0.0177927692195452, 0.0296175, 0.0269198285912933, 0.0783042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1260, '2021-05-23 00:00:00', 0.00275501998457049, 0.0044536538461542, 0.00403726985054914, 0.00722038461538496, 0.00606227953128051, 0.011968653846154, 0.0178265818242999, 0.0294184615384616, 0.0268861477437731, 0.0787625 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1275, '2021-05-23 00:00:00', 0.00327110562348567, 0.00515500000000011, 0.00466939207458026, 0.0076371153846156, 0.00588681895293324, 0.0124007692307693, 0.0174458993209116, 0.0299513461538462, 0.0269384397219631, 0.0788055769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1290, '2021-05-23 00:00:00', 0.00305793992998293, 0.00496115384615391, 0.00427116657186436, 0.0088482692307693, 0.00600778333625514, 0.0116388461538463, 0.0176404395168077, 0.0298978846153847, 0.0270718136103557, 0.078871923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1305, '2021-05-23 00:00:00', 0.00392954317172587, 0.00700153846153862, 0.00487908084029696, 0.00895538461538466, 0.0116009117894307, 0.0142578846153847, 0.0174468873485743, 0.0293919230769232, 0.0270892093284107, 0.0788290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1320, '2021-05-23 00:00:00', 0.00352422026837145, 0.00603249999999989, 0.00394494291661951, 0.00803115384615397, 0.0115785787174154, 0.0143063461538461, 0.0172793698781123, 0.0292307692307694, 0.0273697953197708, 0.0791896153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1335, '2021-05-23 00:00:00', 0.00259701175169881, 0.00455903846153858, 0.0109662409448971, 0.0102723076923077, 0.0105450146223044, 0.0140192307692308, 0.0198186656307788, 0.0317757692307693, 0.0277465341099637, 0.079776346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1350, '2021-05-23 00:00:00', 0.0107318947140682, 0.00878807692307695, 0.0106067452051113, 0.0118096153846154, 0.00996829152092538, 0.0137446153846154, 0.0199733155022856, 0.0314819230769231, 0.0278792065725582, 0.0798586538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1365, '2021-05-23 00:00:00', 0.00486578011770418, 0.00693307692307694, 0.00518455366004126, 0.00867557692307704, 0.00527808429699222, 0.0106146153846154, 0.0189068648216623, 0.0302192307692309, 0.0265183874582262, 0.0786342307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1380, '2021-05-23 00:00:00', 0.00459610666342089, 0.00585269230769237, 0.00404260232257202, 0.00701846153846167, 0.010205769599368, 0.0156736538461539, 0.0187162021953007, 0.0307238461538464, 0.0268346607924555, 0.0791503846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1395, '2021-05-23 00:00:00', 0.00280103491862993, 0.00404884615384632, 0.00420237515716291, 0.00653019230769241, 0.0154209849231494, 0.02204, 0.0188105402337257, 0.031276730769231, 0.027096880712476, 0.0794078846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1410, '2021-05-23 00:00:00', 0.00449177090740562, 0.00547173076923077, 0.0109429348615725, 0.0134842307692307, 0.0154775506509862, 0.021863076923077, 0.0189595113455368, 0.0327023076923078, 0.027096880712476, 0.0794078846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1425, '2021-05-23 00:00:00', 0.0107278496752076, 0.0127344230769229, 0.015547022887159, 0.021194423076923, 0.0153000782665167, 0.0216848076923078, 0.0191899900078139, 0.0334525, 0.0267804170330026, 0.0797073076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 0, '2021-05-23 00:00:00', 0.00954415483625768, 0.0150265384615386, 0.0106572449824232, 0.016071153846154, 0.0106659203234486, 0.0175528846153846, 0.0171360672985821, 0.0330373076923076, 0.0271359404820647, 0.0801046153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 15, '2021-05-23 00:00:00', 0.00863927839868605, 0.00631400000000014, 0.00877677130745329, 0.00928600000000003, 0.0110322504201697, 0.0166142000000001, 0.0175119595514989, 0.0324425999999998, 0.0275379080390408, 0.0805929999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 30, '2021-05-23 00:00:00', 0.00431989510868025, 0.00483200000000004, 0.00685806601139608, 0.00785440000000008, 0.00758960480416011, 0.0155764, 0.0169757704955229, 0.0317511999999999, 0.0274333620083892, 0.0804863999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 45, '2021-05-23 00:00:00', 0.00630647869563212, 0.00495346153846162, 0.00692572717925989, 0.0124451923076924, 0.00893842891891331, 0.0152315384615386, 0.0169558652082852, 0.0316251923076921, 0.0271297033589782, 0.0797478846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 60, '2021-05-23 00:00:00', 0.00626716981886259, 0.0107434615384616, 0.00687884680630526, 0.0126492307692308, 0.00710658791869607, 0.0150646153846156, 0.01625506697807, 0.0315026923076922, 0.0263401161327094, 0.0793967307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 75, '2021-05-23 00:00:00', 0.004437941297667, 0.00694480769230761, 0.00526613891911211, 0.00872365384615399, 0.0154159420743094, 0.0170609615384616, 0.0166796878129797, 0.0296134615384615, 0.026351805832151, 0.0791388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 90, '2021-05-23 00:00:00', 0.00377465242923636, 0.00535980769230783, 0.00567767509298826, 0.00843769230769235, 0.0171762088545576, 0.0168988461538461, 0.0161928766544476, 0.0296071153846153, 0.026577590832533, 0.0789676923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 105, '2021-05-23 00:00:00', 0.0051331392591519, 0.00697942307692298, 0.0164402620884967, 0.0144815384615384, 0.0171651487356031, 0.0174613461538463, 0.0165562119053195, 0.030159423076923, 0.0266393460252659, 0.0790255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 120, '2021-05-23 00:00:00', 0.0167533848106998, 0.0129388461538461, 0.017599873583462, 0.015038076923077, 0.017338470880142, 0.0185176923076925, 0.0166351391152768, 0.0308492307692308, 0.0272811932318557, 0.0796830769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 135, '2021-05-23 00:00:00', 0.0087858926104033, 0.00669019230769237, 0.0088647092537684, 0.00872807692307704, 0.0103948514715405, 0.0140063461538462, 0.0133248053312378, 0.0260213461538461, 0.0263288697272668, 0.0771513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 150, '2021-05-23 00:00:00', 0.00403583948468642, 0.00542788461538471, 0.00753499791230623, 0.00951346153846164, 0.00802127155659332, 0.0147257692307692, 0.0118843501553673, 0.024878846153846, 0.0264453518011128, 0.0772232692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 165, '2021-05-23 00:00:00', 0.0069994319439837, 0.00747346153846167, 0.00749497153738127, 0.0109421153846154, 0.00797550760381175, 0.0149065384615385, 0.0113967293975743, 0.0244448076923076, 0.0268383138248575, 0.0777948076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 180, '2021-05-23 00:00:00', 0.00553655830332846, 0.0082146153846156, 0.00570269281871425, 0.0114657692307695, 0.00780562863974039, 0.0151423076923078, 0.0114783920962555, 0.0236913461538462, 0.0270212824013847, 0.0780288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 195, '2021-05-23 00:00:00', 0.00413893241530484, 0.00777153846153851, 0.00541021169783432, 0.0112061538461539, 0.00721019599914952, 0.0143528846153847, 0.0108556943883773, 0.0227855769230769, 0.0269283600574676, 0.0789542307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 210, '2021-05-23 00:00:00', 0.00481008356316336, 0.0073567307692306, 0.00529245997768366, 0.010258846153846, 0.00597930401468238, 0.0124475, 0.0106827679213554, 0.0219523076923076, 0.0271918705562187, 0.0791578846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 225, '2021-05-23 00:00:00', 0.00397401785157243, 0.00743826923076912, 0.00462158029915514, 0.00963269230769234, 0.00559781301045327, 0.0119324999999999, 0.0104168901475514, 0.0215478846153847, 0.0272953726396704, 0.0792715384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 240, '2021-05-23 00:00:00', 0.00383431123089712, 0.00693384615384628, 0.00481550084063469, 0.00817211538461557, 0.00600708439773715, 0.0111248076923075, 0.0102417175636629, 0.0211355769230769, 0.0274420398910982, 0.0794307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 255, '2021-05-23 00:00:00', 0.0034670233575127, 0.00525480769230785, 0.00480084124439092, 0.00820057692307678, 0.00597288103720607, 0.0106832692307692, 0.0104525600636694, 0.0206567307692308, 0.0283668764562583, 0.0800767307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 270, '2021-05-23 00:00:00', 0.00418574971227908, 0.00628942307692273, 0.00502541023201083, 0.00780999999999968, 0.00621884973596111, 0.0113359615384614, 0.0104537535621643, 0.0206534615384615, 0.0290735030046526, 0.0805901923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 285, '2021-05-23 00:00:00', 0.00412538149284876, 0.00531769230769227, 0.00536220189058423, 0.00734634615384624, 0.00638245882206737, 0.0109061538461538, 0.0108833479930791, 0.0206715384615384, 0.029640420439767, 0.0812996153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 300, '2021-05-23 00:00:00', 0.00491442955450116, 0.00559461538461566, 0.00542888000915914, 0.00827307692307718, 0.00620898142581826, 0.0111221153846156, 0.0117071998376409, 0.0215790384615384, 0.029640420439767, 0.0812996153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 315, '2021-05-23 00:00:00', 0.00415309602771082, 0.00608615384615361, 0.00474794501701711, 0.00802826923076899, 0.0067181793693282, 0.0122390384615385, 0.0119970309099311, 0.0227505769230767, 0.0296432513042113, 0.0812932692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 330, '2021-05-23 00:00:00', 0.00393717413303576, 0.00589807692307698, 0.00516613343360852, 0.00830442307692324, 0.00693340393701732, 0.0117980769230769, 0.0131828359853022, 0.024918846153846, 0.0297672610281059, 0.081571346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 345, '2021-05-23 00:00:00', 0.0052952899862484, 0.00610096153846163, 0.00630338320940554, 0.00929173076923093, 0.00711137805805703, 0.0109832692307693, 0.0139387684659066, 0.0280628846153845, 0.0300797073514049, 0.0816671153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 360, '2021-05-23 00:00:00', 0.00531336565797863, 0.00670115384615417, 0.00617034637165168, 0.00803788461538476, 0.00752780675996598, 0.0107488461538463, 0.0133090383184336, 0.0310801923076922, 0.0301000192007351, 0.0816382692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 375, '2021-05-23 00:00:00', 0.00310027649511361, 0.00492788461538451, 0.00522201872253061, 0.00731153846153843, 0.00648969752762031, 0.0095799999999999, 0.0128492293872493, 0.0317146153846154, 0.0300389548727343, 0.0815653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 390, '2021-05-23 00:00:00', 0.00489940940318316, 0.00587750000000015, 0.00613433028129418, 0.00760500000000014, 0.00631034084170289, 0.00984153846153851, 0.0123051145604644, 0.0339371153846153, 0.0299388578458731, 0.0815036538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 405, '2021-05-23 00:00:00', 0.00357610177212796, 0.00515826923076935, 0.00389972709104343, 0.00652076923076921, 0.00573257026861564, 0.0096417307692308, 0.0126401301234782, 0.0353115384615384, 0.0301968527167983, 0.0819449999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 420, '2021-05-23 00:00:00', 0.00338424495044548, 0.00447173076923092, 0.00462694298480279, 0.00655423076923072, 0.00622741363772975, 0.00976615384615367, 0.014514622552659, 0.0370653846153846, 0.0303304422480376, 0.0820298076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 435, '2021-05-23 00:00:00', 0.00423257568881387, 0.00530480769230746, 0.00536088280617452, 0.00781769230769211, 0.00611751043191707, 0.0107482692307691, 0.0147125463792486, 0.0379151923076923, 0.0301480220272218, 0.0820630769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 450, '2021-05-23 00:00:00', 0.00473625100036533, 0.00627846153846154, 0.00511672354975469, 0.00795826923076911, 0.00549518001385, 0.0105957692307692, 0.014731621850501, 0.0392621153846153, 0.0301154651485809, 0.0820436538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 465, '2021-05-23 00:00:00', 0.00298811769925733, 0.00470076923076904, 0.00340844955165155, 0.00715211538461524, 0.00484921582875478, 0.0101780769230769, 0.015548765646037, 0.039526346153846, 0.0301239621461823, 0.0820992307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 480, '2021-05-23 00:00:00', 0.00289526380490618, 0.00510749999999979, 0.00431701134600525, 0.00730519230769231, 0.00621913932952117, 0.0128, 0.0158699109492922, 0.0406734615384614, 0.0299128773941927, 0.0824649999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 495, '2021-05-23 00:00:00', 0.00430372216360887, 0.00503269230769247, 0.00525027265592344, 0.00753519230769235, 0.00849064150199381, 0.0159636538461537, 0.0157477115358196, 0.0416088461538461, 0.0297933091307687, 0.0830501923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 510, '2021-05-23 00:00:00', 0.00484810483194597, 0.00559769230769226, 0.00657709135209804, 0.0105755769230768, 0.00963924760269961, 0.0188221153846151, 0.0175091198533352, 0.0441290384615382, 0.0298528144041087, 0.0830453846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 525, '2021-05-23 00:00:00', 0.00648053856973655, 0.00815807692307689, 0.00760817922471475, 0.0134936538461537, 0.010121791200938, 0.0222236538461538, 0.0177658695385714, 0.0449026923076921, 0.0296465781421477, 0.0831815384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 540, '2021-05-23 00:00:00', 0.00633152054893117, 0.0107373076923076, 0.00831328726289337, 0.0154513461538462, 0.0095620557091357, 0.0246507692307693, 0.0184716927934026, 0.0458944230769228, 0.0297356435638083, 0.0834319230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 555, '2021-05-23 00:00:00', 0.00495084115619219, 0.0110880769230769, 0.00790064671160145, 0.0173623076923077, 0.00838222369982141, 0.0247680769230772, 0.0203512013867637, 0.0480682692307692, 0.0303791770030826, 0.0842792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 570, '2021-05-23 00:00:00', 0.00742087036415101, 0.0132698076923076, 0.00842327598658327, 0.0190321153846153, 0.00913043714515031, 0.0262423076923077, 0.0199018530882467, 0.0488378846153845, 0.0300296384574412, 0.0839367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 585, '2021-05-23 00:00:00', 0.0060905932008683, 0.0126184615384615, 0.00765466413120416, 0.0194251923076925, 0.0114104122422665, 0.0273784615384617, 0.0210622128101853, 0.0493276923076924, 0.0294813003522834, 0.0837926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 600, '2021-05-23 00:00:00', 0.00714895720475289, 0.016743653846154, 0.00849811358252759, 0.0225573076923078, 0.0139190070766563, 0.0292050000000001, 0.0214232537651174, 0.0489467307692308, 0.0298749250633115, 0.0831634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 615, '2021-05-23 00:00:00', 0.0057030408218235, 0.0141111538461536, 0.0079893602709143, 0.0193034615384614, 0.0114129083278541, 0.0258074999999999, 0.0174991325510283, 0.0474309615384614, 0.0283972871266579, 0.0829869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 630, '2021-05-23 00:00:00', 0.00671031646909332, 0.013028653846154, 0.0101333367824303, 0.0196978846153846, 0.0113689398413128, 0.0255063461538461, 0.0162752688138028, 0.0465148076923076, 0.0280390496636113, 0.0826690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 645, '2021-05-23 00:00:00', 0.00782500491029579, 0.0133446153846155, 0.0077427020725722, 0.0175807692307694, 0.00931580606570595, 0.024254423076923, 0.0141063674929497, 0.0446053846153845, 0.0277670705332774, 0.08236 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 660, '2021-05-23 00:00:00', 0.00447782916584185, 0.0125909615384615, 0.00575507075409307, 0.0173507692307692, 0.00905658853457615, 0.0234732692307691, 0.014635895022696, 0.043236346153846, 0.0268914088718941, 0.0825986538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 675, '2021-05-23 00:00:00', 0.00438945125797702, 0.0108171153846155, 0.00754638275293846, 0.0158594230769231, 0.0103356784173152, 0.0214328846153847, 0.0150041955017201, 0.041835576923077, 0.0271627140509815, 0.0825511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 690, '2021-05-23 00:00:00', 0.00645087687837854, 0.0122075000000001, 0.00728900551410237, 0.0172242307692309, 0.00962353554293598, 0.0232971153846155, 0.0139001641052846, 0.0417930769230768, 0.0276703865593915, 0.0831028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 705, '2021-05-23 00:00:00', 0.00481367503936634, 0.0115142307692308, 0.00578179604780919, 0.0152534615384615, 0.00687291597504276, 0.02104, 0.0137944910074218, 0.0413919230769229, 0.028053716863299, 0.0824153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 720, '2021-05-23 00:00:00', 0.00489027850787793, 0.0111582692307692, 0.00672004507768727, 0.0162296153846154, 0.00743188301276207, 0.0201586538461536, 0.0135280781752392, 0.0417613461538461, 0.0290821924055835, 0.0827536538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 735, '2021-05-23 00:00:00', 0.00555955907562682, 0.0114263461538462, 0.0053494456686221, 0.0138601923076922, 0.00849589760051655, 0.0210240384615383, 0.0126050615962856, 0.0414996153846151, 0.0303842176441346, 0.0834453846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 750, '2021-05-23 00:00:00', 0.00336149536893695, 0.00882634615384589, 0.00536128678942487, 0.0126259615384613, 0.00760052985248132, 0.0205359615384613, 0.0123446900886418, 0.0415892307692305, 0.0307510242456059, 0.0828730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 765, '2021-05-23 00:00:00', 0.00521139749823552, 0.0103217307692307, 0.00668747878501321, 0.0162425000000001, 0.00888603834026236, 0.0227757692307693, 0.0117319382833619, 0.0430482692307689, 0.0308878491301128, 0.0827817307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 780, '2021-05-23 00:00:00', 0.0055170698640325, 0.0110267307692307, 0.00680125623294352, 0.0156028846153845, 0.00776933848287855, 0.0215873076923076, 0.0132861080658884, 0.0442984615384613, 0.0306150884526165, 0.0829951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 795, '2021-05-23 00:00:00', 0.00396511309374051, 0.0103953846153848, 0.00582653567739882, 0.0151050000000002, 0.00755156192707579, 0.0198065384615384, 0.0137039514514836, 0.0435442307692305, 0.0305634604873456, 0.0841998076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 810, '2021-05-23 00:00:00', 0.00389277587827275, 0.0105709615384617, 0.00427451195594749, 0.0139673076923077, 0.00634300936828526, 0.0196446153846153, 0.0136285118946107, 0.0451923076923075, 0.0307314508856719, 0.0841834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 825, '2021-05-23 00:00:00', 0.00367725849492026, 0.00884403846153842, 0.00571218403940227, 0.0124324999999999, 0.0077443387958312, 0.0186592307692307, 0.0143762431061163, 0.0459696153846153, 0.0309644757802575, 0.0843721153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 840, '2021-05-23 00:00:00', 0.00471110325556734, 0.0101717307692305, 0.00601533676082683, 0.0149121153846154, 0.00801751208533301, 0.0204240384615386, 0.0157017602687871, 0.0473365384615383, 0.0303753453497304, 0.085638653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 855, '2021-05-23 00:00:00', 0.00337950900507498, 0.00999365384615401, 0.00406284311213769, 0.0135430769230771, 0.00592398210665754, 0.0204850000000001, 0.0159898518249736, 0.0474957692307692, 0.0305344443973334, 0.0865744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 870, '2021-05-23 00:00:00', 0.00338616145282766, 0.00944923076923105, 0.00357218950311346, 0.0144446153846156, 0.00787495578497949, 0.0211661538461536, 0.0207969812565337, 0.0485157692307691, 0.0308062274972997, 0.0870261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 885, '2021-05-23 00:00:00', 0.00293142721868764, 0.0112565384615385, 0.00539990175480439, 0.0163198076923078, 0.00749695701601653, 0.0222675, 0.0207866605931638, 0.0487288461538461, 0.0302453960056479, 0.0870634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 900, '2021-05-23 00:00:00', 0.00499527154879022, 0.0125553846153847, 0.00622243299249991, 0.0168628846153845, 0.00660342495341489, 0.0227936538461537, 0.0219994840088091, 0.0493355769230768, 0.0306924376027712, 0.0877350000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 915, '2021-05-23 00:00:00', 0.00370637206505404, 0.0116732692307692, 0.00424545193752642, 0.0164530769230769, 0.00710641976557907, 0.0234717307692308, 0.0218675831910018, 0.0494261538461538, 0.0310282867055952, 0.0880932692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 930, '2021-05-23 00:00:00', 0.00427883500050417, 0.0124301923076922, 0.00580253581502198, 0.0165782692307692, 0.0084240212693315, 0.0245121153846154, 0.0220908256105074, 0.0498419230769229, 0.03132226878019, 0.0882765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 945, '2021-05-23 00:00:00', 0.00366096223164587, 0.0114473076923078, 0.00670580682061317, 0.0174036538461539, 0.0114024982957514, 0.0277692307692307, 0.0221169894190313, 0.0501701923076922, 0.0306007419624728, 0.0896205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 960, '2021-05-23 00:00:00', 0.00611360285630442, 0.0133032692307693, 0.00830154401069686, 0.0190198076923079, 0.016156558697988, 0.0326398076923078, 0.022446705936164, 0.0495057692307691, 0.0313140130047482, 0.0897776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 975, '2021-05-23 00:00:00', 0.00518577173620283, 0.0121825000000001, 0.0094283493069488, 0.0205005769230769, 0.0133284979605585, 0.0316132692307693, 0.0217114212136237, 0.0478836538461536, 0.0300861597269472, 0.089456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 990, '2021-05-23 00:00:00', 0.00922073223564903, 0.0166851923076921, 0.01365451308317, 0.0258334615384614, 0.0121144098557809, 0.0326980769230769, 0.0212864458174319, 0.0473284615384613, 0.0296397897402487, 0.0891596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1005, '2021-05-23 00:00:00', 0.0061429460359017, 0.0165149999999999, 0.0063274815016598, 0.0213169230769231, 0.00933357649316935, 0.0290669230769231, 0.0209176190483968, 0.045589423076923, 0.028541679424066, 0.0891178846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1020, '2021-05-23 00:00:00', 0.00528965660147606, 0.0149601923076925, 0.00718010232410481, 0.0207242307692309, 0.0117004869984115, 0.0281150000000001, 0.0210860941937134, 0.0435671153846154, 0.0285007666995388, 0.0879723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1035, '2021-05-23 00:00:00', 0.00635922279056181, 0.0127774999999999, 0.00822088499821324, 0.0190619230769228, 0.0107396268163213, 0.0277530769230769, 0.0201967844251354, 0.0415213461538461, 0.0278946755051652, 0.0872315384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1050, '2021-05-23 00:00:00', 0.00555370331054317, 0.0124726923076922, 0.00831862621100749, 0.0188409615384617, 0.0197570565504699, 0.0288284615384615, 0.020502951993836, 0.0385726923076922, 0.0263114598138998, 0.0851115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1065, '2021-05-23 00:00:00', 0.00555780650215411, 0.0141363461538463, 0.00679685412808475, 0.0199590384615386, 0.0190757582256806, 0.0281767307692308, 0.019906804549817, 0.0373592307692307, 0.0275293666724214, 0.0857242307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1080, '2021-05-23 00:00:00', 0.00505626417274822, 0.0146057692307692, 0.0175818634787277, 0.0222942307692308, 0.0170461760036132, 0.0272128846153846, 0.0183908315368117, 0.0352761538461536, 0.0288436223106601, 0.0868199999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1095, '2021-05-23 00:00:00', 0.0167908871907903, 0.0165294230769231, 0.0165343378749055, 0.0205901923076923, 0.0168188238178351, 0.0250111538461537, 0.0186149303486372, 0.0341832692307691, 0.0296432504686338, 0.0880578846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1110, '2021-05-23 00:00:00', 0.0123080478612103, 0.0142219230769232, 0.0122665296891738, 0.0177588461538463, 0.012357853311216, 0.0205973076923077, 0.0158405930930146, 0.0307234615384616, 0.0301598173230798, 0.0878101923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1125, '2021-05-23 00:00:00', 0.00565867287036852, 0.010835576923077, 0.00666280568067689, 0.0139165384615384, 0.00903774367051024, 0.0172255769230769, 0.0133546975428701, 0.0271673076923078, 0.0301002182818563, 0.0872811538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1140, '2021-05-23 00:00:00', 0.00480484979353779, 0.00822346153846163, 0.00582977706725082, 0.0106644230769231, 0.00735320933596068, 0.0145465384615384, 0.0127886067082564, 0.0265365384615386, 0.0306293009061586, 0.0876949999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1155, '2021-05-23 00:00:00', 0.00406865372271782, 0.00700365384615393, 0.00708246184925521, 0.0110146153846154, 0.00661469762085799, 0.0137738461538462, 0.0129747398032308, 0.0255451923076924, 0.0308375152128054, 0.0876124999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1170, '2021-05-23 00:00:00', 0.0050964546387285, 0.00746173076923079, 0.00545704694726145, 0.00941423076923073, 0.00507064001422356, 0.0127830769230772, 0.0103551569259737, 0.0243598076923078, 0.0309521473469067, 0.087405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1185, '2021-05-23 00:00:00', 0.00271797413244027, 0.00535076923076917, 0.0031023311582397, 0.00832615384615387, 0.00439610757900138, 0.0116946153846156, 0.00920149564138694, 0.0241540384615386, 0.0310714928493083, 0.0872882692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1200, '2021-05-23 00:00:00', 0.00309449615632951, 0.00658769230769249, 0.00424747342093362, 0.00931730769230798, 0.00416409291997124, 0.0122796153846156, 0.0105488234870788, 0.0251698076923078, 0.0308872370735628, 0.0871290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1215, '2021-05-23 00:00:00', 0.0038064757170663, 0.00571423076923068, 0.00419463378799454, 0.00787884615384624, 0.00424768737532099, 0.0115459615384616, 0.0100083547176272, 0.025203076923077, 0.0305660564106659, 0.0868524999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1230, '2021-05-23 00:00:00', 0.00356488014686865, 0.0055673076923077, 0.00336962661706942, 0.0079315384615386, 0.0041893478150406, 0.011898653846154, 0.00951762430158688, 0.0249178846153848, 0.0303846787681911, 0.0866096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1245, '2021-05-23 00:00:00', 0.00241105659091949, 0.00600826923076928, 0.00310671370397433, 0.00881903846153841, 0.00471601887596526, 0.0123690384615384, 0.00959278688149848, 0.0247580769230771, 0.0300254671756392, 0.0869463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1260, '2021-05-23 00:00:00', 0.00327432222581439, 0.00641403846153832, 0.00386666298684643, 0.00835057692307698, 0.00440168239251942, 0.0123132692307691, 0.00933936423672179, 0.0242428846153847, 0.0304596963644648, 0.0871011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1275, '2021-05-23 00:00:00', 0.00330570581896506, 0.0054701923076923, 0.00434222120135957, 0.00798980769230754, 0.00536026906615123, 0.0115026923076919, 0.012512633469664, 0.0256821153846153, 0.0302519068133921, 0.0868553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1290, '2021-05-23 00:00:00', 0.00343962221203721, 0.006180192307692, 0.00384082603795688, 0.00898442307692278, 0.00799550957629453, 0.011650769230769, 0.0123799964210262, 0.0257357692307692, 0.0301256695527254, 0.087285 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1305, '2021-05-23 00:00:00', 0.00335681174857708, 0.00685865384615368, 0.00502763846154418, 0.0086424999999998, 0.00825155869890892, 0.0119251923076922, 0.0122528514295183, 0.0253880769230769, 0.0304929354996304, 0.0881207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1320, '2021-05-23 00:00:00', 0.00343577269889333, 0.00503903846153831, 0.00820014061089571, 0.00769403846153851, 0.00803904412610963, 0.0125373076923078, 0.0133068537459231, 0.0256338461538461, 0.0304193613319899, 0.0880446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1335, '2021-05-23 00:00:00', 0.00762822931364394, 0.00550269230769237, 0.0080437461445809, 0.00830403846153837, 0.00806264853411193, 0.0127042307692309, 0.0135383599577702, 0.0265071153846153, 0.0303615448533934, 0.0882317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1350, '2021-05-23 00:00:00', 0.00470612288570785, 0.0058738461538459, 0.00509039199412442, 0.00974057692307703, 0.0053766454690634, 0.0120775000000001, 0.0124279374982954, 0.0257073076923076, 0.0301436834204755, 0.0885369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1365, '2021-05-23 00:00:00', 0.00487362274430919, 0.0078444230769231, 0.00529257068554957, 0.00933730769230777, 0.00608065883323123, 0.0127003846153848, 0.0132275326744575, 0.0262505769230767, 0.0300220777255929, 0.0889201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1380, '2021-05-23 00:00:00', 0.00417485119034666, 0.00614769230769248, 0.00414467736983235, 0.00837250000000032, 0.00598718246307513, 0.0138303846153848, 0.0135847214305686, 0.0263628846153844, 0.0303580282323119, 0.089403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1395, '2021-05-23 00:00:00', 0.00313195593838749, 0.00536500000000008, 0.0037099295089715, 0.00793519230769245, 0.00737161740158737, 0.0169136538461537, 0.0147397617726807, 0.0279563461538461, 0.0302283434798942, 0.0894565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1410, '2021-05-23 00:00:00', 0.00362740127894086, 0.0060340384615387, 0.0057115555203058, 0.0107426923076924, 0.00790703463087434, 0.016819423076923, 0.0149411652117432, 0.0282317307692307, 0.0303283401813197, 0.089458076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1425, '2021-05-23 00:00:00', 0.00583957093062874, 0.00904057692307689, 0.0081867804322672, 0.0153496153846152, 0.00828064853461653, 0.016286923076923, 0.0149400211628415, 0.0286528846153844, 0.0304330901841047, 0.0895319230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 0, '2021-05-23 00:00:00', 0.00771638066812305, 0.010918846153846, 0.00774283776243464, 0.0117411538461539, 0.00760300546089908, 0.0125190384615383, 0.0151823839974542, 0.0288303846153844, 0.0300402470471508, 0.089740576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 15, '2021-05-23 00:00:00', 0.00418962702580846, 0.00451884615384609, 0.0043806606675953, 0.00587673076923054, 0.0118275338235047, 0.0142328846153844, 0.0144354625848451, 0.0298440384615383, 0.0299229279990857, 0.0890340384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 30, '2021-05-23 00:00:00', 0.00267314450384958, 0.00326153846153838, 0.00310031685725604, 0.0046111538461537, 0.0118975716025776, 0.0141040384615382, 0.0142229334364772, 0.0297515384615383, 0.0297822656393933, 0.0890488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 45, '2021-05-23 00:00:00', 0.00234953982401151, 0.00351576923076915, 0.0120005204903145, 0.0125240384615383, 0.0115467069048346, 0.0149228846153846, 0.0141159758770529, 0.0304198076923076, 0.0297797065569053, 0.0890511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 60, '2021-05-23 00:00:00', 0.0121186218069547, 0.0120624999999998, 0.0120784136773641, 0.0133101923076921, 0.0117593272112626, 0.0156523076923075, 0.0140762593807391, 0.030633076923077, 0.0297797065569053, 0.0890511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 75, '2021-05-23 00:00:00', 0.0036275678703293, 0.00585057692307686, 0.00418326722238096, 0.0079105769230769, 0.00741794379554373, 0.0133630769230769, 0.00974912744221828, 0.0273032692307693, 0.028329818987176, 0.0873696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 90, '2021-05-23 00:00:00', 0.00350649948721603, 0.00545057692307677, 0.00555693755242381, 0.0078901923076921, 0.00753355108064009, 0.0130532692307691, 0.00984629761148039, 0.0270455769230769, 0.0283566967161877, 0.0874994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 105, '2021-05-23 00:00:00', 0.00522789704742378, 0.00588653846153848, 0.00780582507588935, 0.0108286538461539, 0.00785352459090829, 0.0140024999999999, 0.0101184353761606, 0.0273526923076924, 0.0285249582916166, 0.0878815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 120, '2021-05-23 00:00:00', 0.00745854787887938, 0.00918730769230764, 0.0074825022578319, 0.0110959615384616, 0.00855336704956665, 0.0150532692307691, 0.00993006174936273, 0.0270621153846155, 0.0284177372103032, 0.0880419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 135, '2021-05-23 00:00:00', 0.00522435035711123, 0.00770557692307708, 0.00561699700770947, 0.0101457692307693, 0.00748744561814094, 0.0163432692307694, 0.00965041097769759, 0.0258159615384617, 0.028448659693317, 0.0880371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 150, '2021-05-23 00:00:00', 0.00510810061418268, 0.00736173076923082, 0.00707545704965651, 0.0101126923076922, 0.00853332701146585, 0.0162517307692308, 0.00988186793499175, 0.0255632692307692, 0.0286407117397865, 0.0882301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 165, '2021-05-23 00:00:00', 0.00556778406411516, 0.00774423076923089, 0.00566824580108693, 0.0128126923076925, 0.00681152889197074, 0.0160196153846155, 0.00883694684483652, 0.0250134615384618, 0.028396158263995, 0.0881530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 180, '2021-05-23 00:00:00', 0.00577053608028269, 0.0104194230769233, 0.00700826152041028, 0.0125484615384617, 0.00760270425572389, 0.0156, 0.00914681933789007, 0.0247300000000001, 0.028275790101183, 0.0879103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 195, '2021-05-23 00:00:00', 0.005030712015671, 0.00770923076923078, 0.00618323122211621, 0.0110121153846155, 0.00755062397064997, 0.0157578846153844, 0.00921445856333307, 0.024348846153846, 0.0291458689934717, 0.0883842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 210, '2021-05-23 00:00:00', 0.0048801460886078, 0.00734961538461528, 0.005550446097803, 0.00955173076923065, 0.00637490643370244, 0.0150809615384613, 0.00960574671145432, 0.0230617307692306, 0.0290633139522081, 0.0884032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 225, '2021-05-23 00:00:00', 0.00339073207434627, 0.00618000000000004, 0.00547252305754706, 0.0102188461538459, 0.00570173886094959, 0.013949038461538, 0.00956063188489455, 0.0216709615384614, 0.0290549892081311, 0.0883782692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 240, '2021-05-23 00:00:00', 0.00454869693936138, 0.00829538461538458, 0.00508439269877783, 0.0105536538461538, 0.00541884186107929, 0.0133586538461538, 0.0099377547688676, 0.0221396153846154, 0.0290843481301172, 0.0883919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 255, '2021-05-23 00:00:00', 0.00387915131975273, 0.00670019230769233, 0.00474171523655908, 0.0096992307692306, 0.00440335882725203, 0.0120351923076924, 0.0104696708217298, 0.0220063461538463, 0.0303345725940145, 0.0889973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 270, '2021-05-23 00:00:00', 0.00444741046954473, 0.00709826923076887, 0.00434414738470063, 0.00902749999999985, 0.00548251284680516, 0.0112336538461537, 0.0107081173397351, 0.0213698076923077, 0.0301962379553124, 0.089195576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 285, '2021-05-23 00:00:00', 0.00372945257377004, 0.00641249999999991, 0.00376907285069502, 0.00850807692307682, 0.00529526501116446, 0.0107515384615383, 0.0104146277916429, 0.0217790384615383, 0.0301870910649161, 0.0892298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 300, '2021-05-23 00:00:00', 0.00362832548790118, 0.00648461538461523, 0.00521182677629968, 0.00850711538461505, 0.0057203093414202, 0.0105601923076921, 0.00907461052353469, 0.0236080769230768, 0.0302612093058728, 0.0892794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 315, '2021-05-23 00:00:00', 0.00383621369822665, 0.00527153846153812, 0.00415988522863138, 0.00726134615384577, 0.00575952376503488, 0.00949499999999971, 0.0103360848803521, 0.0265944230769229, 0.0296951034787788, 0.0888638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 330, '2021-05-23 00:00:00', 0.00344915069256188, 0.00546749999999962, 0.00445248002198264, 0.00700788461538419, 0.00649175790166652, 0.0101744230769228, 0.0105538011617396, 0.0275151923076923, 0.0297050588679125, 0.0888378846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 345, '2021-05-23 00:00:00', 0.00404396035893221, 0.00532423076923062, 0.0052658023276464, 0.00713692307692296, 0.00779825008970215, 0.0110923076923079, 0.00975340627086841, 0.0285817307692308, 0.0295565725327653, 0.0887682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 360, '2021-05-23 00:00:00', 0.00431078513730398, 0.00507250000000002, 0.00588685043452468, 0.00747403846153857, 0.00744222333404782, 0.0105280769230771, 0.0106512493182005, 0.0295209615384617, 0.0294759446746247, 0.0888726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 375, '2021-05-23 00:00:00', 0.00456926028351018, 0.00541153846153842, 0.00618258504560627, 0.00794461538461558, 0.00685936294418049, 0.010565, 0.0105721220360984, 0.0321528846153848, 0.0294368321665223, 0.088665 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 390, '2021-05-23 00:00:00', 0.00500679143379678, 0.00545230769230782, 0.00572831567404763, 0.00685769230769231, 0.00581693823772765, 0.00948769230769243, 0.0108492115133563, 0.0324126923076925, 0.0294220289010437, 0.0884844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 405, '2021-05-23 00:00:00', 0.00375500279627058, 0.00432999999999991, 0.0046092908223083, 0.00662173076923076, 0.00464183670544338, 0.00812500000000006, 0.011458902157443, 0.0341144230769233, 0.0294876257782559, 0.0884859615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 420, '2021-05-23 00:00:00', 0.00423548470117024, 0.00535057692307694, 0.00420281424029902, 0.00669653846153855, 0.00528013145232655, 0.00935307692307702, 0.0118038604653149, 0.0364482692307695, 0.0292548888301006, 0.0888623076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 435, '2021-05-23 00:00:00', 0.00365004693858107, 0.00446557692307683, 0.00389599998025619, 0.00576538461538457, 0.00602807928333353, 0.0105196153846155, 0.0141112757750673, 0.0380849999999998, 0.0292893466987309, 0.0885290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 450, '2021-05-23 00:00:00', 0.00273172608154936, 0.00384923076923084, 0.0037806087472788, 0.00612250000000024, 0.00559532039709574, 0.0106521153846156, 0.0173387105334144, 0.0414651923076924, 0.0291495085616312, 0.0882357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 465, '2021-05-23 00:00:00', 0.00369409689702583, 0.0050882692307692, 0.00552759426388676, 0.00853288461538467, 0.00564428839965344, 0.0116934615384615, 0.0172661394776464, 0.0417176923076924, 0.0292070791241017, 0.0881451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 480, '2021-05-23 00:00:00', 0.00573701251657932, 0.00649384615384613, 0.00547407075359704, 0.00844384615384603, 0.00600741471337387, 0.0138334615384612, 0.0170475422873345, 0.0423659615384615, 0.0287222407471711, 0.0886084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 495, '2021-05-23 00:00:00', 0.00372838760777972, 0.00543692307692296, 0.00399073000840689, 0.00808499999999986, 0.00844373749956371, 0.0182598076923076, 0.0169685556987033, 0.0436075000000001, 0.0286610225889822, 0.0883953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 510, '2021-05-23 00:00:00', 0.00265372081309345, 0.00543692307692303, 0.00491555097467365, 0.0105392307692306, 0.00831026039580936, 0.0188253846153848, 0.016847244627489, 0.0435784615384616, 0.0279415249411778, 0.0877559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 525, '2021-05-23 00:00:00', 0.00485326994050236, 0.00796865384615367, 0.00836783734812137, 0.0149567307692309, 0.0080239845846928, 0.0197261538461538, 0.017337467259134, 0.0432651923076925, 0.0277829977621897, 0.0873205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 540, '2021-05-23 00:00:00', 0.00727683389520899, 0.0117884615384615, 0.00736639630087462, 0.0146623076923079, 0.00870626377739286, 0.0197101923076923, 0.0168403890976883, 0.0427851923076925, 0.0276264927010564, 0.0871848076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 555, '2021-05-23 00:00:00', 0.00367141953263544, 0.00931923076923091, 0.00424917354860375, 0.0130353846153845, 0.00699655174683597, 0.0211678846153847, 0.0171454301973976, 0.043215576923077, 0.0283511957942081, 0.0875148076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 570, '2021-05-23 00:00:00', 0.00237782260611564, 0.00871211538461535, 0.0052399434267352, 0.0140013461538465, 0.00789955885817974, 0.0225619230769232, 0.0167538382284365, 0.0431392307692309, 0.0297792396587595, 0.088389423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 585, '2021-05-23 00:00:00', 0.00450410891468955, 0.0104486538461539, 0.00686415922354342, 0.0181153846153846, 0.00951473952107207, 0.0247269230769232, 0.017203759401319, 0.0426784615384617, 0.0295662340543031, 0.087946923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 600, '2021-05-23 00:00:00', 0.00607292840272429, 0.0155057692307694, 0.00698130588401278, 0.0186896153846156, 0.00853878282624918, 0.0267480769230769, 0.0174443561205781, 0.0435076923076925, 0.0291348950546616, 0.0880996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 615, '2021-05-23 00:00:00', 0.00434838762779265, 0.0117201923076924, 0.00624661577606994, 0.016705576923077, 0.00719215579374768, 0.025280192307692, 0.0162775041887689, 0.042396153846154, 0.0289050888013751, 0.0882638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 630, '2021-05-23 00:00:00', 0.00581277499266798, 0.0124936538461539, 0.005509326679508, 0.0184173076923075, 0.010515280507616, 0.0281119230769229, 0.0166256527841767, 0.0430375000000001, 0.0288683099369426, 0.0879688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 645, '2021-05-23 00:00:00', 0.00448769953488229, 0.0133763461538461, 0.00629416874208541, 0.0192680769230768, 0.0107879922064375, 0.0266353846153847, 0.0170088378656056, 0.0427265384615386, 0.028629326484595, 0.0876548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 660, '2021-05-23 00:00:00', 0.00578294345135234, 0.0130248076923075, 0.0108656796895265, 0.020296346153846, 0.0118238566027139, 0.0245601923076922, 0.0166157189721523, 0.0414651923076924, 0.0294763461700811, 0.0877515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 675, '2021-05-23 00:00:00', 0.00974835306800398, 0.0142915384615385, 0.00940763491286981, 0.0180594230769231, 0.0100905598380939, 0.0219346153846156, 0.0177491187094327, 0.0407651923076925, 0.0300862798656437, 0.0880069230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 690, '2021-05-23 00:00:00', 0.00454312910211255, 0.0118440384615386, 0.00529109136626409, 0.0148246153846153, 0.00763691580165296, 0.0202248076923076, 0.0168627406762773, 0.039268653846154, 0.0315275961585791, 0.0883184615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 705, '2021-05-23 00:00:00', 0.00378064866737907, 0.0102471153846153, 0.00621084172729738, 0.0140548076923078, 0.00708783931490035, 0.0195119230769231, 0.0155888734987981, 0.0415401923076926, 0.030146204509791, 0.0884228846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 720, '2021-05-23 00:00:00', 0.00469993671397664, 0.0102063461538463, 0.00538871199467334, 0.0142348076923077, 0.0081608232522122, 0.0192919230769233, 0.0160857608652927, 0.0425138461538463, 0.0294756255260824, 0.0884580769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 735, '2021-05-23 00:00:00', 0.00463481202008629, 0.00971269230769225, 0.0066690279305504, 0.0132234615384614, 0.00945749518188525, 0.0186836538461539, 0.0161793548281084, 0.0447244230769233, 0.0295726684210006, 0.0881234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 750, '2021-05-23 00:00:00', 0.00447785156245548, 0.00959384615384608, 0.00751763120680571, 0.0137698076923078, 0.00772853715882804, 0.0186188461538463, 0.0169212388173968, 0.0463136538461541, 0.0287498001999744, 0.0895534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 765, '20[...];[ Date: 2021-05-23 16:52:54 - Database: acaweb_fx - User: pgperfstats ]
9 23s769ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987980, 1, 1020, '2021-05-23 00:00:00', 0.00521705413486892, 0.0121996153846153, 0.00810043308433845, 0.0159480769230769, 0.0130678074848666, 0.0241676923076923, 0.015238962255199, 0.031661153846154, 0.0190858234914334, 0.0731171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1035, '2021-05-23 00:00:00', 0.00449470938565959, 0.00985269230769207, 0.00687606894626889, 0.0147530769230768, 0.0143829309038392, 0.0224142307692306, 0.0145400159506841, 0.0293696153846153, 0.0197127440241468, 0.0745848076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1050, '2021-05-23 00:00:00', 0.00534929092353518, 0.0106957692307691, 0.0108877106885911, 0.0170909615384613, 0.0129604025771401, 0.0209548076923075, 0.0131595504087921, 0.0273148076923076, 0.019757876907315, 0.0746167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1065, '2021-05-23 00:00:00', 0.00697552983375017, 0.0123476923076923, 0.00943772878479685, 0.0163388461538462, 0.0088459282354173, 0.0194828846153846, 0.0105063946315492, 0.025606923076923, 0.0195943961494489, 0.0735823076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1080, '2021-05-23 00:00:00', 0.00676409667628677, 0.0109246153846155, 0.00587606608657925, 0.0142644230769232, 0.00602343605300309, 0.0182732692307694, 0.00771930441515602, 0.0240544230769231, 0.0207004888097248, 0.0757701923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1095, '2021-05-23 00:00:00', 0.00395755412033544, 0.00968115384615395, 0.00458259509952095, 0.0124903846153847, 0.00622335998785719, 0.0167315384615383, 0.00770863970839546, 0.0229130769230768, 0.0211811499106745, 0.0770515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1110, '2021-05-23 00:00:00', 0.00356940647942823, 0.00818884615384632, 0.00483153014462914, 0.0116334615384617, 0.00566111818595782, 0.0135236538461538, 0.00648532947979816, 0.0212973076923076, 0.0207996511000694, 0.0770417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1125, '2021-05-23 00:00:00', 0.00336118701560127, 0.00722807692307725, 0.00327785028052506, 0.00924769230769222, 0.00356959619026281, 0.0118698076923077, 0.00539636135600806, 0.0207967307692307, 0.0207826230270535, 0.0772467307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1140, '2021-05-23 00:00:00', 0.00257230208926972, 0.00599596153846124, 0.00274795603060765, 0.0078478846153845, 0.00416393713929496, 0.0112474999999999, 0.00583177001762444, 0.0211565384615385, 0.0208465204659785, 0.0775534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1155, '2021-05-23 00:00:00', 0.00212617453513266, 0.00539692307692318, 0.0033738838382266, 0.00802307692307688, 0.00417077140992449, 0.0108219230769231, 0.00647481081695717, 0.0207613461538464, 0.0206209083335337, 0.0779725 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1170, '2021-05-23 00:00:00', 0.00274802385640753, 0.00563865384615368, 0.0035883053853401, 0.00744846153846145, 0.00389540079896992, 0.0103492307692309, 0.00645614498276328, 0.0201759615384616, 0.020488844875838, 0.0779378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1185, '2021-05-23 00:00:00', 0.00250596526005731, 0.00472673076923062, 0.00270073640242527, 0.00697634615384604, 0.00333546721441873, 0.00911653846153842, 0.00712628336889892, 0.0200644230769231, 0.0206144174267951, 0.0781196153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1200, '2021-05-23 00:00:00', 0.00223525002043317, 0.00500557692307695, 0.00311390601236575, 0.00686557692307711, 0.00386478509702093, 0.00959538461538469, 0.00732417028380393, 0.0208421153846155, 0.0202821594397259, 0.0784615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1215, '2021-05-23 00:00:00', 0.00228009200219233, 0.00467346153846163, 0.00254978505881464, 0.00652038461538475, 0.003263062041184, 0.00924673076923086, 0.00726726017571549, 0.0218273076923078, 0.0198627672456244, 0.078540576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1230, '2021-05-23 00:00:00', 0.00187215873957136, 0.00443711538461541, 0.00262039970527117, 0.00640884615384607, 0.00291417554642567, 0.00918134615384612, 0.00698987170565663, 0.0211726923076924, 0.0198537004223782, 0.0785076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1245, '2021-05-23 00:00:00', 0.00223821774049032, 0.00450442307692287, 0.00235188232306341, 0.00636730769230754, 0.00333804855474701, 0.00883192307692274, 0.0072923738142085, 0.0211003846153846, 0.0196645135371778, 0.0790494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1260, '2021-05-23 00:00:00', 0.00197459164230123, 0.00419192307692309, 0.00308517697410356, 0.00635019230769226, 0.0037121738862206, 0.0100898076923076, 0.00702470697171517, 0.0207309615384617, 0.0196781599280484, 0.0791619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1275, '2021-05-23 00:00:00', 0.00237909552949462, 0.00426653846153845, 0.00296223330510051, 0.00542692307692293, 0.00388651388185402, 0.011008076923077, 0.00707792135120521, 0.0211044230769231, 0.0198528659547025, 0.0795638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1290, '2021-05-23 00:00:00', 0.00161936346706407, 0.00339096153846147, 0.00361800914231073, 0.00764692307692299, 0.00403540758116852, 0.0110328846153847, 0.00671589996546671, 0.0206921153846155, 0.0196822376229471, 0.0798096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1305, '2021-05-23 00:00:00', 0.00314187819868689, 0.00637615384615391, 0.00362081620632675, 0.00907500000000017, 0.00502320873545974, 0.0118700000000001, 0.00669346038194124, 0.020436730769231, 0.0194812237255813, 0.0804453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1320, '2021-05-23 00:00:00', 0.00331445819333791, 0.00634365384615404, 0.00410688575631023, 0.00831615384615398, 0.00579247408612766, 0.0121890384615385, 0.00643254338979076, 0.0199876923076926, 0.0196238437709372, 0.0809478846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1335, '2021-05-23 00:00:00', 0.00277747405997736, 0.00479807692307681, 0.00403403661171004, 0.00723576923076906, 0.00456483815535834, 0.0112057692307692, 0.00561143924017326, 0.0190671153846155, 0.0199994734901851, 0.0815982692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1350, '2021-05-23 00:00:00', 0.00348859498387821, 0.00489519230769221, 0.00421396926442733, 0.00827019230769233, 0.00435852928617681, 0.0105665384615385, 0.00561900441496426, 0.018536153846154, 0.020106607057995, 0.0815642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1365, '2021-05-23 00:00:00', 0.00362566662835959, 0.00648749999999988, 0.00415125455087428, 0.00834288461538455, 0.00421067005904701, 0.0105428846153845, 0.0055100557619684, 0.0187125000000001, 0.0202424203069845, 0.0820217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1380, '2021-05-23 00:00:00', 0.00314567011938635, 0.00527750000000005, 0.00279454020574735, 0.00685019230769226, 0.00352787317166928, 0.0114563461538464, 0.0057570041220707, 0.0186276923076925, 0.0211589974569832, 0.0829257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1395, '2021-05-23 00:00:00', 0.00209358985036221, 0.00408269230769202, 0.00295805432414867, 0.00609576923076932, 0.00507549936914127, 0.0136253846153848, 0.00557702757886192, 0.0190038461538461, 0.0212891180337244, 0.0831605769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1410, '2021-05-23 00:00:00', 0.00221222908815098, 0.00439653846153845, 0.00312865409745773, 0.00954230769230793, 0.00487854384406478, 0.0136209615384618, 0.00647388651548563, 0.0199088461538462, 0.0212606277975548, 0.0831228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1425, '2021-05-23 00:00:00', 0.00301304504804338, 0.00841230769230787, 0.00461012758458513, 0.0125478846153848, 0.00531110707349736, 0.0137778846153847, 0.00728726235395619, 0.0205661538461538, 0.021076156918697, 0.0831073076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 0, '2021-05-23 00:00:00', 0.00460288674053088, 0.00926288461538477, 0.00467701946921179, 0.0103663461538463, 0.00545076105130867, 0.0115940384615384, 0.00792888288765531, 0.0212053846153845, 0.02098667798042, 0.083140576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 15, '2021-05-23 00:00:00', 0.00301275983665017, 0.00398979999999987, 0.00386770826847124, 0.0059011999999997, 0.00453669696291629, 0.0109611999999997, 0.00839260936280646, 0.0207275999999997, 0.021289378233836, 0.0832488 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 30, '2021-05-23 00:00:00', 0.0027572042452454, 0.0039223999999998, 0.00277483037019089, 0.00491239999999976, 0.00471569407227973, 0.0108131999999999, 0.00827869672210947, 0.0206855999999997, 0.0211727865175245, 0.0831908 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 45, '2021-05-23 00:00:00', 0.00229785281044321, 0.00326653846153839, 0.00521045973536362, 0.00972942307692293, 0.00578093954634219, 0.0108990384615384, 0.00931568961277363, 0.0219898076923075, 0.0207619900446798, 0.0830261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 60, '2021-05-23 00:00:00', 0.00544481124911231, 0.00908846153846154, 0.00606367204055298, 0.0102388461538463, 0.00557715345094483, 0.0113638461538462, 0.00959139597002671, 0.022639423076923, 0.0207619900446798, 0.0830261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 75, '2021-05-23 00:00:00', 0.00344647894457312, 0.00507365384615396, 0.00348077051593706, 0.00596076923076944, 0.0036123640671792, 0.00871192307692305, 0.00821959344867727, 0.0205376923076922, 0.0203759575367261, 0.0815384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 90, '2021-05-23 00:00:00', 0.00183605665448041, 0.00351096153846171, 0.00332747654444719, 0.00586307692307694, 0.00336493065993261, 0.00817711538461518, 0.00777045877271487, 0.0202865384615381, 0.0196979515295762, 0.0808223076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 105, '2021-05-23 00:00:00', 0.00336346815630258, 0.00461903846153829, 0.00335969669533071, 0.00646826923076888, 0.00466142649427609, 0.00928980769230745, 0.00739118884993353, 0.0202911538461534, 0.01962663053197, 0.0805909615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 120, '2021-05-23 00:00:00', 0.00207796712789596, 0.00466576923076893, 0.00293866906687623, 0.00618173076923047, 0.00413505034849834, 0.00919576923076913, 0.00750362798661672, 0.020395192307692, 0.0195548098824422, 0.0804315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 135, '2021-05-23 00:00:00', 0.00285385143945171, 0.00403096153846136, 0.00381872366917774, 0.00645730769230762, 0.00302968779808175, 0.0097519230769231, 0.00689561382608251, 0.0197459615384613, 0.0193434320924541, 0.0800263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 150, '2021-05-23 00:00:00', 0.00287622765762054, 0.00437346153846165, 0.0029763903280005, 0.00642423076923092, 0.00391520984799605, 0.0107169230769232, 0.00646692924394221, 0.0196003846153844, 0.0190843552449483, 0.0796263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 165, '2021-05-23 00:00:00', 0.00248548212317356, 0.00487576923076966, 0.00260336821031176, 0.00786596153846163, 0.00468882926178334, 0.0111096153846154, 0.00600126495960534, 0.020071346153846, 0.0188308047225815, 0.0795525000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 180, '2021-05-23 00:00:00', 0.00257163369954104, 0.00603826923076917, 0.00395249123484642, 0.00874480769230772, 0.00543399000593621, 0.011990769230769, 0.00574235166581146, 0.0197794230769227, 0.0184602843392135, 0.0795767307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 195, '2021-05-23 00:00:00', 0.00358644801783259, 0.00586076923076913, 0.00408639760481219, 0.00740423076923078, 0.00472334213894555, 0.010735192307692, 0.0054186917275725, 0.0184390384615381, 0.0180969109614363, 0.0795271153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 210, '2021-05-23 00:00:00', 0.00201463504043643, 0.00424788461538477, 0.00343409383411957, 0.00713269230769222, 0.0039253011839369, 0.0100692307692306, 0.0054666710162586, 0.0179599999999997, 0.0181348942278097, 0.0794805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 225, '2021-05-23 00:00:00', 0.0029503902023552, 0.0053528846153844, 0.00377658230211066, 0.00791673076923051, 0.0051522871097735, 0.0104873076923075, 0.00552496134340833, 0.0178403846153842, 0.0179035314995071, 0.0792330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 240, '2021-05-23 00:00:00', 0.00374476894634883, 0.00577730769230761, 0.00384668826594818, 0.00769884615384602, 0.00538074929368932, 0.0108298076923076, 0.00507636399252601, 0.0178892307692305, 0.0178986615829656, 0.0787876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 255, '2021-05-23 00:00:00', 0.00218783092441925, 0.00464192307692293, 0.00374368613082786, 0.00679538461538452, 0.00463084917034249, 0.00948903846153812, 0.00485546515635893, 0.0162817307692304, 0.0178052443019983, 0.0778655769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 270, '2021-05-23 00:00:00', 0.00314816909549771, 0.00504442307692313, 0.00393784002194889, 0.00689596153846153, 0.00445777433687052, 0.00955596153846133, 0.00491556451097313, 0.015982692307692, 0.0179368892680805, 0.0776661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 285, '2021-05-23 00:00:00', 0.0030709314297381, 0.00510038461538474, 0.00380553867611187, 0.00660115384615366, 0.00324184667814711, 0.00900173076923064, 0.0067414805837841, 0.0160023076923074, 0.0179779202923603, 0.0774109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 300, '2021-05-23 00:00:00', 0.00285316873776404, 0.00443461538461537, 0.00309676605509679, 0.0064299999999998, 0.00391728108710415, 0.00865365384615377, 0.00769399350392629, 0.0161140384615383, 0.018001584361896, 0.0772965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 315, '2021-05-23 00:00:00', 0.00234365540424467, 0.00472557692307675, 0.00228610260386182, 0.00596634615384608, 0.00311961385677521, 0.00826384615384601, 0.00662987440709439, 0.0172205769230766, 0.0179100498700074, 0.0771178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 330, '2021-05-23 00:00:00', 0.00122146168742467, 0.00354442307692308, 0.00268553169782059, 0.00571749999999999, 0.00331502147573975, 0.00805423076923077, 0.00699429985774141, 0.0196475000000001, 0.0179297987547159, 0.0770642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 345, '2021-05-23 00:00:00', 0.00265896035206372, 0.00465307692307683, 0.00301082054366478, 0.0058078846153846, 0.00357874475200474, 0.00851499999999985, 0.00910335519929973, 0.0215967307692308, 0.018142772059418, 0.07722 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 360, '2021-05-23 00:00:00', 0.00260041257081658, 0.00389346153846178, 0.00300622132482718, 0.00619057692307704, 0.00380692272253912, 0.00803615384615371, 0.00995630697675545, 0.0233938461538462, 0.0181245587627989, 0.0772028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 375, '2021-05-23 00:00:00', 0.00270017128374098, 0.00427980769230773, 0.00359920204831799, 0.00595076923076914, 0.00394526721333488, 0.00782576923076921, 0.00928278683287617, 0.0268107692307693, 0.018171496908197, 0.0771982692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 390, '2021-05-23 00:00:00', 0.00271288713649959, 0.00398384615384605, 0.00278941353086165, 0.00519038461538454, 0.00288774117873895, 0.006876346153846, 0.00809417039270593, 0.0293871153846153, 0.0181612123801078, 0.0770186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 405, '2021-05-23 00:00:00', 0.00149615193592919, 0.0032911538461538, 0.00184341886596198, 0.00487134615384613, 0.00222108577917671, 0.00639403846153846, 0.00781505605324658, 0.0321536538461538, 0.0181133458575119, 0.0770680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 420, '2021-05-23 00:00:00', 0.00198652457437993, 0.00390326923076917, 0.00215184898133235, 0.00485596153846149, 0.00338195980961445, 0.00673807692307701, 0.00795483884911491, 0.0333063461538462, 0.0180817759391986, 0.0769563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 435, '2021-05-23 00:00:00', 0.00220276340431404, 0.00323615384615363, 0.00222165579276783, 0.0045226923076923, 0.00343206381059567, 0.00736499999999993, 0.007213781244684, 0.0344103846153847, 0.0180238469523445, 0.0768398076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 450, '2021-05-23 00:00:00', 0.00163989752259564, 0.00332326923076947, 0.00301178429736396, 0.00485942307692324, 0.00373219741418667, 0.00761653846153843, 0.00679011250614839, 0.0351596153846154, 0.0179962507302536, 0.0767178846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 465, '2021-05-23 00:00:00', 0.0024649024321463, 0.00371000000000009, 0.0031627475457997, 0.0058409615384615, 0.00493219559472375, 0.00845923076923074, 0.00653927493040209, 0.0376961538461541, 0.0180403258455989, 0.0765388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 480, '2021-05-23 00:00:00', 0.002419150653559, 0.0044567307692308, 0.00303021353017567, 0.00596096153846154, 0.00531186832624681, 0.0091736538461539, 0.00726731393876835, 0.0390682692307694, 0.0183859145512159, 0.0767132692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 495, '2021-05-23 00:00:00', 0.00233372970717542, 0.00406711538461534, 0.00342142399504141, 0.00624807692307691, 0.00417236725373007, 0.0117025000000002, 0.00793495884338132, 0.0396596153846155, 0.0183047718200641, 0.0765592307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 510, '2021-05-23 00:00:00', 0.00267331673135703, 0.00462788461538459, 0.00451740395581367, 0.00702250000000005, 0.00489074622275422, 0.0142988461538464, 0.00915700288556, 0.0410003846153846, 0.0183027498743095, 0.0767301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 525, '2021-05-23 00:00:00', 0.00359552977266979, 0.00516288461538449, 0.00329602296481913, 0.00967076923076911, 0.00590457840610579, 0.016638076923077, 0.0095901207841114, 0.0415444230769229, 0.0181758756978753, 0.0765907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 540, '2021-05-23 00:00:00', 0.00329168989216075, 0.0084871153846154, 0.00464174418892124, 0.0125736538461539, 0.00722909182773681, 0.018700576923077, 0.00983051322903109, 0.0421378846153844, 0.0180048267246484, 0.0767007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 555, '2021-05-23 00:00:00', 0.00351389190871799, 0.0077578846153845, 0.00508927425686006, 0.0124573076923075, 0.0066342761503017, 0.0208909615384615, 0.00990005181998868, 0.0417590384615383, 0.0185990974605262, 0.0762721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 570, '2021-05-23 00:00:00', 0.00497511639214449, 0.00913634615384612, 0.00590965888642032, 0.0135119230769231, 0.00638560023381929, 0.0227028846153845, 0.0090610802972849, 0.0414130769230769, 0.0191057822308809, 0.076390576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 585, '2021-05-23 00:00:00', 0.0035858487676721, 0.00884423076923086, 0.00611714676135845, 0.0160775000000001, 0.00784511222648544, 0.0252496153846152, 0.00844109471801265, 0.0409809615384615, 0.0195797403111952, 0.0761644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 600, '2021-05-23 00:00:00', 0.00523361931318872, 0.0132236538461539, 0.00681570951213751, 0.017776923076923, 0.00760343178844513, 0.0256548076923076, 0.00880826555222205, 0.0409759615384615, 0.0206060950243818, 0.0765369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 615, '2021-05-23 00:00:00', 0.00405354494429059, 0.0111011538461539, 0.00607056901400902, 0.0174880769230769, 0.00604724928249325, 0.0223282692307692, 0.00899573521389231, 0.0376259615384615, 0.0220350069007337, 0.0760936538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 630, '2021-05-23 00:00:00', 0.00421917456382182, 0.0114049999999998, 0.00515540913843087, 0.0150657692307691, 0.0057879916671037, 0.0194915384615384, 0.00970041341109533, 0.0358928846153845, 0.022425073954942, 0.0762682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 645, '2021-05-23 00:00:00', 0.0045372283008292, 0.0101505769230768, 0.00525434548364842, 0.0143326923076922, 0.00702648845715002, 0.0204009615384616, 0.0104669616706753, 0.0341111538461536, 0.0225204299325337, 0.0761971153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 660, '2021-05-23 00:00:00', 0.00381550234619838, 0.00965692307692314, 0.00488662238628614, 0.0138821153846153, 0.00727126090271735, 0.0210763461538464, 0.00958950333196926, 0.0333219230769228, 0.02232033394429, 0.0753257692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 675, '2021-05-23 00:00:00', 0.0036873465600408, 0.0102755769230771, 0.00609442816147524, 0.0148688461538465, 0.00792311014350752, 0.0198771153846157, 0.00905681500520261, 0.0326709615384614, 0.0216000332024319, 0.0749178846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 690, '2021-05-23 00:00:00', 0.0049524250664155, 0.0111940384615386, 0.00595479718701338, 0.0156565384615386, 0.00825838678835977, 0.0207321153846153, 0.00838280838979398, 0.0325074999999997, 0.0210501848411398, 0.0742553846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 705, '2021-05-23 00:00:00', 0.00341026918066814, 0.0101017307692309, 0.00444165472024162, 0.0126855769230771, 0.00679083037009344, 0.0187536538461536, 0.00956167759661139, 0.0329123076923075, 0.0213250545395642, 0.0744086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 720, '2021-05-23 00:00:00', 0.00347111219152502, 0.00847538461538466, 0.00687734694206551, 0.0137401923076922, 0.00701924643391269, 0.0177674999999996, 0.0107113873499908, 0.0346898076923075, 0.0200364905993655, 0.0743965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 735, '2021-05-23 00:00:00', 0.00548339834268994, 0.00922423076923068, 0.00502385941131058, 0.0124092307692306, 0.00516329370505044, 0.0162267307692307, 0.0100761421417893, 0.0337573076923077, 0.0197379517797957, 0.0740723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 750, '2021-05-23 00:00:00', 0.00263035149011267, 0.00777480769230768, 0.00265339229173619, 0.0103344230769228, 0.00371549586710331, 0.0139365384615382, 0.0107502758122043, 0.0335140384615385, 0.0195392084832996, 0.072973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 765, '2021-05-23 00:00:00', 0.00202160739549957, 0.00792769230769211, 0.00308038714474964, 0.0108601923076922, 0.00418350236505995, 0.0144290384615384, 0.0115817086755866, 0.0351246153846155, 0.0194547165845359, 0.0731207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 780, '2021-05-23 00:00:00', 0.00220675013398561, 0.00709807692307685, 0.00231142583368244, 0.00939923076923075, 0.00513933940681683, 0.0138765384615385, 0.0130675488196464, 0.0374580769230771, 0.0197590875451116, 0.0725011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 795, '2021-05-23 00:00:00', 0.00206799628031201, 0.00626615384615384, 0.00377235384587141, 0.0102865384615382, 0.00522175168074677, 0.013768846153846, 0.015010363165032, 0.0395221153846154, 0.020054702993409, 0.0723569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 810, '2021-05-23 00:00:00', 0.00280021516343631, 0.00753480769230748, 0.00379180793087066, 0.0104042307692308, 0.00610829096077934, 0.0143526923076921, 0.0156186583893946, 0.0398867307692309, 0.0201238514292407, 0.0725821153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 825, '2021-05-23 00:00:00', 0.00322656466516008, 0.00760653846153867, 0.00474572358509766, 0.0104028846153847, 0.00592263049990972, 0.0138890384615385, 0.0150438875256567, 0.0406332692307693, 0.0200644120282271, 0.0728140384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 840, '2021-05-23 00:00:00', 0.00260510050005461, 0.00783884615384632, 0.0039938925103983, 0.0104192307692308, 0.00526041057186749, 0.0141607692307693, 0.0172681493251413, 0.0432213461538461, 0.0204708509837769, 0.0735950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 855, '2021-05-23 00:00:00', 0.00331988711578242, 0.00775230769230778, 0.00327214698395643, 0.0102267307692309, 0.00587671399547544, 0.0150807692307692, 0.0168041364836619, 0.0449898076923077, 0.0203567872455733, 0.0743348076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 870, '2021-05-23 00:00:00', 0.00264885459280901, 0.00775442307692309, 0.0051118106531683, 0.011823076923077, 0.00688473254047279, 0.0166969230769229, 0.0164834687303556, 0.0449607692307692, 0.0206210280688279, 0.0744511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 885, '2021-05-23 00:00:00', 0.00416218237873426, 0.00827692307692299, 0.00447248917098919, 0.0112392307692308, 0.00824359202887077, 0.0193084615384616, 0.0165221262845172, 0.0446201923076924, 0.0208036416680795, 0.0743255769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 900, '2021-05-23 00:00:00', 0.00253705411517638, 0.00769960000000012, 0.00398079699934569, 0.0119602, 0.00933548145517938, 0.0216766000000001, 0.0158440836828765, 0.0447176000000002, 0.0188486635313136, 0.0753824000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 915, '2021-05-23 00:00:00', 0.00437622262916313, 0.00929749999999994, 0.00831185414842048, 0.0155592307692309, 0.00995791198572161, 0.0218113461538464, 0.015844540609162, 0.0439813461538461, 0.0203982532547804, 0.0734903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 930, '2021-05-23 00:00:00', 0.0074988403744538, 0.0108551923076925, 0.00868360978864991, 0.0158451923076924, 0.00878491252309664, 0.0213790384615387, 0.0158040373906845, 0.0429496153846154, 0.0209825137206786, 0.0731659615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 945, '2021-05-23 00:00:00', 0.00483337044769135, 0.0101617307692309, 0.00543224534961948, 0.0138234615384617, 0.00578399632939574, 0.0211515384615386, 0.0134314724391862, 0.040116730769231, 0.0193943725700168, 0.071949230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 960, '2021-05-23 00:00:00', 0.0039462528282684, 0.0101892307692308, 0.00484086024221086, 0.0147282692307696, 0.00963456511533018, 0.0242551923076926, 0.0132787306984342, 0.0396401923076924, 0.019689302695978, 0.0725605769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 975, '2021-05-23 00:00:00', 0.00404629193973181, 0.0105873076923078, 0.00600810957405457, 0.0155905769230769, 0.0110424789179715, 0.025665576923077, 0.0124427437674147, 0.0392576923076925, 0.0192776092407348, 0.0722640384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 990, '2021-05-23 00:00:00', 0.00422959552985314, 0.0116128846153847, 0.00874711353049584, 0.0185163461538462, 0.0101564258401347, 0.0242203846153847, 0.010863092257024, 0.0374857692307693, 0.0194107800986584, 0.0709159615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1005, '2021-05-23 00:00:00', 0.00661652760429956, 0.0131084615384615, 0.00816675223319893, 0.0190109615384615, 0.00952673084818941, 0.0229055769230768, 0.0106665298318545, 0.0360305769230769, 0.0221549310963634, 0.0727667307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1020, '2021-05-23 00:00:00', 0.00763637627764924, 0.013444423076923, 0.0078232281773821, 0.0165686538461539, 0.00851170712335909, 0.0230369230769229, 0.0102111061783048, 0.0331192307692306, 0.0214903020023883, 0.0712780769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1035, '2021-05-23 00:00:00', 0.00437126415881659, 0.00994711538461567, 0.00477892939410548, 0.0137219230769231, 0.00846674388643343, 0.0222040384615385, 0.00960312700874833, 0.0309978846153846, 0.0213663169606169, 0.0711676923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1050, '2021-05-23 00:00:00', 0.00300025921956997, 0.00997423076923064, 0.00697025145777476, 0.0162057692307694, 0.00851778808413032, 0.0204353846153847, 0.00947475392008439, 0.0296146153846154, 0.020607242953725, 0.0708330769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1065, '2021-05-23 00:00:00', 0.00619402245345031, 0.0132169230769232, 0.00718563507176766, 0.0168257692307693, 0.00749726727907231, 0.019660576923077, 0.00838618820534017, 0.0285711538461539, 0.0203147199227177, 0.0699965384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1080, '2021-05-23 00:00:00', 0.00588453192701026, 0.0114900000000002, 0.00574079446726549, 0.0135963461538461, 0.00650947139824853, 0.0172067307692307, 0.00773554596551637, 0.0264607692307691, 0.0218899805364147, 0.0700517307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1095, '2021-05-23 00:00:00', 0.0033429234787256, 0.00863076923076927, 0.00517844951550331, 0.0119042307692308, 0.00604647831704207, 0.0154640384615384, 0.00819938054883525, 0.0247757692307691, 0.0219347459077707, 0.0697559615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1110, '2021-05-23 00:00:00', 0.00389620659695506, 0.00824038461538468, 0.00458878376713686, 0.0110276923076925, 0.005123060743795, 0.0138642307692307, 0.0076659990567741, 0.0234765384615385, 0.0219776177971696, 0.0694540384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1125, '2021-05-23 00:00:00', 0.00338055380078463, 0.00707000000000037, 0.00375477251692371, 0.00976557692307691, 0.00404933172074306, 0.0124107692307693, 0.00707748558132376, 0.022793076923077, 0.0217596934341033, 0.068827884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1140, '2021-05-23 00:00:00', 0.00320931280087241, 0.00657057692307687, 0.00323388366186219, 0.00856653846153834, 0.0036779186840049, 0.0119403846153846, 0.00816449875280852, 0.0230017307692307, 0.0218916566404085, 0.068612307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1155, '2021-05-23 00:00:00', 0.00257162253480924, 0.00559769230769226, 0.00316011905812713, 0.00808730769230781, 0.00365443579250435, 0.0111598076923078, 0.00865678842785303, 0.0224482692307692, 0.0227424244563733, 0.0685969230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1170, '2021-05-23 00:00:00', 0.00231968578774081, 0.00566192307692333, 0.00324282872718333, 0.00807692307692325, 0.00384469354585474, 0.0109126923076925, 0.00837223928321323, 0.0217038461538461, 0.0228379661537201, 0.0687459615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1185, '2021-05-23 00:00:00', 0.00303876033048881, 0.00572211538461534, 0.00347817116511583, 0.00759942307692301, 0.00426818681102913, 0.010695576923077, 0.00846879433794783, 0.0205734615384614, 0.0227556124175994, 0.0687575000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1200, '2021-05-23 00:00:00', 0.00273516552726476, 0.00542230769230772, 0.00308743981566974, 0.0073188461538464, 0.00380029359189708, 0.0100357692307693, 0.00848542528964526, 0.0200478846153846, 0.0228653397937713, 0.0687532692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1215, '2021-05-23 00:00:00', 0.00245562540992029, 0.00415807692307713, 0.00298176968619956, 0.00638269230769246, 0.00394816193358932, 0.00977942307692308, 0.00756922827333444, 0.0196155769230768, 0.0222428099947272, 0.0692626923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1230, '2021-05-23 00:00:00', 0.00232063731299421, 0.00455846153846141, 0.00261563465603378, 0.00678557692307686, 0.0037261395623972, 0.00988596153846154, 0.0071639337281649, 0.0193423076923074, 0.0222228535071443, 0.0693050000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1245, '2021-05-23 00:00:00', 0.00254065691081295, 0.00540153846153853, 0.0033536755783192, 0.00800673076923073, 0.00446787578592587, 0.0102359615384618, 0.00703470467369839, 0.0192196153846153, 0.0223378584685627, 0.070189807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1260, '2021-05-23 00:00:00', 0.00299253396613304, 0.00552346153846156, 0.00345360888725917, 0.00746711538461541, 0.00463717440905567, 0.0103375000000001, 0.00663328982365589, 0.019808269230769, 0.0222103852294026, 0.0702390384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1275, '2021-05-23 00:00:00', 0.00261587359286472, 0.00438557692307678, 0.00327373611548759, 0.00646807692307678, 0.00368501812958711, 0.00945384615384605, 0.00588309034763745, 0.0195459615384612, 0.0228977277450103, 0.0707732692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1290, '2021-05-23 00:00:00', 0.00241602875842569, 0.00443019230769239, 0.00259260213803718, 0.00683961538461532, 0.0033287086662273, 0.00910423076923072, 0.00625101368087324, 0.0193459615384613, 0.0229110011532923, 0.0715303846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1305, '2021-05-23 00:00:00', 0.00162822234353909, 0.00474499999999991, 0.00296372754509242, 0.00687980769230761, 0.00372903982795307, 0.0090459615384613, 0.00596915668570219, 0.0193234615384613, 0.0221780292736199, 0.0723926923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1320, '2021-05-23 00:00:00', 0.00255117671944646, 0.00470942307692324, 0.00283897113676495, 0.00591365384615406, 0.00491269333931523, 0.0109853846153846, 0.00614635862492222, 0.0192628846153845, 0.0221290998609037, 0.0726705769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1335, '2021-05-23 00:00:00', 0.00173628334270479, 0.00342461538461534, 0.0038043217529539, 0.00567499999999989, 0.00512732353707521, 0.0115694230769228, 0.00633661947304355, 0.0188021153846151, 0.02237706393489, 0.073242884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1350, '2021-05-23 00:00:00', 0.00321989345858152, 0.00422326923076901, 0.00453950653028067, 0.00869153846153839, 0.00534050896450898, 0.0112849999999997, 0.00642117424260136, 0.0185955769230766, 0.0224313712233903, 0.0736751923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1365, '2021-05-23 00:00:00', 0.00359104002505353, 0.00731769230769225, 0.00388813645791711, 0.00950634615384591, 0.00413733386838201, 0.0105415384615383, 0.00614802273405528, 0.0180365384615382, 0.0223243487052901, 0.0737036538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1380, '2021-05-23 00:00:00', 0.00351399943632073, 0.00537096153846133, 0.00354844065969625, 0.00672865384615368, 0.00367285942368532, 0.00961288461538464, 0.00663986780452256, 0.0183626923076922, 0.0223343434509416, 0.0739307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1395, '2021-05-23 00:00:00', 0.0022453378108017, 0.00383673076923084, 0.00277882238477995, 0.00538538461538481, 0.00613163086913944, 0.0118636538461537, 0.00694539559708414, 0.0189449999999999, 0.0223151584604588, 0.0739613461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1410, '2021-05-23 00:00:00', 0.00212010881433364, 0.00379923076923069, 0.00312995046040907, 0.00759326923076926, 0.0058888430527566, 0.0114724999999998, 0.00703257451763944, 0.0188571153846152, 0.0223913748092018, 0.0742696153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1425, '2021-05-23 00:00:00', 0.00319776677482182, 0.00669788461538452, 0.00618028299078231, 0.0109303846153844, 0.00597253873671306, 0.0114901923076922, 0.0072157314598034, 0.0192174999999998, 0.0225347916487783, 0.0743755769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 0, '2021-05-23 00:00:00', 0.00570112450783577, 0.00751557692307675, 0.00555502892397082, 0.00798788461538447, 0.00593821205932705, 0.00977730769230764, 0.00766749606104571, 0.0191503846153844, 0.0225347916487783, 0.0743755769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 15, '2021-05-23 00:00:00', 0.00181836794956352, 0.00260500000000011, 0.00266144275505999, 0.00413153846153851, 0.00398270559853684, 0.0100567307692308, 0.00581893071065339, 0.0189188461538462, 0.022220132908278, 0.0738726923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 30, '2021-05-23 00:00:00', 0.0025548740748736, 0.00309653846153868, 0.00328739481259027, 0.00534942307692313, 0.00408869445497638, 0.0103078846153847, 0.00585143640813618, 0.0192140384615384, 0.0222277967073108, 0.0738573076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 45, '2021-05-23 00:00:00', 0.00270408887683908, 0.00398442307692309, 0.00423487457356735, 0.00904442307692304, 0.0051297221997059, 0.0108253846153847, 0.00583670515919593, 0.0193263461538461, 0.0222277967073108, 0.0738573076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 60, '2021-05-23 00:00:00', 0.00432712763140441, 0.00810346153846146, 0.0043750589666358, 0.00902019230769236, 0.00523654101923738, 0.0109503846153845, 0.00635964169285797, 0.0191976923076923, 0.0222355328351164, 0.0738423076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 75, '2021-05-23 00:00:00', 0.00191746030948786, 0.00425596153846159, 0.00385690376019242, 0.00629115384615378, 0.00415167147525695, 0.00875096153846147, 0.00604741216427449, 0.0177117307692307, 0.0225528480318152, 0.073137884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 90, '2021-05-23 00:00:00', 0.00313975844857297, 0.00452365384615374, 0.00317460280374395, 0.00555480769230735, 0.00345171237882795, 0.00809788461538447, 0.00613424022315597, 0.0176986538461537, 0.0225831729842921, 0.073535961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 105, '2021-05-23 00:00:00', 0.00181180071921645, 0.00371038461538434, 0.00267753601570263, 0.00595365384615385, 0.00268294035743211, 0.00787519230769233, 0.00595166583015596, 0.0177680769230768, 0.0226314768995275, 0.0736244230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 120, '2021-05-23 00:00:00', 0.00246717946246323, 0.00474750000000002, 0.00251908249475586, 0.00606384615384622, 0.00444945644044137, 0.00904384615384613, 0.00601652611242877, 0.0177523076923077, 0.0227110331235385, 0.073528461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 135, '2021-05-23 00:00:00', 0.00190136280073026, 0.00401750000000013, 0.00221611785475263, 0.00554211538461539, 0.00519155777718471, 0.0102130769230769, 0.00614479134026403, 0.0176061538461539, 0.0228119457816766, 0.0736471153846159 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 150, '2021-05-23 00:00:00', 0.00218393505996717, 0.00393711538461569, 0.00423847291077629, 0.00693115384615408, 0.0049019179448928, 0.0107365384615386, 0.00603616632028582, 0.0177003846153845, 0.022811259662382, 0.0736507692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 165, '2021-05-23 00:00:00', 0.00384614132805614, 0.00559865384615396, 0.00410307209483125, 0.00862384615384605, 0.00543153053936, 0.0111299999999999, 0.00582404606913298, 0.017558846153846, 0.0227134523000053, 0.0737457692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 180, '2021-05-23 00:00:00', 0.00355477152787405, 0.00741615384615382, 0.00409203478160275, 0.00921557692307696, 0.00485666017325293, 0.0112759615384616, 0.0058587702207887, 0.0175524999999999, 0.0227208870526998, 0.0737323076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 195, '2021-05-23 00:00:00', 0.00330385840286073, 0.00557211538461555, 0.00361276041914681, 0.00762038461538471, 0.00393281799535824, 0.0103342307692311, 0.00534325785453037, 0.0164724999999999, 0.0228719250711771, 0.073382307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 210, '2021-05-23 00:00:00', 0.00297044767410813, 0.00540576923076927, 0.00292718744636423, 0.00706711538461532, 0.00386911037777195, 0.0100113461538463, 0.00582239131417523, 0.0162261538461537, 0.0229683391223324, 0.0733059615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 225, '2021-05-23 00:00:00', 0.00179685378883815, 0.00462846153846142, 0.00244883485638522, 0.00688692307692327, 0.00267458209532164, 0.00920576923076937, 0.00572815717782319, 0.0152005769230768, 0.023050962052341, 0.0732134615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 240, '2021-05-23 00:00:00', 0.00216315877471265, 0.00496173076923109, 0.00269771847336564, 0.00654519230769253, 0.00273207514819501, 0.00836115384615391, 0.00532660665541774, 0.0154823076923078, 0.0230425613301528, 0.0732055769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 255, '2021-05-23 00:00:00', 0.00291073332684386, 0.00459749999999996, 0.00311721424574027, 0.00622557692307695, 0.00362534639724253, 0.00831749999999988, 0.00556151183444005, 0.0156632692307691, 0.0229504201411184, 0.0734705769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 270, '2021-05-23 00:00:00', 0.0026604048347226, 0.00410826923076927, 0.00266078210017569, 0.00540923076923075, 0.00387820990128963, 0.00798403846153839, 0.00571498454469961, 0.0155921153846154, 0.0230291043756843, 0.0738171153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 285, '2021-05-23 00:00:00', 0.00172647111183475, 0.00350249999999995, 0.00304957046786295, 0.0060259615384614, 0.00346486348382415, 0.00790980769230763, 0.00601943148350561, 0.0155557692307691, 0.0231212487693431, 0.0738255769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 300, '2021-05-23 00:00:00', 0.00292668313178016, 0.00483692307692299, 0.00332406744007313, 0.00602288461538459, 0.0030368055648101, 0.00764403846153849, 0.00648030593116872, 0.0161848076923075, 0.0231655074833586, 0.0738101923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 315, '2021-05-23 00:00:00', 0.0018966925564904, 0.00368442307692311, 0.00253181601743766, 0.00547288461538471, 0.00291967769559466, 0.00718038461538463, 0.00767329913000017, 0.0175034615384615, 0.0233047321836972, 0.0739480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 330, '2021-05-23 00:00:00', 0.00212144276015523, 0.00406923076923092, 0.00216092399218481, 0.00515250000000027, 0.00365957984137311, 0.00718884615384612, 0.0069931471840982, 0.0194415384615385, 0.0233415975064658, 0.0739219230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 345, '2021-05-23 00:00:00', 0.00154116120057353, 0.00337961538461554, 0.00255258497183935, 0.00519596153846173, 0.00350933668946144, 0.006755, 0.00705147200126422, 0.0206292307692309, 0.0231400610206298, 0.0738409615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 360, '2021-05-23 00:00:00', 0.00238673533062642, 0.00407346153846146, 0.00374664915419309, 0.00567173076923072, 0.00381941390993226, 0.00725115384615371, 0.00878431704801234, 0.023725, 0.0231066979175704, 0.0738255769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 375, '2021-05-23 00:00:00', 0.00276659052181295, 0.00388634615384612, 0.00260519374740906, 0.004732692307692, 0.00356994714462056, 0.00673884615384608, 0.00880189772369917, 0.0268315384615385, 0.0231129846165444, 0.073846730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 390, '2021-05-23 00:00:00', 0.00129829059210115, 0.0028876923076921, 0.00255041960348611, 0.00444307692307679, 0.00328385461240073, 0.006856346153846, 0.00879236645313167, 0.0286146153846155, 0.0231687052068419, 0.0740351923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 405, '2021-05-23 00:00:00', 0.00247313771429038, 0.00349807692307697, 0.0025543069284281, 0.00480826923076928, 0.00297556464583436, 0.00672519230769207, 0.00979846444798693, 0.0317834615384616, 0.0231687052068419, 0.0740351923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 420, '2021-05-23 00:00:00', 0.0018660950177806, 0.00355615384615395, 0.00241416570236241, 0.00515903846153835, 0.00418244236706839, 0.00743692307692315, 0.010290308646414, 0.0332690384615387, 0.0231721981502703, 0.0740313461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 435, '2021-05-23 00:00:00', 0.00202694484005238, 0.0034442307692308, 0.00194233682613327, 0.00427711538461538, 0.00386218174690861, 0.00779038461538463, 0.0107097448382304, 0.0352575000000002, 0.023174658756097, 0.0740826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 450, '2021-05-23 00:00:00', 0.0017689681042477, 0.00325692307692303, 0.00416058409823222, 0.00560596153846172, 0.00407803922058337, 0.00889326923076917, 0.0111937870215857, 0.0363082692307694, 0.0232101046628735, 0.074092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 465, '2021-05-23 00:00:00', 0.00423879387779865, 0.00440846153846162, 0.00406784791429653, 0.00638442307692303, 0.0044676329303111, 0.00974499999999994, 0.0104695874744241, 0.0377382692307693, 0.0232828454520954, 0.074042884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 480, '2021-05-23 00:00:00', 0.00202599050798878, 0.00465346153846123, 0.00240465514079522, 0.00663211538461505, 0.00353007803901526, 0.00972019230769196, 0.0110221803807665, 0.0376578846153846, 0.022766533241716, 0.0736696153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 495, '2021-05-23 00:00:00', 0.00202064011183018, 0.00439269230769217, 0.00328717170925922, 0.00664538461538446, 0.00458249175163963, 0.012095576923077, 0.0109765638118395, 0.0382063461538463, 0.022579025474644, 0.0737642307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 510, '2021-05-23 00:00:00', 0.00284371493215925, 0.0046638461538462, 0.00358497690154575, 0.00720423076923077, 0.0046255967307348, 0.0147036538461539, 0.01097095519297, 0.0388496153846155, 0.0226444369131889, 0.0738113461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 525, '2021-05-23 00:00:00', 0.00320021177183889, 0.00561423076923057, 0.00391289507712827, 0.0104817307692307, 0.0047206172388136, 0.0165113461538461, 0.0110207377318329, 0.038783076923077, 0.0227257771475817, 0.073574807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 540, '2021-05-23 00:00:00', 0.00313510228639413, 0.00882211538461529, 0.00419726886017757, 0.0124717307692306, 0.0063607536079884, 0.0186876923076924, 0.0115159734883602, 0.037969230769231, 0.0233048936632169, 0.0729844230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 555, '2021-05-23 00:00:00', 0.00387957721725135, 0.0080092307692307, 0.00452530905021962, 0.0114550000000001, 0.00746120687546323, 0.0202940384615387, 0.0125102678443935, 0.0368384615384617, 0.0241081167946529, 0.072759230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 570, '2021-05-23 00:00:00', 0.00366542857185672, 0.00772115384615403, 0.00525562788827339, 0.0128175, 0.00816843437592845, 0.0209219230769231, 0.012305770134997, 0.0370638461538462, 0.0237595502935946, 0.0728069230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 585, '2021-05-23 00:00:00', 0.0047241463901304, 0.00994365384615378, 0.00655957034533379, 0.0160436538461538, 0.0106350646159118, 0.0226857692307692, 0.0127612567577987, 0.0378509615384616, 0.0237369619791582, 0.0731300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 600, '2021-05-23 00:00:00', 0.00512614670098298, 0.012545, 0.00677225975239021, 0.0162080769230769, 0.00958272233682129, 0.0226457692307693, 0.0126166346497238, 0.0375232692307694, 0.0237868843984373, 0.0742107692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 615, '2021-05-23 00:00:00', 0.00431335235055062, 0.0111924999999998, 0.00686933465594632, 0.0154038461538461, 0.00704703995687858, 0.0221769230769232, 0.0127400654870915, 0.036901153846154, 0.0238018405267647, 0.0740576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 630, '2021-05-23 00:00:00', 0.00526765080102496, 0.0105801923076923, 0.00602986530019219, 0.0148084615384616, 0.00653016902832247, 0.0210884615384617, 0.0140543823606184, 0.0356534615384618, 0.0239004189921434, 0.0736700000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 645, '2021-05-23 00:00:00', 0.00341728310886772, 0.0100396153846154, 0.00437029999410364, 0.0144609615384617, 0.00715234394070617, 0.0209446153846155, 0.0115626567082938, 0.0339780769230772, 0.0226899238878951, 0.0722490384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 660, '2021-05-23 00:00:00', 0.00427770772547812, 0.0103257692307693, 0.00554753676453302, 0.0145080769230771, 0.00702831117968344, 0.0189640384615385, 0.0117555241498824, 0.0327459615384618, 0.0220042037146403, 0.0722286538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 675, '2021-05-23 00:00:00', 0.00375001822046853, 0.00885057692307691, 0.00533008708616989, 0.0137571153846153, 0.00666735604672865, 0.0165694230769232, 0.0128217145679329, 0.0328623076923079, 0.0223874660812355, 0.0726134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 690, '2021-05-23 00:00:00', 0.00524343651258772, 0.0109176923076923, 0.00500756967384981, 0.0128809615384615, 0.00585527894625555, 0.0166315384615384, 0.0140023575885799, 0.0325240384615385, 0.0230680637887436, 0.0723301923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 705, '2021-05-23 00:00:00', 0.00272367546496684, 0.00758596153846151, 0.00507512653877887, 0.0106692307692309, 0.00581797168264007, 0.0147225000000001, 0.0141589136059234, 0.0344125, 0.0234864360110256, 0.0721725000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 720, '2021-05-23 00:00:00', 0.00323981951064251, 0.00762769230769254, 0.00455036752953514, 0.0111155769230771, 0.00570369741078962, 0.0147780769230774, 0.01418500819663, 0.0365784615384616, 0.0242861014550424, 0.0735117307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 735, '2021-05-23 00:00:00', 0.00309901307490964, 0.00779403846153827, 0.00444568224408633, 0.0104111538461539, 0.00465485369926241, 0.0143201923076923, 0.01383393228623, 0.0366774999999999, 0.0241311711596943, 0.0732965384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 750, '2021-05-23 00:00:00', 0.00273857456605557, 0.00717057692307704, 0.00308878465021195, 0.00961384615384642, 0.00515790999712649, 0.0154134615384618, 0.0131052967976253, 0.0363280769230769, 0.0241890894699369, 0.07287923[...];[ Date: 2021-05-23 16:56:09 - Database: acaweb_fx - User: pgperfstats ]
10 23s754ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987995, 1, 1020, '2021-05-23 00:00:00', 0.000257191338531022, 0.000709230769230761, 0.000334287531694126, 0.000913076923076901, 0.000559064740987452, 0.00139076923076921, 0.00071330813818432, 0.00195749999999998, 0.00227076652595216, 0.00520384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1035, '2021-05-23 00:00:00', 0.000318185540937253, 0.000650961538461524, 0.000384473866272019, 0.000931923076923067, 0.00058709968358154, 0.00133096153846153, 0.000826088954979084, 0.00197980769230767, 0.00226152120349253, 0.00520307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1050, '2021-05-23 00:00:00', 0.000273211456568007, 0.000687499999999995, 0.000427789128498519, 0.00106653846153846, 0.000487974778667281, 0.00122576923076922, 0.000761402349918574, 0.00187653846153844, 0.00227606151904154, 0.00520403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1065, '2021-05-23 00:00:00', 0.00043083925255069, 0.000847692307692318, 0.000476625639259983, 0.000995000000000002, 0.000484945714646328, 0.00120211538461539, 0.000726334871910885, 0.00177711538461538, 0.00228517611676114, 0.00523826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1080, '2021-05-23 00:00:00', 0.000183208582264547, 0.000565769230769214, 0.000208854384311549, 0.000698076923076902, 0.000320683644734181, 0.000959999999999986, 0.000679834284106157, 0.00166557692307693, 0.00232152244476303, 0.00530269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1095, '2021-05-23 00:00:00', 0.000139779634259964, 0.000457884615384617, 0.000281865011335924, 0.00070173076923078, 0.000302758916530055, 0.00088480769230769, 0.000649141326321507, 0.0017426923076923, 0.00233026954532007, 0.00529307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1110, '2021-05-23 00:00:00', 0.000261916310767701, 0.000528076923076932, 0.000282509359953828, 0.00067653846153847, 0.000371254836798328, 0.000883076923076935, 0.000665407798617883, 0.00179846153846154, 0.00233508182198926, 0.00529365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1125, '2021-05-23 00:00:00', 0.000194660355096113, 0.000455576923076901, 0.00023519460027812, 0.000627499999999986, 0.000328561491727384, 0.000795576923076909, 0.000652537090015677, 0.00171557692307691, 0.00232036071466356, 0.0052696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1140, '2021-05-23 00:00:00', 0.000163595185183963, 0.000444230769230776, 0.000251173017291637, 0.000578269230769244, 0.000249105476578761, 0.000731538461538446, 0.000679326589634613, 0.00172115384615384, 0.00231300271043111, 0.00529346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1155, '2021-05-23 00:00:00', 0.000214751376820156, 0.000423076923076936, 0.000226552167536261, 0.000518269230769244, 0.000380544953374043, 0.000842307692307702, 0.000693092734388072, 0.00168153846153846, 0.0023116821048419, 0.00530807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1170, '2021-05-23 00:00:00', 0.000130662365837109, 0.000330576923076945, 0.000139343515760898, 0.000516153846153837, 0.000402897820602364, 0.000820576923076936, 0.000730609018875024, 0.00171846153846153, 0.00231105973860147, 0.00531365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1185, '2021-05-23 00:00:00', 0.000143003496460746, 0.000404999999999997, 0.00041229302499743, 0.000671538461538488, 0.000397934716331107, 0.000855961538461552, 0.000697228165943266, 0.00171134615384614, 0.00231040519256823, 0.00531807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1200, '2021-05-23 00:00:00', 0.000431186912888305, 0.000533076923076939, 0.000428261467581872, 0.000661730769230783, 0.000407600860571293, 0.000857692307692316, 0.000683600423099296, 0.00170346153846154, 0.00230773632842631, 0.00533980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1215, '2021-05-23 00:00:00', 0.000159735358062562, 0.000369230769230788, 0.000181013917866903, 0.000510961538461564, 0.000642798090083802, 0.000780769230769196, 0.000907513339592605, 0.00191230769230768, 0.00235802016857039, 0.00541134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1230, '2021-05-23 00:00:00', 0.000153429136737469, 0.000357500000000019, 0.000233249041551325, 0.000508653846153856, 0.000658671273211343, 0.000759615384615391, 0.00097134397377277, 0.00196365384615385, 0.00234747714824629, 0.00541980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1245, '2021-05-23 00:00:00', 0.000214425977903773, 0.000367500000000016, 0.000677531265245094, 0.000563846153846133, 0.000680406241774833, 0.000800576923076924, 0.00100884160531542, 0.00198923076923078, 0.00232728170917193, 0.00541807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1260, '2021-05-23 00:00:00', 0.000686603681452862, 0.000426153846153828, 0.000687690784716956, 0.000558846153846151, 0.000658598891587298, 0.000957499999999987, 0.00102037248100877, 0.00202000000000001, 0.00232344575014056, 0.00542307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1275, '2021-05-23 00:00:00', 0.000218558564585927, 0.000359615384615409, 0.000306169950291569, 0.000545961538461571, 0.000428724270365032, 0.00102750000000001, 0.00107780255434557, 0.00199711538461541, 0.00233751874529713, 0.00537326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1290, '2021-05-23 00:00:00', 0.000198200752928782, 0.00040153846153847, 0.000300884337604018, 0.000730769230769227, 0.000448204151630119, 0.00104980769230769, 0.00115707715320178, 0.00200346153846155, 0.00229312159595738, 0.0054094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1305, '2021-05-23 00:00:00', 0.000297231650142042, 0.000604423076923065, 0.000431682932076511, 0.000841923076923076, 0.000439443354186255, 0.000992307692307694, 0.0011516385650956, 0.00199423076923078, 0.00228425568587705, 0.00543903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1320, '2021-05-23 00:00:00', 0.000447021768528638, 0.000622307692307687, 0.000434864788888897, 0.000775769230769232, 0.000458418351089259, 0.000965769230769238, 0.00117802892742335, 0.00197192307692309, 0.00226337047003257, 0.00545826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1335, '2021-05-23 00:00:00', 0.00023316649713157, 0.000426153846153854, 0.00021961364676669, 0.000561923076923095, 0.000321422379671754, 0.000772884615384614, 0.00111501866145128, 0.00194115384615384, 0.00225598878202338, 0.00542923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1350, '2021-05-23 00:00:00', 0.000182219753214485, 0.000400961538461578, 0.000289431339008096, 0.000627500000000003, 0.000359271485091713, 0.000785000000000002, 0.00109693755519631, 0.001935, 0.00223419585430299, 0.00542634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1365, '2021-05-23 00:00:00', 0.000299290250168909, 0.000464423076923079, 0.000308658636435405, 0.000601923076923075, 0.000362757017638749, 0.00075557692307692, 0.00110607881552531, 0.00192711538461539, 0.00222337415966054, 0.00544442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1380, '2021-05-23 00:00:00', 0.000235730044428273, 0.000414423076923076, 0.000303940846977748, 0.000560961538461516, 0.000352769918480324, 0.000883846153846154, 0.00112736793529822, 0.0019476923076923, 0.0021949332651499, 0.00543403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1395, '2021-05-23 00:00:00', 0.00023961507593512, 0.000339230769230763, 0.000255832051278838, 0.000500961538461558, 0.000845325995377871, 0.00135096153846152, 0.00133146310500895, 0.00216499999999999, 0.00215097358993909, 0.00545076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1410, '2021-05-23 00:00:00', 0.00016383716118336, 0.000383846153846149, 0.000310372295056227, 0.000800192307692315, 0.000855923455420231, 0.00148480769230768, 0.00133487308529545, 0.00219807692307689, 0.00214104309589075, 0.00545153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1425, '2021-05-23 00:00:00', 0.000333098102897416, 0.000742884615384597, 0.000849975022257463, 0.00133846153846152, 0.00089442325637165, 0.0015451923076923, 0.00132320288868163, 0.00224673076923075, 0.00214104183841561, 0.00545192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 0, '2021-05-23 00:00:00', 0.000900661914713506, 0.00113173076923076, 0.000907326079964993, 0.00132884615384616, 0.000892833604964463, 0.00152538461538463, 0.00131346013965462, 0.00227653846153846, 0.00227209977435308, 0.00552423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 15, '2021-05-23 00:00:00', 0.000489987414804371, 0.000797799999999995, 0.000574468377429655, 0.00102080000000002, 0.000578767872294242, 0.00131580000000002, 0.00110932967747796, 0.0021904, 0.00214684714562228, 0.00549120000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 30, '2021-05-23 00:00:00', 0.000498757038379774, 0.000707400000000016, 0.000415260962127078, 0.00102399999999999, 0.000495128097903333, 0.00121319999999999, 0.00106721924489145, 0.00207559999999998, 0.00210212111132222, 0.00542560000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 45, '2021-05-23 00:00:00', 0.000270643464017506, 0.000778269230769231, 0.000343779670048232, 0.000922692307692315, 0.000408756839509953, 0.00105307692307693, 0.00102863427005835, 0.00197230769230768, 0.00206274626501808, 0.00534692307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 60, '2021-05-23 00:00:00', 0.000366293755590558, 0.000643653846153853, 0.000453188193206279, 0.000771538461538452, 0.000466748697002852, 0.000937884615384645, 0.00105510562723142, 0.00198326923076923, 0.00207705343251888, 0.00533519230769236 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 75, '2021-05-23 00:00:00', 0.00022275443533529, 0.000431538461538445, 0.000226791415520627, 0.000567115384615393, 0.000260220985968578, 0.000804807692307713, 0.00102526289311572, 0.00194499999999997, 0.00200156523366473, 0.00527576923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 90, '2021-05-23 00:00:00', 0.000117236775537627, 0.000392692307692301, 0.000171267784028877, 0.000525576923076959, 0.000263837726934278, 0.000802884615384614, 0.00105134296899802, 0.00202596153846151, 0.00203752508243171, 0.00527769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 105, '2021-05-23 00:00:00', 0.000154905926787364, 0.000359615384615426, 0.000218234172040384, 0.000621923076923078, 0.000316642725140841, 0.00081115384615384, 0.00109477149003099, 0.00218384615384611, 0.00208036860639201, 0.00529653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 120, '2021-05-23 00:00:00', 0.00022606772300488, 0.000506153846153814, 0.000267428279386031, 0.000658269230769205, 0.000401106018979456, 0.00088596153846151, 0.00109346050894187, 0.00226826923076921, 0.002123386527732, 0.00537288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 135, '2021-05-23 00:00:00', 0.000175162452070592, 0.000416730769230758, 0.000233864523570003, 0.000561153846153842, 0.00109825378880082, 0.00108423076923077, 0.00116024740398827, 0.00233096153846151, 0.00212888464839075, 0.00539461538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 150, '2021-05-23 00:00:00', 0.000196339972026561, 0.000459230769230737, 0.000279841713501391, 0.000680769230769198, 0.00105679924954844, 0.00116942307692305, 0.00118098075279048, 0.00237846153846152, 0.00212445765929892, 0.00539788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 165, '2021-05-23 00:00:00', 0.000188953392706712, 0.000445769230769213, 0.00109660232256099, 0.000859423076923062, 0.00106060730063197, 0.0011253846153846, 0.00118401957169377, 0.0023878846153846, 0.00212165795111711, 0.00537269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 180, '2021-05-23 00:00:00', 0.00108142804447851, 0.000693846153846173, 0.00105393190555105, 0.000877692307692319, 0.00104030500335239, 0.00119750000000002, 0.00115271485566101, 0.00240153846153845, 0.00214832286106735, 0.00538134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 195, '2021-05-23 00:00:00', 0.000144735966504522, 0.000477500000000002, 0.000222958775078734, 0.00070884615384616, 0.000380442657156907, 0.00107884615384617, 0.000905018763086431, 0.0022051923076923, 0.00215262095166299, 0.00537980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 210, '2021-05-23 00:00:00', 0.000193427386494647, 0.000536923076923084, 0.000288960803836535, 0.00077788461538463, 0.00036897904881108, 0.00105153846153846, 0.000902719225451648, 0.00217000000000001, 0.00217406369767273, 0.00539980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 225, '2021-05-23 00:00:00', 0.000222747874029433, 0.000578846153846163, 0.00030915766453131, 0.000822307692307682, 0.000277155121797289, 0.00102980769230768, 0.000867777998019172, 0.00218057692307692, 0.00219453798361715, 0.00539480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 240, '2021-05-23 00:00:00', 0.000243734407785333, 0.000587692307692289, 0.000287939430062316, 0.000731346153846145, 0.000382227882088903, 0.00112692307692306, 0.000850762373042347, 0.00209615384615385, 0.00225183614822695, 0.0054440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 255, '2021-05-23 00:00:00', 0.000174987472079057, 0.000463846153846161, 0.000268421597205159, 0.000721923076923084, 0.000503474581132148, 0.00108442307692308, 0.000909146514383349, 0.00205576923076924, 0.00233510131554203, 0.00546807692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 270, '2021-05-23 00:00:00', 0.000247864804961231, 0.000549807692307716, 0.00042865357179826, 0.000833269230769267, 0.000514082341503951, 0.00109557692307694, 0.00106318201640171, 0.00203000000000002, 0.00228295651766266, 0.00555769230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 285, '2021-05-23 00:00:00', 0.000304668104412287, 0.000590576923076932, 0.000378586236492487, 0.000738461538461577, 0.000672235106537579, 0.00121596153846155, 0.00109219406911748, 0.00199326923076925, 0.0023402640876619, 0.00553500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 300, '2021-05-23 00:00:00', 0.000175442736658288, 0.000436923076923104, 0.000229963876761976, 0.00065576923076924, 0.000757418388596849, 0.00119115384615386, 0.00111135262353863, 0.00195057692307693, 0.00235642363469599, 0.00550711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 315, '2021-05-23 00:00:00', 0.00019811457446484, 0.000515769230769228, 0.000656996311896939, 0.00088307692307691, 0.000854634784796765, 0.00127884615384614, 0.00117681538974407, 0.00198230769230769, 0.0023567037606336, 0.00550384615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 330, '2021-05-23 00:00:00', 0.000704359610950595, 0.000652307692307696, 0.000793890129968588, 0.000911538461538472, 0.000932911653826985, 0.00118807692307692, 0.00123460513774804, 0.00198038461538462, 0.00239685640274602, 0.00549384615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 345, '2021-05-23 00:00:00', 0.000321448225284354, 0.000515192307692318, 0.000403711483040128, 0.000714807692307687, 0.000447239266543624, 0.000955192307692297, 0.000818439063095092, 0.00185750000000001, 0.00192532738474824, 0.00526346153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 360, '2021-05-23 00:00:00', 0.000208462226794175, 0.00044749999999996, 0.000301775005337025, 0.000608076923076867, 0.000329223094806331, 0.00087038461538457, 0.000782985730295339, 0.00182942307692307, 0.00181341951741835, 0.00521288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 375, '2021-05-23 00:00:00', 0.000187014602473872, 0.000407692307692314, 0.000213998921636414, 0.000601538461538457, 0.000213308101472596, 0.000782115384615384, 0.000720338195144883, 0.00197365384615385, 0.0017573309416446, 0.00520096153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 390, '2021-05-23 00:00:00', 0.000199987403449492, 0.000460192307692291, 0.00023084268702699, 0.00062211538461537, 0.000259061991393211, 0.00080865384615384, 0.000757382638788653, 0.00209769230769232, 0.00175215292843272, 0.0052067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 405, '2021-05-23 00:00:00', 0.000131348625948102, 0.000392692307692276, 0.000156243522942667, 0.000524038461538436, 0.000389364175982421, 0.0008226923076923, 0.000797443631960176, 0.00217788461538461, 0.00175731584000669, 0.00518980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 420, '2021-05-23 00:00:00', 0.000114638059192328, 0.000366730769230781, 0.000224731292538793, 0.000573076923076945, 0.000354062793213933, 0.000822692307692326, 0.000818579938298414, 0.00224365384615386, 0.00177603162870312, 0.00519711538461543 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 435, '2021-05-23 00:00:00', 0.000202242048431715, 0.000450384615384611, 0.000357886101348557, 0.000652692307692296, 0.000402402974449932, 0.00082692307692308, 0.000788455159448877, 0.00233153846153845, 0.00181743188423835, 0.00521057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 450, '2021-05-23 00:00:00', 0.000299039230768235, 0.000477692307692286, 0.000276141546758461, 0.000598076923076913, 0.000405283044493411, 0.000817115384615374, 0.000792794667373203, 0.00238076923076923, 0.00183620931645772, 0.00519442307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 465, '2021-05-23 00:00:00', 0.000177478167671436, 0.000392499999999992, 0.000241155631204276, 0.000575961538461554, 0.000341068964377504, 0.000799038461538444, 0.000755577619084605, 0.00239346153846154, 0.00180993715360506, 0.00516750000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 480, '2021-05-23 00:00:00', 0.000158483801647406, 0.000436346153846177, 0.000280937989325301, 0.000586923076923079, 0.000377106799808139, 0.000833461538461533, 0.000767595045480466, 0.00240307692307693, 0.00181681730379931, 0.0051413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 495, '2021-05-23 00:00:00', 0.000234926829852635, 0.000398846153846136, 0.000271436633772667, 0.000585384615384607, 0.000440632630866783, 0.000916346153846162, 0.000752518131649686, 0.00240153846153848, 0.00178178170336927, 0.00510403846153851 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 510, '2021-05-23 00:00:00', 0.000159854260548115, 0.00041576923076923, 0.000269087989612755, 0.000597115384615376, 0.000376720514644267, 0.000952115384615371, 0.000697928252869755, 0.00240461538461536, 0.00171221144677329, 0.0050440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 525, '2021-05-23 00:00:00', 0.00017261217088739, 0.000404807692307697, 0.000252266647693352, 0.000637692307692326, 0.000389156286579858, 0.000973846153846154, 0.000650484434863733, 0.00238999999999999, 0.00173241108107922, 0.00500807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 540, '2021-05-23 00:00:00', 0.000169288102176304, 0.000482307692307692, 0.000233880311270513, 0.000689999999999968, 0.000422923888406203, 0.00104384615384612, 0.000660490056991471, 0.00240634615384614, 0.00173701889852877, 0.00501557692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 555, '2021-05-23 00:00:00', 0.000182630880361272, 0.000510961538461521, 0.000361421339457694, 0.000745769230769214, 0.000450243224866794, 0.00126480769230766, 0.00061738957281072, 0.00242173076923077, 0.00172162579691853, 0.00500076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 570, '2021-05-23 00:00:00', 0.000266986026715915, 0.000531538461538468, 0.000324874413605302, 0.000785769230769237, 0.000501153170198527, 0.00133750000000002, 0.000552885020735637, 0.00237961538461541, 0.00167221586065177, 0.00497326923076929 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 585, '2021-05-23 00:00:00', 0.000294734039171182, 0.000591923076923077, 0.000448007426106058, 0.000995576923076912, 0.000526110291157239, 0.00138596153846153, 0.000522723636350991, 0.00232500000000001, 0.00163838766897404, 0.00494307692307698 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 600, '2021-05-23 00:00:00', 0.00039895864447337, 0.000719999999999986, 0.000494479057657222, 0.00101846153846155, 0.000476274969060802, 0.00131461538461539, 0.000491644806119854, 0.00225115384615387, 0.00161507462318668, 0.00488903846153852 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 615, '2021-05-23 00:00:00', 0.000196618822950565, 0.000649807692307713, 0.000235086972449287, 0.000921730769230778, 0.000366193780142932, 0.00125673076923078, 0.000627424528100031, 0.00221846153846157, 0.00160704818988587, 0.00482826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 630, '2021-05-23 00:00:00', 0.000240122164420845, 0.000664423076923066, 0.000351590889879366, 0.000891923076923087, 0.000369935805241925, 0.00121250000000002, 0.000674304342380973, 0.0022171153846154, 0.00162650427415553, 0.00481307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 645, '2021-05-23 00:00:00', 0.000177181024335627, 0.000548653846153854, 0.000217114379639269, 0.000810576923076938, 0.000285647779347496, 0.00121557692307696, 0.000679198084848237, 0.00215403846153847, 0.00169458332750153, 0.00482557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 660, '2021-05-23 00:00:00', 0.000169264472168438, 0.000607692307692301, 0.000226174966308439, 0.000818653846153863, 0.000316786812565491, 0.00122326923076924, 0.000717937751747774, 0.00210115384615384, 0.00177040290937923, 0.00483269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 675, '2021-05-23 00:00:00', 0.00011511348915143, 0.000526346153846186, 0.000246828810187297, 0.000872307692307745, 0.00038593064343024, 0.00120230769230773, 0.00070988474145729, 0.00196788461538461, 0.00180820450681376, 0.00481346153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 690, '2021-05-23 00:00:00', 0.000249159896143318, 0.000614423076923105, 0.000257253840518546, 0.000811538461538466, 0.000453521647350395, 0.00118326923076923, 0.000760377942463254, 0.00195384615384615, 0.00179724194681313, 0.00478615384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 705, '2021-05-23 00:00:00', 0.00014711860730508, 0.000531730769230777, 0.000294287209267528, 0.000794807692307698, 0.00036557967667804, 0.00108749999999998, 0.000787772516949877, 0.00187846153846152, 0.00177865515315538, 0.00479307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 720, '2021-05-23 00:00:00', 0.000284246101387247, 0.000534615384615377, 0.000345218102743093, 0.00077846153846154, 0.000329211879400575, 0.00107769230769231, 0.00078704481350273, 0.00192346153846153, 0.00178165022899041, 0.00478153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 735, '2021-05-23 00:00:00', 0.000289666120798528, 0.000567692307692312, 0.000278222102755272, 0.000768461538461543, 0.000308444297427235, 0.000998269230769229, 0.000757165691652386, 0.00193673076923075, 0.00177119581508783, 0.00474884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 750, '2021-05-23 00:00:00', 0.000220108015441367, 0.000548461538461562, 0.000275653698575666, 0.000759807692307717, 0.000363624277771174, 0.000923846153846177, 0.000803180791986086, 0.0019757692307692, 0.00176499981477446, 0.00474788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 765, '2021-05-23 00:00:00', 0.000117633067041267, 0.000506538461538458, 0.000164303190661473, 0.000641538461538454, 0.000246331312229331, 0.000791346153846154, 0.000823254797458516, 0.00208230769230769, 0.00175969915479455, 0.00475634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 780, '2021-05-23 00:00:00', 0.000148740998434811, 0.00043826923076925, 0.000253345310108256, 0.000605384615384644, 0.000254009766620184, 0.000824807692307715, 0.000858374066745719, 0.00221596153846153, 0.0017402609441823, 0.0047519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 795, '2021-05-23 00:00:00', 0.000213667606702229, 0.000439615384615404, 0.000240014823260189, 0.000596346153846166, 0.000354599286302394, 0.000915576923076935, 0.000879584080032239, 0.00230192307692308, 0.0017402609441823, 0.0047519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 810, '2021-05-23 00:00:00', 0.000108715047433458, 0.000419807692307684, 0.00021198439710361, 0.000635769230769228, 0.000392752025896985, 0.000938076923076911, 0.000866441196016144, 0.00233211538461539, 0.00173994709247595, 0.00475326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 825, '2021-05-23 00:00:00', 0.000200914160775164, 0.000502500000000021, 0.000330051569397199, 0.000734038461538479, 0.000427028057085825, 0.00105019230769228, 0.000872293550624777, 0.00239903846153846, 0.00173717254800396, 0.00477269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 840, '2021-05-23 00:00:00', 0.000245968181181737, 0.000522115384615389, 0.000320502790099482, 0.000730961538461536, 0.000389787910772808, 0.00103884615384614, 0.000931605252321986, 0.00252211538461542, 0.00173468569531733, 0.00477230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 855, '2021-05-23 00:00:00', 0.000231650931028015, 0.000526923076923096, 0.000243133470783821, 0.00076326923076921, 0.000359814695898615, 0.000973846153846154, 0.000891516944055744, 0.00251730769230771, 0.00173477505746424, 0.00477750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 870, '2021-05-23 00:00:00', 0.00016598841479499, 0.000543076923076928, 0.00021424509688314, 0.000709807692307688, 0.000321857170902802, 0.000985961538461541, 0.000887811418818568, 0.00248134615384618, 0.00172838084522883, 0.00478788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 885, '2021-05-23 00:00:00', 0.000166992054163799, 0.000507115384615376, 0.000189705034197814, 0.000695000000000018, 0.000262307805098112, 0.000994230769230749, 0.000873779786550729, 0.00246634615384617, 0.00172704251428676, 0.00478038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 900, '2021-05-23 00:00:00', 0.0002062405553393, 0.000521800000000017, 0.000239843699104223, 0.000732999999999997, 0.000326484047593951, 0.00110779999999997, 0.000858970701867461, 0.00249840000000003, 0.00175049754831783, 0.00472700000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 915, '2021-05-23 00:00:00', 0.000244040980165215, 0.000579999999999974, 0.000234078307081534, 0.000794423076923038, 0.000430994244116523, 0.0011809615384615, 0.000855114319842693, 0.00246250000000003, 0.00174846376526984, 0.00479846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 930, '2021-05-23 00:00:00', 0.000185738132450384, 0.000575576923076919, 0.000310227955889496, 0.000810769230769205, 0.000442806260813213, 0.00116423076923075, 0.000841839926315281, 0.00241230769230772, 0.00174621458721872, 0.00478076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 945, '2021-05-23 00:00:00', 0.000222553710025581, 0.00057692307692303, 0.000387395296028007, 0.000891346153846135, 0.00053323602076955, 0.00130057692307691, 0.000812754977743099, 0.0023844230769231, 0.00175037771747877, 0.00480807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 960, '2021-05-23 00:00:00', 0.000252244158276492, 0.000671346153846154, 0.000286797771153201, 0.00087480769230771, 0.000601352737903995, 0.00145134615384613, 0.0007342459501997, 0.00232365384615388, 0.0017609825054825, 0.00485076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 975, '2021-05-23 00:00:00', 0.000181387388247883, 0.000559230769230752, 0.000355946679239379, 0.000939038461538464, 0.000562411463117662, 0.0014855769230769, 0.000895204252584971, 0.00228057692307695, 0.00174617335468603, 0.00487423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 990, '2021-05-23 00:00:00', 0.000304120674429383, 0.000750769230769222, 0.000453749337782938, 0.00116269230769228, 0.000532305724762954, 0.00145076923076921, 0.000891004791491943, 0.00218846153846156, 0.0017305270428843, 0.00489538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1005, '2021-05-23 00:00:00', 0.000188573695041327, 0.000755961538461512, 0.000314426706636297, 0.00101692307692306, 0.000416454864116338, 0.00130442307692307, 0.000866345551950651, 0.00201884615384619, 0.00173132941361879, 0.00491846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1020, '2021-05-23 00:00:00', 0.000258022956641133, 0.000754615384615384, 0.000321804109071633, 0.00095326923076925, 0.000614075195846436, 0.00149288461538463, 0.000873111588603594, 0.0019546153846154, 0.00177759237561546, 0.00497557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1035, '2021-05-23 00:00:00', 0.000204365152079853, 0.000641346153846179, 0.000283718441145698, 0.000848076923076962, 0.000582667110397057, 0.00141019230769232, 0.000872139301682087, 0.0019298076923077, 0.00178850665038226, 0.00502403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1050, '2021-05-23 00:00:00', 0.000258403084049218, 0.000648076923076924, 0.000579985013068964, 0.00114884615384617, 0.000593199830126028, 0.00134596153846154, 0.000934624338355358, 0.00193442307692308, 0.00178588504238527, 0.00507576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1065, '2021-05-23 00:00:00', 0.000464541005890599, 0.000922884615384606, 0.000457142798763736, 0.00109346153846152, 0.000460219679985712, 0.00125307692307691, 0.000899395288299547, 0.00184673076923076, 0.00177920954791297, 0.00504384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1080, '2021-05-23 00:00:00', 0.000284461502059337, 0.000677884615384607, 0.000314881968118474, 0.00084557692307692, 0.000319342895044458, 0.00102326923076924, 0.000865937841968978, 0.00170711538461539, 0.00177633868262351, 0.00507365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1095, '2021-05-23 00:00:00', 0.000212287269084599, 0.000556730769230787, 0.000250316491973311, 0.000762115384615381, 0.000256184729023058, 0.000941153846153863, 0.000910820699234429, 0.00173788461538463, 0.00180614613089692, 0.00506038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1110, '2021-05-23 00:00:00', 0.000152375043383568, 0.000526923076923079, 0.000205488536083002, 0.000668461538461562, 0.000199037395017601, 0.00080826923076924, 0.000881637200806642, 0.00165307692307694, 0.00182276009012539, 0.00507211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1125, '2021-05-23 00:00:00', 0.000144506587552805, 0.00050692307692311, 0.000200463309514595, 0.000638461538461562, 0.000228447688002857, 0.000777115384615411, 0.000864793817134379, 0.00166788461538464, 0.00182724761489895, 0.00506961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1140, '2021-05-23 00:00:00', 0.000151157075714188, 0.000442692307692304, 0.000181825783057926, 0.000546153846153846, 0.000296564754895418, 0.000749423076923084, 0.000892566222494705, 0.00163730769230771, 0.00182850052060322, 0.00507192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1155, '2021-05-23 00:00:00', 0.000138152090103654, 0.000390000000000001, 0.000128744380011771, 0.000498653846153859, 0.000785282212867538, 0.00086192307692307, 0.000928821855073162, 0.00163903846153847, 0.00182972302443674, 0.0050678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1170, '2021-05-23 00:00:00', 0.00012231359443911, 0.000361153846153821, 0.000226544952238238, 0.000551153846153827, 0.000798342730526555, 0.000906346153846139, 0.000920872600392606, 0.0016571153846154, 0.00185751675631745, 0.0050925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1185, '2021-05-23 00:00:00', 0.000234806385052769, 0.000430961538461535, 0.000813271101549387, 0.000728269230769245, 0.000816257241692445, 0.000903269230769256, 0.000929478100044101, 0.00164653846153847, 0.0018593989930579, 0.00510384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1200, '2021-05-23 00:00:00', 0.00083663961545807, 0.000639615384615373, 0.000837449332566083, 0.000760769230769193, 0.000824094678093196, 0.000935961538461513, 0.00100337478617836, 0.00191480769230771, 0.00185854392965613, 0.00510153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1215, '2021-05-23 00:00:00', 0.000125107492243213, 0.000383269230769231, 0.000177853440095629, 0.000509615384615401, 0.00039324630175776, 0.000760576923076927, 0.000817299116697099, 0.0020146153846154, 0.0018850498565127, 0.0050601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1230, '2021-05-23 00:00:00', 0.00015111635863185, 0.000358076923076946, 0.000232374780175341, 0.000540961538461555, 0.000460684315406491, 0.000770961538461559, 0.000820384267373429, 0.00203211538461541, 0.00189691969944801, 0.00508211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1245, '2021-05-23 00:00:00', 0.000130691062610079, 0.000366923076923089, 0.000309955083594643, 0.000528076923076915, 0.00048198376129686, 0.000782115384615384, 0.000811139085104754, 0.00208115384615388, 0.00190490056271876, 0.00509807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1260, '2021-05-23 00:00:00', 0.00019973492048597, 0.000409038461538468, 0.000284770893067473, 0.000567692307692329, 0.000369132298568091, 0.000904423076923084, 0.000780136773018255, 0.00207423076923081, 0.00192091692848857, 0.00511038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1275, '2021-05-23 00:00:00', 0.000179116206370673, 0.000386153846153874, 0.000321201889543258, 0.000569423076923084, 0.000375397071829903, 0.000945192307692342, 0.000773039381024881, 0.00205673076923082, 0.00191538926551801, 0.00511403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1290, '2021-05-23 00:00:00', 0.000228998152495084, 0.000416923076923084, 0.000277392529431894, 0.00070884615384616, 0.000370055920930031, 0.000935769230769229, 0.000794049528585005, 0.00207442307692311, 0.00188328501866779, 0.00515230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1305, '2021-05-23 00:00:00', 0.000236840420146986, 0.000574230769230756, 0.000327127415778386, 0.000762115384615407, 0.000367997909693066, 0.000887692307692299, 0.000850061830330333, 0.00211134615384618, 0.00188629454629564, 0.00514865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1320, '2021-05-23 00:00:00', 0.000293766259779089, 0.00054384615384619, 0.000333564663319372, 0.000644230769230771, 0.000350667714729811, 0.000839615384615385, 0.000999552380587656, 0.00221519230769234, 0.00190527685248508, 0.00513826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1335, '2021-05-23 00:00:00', 0.000146930648214107, 0.000331153846153829, 0.000191559289877751, 0.000474807692307694, 0.000262468166567946, 0.000753461538461555, 0.000958255887617629, 0.00220788461538464, 0.00192726270613573, 0.00511846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1350, '2021-05-23 00:00:00', 0.000123282040616076, 0.000327307692307676, 0.000199023771289916, 0.000532692307692313, 0.000375003384600123, 0.000758461538461537, 0.000950458755630068, 0.00221538461538463, 0.00195151160346579, 0.00510153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1365, '2021-05-23 00:00:00', 0.000191668885159963, 0.000424807692307691, 0.00027618137852895, 0.000591923076923086, 0.000406317657088106, 0.000779038461538475, 0.000978298522946859, 0.00227500000000002, 0.00226755121221112, 0.00519249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1380, '2021-05-23 00:00:00', 0.000296258527952549, 0.000478653846153856, 0.000411504603208216, 0.000604038461538465, 0.000706592064881734, 0.00127288461538464, 0.00101167310013583, 0.00230769230769233, 0.002276649393635, 0.0052026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1395, '2021-05-23 00:00:00', 0.000408751193835019, 0.000406538461538452, 0.000431367414339421, 0.000564615384615394, 0.000742221094988643, 0.00155307692307693, 0.00108021680516177, 0.00244288461538462, 0.00227790828477492, 0.00517807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1410, '2021-05-23 00:00:00', 0.000196184861801352, 0.000387500000000019, 0.000700391346649491, 0.00106903846153848, 0.000752550560529853, 0.00151211538461538, 0.00112907123165629, 0.00245538461538463, 0.00230589085904912, 0.00519942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1425, '2021-05-23 00:00:00', 0.000704734347112442, 0.00101250000000002, 0.000752789402565809, 0.00144173076923078, 0.000731727066603372, 0.00155750000000002, 0.00113329080048396, 0.00250403846153849, 0.00228241145249092, 0.00522403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 0, '2021-05-23 00:00:00', 0.000577523259604825, 0.00114134615384614, 0.00059308839657661, 0.00121461538461537, 0.000512521369160457, 0.00142192307692308, 0.00103367298801598, 0.00243038461538463, 0.00233995782342006, 0.00520615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 15, '2021-05-23 00:00:00', 0.000354297137355708, 0.000767307692307715, 0.000373046089130264, 0.000970769230769237, 0.000343187098556113, 0.00119076923076926, 0.00106937206592684, 0.00230884615384617, 0.00238211180548822, 0.00520442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 30, '2021-05-23 00:00:00', 0.00036558851395859, 0.000724807692307675, 0.00036207059447653, 0.000911346153846163, 0.000418777341242858, 0.0011426923076923, 0.00106117063443382, 0.00232865384615385, 0.00237405995161166, 0.00519942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 45, '2021-05-23 00:00:00', 0.000323546929184311, 0.000643846153846204, 0.000310455063018538, 0.000857115384615414, 0.000421936196416189, 0.00110807692307695, 0.00122953976692972, 0.00243403846153847, 0.00237474769510043, 0.00518615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 60, '2021-05-23 00:00:00', 0.000261556656606927, 0.000641730769230763, 0.00029946721921541, 0.000806153846153841, 0.000711649762604782, 0.00112076923076925, 0.00122404110036578, 0.00241884615384617, 0.00237538362893566, 0.00518423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 75, '2021-05-23 00:00:00', 0.000183669121394557, 0.000457115384615356, 0.000301577455288803, 0.000670192307692317, 0.000661870542768499, 0.000996153846153848, 0.00129931360577574, 0.00237038461538462, 0.0023893620728941, 0.00512365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 90, '2021-05-23 00:00:00', 0.000195429310454237, 0.000458846153846162, 0.000613907660307819, 0.000711153846153868, 0.00056267223004299, 0.000974038461538472, 0.00130339044566323, 0.00237557692307692, 0.00239087474336521, 0.00513596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 105, '2021-05-23 00:00:00', 0.000483662628762607, 0.000508461538461556, 0.000467827918724903, 0.000709807692307705, 0.00052039456184706, 0.00096250000000002, 0.0013124147591368, 0.00238750000000001, 0.00239102446662516, 0.00515000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 120, '2021-05-23 00:00:00', 0.000229112753565044, 0.000495576923076916, 0.000255802583134835, 0.000690192307692312, 0.000407512576493035, 0.000942500000000017, 0.00134991310261641, 0.00242423076923077, 0.00239647302541435, 0.00514019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 135, '2021-05-23 00:00:00', 0.000199776413484208, 0.000528846153846177, 0.000368474401574075, 0.000714230769230777, 0.000829632471918458, 0.00110096153846153, 0.00137746820429593, 0.00240942307692307, 0.00239552968287572, 0.00514730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 150, '2021-05-23 00:00:00', 0.000261336211391793, 0.000493846153846144, 0.000290393102270266, 0.000668076923076953, 0.00090722139185879, 0.0010994230769231, 0.00144010282752525, 0.00241807692307692, 0.0023835101135801, 0.00516230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 165, '2021-05-23 00:00:00', 0.000195120179928644, 0.000521730769230797, 0.000805490772520349, 0.000889230769230787, 0.000897967212867292, 0.00121134615384617, 0.00144652029420209, 0.00239519230769231, 0.00237923724849278, 0.00517673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 180, '2021-05-23 00:00:00', 0.000794665096367434, 0.00073884615384616, 0.000924841691234892, 0.000918076923076934, 0.00106146509779934, 0.00131307692307695, 0.0014884994509185, 0.00238884615384617, 0.0023798868751396, 0.00516346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 195, '2021-05-23 00:00:00', 0.000308560990106321, 0.000563269230769223, 0.000310191256138227, 0.000816153846153855, 0.000467285285945871, 0.00123653846153847, 0.00112097678902753, 0.00221519230769229, 0.00192562908801656, 0.00501076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 210, '2021-05-23 00:00:00', 0.000232142943364301, 0.000602884615384637, 0.000450990405833459, 0.000887115384615432, 0.000492018136000901, 0.0012796153846154, 0.00113761608029854, 0.00218211538461538, 0.00190564630667759, 0.00499461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 225, '2021-05-23 00:00:00', 0.000291365551524864, 0.000558269230769259, 0.000242654867281444, 0.000845769230769237, 0.000893629935453403, 0.00129730769230769, 0.00103699108000021, 0.00203249999999999, 0.00182849871163795, 0.00492346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 240, '2021-05-23 00:00:00', 0.000195234769917186, 0.000613846153846153, 0.000336998516317188, 0.000885000000000008, 0.000913199889652604, 0.00126403846153846, 0.00105604552640791, 0.00197192307692307, 0.00183053654387496, 0.00489403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 255, '2021-05-23 00:00:00', 0.000321124526528991, 0.000570192307692303, 0.000892579946861034, 0.000900192307692321, 0.000942134728238931, 0.00114961538461539, 0.00101182120646196, 0.00185192307692307, 0.00188890209258838, 0.00485865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 270, '2021-05-23 00:00:00', 0.000767758074876746, 0.000627307692307703, 0.000767258781938356, 0.00080903846153845, 0.000804155864149571, 0.00105442307692307, 0.000901831128657361, 0.0018157692307692, 0.00187757064806139, 0.00486153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 285, '2021-05-23 00:00:00', 0.000187361538619424, 0.000467115384615387, 0.000360120332453121, 0.000665576923076928, 0.000444370946914332, 0.000881538461538472, 0.000706341386190963, 0.00165692307692305, 0.00182718215167091, 0.00478115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 300, '2021-05-23 00:00:00', 0.000375645956474149, 0.000543269230769237, 0.000383789856361708, 0.00069557692307692, 0.000574015813236993, 0.000913076923076944, 0.000686811361404183, 0.0016803846153846, 0.00185413887331519, 0.00479519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 315, '2021-05-23 00:00:00', 0.000147281650640473, 0.000408269230769207, 0.000238075295135478, 0.000604615384615391, 0.000391321429950429, 0.000832692307692314, 0.000525646744496714, 0.00160749999999998, 0.00186770986875537, 0.0047330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 330, '2021-05-23 00:00:00', 0.000209764061598902, 0.000464807692307706, 0.000301108975928331, 0.00061884615384616, 0.000415364714622991, 0.000874615384615393, 0.000519500832900787, 0.00165134615384617, 0.00187898586599672, 0.00473173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 345, '2021-05-23 00:00:00', 0.000176375582646343, 0.000442884615384613, 0.000253690984042827, 0.000623653846153841, 0.0003682253177273, 0.000883269230769236, 0.000478284956903316, 0.0016175, 0.00191294553382596, 0.00474615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 360, '2021-05-23 00:00:00', 0.000210483692041439, 0.000444230769230767, 0.000298719832722136, 0.000618461538461534, 0.000324342648823974, 0.000856923076923088, 0.000430247737221971, 0.00169365384615385, 0.00188754933710355, 0.00471749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 375, '2021-05-23 00:00:00', 0.000243670647833046, 0.000425769230769236, 0.000309936531964422, 0.000604423076923082, 0.000343370846842774, 0.000833461538461533, 0.000483121142635635, 0.00173903846153845, 0.00187982741638286, 0.00469365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 390, '2021-05-23 00:00:00', 0.000269672236955524, 0.000441346153846176, 0.000277409236716035, 0.000603269230769246, 0.000284486649679989, 0.000850576923076927, 0.00048756317144947, 0.0017803846153846, 0.00186978073580835, 0.00468499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 405, '2021-05-23 00:00:00', 0.000212508823346216, 0.000384999999999994, 0.000216100759974453, 0.000571538461538474, 0.000225809739518778, 0.000775961538461532, 0.000509654332328873, 0.00185846153846154, 0.0018565607678219, 0.00467826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 420, '2021-05-23 00:00:00', 0.000144505655997928, 0.000406730769230795, 0.000149939603225387, 0.000573269230769237, 0.00023889295961551, 0.000745384615384622, 0.000575643085199922, 0.0019498076923077, 0.00185456049116351, 0.00468115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 435, '2021-05-23 00:00:00', 0.000158917007851938, 0.000431153846153852, 0.000186794107138111, 0.000565961538461548, 0.000290020423684013, 0.000769615384615379, 0.000670830713484287, 0.00205038461538463, 0.00184539531933281, 0.00468673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 450, '2021-05-23 00:00:00', 0.000156877708373797, 0.000401153846153861, 0.000245370050206774, 0.000527307692307722, 0.000294938063902336, 0.000827307692307723, 0.000662787934526459, 0.00205961538461541, 0.00183525261308797, 0.00469692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 465, '2021-05-23 00:00:00', 0.000145567853594137, 0.000374999999999971, 0.000194959956440765, 0.000559230769230744, 0.000214052473796654, 0.000822307692307682, 0.000698552349230454, 0.00209576923076922, 0.00185827889767347, 0.00472769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 480, '2021-05-23 00:00:00', 0.000149157763664979, 0.000445961538461522, 0.000210350623044919, 0.000655769230769206, 0.000251681422559443, 0.000878461538461503, 0.000727765521199079, 0.00214557692307691, 0.00184899923035306, 0.00472692307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 495, '2021-05-23 00:00:00', 0.000190638703794916, 0.000463653846153835, 0.000234461822380209, 0.000602884615384628, 0.000327228454658919, 0.000937307692307675, 0.000729624481918861, 0.00220673076923078, 0.00183821602480401, 0.00471192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 510, '2021-05-23 00:00:00', 0.000151073212002053, 0.000421346153846173, 0.000215398467961132, 0.0006375, 0.000364453225868781, 0.000951923076923104, 0.000759618223947937, 0.00221538461538464, 0.00183492791725958, 0.00469230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 525, '2021-05-23 00:00:00', 0.000158349175995496, 0.000437307692307713, 0.00020094785010428, 0.000680961538461525, 0.000281247290585235, 0.000879038461538473, 0.000751006222446795, 0.00219288461538462, 0.00181990346320475, 0.00465384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 540, '2021-05-23 00:00:00', 0.00014519800803891, 0.000512692307692302, 0.000228198631425824, 0.000653846153846184, 0.000383983022461265, 0.000975192307692334, 0.000733191049716651, 0.00214865384615387, 0.00180783789266459, 0.00464461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 555, '2021-05-23 00:00:00', 0.000154926905842198, 0.000457884615384643, 0.000214429206535345, 0.000621730769230786, 0.000484476124679698, 0.00105134615384617, 0.000728864897262524, 0.00214096153846156, 0.0018102325923653, 0.00464903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 570, '2021-05-23 00:00:00', 0.000178224253723712, 0.000433269230769234, 0.000378074728063158, 0.000762499999999991, 0.000495196037327274, 0.00114865384615385, 0.000681345840118016, 0.00213807692307694, 0.00180508729812333, 0.00463307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 585, '2021-05-23 00:00:00', 0.000334807637078642, 0.000608076923076901, 0.000381552950252251, 0.000874423076923066, 0.000513776665038929, 0.00117230769230767, 0.000698156473534731, 0.0021226923076923, 0.00178019705045861, 0.00459653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 600, '2021-05-23 00:00:00', 0.000200538122215093, 0.000628461538461522, 0.000256940355245831, 0.000812884615384603, 0.000377649460988138, 0.00117634615384613, 0.000595573285550587, 0.00199346153846153, 0.00175909536410055, 0.00450749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 615, '2021-05-23 00:00:00', 0.000174888096089594, 0.000514615384615374, 0.000251709845166713, 0.000705384615384591, 0.00038260966251019, 0.00115807692307693, 0.000566507145721773, 0.00190788461538461, 0.00168930218866115, 0.0044932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 630, '2021-05-23 00:00:00', 0.000172031861986253, 0.000565192307692287, 0.00021470525413657, 0.000857884615384608, 0.000338335063782382, 0.00112884615384616, 0.000486253060105077, 0.00190096153846152, 0.0016500797300084, 0.00447634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 645, '2021-05-23 00:00:00', 0.000196693533584202, 0.000612115384615389, 0.000305519293108557, 0.000869038461538459, 0.000463058270132894, 0.00115980769230769, 0.000435854465830764, 0.00189634615384615, 0.00158362446985971, 0.00446269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 660, '2021-05-23 00:00:00', 0.000188903414474201, 0.00058749999999998, 0.000255005957698141, 0.000805961538461532, 0.000413364246155855, 0.00122500000000001, 0.000381336516034772, 0.00183153846153845, 0.0016054647182478, 0.0044801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 675, '2021-05-23 00:00:00', 0.000219788447236096, 0.000569807692307685, 0.0003711230876055, 0.000837884615384605, 0.000384372015310477, 0.00121538461538463, 0.000454341958644168, 0.00184115384615385, 0.00162612294927349, 0.00449038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 690, '2021-05-23 00:00:00', 0.000379877156257329, 0.000620576923076923, 0.00038392427137895, 0.000864615384615412, 0.000487266472666255, 0.00110384615384618, 0.000483551922277721, 0.0018473076923077, 0.00161196511701143, 0.00447346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 705, '2021-05-23 00:00:00', 0.000144180575881585, 0.000515961538461[...];[ Date: 2021-05-23 16:57:25 - Database: acaweb_fx - User: pgperfstats ]
11 23s743ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988000, 1, 1020, '2021-05-23 00:00:00', 0.000365097089300057, 0.000881730769230777, 0.000465544883401746, 0.00118096153846155, 0.000665342739900623, 0.00166019230769231, 0.000891877212142138, 0.0023198076923077, 0.00105638658425059, 0.00442615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1035, '2021-05-23 00:00:00', 0.000237271023223527, 0.000708461538461555, 0.000334981113130057, 0.000932115384615402, 0.000800189328558227, 0.00159019230769231, 0.000807119283911333, 0.00217846153846154, 0.00103112776198611, 0.0043626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1050, '2021-05-23 00:00:00', 0.000235535478300974, 0.000634807692307713, 0.000484018475489716, 0.00113826923076924, 0.000635133571657288, 0.00149057692307694, 0.000679613577987234, 0.00208884615384617, 0.00104426936180279, 0.00434249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1065, '2021-05-23 00:00:00', 0.000456441082220322, 0.000937692307692297, 0.000633850655790576, 0.00122057692307692, 0.000639121392104922, 0.00138307692307692, 0.000649725977742802, 0.00200038461538462, 0.00105425234170952, 0.00433499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1080, '2021-05-23 00:00:00', 0.000307827624091525, 0.000714615384615386, 0.000298698265555962, 0.00085057692307694, 0.00037655896463389, 0.00110057692307694, 0.000461549563969028, 0.00179500000000001, 0.00116274099239022, 0.00438384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1095, '2021-05-23 00:00:00', 0.000187264929568118, 0.000541923076923079, 0.000226380550944987, 0.000698076923076923, 0.000316148942503611, 0.00103807692307693, 0.000458941591725346, 0.00168576923076924, 0.00120020679307936, 0.00438788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1110, '2021-05-23 00:00:00', 0.000180367999890833, 0.000521153846153853, 0.000314911281767781, 0.000771346153846156, 0.00032717955550198, 0.000972307692307695, 0.000510649059079202, 0.00164269230769231, 0.0013281591221861, 0.00449057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1125, '2021-05-23 00:00:00', 0.00023207003253329, 0.000527499999999997, 0.000294834503773523, 0.000725769230769233, 0.000311138851022162, 0.000979230769230771, 0.000478458582726467, 0.00159115384615384, 0.00131909358447964, 0.00451673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1140, '2021-05-23 00:00:00', 0.000152684188894796, 0.000502307692307682, 0.000191154488468192, 0.000650961538461529, 0.000262607340690662, 0.000933846153846136, 0.000476006787281926, 0.00151730769230767, 0.00131859127918337, 0.00451019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1155, '2021-05-23 00:00:00', 0.000151789454381833, 0.000439038461538451, 0.000236191659463241, 0.000687500000000003, 0.00028444852177233, 0.000890192307692302, 0.000476505549245273, 0.00150153846153846, 0.00129980477824112, 0.00454730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1170, '2021-05-23 00:00:00', 0.000162714473849148, 0.000460000000000003, 0.000164605472383106, 0.000619807692307683, 0.000192489060628226, 0.00076096153846154, 0.000434700294632798, 0.00145288461538461, 0.00146571536747812, 0.00459653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1185, '2021-05-23 00:00:00', 0.000138479795804857, 0.000440576923076901, 0.000159147367604309, 0.000578269230769223, 0.00022672585954102, 0.000746153846153837, 0.000393563796021007, 0.0014423076923077, 0.00147562685506351, 0.00461384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1200, '2021-05-23 00:00:00', 0.000165725560908562, 0.000404807692307688, 0.000202312781451045, 0.000522692307692312, 0.000308199548245056, 0.000780192307692308, 0.000347933957040042, 0.00144596153846154, 0.00147446887438782, 0.00462230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1215, '2021-05-23 00:00:00', 0.000155179300760808, 0.000366153846153841, 0.000232814303684287, 0.000532499999999979, 0.000319873592821622, 0.000763653846153836, 0.000348301648663251, 0.00148096153846153, 0.00147847488987808, 0.00468999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1230, '2021-05-23 00:00:00', 0.000182846825344225, 0.000364807692307691, 0.000274612454196827, 0.000565000000000012, 0.000277868881641351, 0.00073365384615384, 0.000343753769210093, 0.00143442307692307, 0.00151251242842956, 0.00471538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1245, '2021-05-23 00:00:00', 0.000194765342044061, 0.000388461538461547, 0.000179710557885122, 0.000501730769230772, 0.000241144466754165, 0.000675576923076917, 0.000338220512956572, 0.00140134615384615, 0.00150414423663936, 0.00474673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1260, '2021-05-23 00:00:00', 0.000139355798090862, 0.000360961538461542, 0.00021503130362452, 0.000522307692307689, 0.000271073152204632, 0.000775576923076927, 0.000345164230698713, 0.00140788461538461, 0.00150843246451408, 0.0047675 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1275, '2021-05-23 00:00:00', 0.000154391236299711, 0.000365576923076923, 0.00019101842440334, 0.000474038461538467, 0.000295184427356604, 0.000770384615384624, 0.00033410782460388, 0.00138903846153845, 0.00155269126159909, 0.00480807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1290, '2021-05-23 00:00:00', 0.000122781857843037, 0.000345769230769224, 0.000204674976862937, 0.000614615384615389, 0.000290254861484507, 0.000778269230769239, 0.000324890514102594, 0.00136538461538461, 0.00163089301870525, 0.00486096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1305, '2021-05-23 00:00:00', 0.000177132392902549, 0.000481730769230778, 0.00022651481527367, 0.000604807692307705, 0.000296317462295997, 0.000774038461538464, 0.000320047832963483, 0.00131615384615384, 0.00172323417980886, 0.00490096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1320, '2021-05-23 00:00:00', 0.000136799263380831, 0.000375961538461546, 0.000184815084299455, 0.000473846153846158, 0.000231106785174818, 0.000672115384615381, 0.000330564610232951, 0.0012401923076923, 0.00180185250826434, 0.00493230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1335, '2021-05-23 00:00:00', 0.000126767655423381, 0.000319038461538455, 0.000155447245565318, 0.000480384615384598, 0.000220167069430319, 0.000698461538461528, 0.000337265474070501, 0.001245, 0.0018412365828014, 0.00494692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1350, '2021-05-23 00:00:00', 0.000143730115681593, 0.0003528846153846, 0.000158317597058752, 0.000512692307692302, 0.000224232365741769, 0.000748076923076913, 0.000342942246763774, 0.00125423076923077, 0.00188419014433258, 0.0049675 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1365, '2021-05-23 00:00:00', 0.00015116267345529, 0.000418076923076925, 0.000237538417945392, 0.000552499999999999, 0.000273470009605903, 0.000755384615384615, 0.000334678261112878, 0.00126346153846154, 0.00189082909165428, 0.00496942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1380, '2021-05-23 00:00:00', 0.000180654791926918, 0.000381923076923068, 0.00023644880727452, 0.000575961538461528, 0.00029036210814458, 0.000866923076923064, 0.000331958523822574, 0.0012626923076923, 0.00189107096234261, 0.00496923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1395, '2021-05-23 00:00:00', 0.000233657540331678, 0.000449615384615371, 0.000240712404205647, 0.000572307692307688, 0.000346194087404509, 0.000997115384615371, 0.000324113228078371, 0.00126576923076922, 0.0019009468592095, 0.00495980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1410, '2021-05-23 00:00:00', 0.000134791006319457, 0.000341153846153848, 0.000232000331564756, 0.000673076923076922, 0.000275147303205995, 0.000985961538461546, 0.000301724275558878, 0.00125153846153847, 0.0019009468592095, 0.00495980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1425, '2021-05-23 00:00:00', 0.0002517798947188, 0.000596346153846145, 0.000334276025970235, 0.000897307692307682, 0.000295933529438866, 0.000995576923076925, 0.000330868612082698, 0.00127403846153847, 0.0018990169926732, 0.00496346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 0, '2021-05-23 00:00:00', 0.00032050063002458, 0.000719423076923076, 0.000257668316908494, 0.000820192307692318, 0.000307206019572411, 0.00096653846153847, 0.000313934094014341, 0.00125615384615386, 0.00190073225767982, 0.00496134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 15, '2021-05-23 00:00:00', 0.000191321500795553, 0.000363200000000008, 0.000315965715439716, 0.000604799999999996, 0.000306383066329272, 0.000788200000000008, 0.000302834938539127, 0.00114560000000001, 0.00191105647047212, 0.0048892 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 30, '2021-05-23 00:00:00', 0.00030998655884839, 0.00047299999999999, 0.000294125540090151, 0.000676600000000005, 0.00029129638400319, 0.000736599999999998, 0.000290285348120313, 0.00114480000000001, 0.0019125903464499, 0.0048868 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 45, '2021-05-23 00:00:00', 0.000263772629360971, 0.000475000000000007, 0.000275632698741258, 0.000614230769230771, 0.000269944153768601, 0.00066961538461539, 0.000339893422209871, 0.00117846153846155, 0.00189621040093535, 0.00494173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 60, '2021-05-23 00:00:00', 0.000128502768602324, 0.000394807692307687, 0.000138609024015255, 0.000447692307692316, 0.000156770900949809, 0.000526346153846156, 0.000398991854553435, 0.0011175, 0.00189621040093535, 0.00494173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 75, '2021-05-23 00:00:00', 8.50088230715031e-05, 0.000232499999999999, 9.74199868926177e-05, 0.000295576923076929, 0.000153746169433198, 0.000451730769230778, 0.000381583744211081, 0.00107692307692309, 0.00189909039967924, 0.00494211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 90, '2021-05-23 00:00:00', 6.78935818876826e-05, 0.000213461538461545, 0.000111693949977321, 0.000328461538461547, 0.000169252315062001, 0.000472884615384626, 0.000376893425050303, 0.00109442307692309, 0.00189888705258148, 0.00494403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 105, '2021-05-23 00:00:00', 0.000115343633747833, 0.000256923076923073, 0.000156051396858651, 0.000384038461538467, 0.000168478827704289, 0.000491346153846153, 0.000364019230261253, 0.00113000000000002, 0.00189822131318932, 0.00494192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 120, '2021-05-23 00:00:00', 0.000107426719208952, 0.000302500000000005, 0.000113007147493492, 0.000358846153846152, 0.000130334628493797, 0.000496346153846152, 0.0003162491714796, 0.00115346153846155, 0.00189822131318932, 0.00494192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 135, '2021-05-23 00:00:00', 6.66598714485486e-05, 0.000216538461538454, 0.000105577714723109, 0.000334423076923069, 0.000158928140510592, 0.000523076923076925, 0.000299427980296782, 0.00113134615384617, 0.0018925757478998, 0.00494019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 150, '2021-05-23 00:00:00', 9.50070847560736e-05, 0.000237115384615384, 0.000123781600471912, 0.000346730769230769, 0.000168755284817532, 0.000552115384615398, 0.000289061146046725, 0.0011371153846154, 0.00189253233891687, 0.00493557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 165, '2021-05-23 00:00:00', 0.000102411688034889, 0.00025307692307692, 0.000133033830283884, 0.000425, 0.000229028718387363, 0.000646923076923083, 0.000284172550506799, 0.00113903846153847, 0.0018927214431972, 0.00494269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 180, '2021-05-23 00:00:00', 0.00013932640149609, 0.000365384615384609, 0.000151657635684927, 0.000459038461538463, 0.000236799249609012, 0.000658269230769243, 0.000294768292314228, 0.00114788461538463, 0.00189178966955795, 0.00493692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 195, '2021-05-23 00:00:00', 8.14134745982067e-05, 0.000286923076923082, 0.000208947269755952, 0.000475192307692316, 0.000225101344697502, 0.000586153846153856, 0.000300826553656109, 0.00108384615384616, 0.00197864864529771, 0.00495730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 210, '2021-05-23 00:00:00', 0.000194593461823911, 0.000338846153846162, 0.000188669430078527, 0.000413076923076931, 0.000223741953013873, 0.000567307692307694, 0.000283427171489347, 0.00104980769230769, 0.0020130567266263, 0.00497423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 225, '2021-05-23 00:00:00', 7.45584437770957e-05, 0.000250192307692307, 0.000163399463326483, 0.000394230769230773, 0.000247025380197123, 0.000566538461538454, 0.000246172625485573, 0.00107019230769231, 0.00200914612555836, 0.00498192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 240, '2021-05-23 00:00:00', 0.000119968745929938, 0.000292500000000003, 0.000148150131753104, 0.000397307692307695, 0.000243372143023797, 0.000564999999999991, 0.000269013296783167, 0.00105192307692308, 0.0020092197586281, 0.00499096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 255, '2021-05-23 00:00:00', 0.000116100752001813, 0.000274230769230764, 0.000212320240710551, 0.000398269230769222, 0.00022258343293107, 0.00053923076923077, 0.000309639554718307, 0.00102057692307693, 0.00201386291642551, 0.00500038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 270, '2021-05-23 00:00:00', 0.000140367238123657, 0.0002901923076923, 0.000183826423144635, 0.00039192307692307, 0.000176176484940965, 0.000506923076923071, 0.000277402304355129, 0.000995961538461538, 0.00201422208690716, 0.00498384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 285, '2021-05-23 00:00:00', 0.00016348841408019, 0.000277692307692304, 0.000166404974038074, 0.000366153846153837, 0.000150928918572735, 0.000516538461538464, 0.000294798301320641, 0.00098403846153846, 0.00201785031273764, 0.00498173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 300, '2021-05-23 00:00:00', 0.000136859838464811, 0.000263846153846153, 0.000158048677993156, 0.000365769230769231, 0.000169587848802733, 0.000534038461538459, 0.000316378789525368, 0.00102153846153847, 0.00203480489520211, 0.00499019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 315, '2021-05-23 00:00:00', 9.4373439875033e-05, 0.000242115384615391, 0.000121176920879536, 0.000374615384615392, 0.000204362799565269, 0.000503076923076931, 0.000364931026148983, 0.00109442307692308, 0.00203694628153179, 0.00498807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 330, '2021-05-23 00:00:00', 9.70005947642333e-05, 0.000261346153846149, 0.00014911895097023, 0.000357692307692307, 0.000212867690940071, 0.000480576923076937, 0.000402558548059005, 0.00111923076923076, 0.00201566813698624, 0.00497596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 345, '2021-05-23 00:00:00', 0.000122015919516211, 0.00023673076923077, 0.000152899162346165, 0.00031307692307692, 0.000185068906086362, 0.000427500000000017, 0.0004676493179888, 0.00122326923076923, 0.00200670441654585, 0.00496115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 360, '2021-05-23 00:00:00', 8.14503151998491e-05, 0.000208076923076924, 0.00010138293742046, 0.000292500000000016, 0.000147266895334762, 0.000428461538461553, 0.00060182609933947, 0.00132557692307692, 0.00200392915006035, 0.00495903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 375, '2021-05-23 00:00:00', 9.98446870817937e-05, 0.000225192307692314, 0.000137308187889658, 0.000313461538461542, 0.00016397666344284, 0.000467884615384606, 0.000581720392787316, 0.00145115384615384, 0.00199706146625487, 0.00494750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 390, '2021-05-23 00:00:00', 7.82776124788215e-05, 0.000195769230769245, 0.000119680986215591, 0.000306538461538471, 0.000146717546535984, 0.000430961538461548, 0.000573089770119305, 0.00152826923076923, 0.0020009835370099, 0.00494134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 405, '2021-05-23 00:00:00', 8.88388774909106e-05, 0.000207884615384615, 9.38634441827284e-05, 0.000292115384615381, 0.000206048257977062, 0.000423269230769232, 0.000650154094160655, 0.00162211538461538, 0.00200580262085934, 0.00493692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 420, '2021-05-23 00:00:00', 6.50411112593168e-05, 0.000187884615384616, 7.72032781288921e-05, 0.000262884615384621, 0.000202727649816217, 0.000447500000000002, 0.000679367239535326, 0.00168538461538462, 0.00201446683154244, 0.00492884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 435, '2021-05-23 00:00:00', 6.54111258473238e-05, 0.00018615384615384, 0.00014910399055693, 0.000315000000000005, 0.000183032678881292, 0.000479807692307701, 0.00067818434072161, 0.001785, 0.00202196180440224, 0.00492346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 450, '2021-05-23 00:00:00', 0.000139043573690472, 0.000256346153846159, 0.000175700356814148, 0.00036384615384615, 0.000171739516531465, 0.000517307692307704, 0.000726518171724669, 0.00187057692307692, 0.00203109331111635, 0.00491903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 465, '2021-05-23 00:00:00', 0.000103029682056257, 0.000246346153846154, 0.000130017750267468, 0.000368846153846153, 0.000155312711847867, 0.000520961538461531, 0.000725877294144035, 0.00199961538461538, 0.00203619842806677, 0.00492403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 480, '2021-05-23 00:00:00', 0.000102305725834187, 0.000267692307692298, 0.00015462224439432, 0.000384038461538462, 0.000225415513765479, 0.00056692307692308, 0.000720961537435631, 0.00207153846153847, 0.00203956062387505, 0.00492153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 495, '2021-05-23 00:00:00', 8.81825030612924e-05, 0.000253076923076941, 0.000110916635361875, 0.000367499999999995, 0.000263686293800899, 0.000692307692307693, 0.000708090634137933, 0.00211211538461538, 0.00204210111442565, 0.0049148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 510, '2021-05-23 00:00:00', 7.07237311929054e-05, 0.000280384615384603, 0.000154912506323358, 0.000411730769230772, 0.000301980386525586, 0.000736923076923075, 0.000743330680114844, 0.0021575, 0.00204253380538826, 0.00489788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 525, '2021-05-23 00:00:00', 0.000108767394718496, 0.000277884615384625, 0.000201007079859995, 0.000539615384615388, 0.00038670287739377, 0.000813653846153856, 0.000778908506525942, 0.0022273076923077, 0.00204464339565232, 0.00487384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 540, '2021-05-23 00:00:00', 0.000175332650871246, 0.00046153846153847, 0.000202350799736117, 0.000595384615384617, 0.000592719579565249, 0.000977499999999999, 0.000792090248354608, 0.0022948076923077, 0.00204727989330684, 0.0048598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 555, '2021-05-23 00:00:00', 0.000158347232858191, 0.000390384615384611, 0.000342379681280652, 0.000630384615384616, 0.000598995858467772, 0.00109903846153845, 0.00075049860349381, 0.00236307692307693, 0.00218924156167945, 0.00489615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 570, '2021-05-23 00:00:00', 0.00024368082844952, 0.000477884615384608, 0.000471319465396387, 0.000790961538461523, 0.000505889924177794, 0.00116884615384614, 0.000696158718639978, 0.00235980769230769, 0.00223137505036349, 0.00488115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 585, '2021-05-23 00:00:00', 0.000294543976081925, 0.000578076923076906, 0.000360588194695628, 0.000870384615384596, 0.000509561953657625, 0.00120423076923076, 0.000686768603959594, 0.00234134615384615, 0.00225527229295813, 0.00490365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 600, '2021-05-23 00:00:00', 0.000236054100709005, 0.000658461538461527, 0.000291575099179511, 0.000865961538461537, 0.000436491651166945, 0.00116019230769232, 0.00057704675853734, 0.00230019230769232, 0.00223210660243085, 0.00491826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 615, '2021-05-23 00:00:00', 0.000243515676323697, 0.000591730769230773, 0.000333935104243559, 0.000820576923076931, 0.000311116352214692, 0.00112076923076924, 0.000474347041083433, 0.00226134615384616, 0.00225287990905315, 0.00490673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 630, '2021-05-23 00:00:00', 0.000222782491371162, 0.000580961538461544, 0.00024428703167821, 0.000758076923076936, 0.000269226598868804, 0.00110480769230769, 0.000489617315241822, 0.00224365384615386, 0.00219902272874531, 0.00492019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 645, '2021-05-23 00:00:00', 0.000189246278288766, 0.00053692307692308, 0.000238587187740326, 0.000804615384615391, 0.000256535272728422, 0.0011621153846154, 0.000520359380251169, 0.00229826923076924, 0.00228246489567748, 0.004985 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 660, '2021-05-23 00:00:00', 0.000192041361730692, 0.00057173076923077, 0.000259734183645199, 0.000770384615384615, 0.000316266258323357, 0.00112788461538463, 0.000592484988449889, 0.0022923076923077, 0.00228182660468453, 0.00498942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 675, '2021-05-23 00:00:00', 0.000145586875993469, 0.000508461538461535, 0.000276774554188351, 0.000781923076923092, 0.00036313639099042, 0.00115096153846154, 0.00069716756621678, 0.00232384615384616, 0.00227033851254355, 0.00501519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 690, '2021-05-23 00:00:00', 0.000238878871783636, 0.000586346153846169, 0.000285745246948836, 0.000857884615384629, 0.000400609343567844, 0.0011946153846154, 0.000723492810022226, 0.00235038461538462, 0.00225661741415025, 0.00503692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 705, '2021-05-23 00:00:00', 0.000286115092495736, 0.000595384615384622, 0.000357634590049679, 0.000807500000000008, 0.00044961025857445, 0.00112923076923077, 0.000783885220208646, 0.00242403846153847, 0.00225687984922683, 0.00502557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 720, '2021-05-23 00:00:00', 0.000171578306859044, 0.00048634615384615, 0.000290252675068847, 0.000716153846153845, 0.000478078405220796, 0.00107019230769231, 0.00087310048765218, 0.00249730769230769, 0.00217643466388353, 0.00499961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 735, '2021-05-23 00:00:00', 0.000184182288466127, 0.000506346153846149, 0.000309402463815966, 0.000756730769230756, 0.000396663003646098, 0.00110346153846154, 0.00100769861565848, 0.00256749999999999, 0.00217210670512789, 0.00499153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 750, '2021-05-23 00:00:00', 0.000231434739098386, 0.000599038461538462, 0.000347898747427363, 0.000816538461538473, 0.000405077200619263, 0.00111346153846155, 0.00101027741810775, 0.00255269230769231, 0.00217538028505716, 0.00500423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 765, '2021-05-23 00:00:00', 0.000221086217084229, 0.000541346153846173, 0.000282737782841549, 0.000774423076923095, 0.000357029248963425, 0.00101173076923077, 0.000951283343699452, 0.002535, 0.00214303605626725, 0.00498653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 780, '2021-05-23 00:00:00', 0.000221522094747987, 0.000554038461538474, 0.000299215448490513, 0.000711730769230778, 0.000341268899166711, 0.0010223076923077, 0.00084350605305385, 0.0026623076923077, 0.00209940233253327, 0.00496807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 795, '2021-05-23 00:00:00', 0.000129389097150942, 0.00046153846153847, 0.00022053579859411, 0.000659038461538471, 0.000377989875729295, 0.000997115384615401, 0.000785269796850845, 0.00260557692307693, 0.00208439635238746, 0.00493307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 810, '2021-05-23 00:00:00', 0.000188584606599135, 0.000481923076923066, 0.000222880789109007, 0.000694615384615375, 0.000424478548882675, 0.00105596153846153, 0.000739383839110959, 0.0026423076923077, 0.00207394337323481, 0.00491865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 825, '2021-05-23 00:00:00', 0.000190106953702794, 0.000525576923076912, 0.000295640894433654, 0.000818461538461541, 0.000482008458272412, 0.00122307692307691, 0.000710399779106003, 0.00266961538461538, 0.00206556400381256, 0.00491442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 840, '2021-05-23 00:00:00', 0.00023390736167584, 0.000545576923076932, 0.000296756893510764, 0.000755576923076928, 0.000503864450636672, 0.00123576923076923, 0.000838965113421587, 0.00274769230769231, 0.00204999669793356, 0.00492230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 855, '2021-05-23 00:00:00', 0.000131870711742161, 0.000508269230769234, 0.000426452089472407, 0.000825769230769222, 0.00054575921007768, 0.00123634615384615, 0.000781143737388669, 0.00271846153846154, 0.00196751737359156, 0.00488884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 870, '2021-05-23 00:00:00', 0.000419407503325993, 0.000625576923076922, 0.000489799959166997, 0.000879999999999992, 0.000553189945122464, 0.00130865384615384, 0.000922039065583214, 0.00279903846153846, 0.00190875356027072, 0.00490192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 885, '2021-05-23 00:00:00', 0.000215332658568443, 0.000588076923076916, 0.000293374596456733, 0.000914423076923077, 0.000329295518435243, 0.00133653846153847, 0.000930514022545517, 0.00278788461538462, 0.00185939991353705, 0.00494096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 900, '2021-05-23 00:00:00', 0.000193223747677832, 0.000631000000000013, 0.000229523963890472, 0.000879000000000008, 0.00034701404870696, 0.001344, 0.000938937431355253, 0.0027792, 0.00192536407812479, 0.0049632 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 915, '2021-05-23 00:00:00', 0.00022140773386533, 0.000625769230769244, 0.000274659859574605, 0.000954038461538473, 0.000504248450666936, 0.00135249999999999, 0.000925092760421687, 0.00278115384615385, 0.00184082892072691, 0.00497865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 930, '2021-05-23 00:00:00', 0.000247982629664642, 0.000714230769230781, 0.000324853102896587, 0.00101153846153846, 0.000509326138524837, 0.00128634615384616, 0.00102660562797241, 0.00283365384615386, 0.00182036822141524, 0.00502269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 945, '2021-05-23 00:00:00', 0.000217957299981865, 0.000695769230769241, 0.000431649608612569, 0.000979230769230762, 0.000509449363377901, 0.00140057692307693, 0.00100834168888253, 0.00279519230769232, 0.0018077079516508, 0.00510596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 960, '2021-05-23 00:00:00', 0.000331153055480158, 0.00067711538461538, 0.000349864424291206, 0.000911346153846163, 0.000517209375844589, 0.00156346153846155, 0.000958272664746324, 0.0027425, 0.00182371923446397, 0.00507538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 975, '2021-05-23 00:00:00', 0.000311339784702275, 0.00061730769230771, 0.000357789205237681, 0.00106365384615386, 0.000522479775096247, 0.00157134615384616, 0.000940114804773255, 0.00275961538461538, 0.00182469075356727, 0.00506211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 990, '2021-05-23 00:00:00', 0.000231295016408454, 0.000785769230769233, 0.000460524658990662, 0.00121019230769231, 0.000535488454231645, 0.00152326923076924, 0.000911705185986059, 0.00267788461538462, 0.00182075285569966, 0.0050148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1005, '2021-05-23 00:00:00', 0.000248428057996687, 0.000827500000000015, 0.000284239606399522, 0.00104807692307694, 0.000492725426737698, 0.00144788461538463, 0.000923731646013145, 0.00256307692307693, 0.00183705739829092, 0.00495826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1020, '2021-05-23 00:00:00', 0.000209847288796844, 0.000688269230769218, 0.000409339853159474, 0.000976346153846162, 0.000573347525167224, 0.00151576923076923, 0.00088036836695696, 0.00246769230769231, 0.00192960056647843, 0.00495211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1035, '2021-05-23 00:00:00', 0.000300186672691409, 0.000685961538461544, 0.000343039860881859, 0.000982884615384611, 0.000510166978697995, 0.00144711538461539, 0.000822955555394007, 0.00236038461538462, 0.002185282273617, 0.00519615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1050, '2021-05-23 00:00:00', 0.000245645773734949, 0.000684615384615377, 0.000450892320421832, 0.00110173076923076, 0.000598364566001492, 0.00147307692307692, 0.000867735780416693, 0.00233423076923076, 0.00224278865735015, 0.0052101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1065, '2021-05-23 00:00:00', 0.000318241079396399, 0.000850769230769245, 0.000333221571007365, 0.00104384615384617, 0.000484301400115521, 0.00141961538461539, 0.000869841011113737, 0.00227423076923077, 0.0022997728065047, 0.0052698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1080, '2021-05-23 00:00:00', 0.000236302039445617, 0.000659423076923071, 0.000451319305353341, 0.000961346153846145, 0.000470496014860919, 0.0012775, 0.000891671205356297, 0.00217653846153846, 0.00219697533335827, 0.00526884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1095, '2021-05-23 00:00:00', 0.000289165443727543, 0.00064942307692307, 0.000297514640880844, 0.000914807692307686, 0.000411635200707545, 0.00119346153846154, 0.000878965650855939, 0.00203384615384616, 0.00215235607041357, 0.00520942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1110, '2021-05-23 00:00:00', 0.000189373968644074, 0.000617499999999993, 0.000253181069288668, 0.000829423076923079, 0.000472494403711265, 0.00117519230769232, 0.000926423312447472, 0.00195692307692308, 0.00212710355612075, 0.00520346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1125, '2021-05-23 00:00:00', 0.000206019509905099, 0.000520961538461527, 0.000347768103549128, 0.00076942307692307, 0.000507325718464367, 0.00105076923076923, 0.000917022879506531, 0.00184519230769231, 0.0021200967049787, 0.00518596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1140, '2021-05-23 00:00:00', 0.000186545210028611, 0.000518653846153858, 0.000454455549150678, 0.000780384615384621, 0.000414633109368532, 0.00102384615384615, 0.000894313337792654, 0.00173711538461539, 0.00209741885329418, 0.00521961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1155, '2021-05-23 00:00:00', 0.000446607941987325, 0.000549423076923072, 0.000438435856197917, 0.000704999999999994, 0.000428852673286078, 0.00105884615384614, 0.000844199324804272, 0.0016875, 0.00206418176189837, 0.00522288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1170, '2021-05-23 00:00:00', 0.000225898292294427, 0.00048403846153846, 0.000318880252421828, 0.000753846153846139, 0.000378385893784863, 0.000981730769230761, 0.000743186693596194, 0.0016176923076923, 0.00201170173848297, 0.00520173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1185, '2021-05-23 00:00:00', 0.000167156766585693, 0.000480769230769216, 0.000227141772061814, 0.000680769230769224, 0.00033814954588852, 0.00086634615384615, 0.000647190733983298, 0.00148961538461538, 0.00197873051766491, 0.0051676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1200, '2021-05-23 00:00:00', 0.000158733569713048, 0.000497115384615392, 0.000174579164322059, 0.000598269230769239, 0.000261213808681998, 0.00081057692307693, 0.000616630078609673, 0.00142442307692307, 0.00193087880550243, 0.00515019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1215, '2021-05-23 00:00:00', 0.000124710125429403, 0.000361153846153838, 0.000184227806303468, 0.000506730769230758, 0.000207046724566827, 0.000762884615384621, 0.000535446650362686, 0.00137865384615385, 0.00187259375856468, 0.00512923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1230, '2021-05-23 00:00:00', 8.20393901638855e-05, 0.000352692307692304, 0.000139048552671378, 0.000527500000000006, 0.000289830719824252, 0.000745384615384605, 0.000544540314252447, 0.00139307692307692, 0.00187562146623869, 0.00513673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1245, '2021-05-23 00:00:00', 0.000123996432951184, 0.000378653846153842, 0.000205888319241271, 0.000534999999999999, 0.000402448133304146, 0.000812499999999981, 0.000558869497633048, 0.00136365384615385, 0.00187420490834421, 0.00513403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1260, '2021-05-23 00:00:00', 0.000177127181599932, 0.000399038461538467, 0.000292440394978831, 0.000550769230769222, 0.000461089846075411, 0.000865384615384618, 0.000555514072382862, 0.00133826923076923, 0.0018661016956376, 0.00514653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1275, '2021-05-23 00:00:00', 0.000195224525571486, 0.000386153846153835, 0.000268734713339838, 0.000582115384615368, 0.000381440841264559, 0.000796346153846149, 0.000457166229656647, 0.00126480769230769, 0.00182100573437191, 0.00510173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1290, '2021-05-23 00:00:00', 0.000169475775441623, 0.000405961538461525, 0.000227478824035592, 0.00062115384615385, 0.000327031932103567, 0.000736730769230775, 0.000355106105486584, 0.00120788461538462, 0.00178376468782698, 0.00506269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1305, '2021-05-23 00:00:00', 0.000141767008204953, 0.000463269230769225, 0.000175807696514808, 0.000542115384615379, 0.000249135736867701, 0.000676153846153843, 0.000340756680616264, 0.00117134615384615, 0.0017857363057983, 0.00505807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1320, '2021-05-23 00:00:00', 0.000147178071109073, 0.000369230769230767, 0.000210248570835731, 0.000477692307692316, 0.000228431524835044, 0.000659807692307693, 0.000326363471277995, 0.00115134615384616, 0.00181776672997813, 0.00512673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1335, '2021-05-23 00:00:00', 0.000186001757642655, 0.000329423076923074, 0.000207668004276062, 0.000454999999999987, 0.000219727190992679, 0.000685961538461536, 0.000331874918513685, 0.00112019230769231, 0.0018168651467675, 0.00513519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1350, '2021-05-23 00:00:00', 7.95006047388608e-05, 0.000307115384615381, 0.000133141480561678, 0.000470576923076931, 0.000171742203943529, 0.000664230769230778, 0.000325008461428321, 0.00109750000000001, 0.00180901137471442, 0.00514307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1365, '2021-05-23 00:00:00', 0.000162423473104675, 0.000405769230769237, 0.000212327486535444, 0.000565192307692312, 0.000191830554235922, 0.000669807692307703, 0.000320128159432348, 0.00110096153846155, 0.00180349157085745, 0.00515461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1380, '2021-05-23 00:00:00', 0.000169120917143286, 0.000368269230769231, 0.000153043608667092, 0.00047211538461539, 0.000198596227402394, 0.000667307692307687, 0.000318362456715862, 0.00107557692307693, 0.00181423927689988, 0.00516807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1395, '2021-05-23 00:00:00', 0.00011660139199591, 0.000348269230769224, 0.000119317288707941, 0.000466153846153843, 0.000295171983765402, 0.00086250000000001, 0.000422431651276282, 0.0011275, 0.00181191462695808, 0.00518884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1410, '2021-05-23 00:00:00', 9.58879554480099e-05, 0.000307499999999995, 0.000193217394502839, 0.000535192307692295, 0.000376265710124358, 0.00088673076923078, 0.000511248848033312, 0.00114076923076924, 0.00181396158045992, 0.00519384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1425, '2021-05-23 00:00:00', 0.000195193887829919, 0.000469423076923073, 0.000342033792752436, 0.00076634615384617, 0.000391320643659209, 0.000900384615384626, 0.000525677292057226, 0.00118884615384616, 0.00181468044442669, 0.00519365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 0, '2021-05-23 00:00:00', 0.000389492569298145, 0.000607307692307704, 0.000430748052364016, 0.000726730769230773, 0.000422982814708203, 0.000827307692307693, 0.000549309531629002, 0.00121980769230769, 0.00181527137195687, 0.00518807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 15, '2021-05-23 00:00:00', 0.000327625783243862, 0.000409423076923065, 0.000313846912706485, 0.000563269230769214, 0.000313539409864967, 0.000689807692307672, 0.000525659475911352, 0.00123173076923076, 0.00180357731062038, 0.00517365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 30, '2021-05-23 00:00:00', 0.000231149635185, 0.000391923076923074, 0.000255510047973442, 0.000520769230769222, 0.000231582515614789, 0.00066230769230768, 0.000507760240210347, 0.00118230769230769, 0.0017292761602652, 0.00513903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 45, '2021-05-23 00:00:00', 0.000217897029315712, 0.000398653846153845, 0.000181347626227818, 0.000515192307692288, 0.000194502224626398, 0.000601346153846144, 0.000516928539920773, 0.00117365384615384, 0.00169449652154804, 0.0051226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 60, '2021-05-23 00:00:00', 0.000136886393098016, 0.000341730769230762, 0.000179005479073856, 0.000424807692307691, 0.000232556113989395, 0.000492115384615385, 0.000546362657807207, 0.00114192307692309, 0.00166872794713172, 0.0050848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 75, '2021-05-23 00:00:00', 0.00015036072011615, 0.000247884615384625, 0.000141933489299101, 0.000313653846153864, 0.000177540569578207, 0.000479423076923092, 0.000535226084508654, 0.00110019230769231, 0.00164707479630264, 0.00504923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 90, '2021-05-23 00:00:00', 0.000119677129747568, 0.00020884615384616, 0.000125299026946926, 0.000309615384615397, 0.000181406576931058, 0.000452884615384636, 0.000535862245501438, 0.00108288461538462, 0.00165158758122648, 0.00502846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 105, '2021-05-23 00:00:00', 8.9076458083021e-05, 0.00023384615384617, 0.000127186265586526, 0.000377884615384631, 0.00017133188665457, 0.000458846153846166, 0.000468285744456885, 0.00107153846153846, 0.0016371244959943, 0.00500615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 120, '2021-05-23 00:00:00', 0.000124942448289675, 0.000303846153846172, 0.000139034583412245, 0.000353846153846166, 0.000184976089930987, 0.000511923076923083, 0.000442685380551311, 0.00108211538461539, 0.00163660991076066, 0.005 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 135, '2021-05-23 00:00:00', 0.000105916694405768, 0.000227884615384627, 0.000121043539528299, 0.000323461538461548, 0.000294176882948911, 0.000605961538461541, 0.000412727326638123, 0.00109961538461538, 0.0016188419056179, 0.00499865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 150, '2021-05-23 00:00:00', 9.78729553278949e-05, 0.000233653846153857, 0.00018925288332322, 0.00040442307692307, 0.000362195442353352, 0.000648461538461534, 0.000436266723285372, 0.00110557692307692, 0.00161315091811503, 0.00498673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 165, '2021-05-23 00:00:00', 0.0001830272152945, 0.000315192307692293, 0.000249536493400199, 0.000492692307692299, 0.000357553653854381, 0.000676153846153839, 0.000421122355689577, 0.00107903846153845, 0.00161042136148848, 0.00496480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 180, '2021-05-23 00:00:00', 0.000216291558923465, 0.000374038461538465, 0.000294955081325962, 0.000492500000000003, 0.000389163797826149, 0.000722692307692311, 0.000418884278126476, 0.00105903846153846, 0.00160815125580227, 0.00496269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 195, '2021-05-23 00:00:00', 0.000137064414952064, 0.000335576923076914, 0.000198494429295975, 0.000480961538461538, 0.000331103283909094, 0.000700769230769223, 0.000387034683399105, 0.00101961538461537, 0.00159610198247528, 0.00493153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 210, '2021-05-23 00:00:00', 0.000154860855658823, 0.00034173076923077, 0.000239637225822709, 0.000495000000000002, 0.000289209333289131, 0.000634038461538456, 0.000393755146486513, 0.000996346153846152, 0.00156351030106567, 0.00489730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 225, '2021-05-23 00:00:00', 0.000142729976367433, 0.000324615384615389, 0.000202225026983474, 0.000474807692307686, 0.000201598706497688, 0.000579038461538455, 0.000375471191151343, 0.000936153846153847, 0.00156241894558996, 0.00489019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 240, '2021-05-23 00:00:00', 0.000109277346515822, 0.000301538461538456, 0.000115993368510717, 0.000377307692307683, 0.000164610612799274, 0.000529423076923078, 0.000373276191826647, 0.000893653846153851, 0.00155362896520967, 0.00489519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 255, '2021-05-23 00:00:00', 0.000101217397410044, 0.000250192307692298, 0.000119490746342709, 0.000359038461538457, 0.000160367966300579, 0.000491730769230767, 0.000382527827042083, 0.000886538461538479, 0.00154260020245538, 0.00488423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 270, '2021-05-23 00:00:00', 9.54594154601843e-05, 0.000262499999999986, 0.00014786805448932, 0.000394807692307683, 0.000148797229089174, 0.000478846153846148, 0.000398802630961149, 0.000893461538461555, 0.00152992781378227, 0.00486365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 285, '2021-05-23 00:00:00', 0.000102028653592245, 0.000270384615384623, 0.000136667620384423, 0.000345961538461538, 0.000120102520309179, 0.000448846153846148, 0.000406045516584607, 0.000880192307692326, 0.00155008133781623, 0.00484692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 300, '2021-05-23 00:00:00', 7.99345886430797e-05, 0.000246538461538458, 9.14977931638072e-05, 0.000324615384615376, 0.000150770967415423, 0.000443269230769231, 0.000416345825190843, 0.000910384615384614, 0.00154932948276144, 0.00484038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 315, '2021-05-23 00:00:00', 6.6076005187497e-05, 0.000224038461538473, 8.94910824951534e-05, 0.000325576923076925, 0.000228911218934004, 0.000477884615384629, 0.000519997485201021, 0.00106576923076924, 0.00154851094728005, 0.00483192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 330, '2021-05-23 00:00:00', 7.2481297322398e-05, 0.000238461538461538, 0.000132559420638443, 0.000339999999999998, 0.00026626801130844, 0.000489423076923081, 0.000576934105022812, 0.00115019230769232, 0.00154657820812468, 0.00481692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 345, '2021-05-23 00:00:00', 0.000112432030749521, 0.000249807692307698, 0.000198267884051245, 0.000361923076923082, 0.000228803661213304, 0.000448653846153856, 0.00065683626925999, 0.00120326923076925, 0.00154428167269296, 0.00479826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 360, '2021-05-23 00:00:00', 0.000120346934383008, 0.000250769230769238, 0.000158987783759044, 0.000346346153846164, 0.000163243565075187, 0.000427307692307703, 0.000630151996316385, 0.00128653846153847, 0.00153064626873749, 0.004775 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 375, '2021-05-23 00:00:00', 0.000112054245105455, 0.000231923076923093, 0.000108808936284587, 0.000295769230769247, 0.000145041240819508, 0.000394807692307704, 0.000669162622525052, 0.00144615384615387, 0.00153289019376922, 0.00475288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 390, '2021-05-23 00:00:00', 8.24145244853952e-05, 0.00020807692307692, 0.000114070828199654, 0.000271923076923073, 0.000182569270310028, 0.000421538461538477, 0.000701404415331232, 0.00157307692307694, 0.00153134025008764, 0.00475519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 405, '2021-05-23 00:00:00', 9.85645044550122e-05, 0.000189807692307685, 0.000123174828847202, 0.000284038461538452, 0.000193779811602288, 0.00041615384615384, 0.000710695758773362, 0.00182769230769231, 0.00153393270336789, 0.00476346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 420, '2021-05-23 00:00:00', 8.3801046441058e-05, 0.000208846153846151, 0.000153707014003408, 0.000305384615384626, 0.000171572030175267, 0.00042980769230769, 0.000736552677107233, 0.00192461538461539, 0.00153051440573221, 0.00476211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 435, '2021-05-23 00:00:00', 0.000111283421945937, 0.000224999999999988, 0.000119289724878291, 0.000305961538461527, 0.000155728560692588, 0.000445769230769243, 0.000692439055913117, 0.00207538461538462, 0.00152857597128831, 0.0047575 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 450, '2021-05-23 00:00:00', 8.08514782701099e-05, 0.000220192307692303, 0.000117576161895828, 0.00031807692307691, 0.000142633608079735, 0.000447115384615402, 0.000656901702048214, 0.00216538461538462, 0.00152772294105161, 0.00475923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 465, '2021-05-23 00:00:00', 0.000113068393189526, 0.000227307692307691, 0.000126738525500945, 0.000329423076923096, 0.000161128353041447, 0.00046788461538464, 0.000638036320403339, 0.00222788461538462, 0.00152360958051797, 0.00475192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 480, '2021-05-23 00:00:00', 9.24472822748219e-05, 0.000252500000000023, 9.35488354571338e-05, 0.0003442307692308, 0.000197591361536495, 0.000532884615384622, 0.000621785054376618, 0.00226557692307692, 0.00152416530750945, 0.00475326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 495, '2021-05-23 00:00:00', 6.97316284049109e-05, 0.000232500000000024, 0.000119369014147147, 0.000344807692307705, 0.000366082010568026, 0.000705961538461539, 0.000605957125926842, 0.00226596153846152, 0.00153783114007507, 0.00473884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 510, '2021-05-23 00:00:00', 0.000111304329862559, 0.000274423076923073, 0.000159030355109183, 0.000420576923076903, 0.000469144557023332, 0.000806153846153837, 0.000612037454861913, 0.00230461538461537, 0.00155451210500766, 0.00472826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 525, '2021-05-23 00:00:00', 0.000136187794550808, 0.000303653846153829, 0.000358373247627926, 0.000574230769230765, 0.0005392699124386, 0.000859038461538457, 0.000660618940551507, 0.00236423076923076, 0.00156681088397861, 0.00470788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 540, '2021-05-23 00:00:00', 0.000324897439438742, 0.00046211538461538, 0.000433084465025197, 0.000643076923076921, 0.000487611920091562, 0.000924230769230761, 0.000628405797358561, 0.0023703846153846, 0.00158730057499662, 0.00468365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 555, '2021-05-23 00:00:00', 0.000169896008917673, 0.000445576923076917, 0.000250687362757181, 0.000608076923076914, 0.000323748299668836, 0.00104519230769231, 0.000581360473372599, 0.00234999999999998, 0.00159678682166598, 0.00463807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 570, '2021-05-23 00:00:00', 0.000196391289169189, 0.000438461538461541, 0.000186670524227543, 0.000663269230769225, 0.000372057739522334, 0.00113019230769231, 0.000596987469266779, 0.00238596153846152, 0.00161294370162612, 0.00469923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 585, '2021-05-23 00:00:00', 0.000125859659327982, 0.000514423076923078, 0.00026557079311146, 0.000895384615384627, 0.000548691730741973, 0.00135615384615384, 0.00060689664561732, 0.00238346153846152, 0.00161362583833856, 0.00470211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 600, '2021-05-23 00:00:00', 0.000222023300925474, 0.000717115384615398, 0.000332824104618917, 0.000938269230769233, 0.000540877492172168, 0.0014223076923077, 0.000681749587458619, 0.00240749999999999, 0.00162132557353068, 0.00467615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 615, '2021-05-23 00:00:00', 0.000251035164560975, 0.000585576923076925, 0.000549221161842278, 0.000973269230769232, 0.000567907258138294, 0.00140057692307692, 0.000770443952935831, 0.00228673076923076, 0.00164908902591237, 0.00464384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 630, '2021-05-23 00:00:00', 0.000370700220995561, 0.000669423076923069, 0.000363739128835691, 0.000911923076923082, 0.00041302970651218, 0.00130153846153846, 0.000749091038936784, 0.00219423076923076, 0.00159795028564239, 0.00460134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 645, '2021-05-23 00:00:00', 0.000247916238956751, 0.000617307692307705, 0.000369440585417791, 0.000932115384615381, 0.000381151696027469, 0.00121615384615385, 0.000746217873938047, 0.00216365384615385, 0.00157872548400478, 0.00466692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 660, '2021-05-23 00:00:00', 0.000263985503681245, 0.000642115384615381, 0.000294044475966052, 0.000848076923076924, 0.000242102012828029, 0.00111076923076923, 0.000824610117664002, 0.0021753846153846, 0.00160067390855803, 0.00474019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 675, '2021-05-23 00:00:00', 0.000127293120244348, 0.000566538461538458, 0.000188101956804932, 0.000752884615384624, 0.000283186538141582, 0.00107115384615384, 0.000893809737110667, 0.00218961538461537, 0.00161327473934707, 0.00477076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 690, '2021-05-23 00:00:00', 0.000214886016297011, 0.000539999999999998, 0.000238901411915843, 0.000806730769230764, 0.000263631444371766, 0.00110153846153845, 0.000849140130684253, 0.00223980769230769, 0.00163305919860666, 0.00475288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 705, '2021-05-23 00:00:00', 0.000178217671574778, 0.000623461538461536, 0.000225482815309708, 0.000832500000000001, 0.000351707483352505, 0.00[...];[ Date: 2021-05-23 16:57:50 - Database: acaweb_fx - User: pgperfstats ]
12 23s728ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987955, 1, 1020, '2021-05-23 00:00:00', 0.00617871033344458, 0.0177142307692308, 0.00964966310492024, 0.0256390384615383, 0.013768847587384, 0.0365932692307692, 0.0201914437705298, 0.0494334615384612, 0.031250863035467, 0.0945173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1035, '2021-05-23 00:00:00', 0.00814298416524221, 0.0185313461538461, 0.00853014406948407, 0.0244096153846155, 0.0165951130862721, 0.0364478846153846, 0.02380995445106, 0.0492648076923075, 0.0300252106173356, 0.0942611538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1050, '2021-05-23 00:00:00', 0.00700779512125886, 0.0160423076923077, 0.0137653438974618, 0.0278211538461539, 0.0173889821184389, 0.0343363461538461, 0.0247605655653378, 0.047551346153846, 0.0292930175639176, 0.0937599999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1065, '2021-05-23 00:00:00', 0.00937026267795339, 0.0214355769230769, 0.0122388179120623, 0.0259582692307692, 0.0155776306976975, 0.033148076923077, 0.0239911991147075, 0.0448748076923074, 0.0278410827078642, 0.0921578846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1080, '2021-05-23 00:00:00', 0.00889825137532422, 0.0168734615384615, 0.0095990922567628, 0.0222180769230769, 0.0136652535637484, 0.0298798076923076, 0.024707388014519, 0.0419924999999996, 0.0277604715911226, 0.0924698076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1095, '2021-05-23 00:00:00', 0.00648472081422637, 0.0163490384615387, 0.0109895863154451, 0.0234792307692308, 0.0114192030437262, 0.026961923076923, 0.0239604688995146, 0.0405617307692308, 0.0274395915029021, 0.0948203846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1110, '2021-05-23 00:00:00', 0.00977582343570902, 0.0164203846153846, 0.0102177039570468, 0.0197419230769231, 0.00990046253969992, 0.0227625000000001, 0.0234525489848034, 0.0386417307692306, 0.0272368533820232, 0.0959519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1125, '2021-05-23 00:00:00', 0.00969701089749586, 0.0136971153846153, 0.00913459451544154, 0.0172201923076922, 0.00908028838283137, 0.0195086538461539, 0.0239880494838252, 0.0377959615384613, 0.0274920727910089, 0.0974978846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1140, '2021-05-23 00:00:00', 0.00508688847392532, 0.0112121153846153, 0.00552279666125229, 0.0134648076923078, 0.00636055508281616, 0.0172648076923076, 0.0229268528720227, 0.0374538461538461, 0.0275237431802768, 0.0981855769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1155, '2021-05-23 00:00:00', 0.00462591713983468, 0.00993576923076933, 0.00532842477805447, 0.0130338461538462, 0.00721372307853916, 0.018695576923077, 0.0231920279539193, 0.0379188461538461, 0.0273492190867277, 0.098524423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1170, '2021-05-23 00:00:00', 0.00435874177328197, 0.00861038461538461, 0.00568311789087089, 0.0126798076923076, 0.00886672070375853, 0.0189290384615383, 0.0232236359316237, 0.0371017307692307, 0.0272709449076088, 0.0988480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1185, '2021-05-23 00:00:00', 0.00438492994856783, 0.009664423076923, 0.00594617877619422, 0.0137290384615384, 0.010757105465691, 0.0192449999999997, 0.0228780327388521, 0.037275, 0.0271134891549176, 0.0994030769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1200, '2021-05-23 00:00:00', 0.0044926163740761, 0.00893826923076931, 0.007044907478783, 0.0132607692307692, 0.0107743468782958, 0.0175305769230767, 0.0228377364608195, 0.0388555769230768, 0.0271807788173071, 0.099786346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1215, '2021-05-23 00:00:00', 0.00563489504372923, 0.00935307692307688, 0.00749938329772212, 0.0124296153846154, 0.0199270150964423, 0.0191605769230767, 0.0281896224883992, 0.0425090384615385, 0.0273118922843846, 0.100521923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1230, '2021-05-23 00:00:00', 0.00609244228216698, 0.00868480769230767, 0.00954107045276429, 0.0125242307692306, 0.0227000040774308, 0.0201213461538462, 0.0279051719282672, 0.0428721153846155, 0.0272812506487793, 0.100875192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1245, '2021-05-23 00:00:00', 0.00717239566243099, 0.00932153846153838, 0.018665278045076, 0.0153124999999999, 0.0224329265041021, 0.0209334615384614, 0.0270032531380657, 0.0421659615384618, 0.0272801844230171, 0.100773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1260, '2021-05-23 00:00:00', 0.0161574206005024, 0.0109976923076921, 0.0188371404411602, 0.01509, 0.0199010234187937, 0.0213686538461537, 0.0248993831781803, 0.040825576923077, 0.027158119752663, 0.0999174999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1275, '2021-05-23 00:00:00', 0.00864045125468655, 0.00906673076923091, 0.0100331974522274, 0.0125613461538461, 0.00989859433882487, 0.0182282692307694, 0.0172951875253918, 0.0376615384615386, 0.0270379721417573, 0.0998784615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1290, '2021-05-23 00:00:00', 0.00877573372781637, 0.00889769230769229, 0.00892943488607268, 0.0137207692307693, 0.00959961346377245, 0.0168994230769231, 0.0172868979332282, 0.0372569230769232, 0.0270561332446791, 0.099626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1305, '2021-05-23 00:00:00', 0.00517892270131092, 0.0103471153846154, 0.00599348027828194, 0.0129696153846155, 0.0114891261919192, 0.018864423076923, 0.0169257867320842, 0.0367375000000001, 0.0268749509602413, 0.0999136538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1320, '2021-05-23 00:00:00', 0.00475474640592072, 0.00935923076923077, 0.00545257612016134, 0.0118671153846153, 0.0114383526180732, 0.0191561538461537, 0.0173514416514772, 0.0363657692307694, 0.027200982819489, 0.100392115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1335, '2021-05-23 00:00:00', 0.00431200398262255, 0.00762211538461535, 0.0114357474563148, 0.0132732692307692, 0.0105909689757901, 0.0186303846153846, 0.0192744577864475, 0.0388148076923077, 0.0274122599782536, 0.101033653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1350, '2021-05-23 00:00:00', 0.0105862257020802, 0.0109388461538461, 0.0103072306826883, 0.0151328846153846, 0.00984215337796482, 0.0182036538461539, 0.0191939966095173, 0.0384753846153846, 0.0273522230062676, 0.101064230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1365, '2021-05-23 00:00:00', 0.0053300874902619, 0.00991942307692311, 0.0062311629764004, 0.0129490384615384, 0.00624943070638017, 0.0156369230769232, 0.0186688031186958, 0.0375282692307693, 0.0269685321097353, 0.100346923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1380, '2021-05-23 00:00:00', 0.00478987599405906, 0.00890403846153834, 0.00443748161859701, 0.010391346153846, 0.0110694254124387, 0.0201848076923076, 0.0214093702239141, 0.0378457692307692, 0.0282606764223035, 0.100904615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1395, '2021-05-23 00:00:00', 0.00232923316037378, 0.00627634615384583, 0.00572734243647221, 0.0109792307692308, 0.0161102594688556, 0.0274919230769229, 0.0214306586002033, 0.0384509615384615, 0.0290137411344239, 0.101728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1410, '2021-05-23 00:00:00', 0.00568816704625964, 0.00944788461538474, 0.0112463323816461, 0.0182490384615383, 0.015815355089766, 0.0279211538461539, 0.0214725890354335, 0.0395582692307693, 0.0290232690897119, 0.101810576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 1, 1425, '2021-05-23 00:00:00', 0.00992366908728066, 0.0159919230769229, 0.0140499504255904, 0.0255998076923075, 0.0140307946975986, 0.0270653846153847, 0.0220076192120962, 0.0402957692307693, 0.0290797047552726, 0.101875576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 0, '2021-05-23 00:00:00', 0.0112428968892159, 0.0192473076923075, 0.0124545921852144, 0.0216125000000001, 0.0138119020093321, 0.0247386538461538, 0.0222066143888569, 0.0403038461538462, 0.0293769215024569, 0.101799807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 15, '2021-05-23 00:00:00', 0.00901818793235844, 0.0107036000000002, 0.011207416101255, 0.0143356000000002, 0.015888575699225, 0.0230176, 0.0231441954980078, 0.0398354000000001, 0.0297228149995922, 0.1031174 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 30, '2021-05-23 00:00:00', 0.00489059546476715, 0.00789360000000023, 0.00992378459392728, 0.0139455999999998, 0.00986805883477932, 0.0209168000000001, 0.0191604759748637, 0.037982, 0.0297466243715146, 0.1030614 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 45, '2021-05-23 00:00:00', 0.0094079017116137, 0.0108761538461538, 0.00837132591280857, 0.0177434615384615, 0.00963724337581109, 0.0205282692307694, 0.019444495515342, 0.0370003846153847, 0.0296790728142805, 0.102001346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 60, '2021-05-23 00:00:00', 0.00663994176295123, 0.0133238461538462, 0.00679080835790921, 0.0156369230769231, 0.00791604687668332, 0.0181319230769233, 0.0189289517132233, 0.0365051923076924, 0.0288396400282929, 0.101630192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 75, '2021-05-23 00:00:00', 0.00491191888322521, 0.00894634615384607, 0.00552556333361994, 0.011018076923077, 0.0165152432956763, 0.0204086538461539, 0.0193832387545369, 0.0343838461538461, 0.0297279027184637, 0.102009038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 90, '2021-05-23 00:00:00', 0.00384995429043795, 0.00717403846153879, 0.00595351277366174, 0.0103978846153849, 0.0180366952040725, 0.0201367307692308, 0.0191456438548141, 0.0342788461538461, 0.029983334653796, 0.101755192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 105, '2021-05-23 00:00:00', 0.00531399335571823, 0.00872923076923091, 0.0175029716301151, 0.0178267307692306, 0.0178452398134628, 0.020825, 0.0195880540410572, 0.0350186538461538, 0.029983334653796, 0.101755192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 120, '2021-05-23 00:00:00', 0.0179695365260637, 0.0158751923076922, 0.0186658834941018, 0.0179188461538462, 0.0195226374252676, 0.0226059615384613, 0.0195915246078894, 0.0354976923076923, 0.0301901936982598, 0.102111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 135, '2021-05-23 00:00:00', 0.0091838575961386, 0.0085721153846156, 0.0092043018725778, 0.0112348076923076, 0.0134191665122917, 0.0180317307692307, 0.0173160948431042, 0.0318461538461538, 0.0300609083215289, 0.099921346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 150, '2021-05-23 00:00:00', 0.00463005831496773, 0.00784999999999995, 0.00894147428258634, 0.013517115384615, 0.0100285462037892, 0.0180501923076922, 0.0149650259451315, 0.0305334615384613, 0.0307469940069191, 0.100247307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 165, '2021-05-23 00:00:00', 0.0079959846557747, 0.0106961538461536, 0.00857971191017143, 0.0139973076923077, 0.00933636593978318, 0.0175198076923076, 0.0134748358303115, 0.0298505769230768, 0.0314143501212175, 0.0996915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 180, '2021-05-23 00:00:00', 0.00557735892832661, 0.00990884615384645, 0.00625001615074832, 0.0131782692307695, 0.0085170235049938, 0.0178807692307692, 0.0128706381349178, 0.02901, 0.0318460386933999, 0.0996876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 195, '2021-05-23 00:00:00', 0.00399486297059676, 0.00973307692307711, 0.00507050257333081, 0.0133521153846153, 0.00782266837466607, 0.0175025, 0.012168870126427, 0.0281069230769229, 0.0324796561629201, 0.100717692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 210, '2021-05-23 00:00:00', 0.00548239094738783, 0.0098274999999999, 0.00629174759873234, 0.0136303846153844, 0.00722156330827221, 0.0164911538461537, 0.0120725178751639, 0.0277053846153845, 0.0330337814598698, 0.101281538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 225, '2021-05-23 00:00:00', 0.004412051227996, 0.00966096153846152, 0.00543284170223431, 0.0126998076923079, 0.00627226838184117, 0.0150944230769231, 0.0113179818668551, 0.0266215384615385, 0.0333058699775507, 0.101414807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 240, '2021-05-23 00:00:00', 0.00446037964924334, 0.00932615384615414, 0.00558499732456369, 0.0115186538461541, 0.00662605404096958, 0.014803076923077, 0.0108502554826354, 0.0260490384615385, 0.0333144842125183, 0.101427884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 255, '2021-05-23 00:00:00', 0.00362845875841755, 0.00749480769230769, 0.00493545093022056, 0.0108782692307692, 0.00685560981970261, 0.0143899999999999, 0.0107520851162067, 0.0257021153846153, 0.0338825790545023, 0.102334230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 270, '2021-05-23 00:00:00', 0.00417296345999594, 0.00846596153846133, 0.00509183355595401, 0.0110101923076922, 0.00666708024262034, 0.0145298076923075, 0.0115333024958829, 0.0261223076923075, 0.0341316346585029, 0.102727692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 285, '2021-05-23 00:00:00', 0.00473551417076742, 0.00767769230769215, 0.00636220814352518, 0.0104223076923077, 0.00751672880211942, 0.0142567307692308, 0.0118655939152464, 0.0259648076923075, 0.0351184783033966, 0.103182884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 300, '2021-05-23 00:00:00', 0.00598687580333974, 0.00795673076923091, 0.00662820412212932, 0.0107667307692308, 0.00708419998197499, 0.0143642307692307, 0.0114746808033365, 0.0262134615384613, 0.0351184783033966, 0.103182884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 315, '2021-05-23 00:00:00', 0.00476885040170548, 0.00804807692307716, 0.00538384882345746, 0.0104919230769234, 0.00851238929669353, 0.0158834615384618, 0.0134757517957826, 0.0277526923076922, 0.035289616211375, 0.103287115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 330, '2021-05-23 00:00:00', 0.00430049335720721, 0.00793634615384659, 0.00503791767117516, 0.010777307692308, 0.00847816965007085, 0.015456153846154, 0.0142518437889494, 0.0308857692307689, 0.0353248294900342, 0.1033025 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 345, '2021-05-23 00:00:00', 0.00462515822598388, 0.00830384615384614, 0.00780529829913397, 0.0129084615384616, 0.00826490838750494, 0.0152855769230767, 0.0152815298468948, 0.0336376923076923, 0.0354697628952624, 0.103389615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 360, '2021-05-23 00:00:00', 0.00697127865989067, 0.009458076923077, 0.00763473696337989, 0.0109474999999999, 0.00817949106231328, 0.0145240384615384, 0.0163911229445883, 0.0362392307692307, 0.0355055962089616, 0.103433076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 375, '2021-05-23 00:00:00', 0.00403142048357439, 0.00619134615384611, 0.00515780710708023, 0.00927192307692303, 0.00640060683421149, 0.0118703846153844, 0.0166575240761089, 0.0385978846153846, 0.0355055962089616, 0.103433076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 390, '2021-05-23 00:00:00', 0.00496072190776243, 0.0078246153846154, 0.00603415709491838, 0.00978038461538472, 0.0065997323721963, 0.0127192307692306, 0.0155551179408529, 0.040896923076923, 0.035340457313331, 0.103771346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 405, '2021-05-23 00:00:00', 0.00383821801601496, 0.00681346153846158, 0.00425584568112355, 0.00863230769230767, 0.00583327096523447, 0.0128469230769232, 0.016482839520357, 0.0437155769230768, 0.0354299968524064, 0.103809807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 420, '2021-05-23 00:00:00', 0.00376702874139035, 0.00676153846153849, 0.00474116537524098, 0.00927134615384606, 0.00602890187730357, 0.0130503846153845, 0.0172177398811629, 0.0471661538461538, 0.0350800316512661, 0.104334423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 435, '2021-05-23 00:00:00', 0.00405268014357814, 0.00727288461538441, 0.00447573526404859, 0.0102230769230769, 0.00616346883162929, 0.0138909615384614, 0.0164648136678004, 0.048808653846154, 0.0351752886691996, 0.104374807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 450, '2021-05-23 00:00:00', 0.00442009988139877, 0.00787980769230781, 0.0050712442867, 0.0101588461538461, 0.00728200732311156, 0.0142844230769229, 0.0170494256659414, 0.0498715384615386, 0.0350471095746632, 0.104278461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 465, '2021-05-23 00:00:00', 0.00353577289994707, 0.00689499999999989, 0.00453556606593507, 0.00971346153846151, 0.00649743230941143, 0.0136788461538462, 0.018326719950767, 0.0515980769230771, 0.0350224466751735, 0.104576346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 480, '2021-05-23 00:00:00', 0.00341528832547907, 0.00735711538461527, 0.00563373984612775, 0.0103405769230768, 0.00612793019391864, 0.0163126923076922, 0.0195366671641969, 0.0534632692307694, 0.0350855377393809, 0.104822307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 495, '2021-05-23 00:00:00', 0.0048300884089694, 0.00740596153846142, 0.00551275479090209, 0.0105757692307692, 0.00890613708889291, 0.0198553846153845, 0.019295497294606, 0.0541453846153847, 0.0353116924071026, 0.105195576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 510, '2021-05-23 00:00:00', 0.00480541028825432, 0.00825096153846161, 0.00641841927879926, 0.0138109615384615, 0.0100346330295861, 0.0234240384615383, 0.021931287282012, 0.0561853846153847, 0.0353682350400205, 0.105274615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 525, '2021-05-23 00:00:00', 0.00656682452530545, 0.0108621153846154, 0.00920784216766425, 0.0168042307692307, 0.0110938481427944, 0.027056153846154, 0.0221680393958021, 0.0577944230769231, 0.0353698642828128, 0.105299230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 540, '2021-05-23 00:00:00', 0.00781127956621325, 0.0132576923076922, 0.00901640548368106, 0.0196296153846151, 0.0109540224803493, 0.0288775, 0.021660077111163, 0.0581376923076923, 0.0355478726703104, 0.105700769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 555, '2021-05-23 00:00:00', 0.00590086494637731, 0.0145286538461538, 0.00906950567094952, 0.0215463461538463, 0.0097029666676664, 0.0310980769230769, 0.0238390346353652, 0.0602821153846153, 0.0360686317754615, 0.107291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 570, '2021-05-23 00:00:00', 0.00887789426696362, 0.016616153846154, 0.0090800689678844, 0.0225276923076923, 0.0098922132702755, 0.0328407692307693, 0.0249516414197233, 0.0616765384615385, 0.0359679155102687, 0.107813076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 585, '2021-05-23 00:00:00', 0.00592006300642147, 0.0158950000000001, 0.00949753857383776, 0.0248398076923078, 0.0122173554563234, 0.0347078846153847, 0.0250998080194923, 0.0621938461538463, 0.0359119776831542, 0.108666346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 600, '2021-05-23 00:00:00', 0.00883345300765567, 0.0208409615384613, 0.00868677517618228, 0.0279851923076923, 0.0136125536857034, 0.0380096153846153, 0.0243099012844873, 0.0619726923076924, 0.0361048778358055, 0.110478461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 615, '2021-05-23 00:00:00', 0.00638958034314766, 0.0173651923076924, 0.00738915217370394, 0.0250296153846154, 0.0105096665046261, 0.0366190384615387, 0.0203901895867743, 0.0594257692307696, 0.0355092652464976, 0.108707115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 630, '2021-05-23 00:00:00', 0.00652132945683741, 0.0175717307692308, 0.0103247632884022, 0.0265698076923077, 0.010914114552337, 0.0354273076923079, 0.0194614859747694, 0.0584328846153848, 0.0365879084881665, 0.108178461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 645, '2021-05-23 00:00:00', 0.00815618839381388, 0.0184886538461538, 0.00853432503977991, 0.0250082692307693, 0.0122341218995824, 0.0334505769230771, 0.0182845469443883, 0.0561301923076925, 0.036134274367122, 0.107510961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 660, '2021-05-23 00:00:00', 0.00495085364822599, 0.0171396153846153, 0.00716520425657622, 0.0241209615384616, 0.0143337594563968, 0.0322569230769234, 0.018495917134704, 0.0564905769230771, 0.0357763089858894, 0.106685576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 675, '2021-05-23 00:00:00', 0.00543325548040789, 0.0166413461538463, 0.010864217200729, 0.0228857692307695, 0.0133830150520956, 0.0315232692307695, 0.018571194175803, 0.0556786538461539, 0.0360831271073633, 0.106929615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 690, '2021-05-23 00:00:00', 0.00726331235361336, 0.0166228846153849, 0.0107400535308795, 0.0239896153846157, 0.0127811358108498, 0.0325388461538463, 0.0183238374350503, 0.0559321153846155, 0.0351883485174369, 0.107380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 705, '2021-05-23 00:00:00', 0.00704769136231619, 0.0168315384615386, 0.010194697839488, 0.0226859615384616, 0.010472924776996, 0.0303442307692307, 0.018296696952855, 0.0549992307692308, 0.0333930297540345, 0.106661923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 720, '2021-05-23 00:00:00', 0.00835554750772471, 0.0165130769230769, 0.00871422836515099, 0.0227049999999999, 0.010188852996516, 0.0279307692307691, 0.0187359118929805, 0.0554123076923077, 0.0338127494985817, 0.107595576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 735, '2021-05-23 00:00:00', 0.00509311530779167, 0.0146015384615383, 0.0057330804882379, 0.0184817307692304, 0.00989490265820656, 0.027653846153846, 0.0189654144137322, 0.0567282692307691, 0.0343581545264223, 0.108472692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 750, '2021-05-23 00:00:00', 0.00367017987926385, 0.0127621153846154, 0.00946290166914992, 0.0182099999999998, 0.0119525246061883, 0.0282326923076924, 0.0181221365833651, 0.0567221153846154, 0.0349814819148863, 0.108884807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 765, '2021-05-23 00:00:00', 0.00844033225968284, 0.0135644230769229, 0.00987968833205064, 0.0209115384615384, 0.0126697851797099, 0.0289375, 0.0176994378963328, 0.0570803846153847, 0.0351675730845025, 0.109309423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 780, '2021-05-23 00:00:00', 0.00719767055265915, 0.0162857692307692, 0.00993647797066644, 0.0218623076923077, 0.0123665964349376, 0.0283592307692306, 0.0173708917146337, 0.0588501923076925, 0.0354673897914037, 0.109683846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 795, '2021-05-23 00:00:00', 0.00531032382396646, 0.0132886538461539, 0.00817559801858788, 0.0189701923076923, 0.0124084335278626, 0.0255711538461538, 0.017170197522496, 0.0585401923076923, 0.0361705687313061, 0.109787884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 810, '2021-05-23 00:00:00', 0.00485326568880725, 0.0136403846153845, 0.00658182637734675, 0.0178723076923075, 0.00975717810915864, 0.0254655769230767, 0.0165812147520571, 0.0586494230769231, 0.0363173389173609, 0.110205961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 825, '2021-05-23 00:00:00', 0.00480461469278784, 0.0127221153846152, 0.00728292979137911, 0.0176721153846154, 0.00856037665418648, 0.0252976923076925, 0.015985442575861, 0.0583771153846155, 0.0355555021145165, 0.111251153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 840, '2021-05-23 00:00:00', 0.0051919860473026, 0.0137613461538463, 0.00538333445780742, 0.0193417307692308, 0.00750117664872548, 0.0281436538461539, 0.0174798443180885, 0.0599007692307694, 0.0357773078554636, 0.112354230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 855, '2021-05-23 00:00:00', 0.00386006950913874, 0.0127461538461539, 0.00450466129521576, 0.0175107692307694, 0.00753059330587312, 0.0285234615384615, 0.0183426210242281, 0.0613340384615386, 0.0356211828880816, 0.112187884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 870, '2021-05-23 00:00:00', 0.00432178793574359, 0.0110951923076923, 0.00516047924503748, 0.0204290384615383, 0.0114265925148311, 0.0295975, 0.0224153368374971, 0.0627634615384616, 0.0344493336275842, 0.111295769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 885, '2021-05-23 00:00:00', 0.00462563688754153, 0.016028846153846, 0.00671644596952392, 0.0222773076923077, 0.0113598596754606, 0.0315296153846155, 0.0217019278051865, 0.0634473076923079, 0.0342284272931366, 0.110705192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 900, '2021-05-23 00:00:00', 0.00582642938113302, 0.0159178000000001, 0.0110632478391294, 0.0229093999999999, 0.0127892757548397, 0.0319642000000001, 0.0222342473019287, 0.0656048000000001, 0.0361404437000064, 0.112384 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 915, '2021-05-23 00:00:00', 0.00991952095035941, 0.0156717307692306, 0.00955012686383736, 0.0231563461538462, 0.0130934509774926, 0.0315775, 0.0221334858954618, 0.063941730769231, 0.0362127792620865, 0.111228269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 930, '2021-05-23 00:00:00', 0.00633841098747589, 0.0167403846153848, 0.00829237359774721, 0.022151730769231, 0.0111689090714428, 0.0320903846153848, 0.0220517493183646, 0.0640100000000002, 0.0364048158400251, 0.111422884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 945, '2021-05-23 00:00:00', 0.0043448734291558, 0.0148086538461541, 0.00691294730643425, 0.0218876923076922, 0.0122287170847339, 0.0327165384615387, 0.0222688372498775, 0.0627276923076924, 0.0362658954878885, 0.113098461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 960, '2021-05-23 00:00:00', 0.00554203288514245, 0.0167574999999996, 0.00917495464042446, 0.023614423076923, 0.016044859929393, 0.036558076923077, 0.0220217014442569, 0.0616475000000001, 0.0376058964770971, 0.113390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 975, '2021-05-23 00:00:00', 0.00652221050305439, 0.0157853846153847, 0.0104390763222396, 0.0231076923076924, 0.0130447965812485, 0.0371996153846153, 0.0217827410615338, 0.0609369230769232, 0.0380246370543545, 0.113278653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 990, '2021-05-23 00:00:00', 0.00914064135942012, 0.0189873076923078, 0.0136768029102618, 0.0292396153846155, 0.0123357794053906, 0.0376484615384616, 0.022224859681135, 0.0605996153846155, 0.0389416579557951, 0.113487115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1005, '2021-05-23 00:00:00', 0.00565684575400559, 0.0198317307692307, 0.00703636912487824, 0.0282723076923073, 0.00910318712784815, 0.0351732692307691, 0.0234501903223374, 0.058471923076923, 0.0413016327038048, 0.114315 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1020, '2021-05-23 00:00:00', 0.00736865395546461, 0.0201413461538459, 0.00908420417749741, 0.0265915384615383, 0.0128343266656861, 0.0357898076923077, 0.0227393226270806, 0.0561615384615384, 0.0423840859811974, 0.113632307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1035, '2021-05-23 00:00:00', 0.00742977888945239, 0.0176821153846154, 0.00830486449896397, 0.0235971153846155, 0.0135449842334576, 0.0355467307692308, 0.0209857585006153, 0.0529346153846153, 0.0415845087040094, 0.112838076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1050, '2021-05-23 00:00:00', 0.00703390901550908, 0.0158240384615386, 0.00940028679595239, 0.0246153846153848, 0.0226679541338732, 0.0363438461538461, 0.0205597141479679, 0.0496596153846154, 0.0393777677200647, 0.112478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1065, '2021-05-23 00:00:00', 0.00875548448775891, 0.0192711538461537, 0.0125054168324709, 0.026451923076923, 0.0218798737621163, 0.0364746153846154, 0.0215179665369341, 0.0484282692307692, 0.0406459482416333, 0.112617692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1080, '2021-05-23 00:00:00', 0.0103220259881478, 0.0193025000000001, 0.0211124613703703, 0.0281286538461536, 0.0193514236258252, 0.0349878846153847, 0.0220890293349784, 0.0465498076923076, 0.0407831461777269, 0.114001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1095, '2021-05-23 00:00:00', 0.0204691267184357, 0.0198261538461536, 0.0192153911267462, 0.0256769230769232, 0.0184477679919443, 0.0315117307692307, 0.0234303680820753, 0.0442126923076922, 0.0408220203736244, 0.113885769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1110, '2021-05-23 00:00:00', 0.0121732127167053, 0.0181803846153846, 0.0115340987994462, 0.0234536538461538, 0.0118263059532553, 0.0267825000000001, 0.0191722154732793, 0.039741923076923, 0.0397238359470249, 0.112202884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1125, '2021-05-23 00:00:00', 0.00513009419616622, 0.0144923076923077, 0.00490249766798679, 0.0174942307692307, 0.00667914144643915, 0.0225476923076923, 0.0125392893124587, 0.0349976923076922, 0.0369772573097823, 0.109026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1140, '2021-05-23 00:00:00', 0.00332316714665631, 0.0103467307692308, 0.00391416036776922, 0.0143457692307692, 0.00628774229078975, 0.020173653846154, 0.0127112741841491, 0.0335292307692308, 0.0366454810589036, 0.108230961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1155, '2021-05-23 00:00:00', 0.00441945292472343, 0.0105930769230769, 0.0055801530307109, 0.0157596153846155, 0.00680041718177289, 0.0201353846153848, 0.0131243118691404, 0.0332509615384616, 0.0362488013064411, 0.108123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1170, '2021-05-23 00:00:00', 0.00455300429978349, 0.0108130769230771, 0.00499915526710426, 0.0143557692307695, 0.0059402988172701, 0.0183659615384618, 0.0107570997306608, 0.0326588461538464, 0.0358036992206757, 0.107956730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1185, '2021-05-23 00:00:00', 0.00423417312334555, 0.00913596153846158, 0.00487561960165074, 0.0129625000000001, 0.00554747639437552, 0.0171521153846155, 0.0106330586091026, 0.0329642307692309, 0.0354505232667251, 0.107696730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1200, '2021-05-23 00:00:00', 0.00413958961176664, 0.00987692307692301, 0.00468823208026884, 0.0132459615384616, 0.00479720960960221, 0.0177940384615384, 0.0110564759252039, 0.0343982692307691, 0.0355319847445174, 0.107736730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1215, '2021-05-23 00:00:00', 0.00363209138736276, 0.00842538461538471, 0.00388308743636576, 0.0110709615384616, 0.00332501836316506, 0.0148863461538462, 0.0119167587100623, 0.0334180769230767, 0.0344919286009842, 0.108621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1230, '2021-05-23 00:00:00', 0.00328840576875774, 0.00753250000000001, 0.00310747750780899, 0.0113323076923078, 0.00430021236058802, 0.0154971153846153, 0.0117374294197928, 0.033415769230769, 0.0345000231906278, 0.108601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1245, '2021-05-23 00:00:00', 0.00253826433732877, 0.00913038461538467, 0.00310415565752654, 0.0115478846153844, 0.00513572599916151, 0.0164065384615382, 0.0118389513698833, 0.0331584615384612, 0.0345145471716138, 0.108967692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1260, '2021-05-23 00:00:00', 0.00329599031458613, 0.00818807692307671, 0.00440006454935144, 0.0121790384615381, 0.00544071033611761, 0.0167501923076919, 0.0121933173958272, 0.0322413461538459, 0.0347208659099752, 0.109316538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1275, '2021-05-23 00:00:00', 0.00477884194613625, 0.00853288461538454, 0.00475894608969404, 0.0112767307692307, 0.00707429151657886, 0.0156173076923076, 0.0153917162585792, 0.0336707692307692, 0.0343250968921264, 0.109590576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1290, '2021-05-23 00:00:00', 0.0038506747660438, 0.00819692307692314, 0.00472744000083954, 0.0117801923076921, 0.0116714655200029, 0.0167457692307692, 0.0145568968547029, 0.0335640384615384, 0.03450986099709, 0.110214038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1305, '2021-05-23 00:00:00', 0.0038313747482513, 0.00950769230769235, 0.00663247525728234, 0.0117659615384617, 0.012152344401865, 0.0163623076923077, 0.0145421286731397, 0.0328928846153847, 0.0350030158794047, 0.111374423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1320, '2021-05-23 00:00:00', 0.00430963569761468, 0.00783038461538496, 0.0119121870109825, 0.012059230769231, 0.0109162889509916, 0.0172276923076924, 0.0152529634043808, 0.0327711538461538, 0.0349733751571767, 0.111841730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1335, '2021-05-23 00:00:00', 0.00990883567832285, 0.00890249999999987, 0.010489201377534, 0.0118484615384612, 0.0108067741931409, 0.0178076923076921, 0.0149582890270037, 0.0326738461538461, 0.0348682275856051, 0.111894807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1350, '2021-05-23 00:00:00', 0.0048698513956161, 0.00820115384615368, 0.0049085122608978, 0.0128361538461538, 0.0055315311136735, 0.0174373076923077, 0.0137538226182899, 0.0313438461538461, 0.0351443654921549, 0.112090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1365, '2021-05-23 00:00:00', 0.00473381579700779, 0.00998500000000008, 0.00568966170753173, 0.0128221153846153, 0.00640153473485331, 0.0174551923076924, 0.0142497111063832, 0.0315588461538461, 0.0353300581990204, 0.112347115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1380, '2021-05-23 00:00:00', 0.00497442839777747, 0.00898826923076906, 0.00464044492644656, 0.0122336538461538, 0.00635902931634624, 0.0179146153846152, 0.0147230199504563, 0.0316776923076924, 0.0360315709498684, 0.113043653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1395, '2021-05-23 00:00:00', 0.0037219027391914, 0.00817999999999996, 0.00409387707906097, 0.0112234615384615, 0.00820291244713667, 0.0213788461538461, 0.0164725444440602, 0.0341723076923076, 0.0359910059576857, 0.112940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1410, '2021-05-23 00:00:00', 0.00383118081817307, 0.0081073076923076, 0.00511476573266068, 0.0144174999999999, 0.00826254767005934, 0.0215049999999999, 0.0186985220035004, 0.035396346153846, 0.0360884572943293, 0.112863269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 2, 1425, '2021-05-23 00:00:00', 0.00493652062536109, 0.0121132692307692, 0.00836758449889561, 0.0187571153846155, 0.00815040294426284, 0.020338076923077, 0.0191163727167617, 0.0355146153846153, 0.0360639943625859, 0.112919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 0, '2021-05-23 00:00:00', 0.00830446172015652, 0.0149026923076924, 0.00763308301711422, 0.0165371153846156, 0.00758219426328275, 0.0180346153846155, 0.0191416444605432, 0.034970576923077, 0.0355545325640229, 0.114139615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 15, '2021-05-23 00:00:00', 0.0047126768973124, 0.00835346153846142, 0.00458147034258665, 0.0104675, 0.0132480500060022, 0.0189048076923077, 0.0181337303525777, 0.0338824999999999, 0.0362237808994845, 0.115444423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 30, '2021-05-23 00:00:00', 0.00360650909947759, 0.00704826923076913, 0.00385906836106661, 0.00909884615384617, 0.0135203097540758, 0.0188453846153844, 0.0179054976011881, 0.0335221153846152, 0.0360955629539359, 0.115495192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 45, '2021-05-23 00:00:00', 0.00386539366091553, 0.00719307692307694, 0.0137168258550752, 0.0163934615384615, 0.0132806211624885, 0.0190276923076923, 0.0180448887766464, 0.0341051923076923, 0.0360686525755454, 0.115473846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 60, '2021-05-23 00:00:00', 0.0133726480678341, 0.0151678846153844, 0.0133589416453779, 0.0168067307692306, 0.0131871019035791, 0.0193788461538461, 0.0180366624588323, 0.0339505769230768, 0.0360686525755454, 0.115473846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 75, '2021-05-23 00:00:00', 0.00415971988701894, 0.00845653846153854, 0.00472816227106682, 0.0112976923076924, 0.00792084111937983, 0.0164959615384616, 0.0124609566863249, 0.0301884615384616, 0.0350868697466074, 0.113241153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 90, '2021-05-23 00:00:00', 0.00411787620765103, 0.00751730769230787, 0.00626200164607, 0.010191153846154, 0.00816341819432162, 0.0155538461538461, 0.0122587542848117, 0.0297938461538461, 0.0351102502915953, 0.113181538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 105, '2021-05-23 00:00:00', 0.00577687094235414, 0.00795326923076937, 0.00848925923424117, 0.0131628846153847, 0.00853061785344613, 0.0161901923076921, 0.01256532304063, 0.0301036538461537, 0.0350781070250598, 0.113377692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 120, '2021-05-23 00:00:00', 0.00835887453778665, 0.0113165384615386, 0.00830877126202254, 0.0134632692307692, 0.00947122588930032, 0.0176003846153844, 0.0125904634805017, 0.029814423076923, 0.035076945827928, 0.113391153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 135, '2021-05-23 00:00:00', 0.0058967159471639, 0.00950519230769204, 0.00643006991527938, 0.0124086538461535, 0.00906618031689541, 0.0197615384615381, 0.0121292133107825, 0.0288565384615383, 0.035076945827928, 0.113391153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 150, '2021-05-23 00:00:00', 0.00590018795332918, 0.00934173076923047, 0.00820536017116002, 0.0131365384615384, 0.0114635444780398, 0.0208999999999997, 0.0119901899468497, 0.0291398076923076, 0.035076945827928, 0.113391153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 165, '2021-05-23 00:00:00', 0.00619941461256329, 0.0104534615384614, 0.00777637048025312, 0.0161196153846152, 0.0105187501469446, 0.0201005769230766, 0.0109771204084466, 0.0280323076923076, 0.0349396871788208, 0.113443076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 180, '2021-05-23 00:00:00', 0.00712152990261549, 0.0127880769230767, 0.0111615742892921, 0.0168888461538459, 0.0106954147130729, 0.019458269230769, 0.0117896744849694, 0.0282823076923077, 0.034934596112428, 0.113433461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 195, '2021-05-23 00:00:00', 0.0114637589619838, 0.0119434615384613, 0.0112771225257837, 0.0146076923076921, 0.0108264304668641, 0.0195205769230768, 0.0119084092927903, 0.0273332692307693, 0.0349426927675324, 0.113729615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 210, '2021-05-23 00:00:00', 0.00506760686958001, 0.00978423076923053, 0.00603629374317097, 0.0124319230769228, 0.00622650125548949, 0.0179467307692305, 0.01048777151661, 0.0257857692307693, 0.0344863489871216, 0.113452692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 225, '2021-05-23 00:00:00', 0.00394993986809137, 0.0088498076923075, 0.00513887982780409, 0.0137917307692306, 0.00557181927546668, 0.0170659615384614, 0.0099427610021642, 0.0251821153846157, 0.0342797520927218, 0.113171538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 240, '2021-05-23 00:00:00', 0.00472606600103644, 0.0109753846153848, 0.00510561101594629, 0.0133953846153847, 0.00534262474027372, 0.0165286538461541, 0.0101438352650572, 0.0260267307692309, 0.0341372259924784, 0.113042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 255, '2021-05-23 00:00:00', 0.0041610554134553, 0.0082919230769231, 0.00572150330232037, 0.0119090384615387, 0.00559976208285841, 0.0149657692307695, 0.0112596720354618, 0.0263928846153847, 0.0340995921360676, 0.112910384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 270, '2021-05-23 00:00:00', 0.00493715859189684, 0.00916480769230794, 0.00443025279709373, 0.0111553846153849, 0.00533043510996413, 0.0137976923076923, 0.011392089070255, 0.0258042307692308, 0.0341478670468034, 0.113010384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 285, '2021-05-23 00:00:00', 0.00370597611453976, 0.00800480769230786, 0.00466070697839532, 0.0106734615384616, 0.00503550691054552, 0.0127703846153845, 0.011077230070666, 0.0262440384615384, 0.0341476785222883, 0.113127692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 300, '2021-05-23 00:00:00', 0.00478896634101618, 0.00871384615384605, 0.00542942279125053, 0.0106596153846151, 0.00550417047826868, 0.0131255769230766, 0.0106301243425685, 0.0287415384615385, 0.0342186138841692, 0.113346923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 315, '2021-05-23 00:00:00', 0.00377157163731285, 0.00707615384615357, 0.00424249915914952, 0.0092413461538459, 0.00539626745644966, 0.0120123076923074, 0.0107447404969204, 0.0315928846153846, 0.0341909991940075, 0.113291730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 330, '2021-05-23 00:00:00', 0.00398716760852386, 0.00702653846153863, 0.00496561201201273, 0.00907057692307692, 0.00726406779714641, 0.0128451923076922, 0.0112983660782641, 0.0338390384615386, 0.0340918602962869, 0.113392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 345, '2021-05-23 00:00:00', 0.00416359972305782, 0.00723557692307683, 0.00510124403002311, 0.00918442307692306, 0.00749998836922176, 0.0138834615384616, 0.0113204418573729, 0.0354846153846154, 0.0340918602962869, 0.113392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 360, '2021-05-23 00:00:00', 0.00470322300702905, 0.00695057692307703, 0.00673279255127201, 0.0100665384615384, 0.00844199442348527, 0.0137746153846155, 0.0149775254670251, 0.0410113461538462, 0.0341643418791943, 0.113330961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 375, '2021-05-23 00:00:00', 0.00546285648370313, 0.00730980769230759, 0.0065231863645118, 0.0104078846153847, 0.00765625560470755, 0.0136882692307696, 0.0139386284613879, 0.0433807692307694, 0.034150251140534, 0.113240192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 390, '2021-05-23 00:00:00', 0.00535173227526894, 0.00729711538461563, 0.0063644233801298, 0.00951980769230769, 0.00612146180694196, 0.0126105769230772, 0.0143068599750663, 0.0439728846153847, 0.0340838841779198, 0.112540576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 405, '2021-05-23 00:00:00', 0.00465097113101574, 0.00647730769230748, 0.00507853970531542, 0.00902153846153847, 0.00492601239887296, 0.0112769230769231, 0.0162329466352088, 0.0459326923076922, 0.0340838841779198, 0.112540576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 420, '2021-05-23 00:00:00', 0.00417839947274635, 0.00700307692307703, 0.00407368567289367, 0.00904480769230777, 0.0054373114538486, 0.0126346153846154, 0.0174459825185762, 0.0484209615384615, 0.0340869656890229, 0.112511730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 435, '2021-05-23 00:00:00', 0.00355280292921591, 0.00637057692307679, 0.00373046753102064, 0.00832500000000007, 0.00611653011235814, 0.0146961538461539, 0.0172220698624224, 0.0514478846153846, 0.034101090571327, 0.112441923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 450, '2021-05-23 00:00:00', 0.00270251931609105, 0.00576557692307714, 0.0046627105685592, 0.00913461538461541, 0.00623849798552381, 0.014638653846154, 0.021811998638717, 0.056518846153846, 0.0342557596600137, 0.112233269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 465, '2021-05-23 00:00:00', 0.00481246300285468, 0.00776807692307703, 0.00598934299722965, 0.0121134615384617, 0.00643727513124816, 0.0156936538461538, 0.0224935330398626, 0.0578811538461536, 0.0343964137536952, 0.112116346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 480, '2021-05-23 00:00:00', 0.00612641102428343, 0.00946596153846152, 0.00607401480773763, 0.0116232692307693, 0.00592623268903766, 0.0184082692307692, 0.022538559623113, 0.059128269230769, 0.0343617960755614, 0.112378461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 495, '2021-05-23 00:00:00', 0.00370541716223059, 0.0073578846153844, 0.00424933405189738, 0.0110417307692303, 0.00779757423818486, 0.0227349999999998, 0.0223763256736634, 0.0604894230769228, 0.0341117481076761, 0.112190192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 510, '2021-05-23 00:00:00', 0.00269695646124423, 0.00799807692307646, 0.00445284167263336, 0.0141948076923076, 0.00899653618814594, 0.0253392307692307, 0.0215515439389815, 0.0608880769230766, 0.0336312300033536, 0.111543461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 525, '2021-05-23 00:00:00', 0.00442124369902329, 0.0106803846153847, 0.00742469578760393, 0.0192284615384616, 0.0101601693202125, 0.0263611538461538, 0.0221260245108301, 0.0615194230769229, 0.033468668586628, 0.111124807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 540, '2021-05-23 00:00:00', 0.00779036774090051, 0.0156865384615384, 0.00899193265997582, 0.0209698076923077, 0.0163405136252952, 0.0306884615384615, 0.0212194969281702, 0.0615532692307691, 0.0331165515647157, 0.110796538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 555, '2021-05-23 00:00:00', 0.00443858836273939, 0.0132205769230768, 0.00511899324537095, 0.0173946153846153, 0.0140576637625724, 0.0313873076923077, 0.0210921407747423, 0.0605673076923076, 0.0313655519222064, 0.109770769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 570, '2021-05-23 00:00:00', 0.00458865548013631, 0.0123936538461537, 0.0132232046985593, 0.0219225, 0.0131408634551218, 0.0320428846153847, 0.0211031408535465, 0.0605032692307691, 0.0317458235199771, 0.110604807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 585, '2021-05-23 00:00:00', 0.0133703297468109, 0.0170115384615384, 0.0121752522197852, 0.0257561538461537, 0.014144440637987, 0.0329798076923074, 0.0214408984850486, 0.0605053846153844, 0.0306463815312923, 0.110650192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 600, '2021-05-23 00:00:00', 0.00620118026296988, 0.0192555769230769, 0.00829602058450101, 0.0235684615384616, 0.0133015601586373, 0.0341644230769231, 0.019696472441883, 0.0607444230769229, 0.0312009462683179, 0.110254038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 615, '2021-05-23 00:00:00', 0.00571186039004681, 0.015493653846154, 0.00862366452537182, 0.0228796153846153, 0.00959016893249787, 0.0351780769230769, 0.0192744234833468, 0.0595388461538461, 0.03046801579715, 0.110401153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 630, '2021-05-23 00:00:00', 0.00717782408908485, 0.0166994230769231, 0.00953785111461772, 0.0253582692307693, 0.0135525335255641, 0.0379101923076922, 0.0194660453897391, 0.0590936538461538, 0.0305393127875933, 0.110128461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 645, '2021-05-23 00:00:00', 0.00613585506548349, 0.0197807692307692, 0.00719368420908244, 0.0276525, 0.0145536976533325, 0.0373742307692306, 0.0199484417590796, 0.0589111538461538, 0.0307084806383412, 0.109063653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 660, '2021-05-23 00:00:00', 0.00639407349696723, 0.0188717307692309, 0.0129044742389847, 0.0277607692307693, 0.0137187860376258, 0.0348728846153845, 0.017828770301441, 0.0571173076923078, 0.027474128118034, 0.107050384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 675, '2021-05-23 00:00:00', 0.0113404979404991, 0.0199384615384614, 0.0109577436142385, 0.0247413461538459, 0.0109047139136458, 0.0305434615384613, 0.0185210317622551, 0.0551584615384615, 0.0257833830208526, 0.10556 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 690, '2021-05-23 00:00:00', 0.00792652875087598, 0.0172159615384614, 0.00819647046224533, 0.0229009615384614, 0.00815393968959389, 0.0287873076923075, 0.0189093363224056, 0.0541080769230769, 0.0261073408332715, 0.106064230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 705, '2021-05-23 00:00:00', 0.00517123465766303, 0.0147767307692308, 0.00640975805675611, 0.0198828846153846, 0.00730442716123872, 0.027203076923077, 0.0177485090511418, 0.0581284615384616, 0.0243488079987815, 0.105614807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 720, '2021-05-23 00:00:00', 0.0039442464621072, 0.014458076923077, 0.00574497368608822, 0.0207594230769229, 0.00806136963214989, 0.0259228846153847, 0.0184506904519545, 0.0583930769230769, 0.0236050155890973, 0.105825192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 735, '2021-05-23 00:00:00', 0.00485363074250754, 0.0149007692307693, 0.00714679011595668, 0.0187098076923077, 0.00906780768178529, 0.025283076923077, 0.0180138925971042, 0.0595875000000001, 0.024416346488493, 0.106260384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 750, '2021-05-23 00:00:00', 0.00461744411485875, 0.013541923076923, 0.00636649644322019, 0.0187798076923076, 0.00737789426910896, 0.0274196153846153, 0.0198976773170987, 0.059713846153846, 0.0258804971455339, 0.1070675 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 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 987955, 3, 765, '2021-05-23 00:00:00', 0.00538025255340859, 0.0128765384615387, 0.00711917524393424, 0.0178969230769233, 0.00847926570886527, 0.0273851923076925, 0.0226745932810611, 0.0596976923076924, 0.0256434051358536, 0.106024807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987955 and enddate = '2021-05-23 00:00:00' and[...];[ Date: 2021-05-23 16:54:07 - Database: acaweb_fx - User: pgperfstats ]
13 23s623ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987970, 1, 1020, '2021-05-23 00:00:00', 0.0210117666668352, 0.0375923076923079, 0.0231431592725663, 0.053301346153846, 0.0321780334079009, 0.0810049999999999, 0.0514559324321454, 0.124092692307692, 0.0715431478350922, 0.227286923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1035, '2021-05-23 00:00:00', 0.0144259344251406, 0.0373340384615384, 0.0216952840754708, 0.0515713461538459, 0.0293449844698965, 0.0753234615384612, 0.0498798597971623, 0.118725769230769, 0.071596115174208, 0.228984038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1050, '2021-05-23 00:00:00', 0.0163045610230347, 0.0342880769230768, 0.028544092715684, 0.057274807692308, 0.0294145274762977, 0.0735044230769234, 0.0467168787949941, 0.115412115384616, 0.0694395012247794, 0.227327115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1065, '2021-05-23 00:00:00', 0.0215024668897821, 0.0444278846153848, 0.0198043936150936, 0.0530873076923078, 0.0308010107201798, 0.0733142307692312, 0.0499722120937074, 0.113541538461539, 0.0697483766306814, 0.225786153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1080, '2021-05-23 00:00:00', 0.0147541805144795, 0.0356905769230765, 0.0260374694039484, 0.0507998076923078, 0.0385242119596935, 0.0663263461538463, 0.0545311987669586, 0.105900192307692, 0.069924837690469, 0.222994038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1095, '2021-05-23 00:00:00', 0.0179462415188765, 0.0326005769230768, 0.025140462641848, 0.0450146153846154, 0.0338717705636326, 0.056331346153846, 0.049894062816593, 0.0990178846153843, 0.0682305885534202, 0.219562115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1110, '2021-05-23 00:00:00', 0.012889102554245, 0.0292555769230771, 0.01977181906051, 0.0387551923076926, 0.0258203034250479, 0.0519501923076928, 0.0412506337219384, 0.0937376923076924, 0.0681043638351066, 0.221445769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1125, '2021-05-23 00:00:00', 0.0133233389035358, 0.0232315384615387, 0.0157653491227293, 0.0305301923076922, 0.0227306093161758, 0.0487867307692312, 0.0392272531225222, 0.0904834615384615, 0.0664121394591263, 0.222458461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1140, '2021-05-23 00:00:00', 0.0115087403307228, 0.0224499999999993, 0.0190386892365563, 0.0366353846153845, 0.0238374372501293, 0.0493355769230772, 0.0386096341330062, 0.0919332692307689, 0.0661247432520825, 0.223298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1155, '2021-05-23 00:00:00', 0.0164873792443236, 0.0268921153846156, 0.0167360357508535, 0.0358855769230772, 0.0242706598591798, 0.0505650000000001, 0.0380971481852139, 0.0903303846153847, 0.0655403207768962, 0.226346538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1170, '2021-05-23 00:00:00', 0.0111494759673338, 0.0250871153846157, 0.0167820704886078, 0.0324132692307698, 0.0216079882068216, 0.0453071153846158, 0.0392136947958038, 0.0871615384615385, 0.0659830595429906, 0.226964423076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1185, '2021-05-23 00:00:00', 0.01065749986557, 0.0199957692307695, 0.0153784307842064, 0.0334242307692306, 0.0178549612023795, 0.0430934615384616, 0.0389055809344385, 0.0850253846153846, 0.0670546312967728, 0.228417884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1200, '2021-05-23 00:00:00', 0.0100455982725693, 0.0236055769230771, 0.0126885713886404, 0.0298182692307697, 0.0238282248192859, 0.0447140384615388, 0.0381661874242106, 0.0854725, 0.0701217950461907, 0.230907499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1215, '2021-05-23 00:00:00', 0.0104267205848172, 0.0186080769230771, 0.015243105780849, 0.0290796153846156, 0.0243406051723003, 0.0459019230769234, 0.038076072604216, 0.0827251923076922, 0.0703863661481289, 0.230846538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1230, '2021-05-23 00:00:00', 0.0120724685274447, 0.0210428846153849, 0.0225144709498981, 0.0330030769230772, 0.0249381762271916, 0.0468515384615388, 0.037721670921572, 0.0809213461538463, 0.0709294305446235, 0.232135769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1245, '2021-05-23 00:00:00', 0.0163762237875054, 0.023803461538462, 0.0186013060666348, 0.0336457692307695, 0.0246919588538149, 0.0489040384615388, 0.0341431253092714, 0.0782167307692311, 0.070616167255697, 0.234933269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1260, '2021-05-23 00:00:00', 0.0120738144711864, 0.0211232692307693, 0.0157302710573749, 0.0318815384615386, 0.025026435316558, 0.0492044230769232, 0.0314493067020315, 0.0743190384615386, 0.0715375765411758, 0.235930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1275, '2021-05-23 00:00:00', 0.0138708231190512, 0.0231399999999997, 0.018497747186118, 0.0344451923076925, 0.0304338661716491, 0.0493630769230769, 0.0293011156679163, 0.0712907692307693, 0.0718225168549848, 0.23598923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1290, '2021-05-23 00:00:00', 0.0106880692578936, 0.0226476923076926, 0.020594145576801, 0.0342309615384618, 0.0290581594975425, 0.0493557692307692, 0.0290821568346269, 0.0706719230769232, 0.0713473213782138, 0.238129615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1305, '2021-05-23 00:00:00', 0.017231102198105, 0.0260698076923077, 0.0258039265914791, 0.0367565384615381, 0.0258788222951623, 0.0497057692307686, 0.0267534786702873, 0.0679598076923074, 0.0734586782119974, 0.241675576923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1320, '2021-05-23 00:00:00', 0.0143259330049232, 0.0231873076923077, 0.0165546507676382, 0.0336859615384615, 0.0223124428281961, 0.0478348076923072, 0.0221844927968577, 0.0635555769230767, 0.0736863846929359, 0.241891346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1335, '2021-05-23 00:00:00', 0.0112911094382333, 0.0226878846153847, 0.0141263372627707, 0.0334526923076923, 0.020248198996834, 0.0453161538461538, 0.0203777335806663, 0.0608217307692308, 0.0766287356574642, 0.242717692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1350, '2021-05-23 00:00:00', 0.0108951963656537, 0.021584615384615, 0.0156716061913057, 0.0333638461538458, 0.0185352681093263, 0.0404382692307687, 0.0208599239323045, 0.0575423076923074, 0.0766783647963762, 0.243045384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1365, '2021-05-23 00:00:00', 0.0134712530925896, 0.0261532692307692, 0.0161981673381707, 0.0316513461538461, 0.0162269773632106, 0.0359671153846153, 0.0208321935225634, 0.0557398076923073, 0.0770048979511145, 0.242392307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1380, '2021-05-23 00:00:00', 0.0105462170395907, 0.0209853846153846, 0.011192819511427, 0.0253011538461537, 0.0128908873493583, 0.0348305769230769, 0.0213785616456874, 0.055139038461538, 0.0781018703491695, 0.242695961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1395, '2021-05-23 00:00:00', 0.00698256517775079, 0.0127676923076921, 0.00776172708774334, 0.0169157692307693, 0.0145649523870993, 0.0359709615384612, 0.0261056554858549, 0.0584178846153841, 0.0782222980429199, 0.242176346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1410, '2021-05-23 00:00:00', 0.00444941873904691, 0.0109736538461536, 0.0118839536156301, 0.0238265384615383, 0.0138470625890893, 0.0361521153846152, 0.0279461859768705, 0.0605355769230762, 0.0781129948218508, 0.242075961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 1, 1425, '2021-05-23 00:00:00', 0.0113062890480675, 0.0190790384615388, 0.0131206143852395, 0.0303453846153846, 0.0143104680351346, 0.0338142307692308, 0.0276741796709771, 0.0624173076923074, 0.0783640895053342, 0.241715 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 0, '2021-05-23 00:00:00', 0.0138706937600328, 0.019074230769231, 0.0159004325678942, 0.023694615384616, 0.0151614932489667, 0.0267915384615388, 0.0278791576354369, 0.0627176923076918, 0.0786727152057574, 0.241730384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 15, '2021-05-23 00:00:00', 0.00856093349174005, 0.00787020000000084, 0.00981408858478447, 0.0119258000000005, 0.0103974281355218, 0.0213542000000002, 0.0279627285298366, 0.0609407999999996, 0.0783190440750741, 0.2442074 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 30, '2021-05-23 00:00:00', 0.00554634115881829, 0.00725760000000022, 0.00589207099979856, 0.0103206000000002, 0.0110679831345492, 0.0226593999999997, 0.028540317466408, 0.0628125999999996, 0.0784077911902472, 0.2441062 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 45, '2021-05-23 00:00:00', 0.00591122348717969, 0.00743134615384651, 0.00658348329884395, 0.0169721153846153, 0.0130172907496737, 0.0241176923076918, 0.0309976039818468, 0.0657538461538458, 0.0790071078771743, 0.240488653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 60, '2021-05-23 00:00:00', 0.00635708689937132, 0.0150553846153846, 0.0111257031238479, 0.020145, 0.0132570432833037, 0.0243988461538462, 0.0320847003875924, 0.0677351923076922, 0.0794292191850467, 0.239912884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 75, '2021-05-23 00:00:00', 0.0102576866131623, 0.0127594230769227, 0.0119877166443888, 0.0169271153846149, 0.0141154234098191, 0.0259809615384612, 0.0319819954902519, 0.0667215384615384, 0.0803364986284856, 0.238881730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 90, '2021-05-23 00:00:00', 0.00581739940906692, 0.0100967307692304, 0.00687992296748012, 0.0140659615384613, 0.0125845903343981, 0.0251482692307686, 0.0333620833057533, 0.0688074999999999, 0.0812716679566846, 0.237552307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 105, '2021-05-23 00:00:00', 0.00616244383653622, 0.00960403846153869, 0.0113616515677147, 0.0184228846153848, 0.0130097754075099, 0.0275619230769226, 0.0324264262891343, 0.0692482692307692, 0.0813142040397336, 0.237413846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 120, '2021-05-23 00:00:00', 0.00860702425348055, 0.0141574999999999, 0.0100953061922557, 0.0191113461538456, 0.0149907815057738, 0.0291719230769228, 0.0360831248625475, 0.0704546153846154, 0.0813142040397336, 0.237413846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 135, '2021-05-23 00:00:00', 0.00870016471992632, 0.0150269230769226, 0.010287063534063, 0.0211730769230765, 0.0169722434002829, 0.0338109615384609, 0.0363223181682472, 0.0700513461538459, 0.0812286565360642, 0.237175576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 150, '2021-05-23 00:00:00', 0.00604139139602785, 0.012355, 0.00961804621331878, 0.0194201923076922, 0.0189398720783995, 0.0333028846153843, 0.0331643621353728, 0.0682753846153846, 0.0814734954580561, 0.236618076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 165, '2021-05-23 00:00:00', 0.00671518258243088, 0.0140713461538463, 0.0134069092878945, 0.0241694230769228, 0.0201424795853474, 0.0353346153846157, 0.0321935716636338, 0.0679823076923077, 0.0817512155451859, 0.237008653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 180, '2021-05-23 00:00:00', 0.011325679147576, 0.0195419230769226, 0.016113590355778, 0.0267430769230769, 0.0199648925405027, 0.0358669230769231, 0.0321159468638485, 0.0677548076923078, 0.0816490497832035, 0.2372925 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 195, '2021-05-23 00:00:00', 0.0104681970253495, 0.0167101923076923, 0.0156597015886691, 0.0240053846153849, 0.015930628168599, 0.0314296153846153, 0.0328963134882222, 0.0639886538461538, 0.0823957086543584, 0.238024423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 210, '2021-05-23 00:00:00', 0.0100623593215205, 0.0168986538461542, 0.0119632038093738, 0.0231257692307691, 0.0128179650731069, 0.0311188461538458, 0.0331456480494103, 0.0622538461538463, 0.0828733547733207, 0.238524230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 225, '2021-05-23 00:00:00', 0.00741479153708697, 0.015408461538461, 0.0104604725459518, 0.0217917307692304, 0.0132255416015319, 0.0312205769230766, 0.0324167420917981, 0.0620846153846155, 0.0828733547733207, 0.238524230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 240, '2021-05-23 00:00:00', 0.00847686061490962, 0.0159132692307692, 0.00941315170999506, 0.0218986538461536, 0.0146032812922304, 0.0314974999999997, 0.0325921540936087, 0.0627423076923077, 0.0825139965134124, 0.238301153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 255, '2021-05-23 00:00:00', 0.00716366248184838, 0.0144569230769228, 0.0114774938097932, 0.0220230769230767, 0.0173911846015776, 0.0303603846153843, 0.0339594112524852, 0.0603361538461538, 0.0823061564497975, 0.238048461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 270, '2021-05-23 00:00:00', 0.00744466402868602, 0.0154374999999999, 0.0106316722054727, 0.0203517307692308, 0.0229045346131759, 0.0331546153846156, 0.0335861087659541, 0.0588459615384618, 0.0823205219642199, 0.238042692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 285, '2021-05-23 00:00:00', 0.00686447175400563, 0.0129126923076922, 0.0117789467924114, 0.0195465384615381, 0.0218058093212301, 0.0311919230769234, 0.0326149785816978, 0.0572482692307693, 0.0813680676331089, 0.237837884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 300, '2021-05-23 00:00:00', 0.0080723291010328, 0.0122913461538458, 0.0174598393507454, 0.0220469230769235, 0.0241928898773045, 0.0303011538461541, 0.0308672795149467, 0.0576744230769231, 0.0790891986459692, 0.236662692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 315, '2021-05-23 00:00:00', 0.0109939560878483, 0.0154126923076927, 0.0120396355618237, 0.0204626923076929, 0.0186309234917067, 0.027928076923077, 0.0276309391916989, 0.0582961538461544, 0.0771600617460476, 0.236205576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 330, '2021-05-23 00:00:00', 0.00712264598899961, 0.0120732692307697, 0.0104895200960838, 0.018010384615385, 0.0192997661125721, 0.0269250000000002, 0.0275522185760341, 0.0603326923076925, 0.0771600617460476, 0.236205576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 345, '2021-05-23 00:00:00', 0.00908994943076367, 0.0125205769230771, 0.0100682808344584, 0.0164501923076924, 0.0191536133967939, 0.0264730769230769, 0.0320895140217775, 0.0650730769230772, 0.0767432809476856, 0.236561153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 360, '2021-05-23 00:00:00', 0.00461201434799919, 0.0102728846153849, 0.0195406622683216, 0.0190517307692312, 0.0207979652934163, 0.0271071153846156, 0.0371536308904814, 0.0704221153846153, 0.076520376033748, 0.236707884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 375, '2021-05-23 00:00:00', 0.016230446840856, 0.0145194230769235, 0.0167010149346127, 0.0198246153846159, 0.0194558540171965, 0.0271584615384619, 0.0361985193959853, 0.0757973076923075, 0.0763814530832939, 0.236833653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 390, '2021-05-23 00:00:00', 0.00766286546374024, 0.0112913461538463, 0.00952700866161361, 0.0159909615384617, 0.0114366803951819, 0.0226973076923075, 0.0373655063255075, 0.0783248076923074, 0.0749340223799477, 0.237484038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 405, '2021-05-23 00:00:00', 0.0063064449207507, 0.0106534615384617, 0.00898733630427614, 0.0156946153846152, 0.0111487886268491, 0.0237996153846153, 0.0431219714602125, 0.0837038461538459, 0.0744719814966574, 0.237314038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 420, '2021-05-23 00:00:00', 0.00471181381047871, 0.0115342307692304, 0.00617745338680526, 0.0152928846153841, 0.0133361965169405, 0.0244234615384612, 0.0439812591382354, 0.088885769230769, 0.0741318065654269, 0.237674423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 435, '2021-05-23 00:00:00', 0.00438731753072253, 0.0110686538461534, 0.00803985686104943, 0.0167428846153844, 0.0140436567134288, 0.0265717307692306, 0.0439438415200406, 0.0928365384615383, 0.0735398314217439, 0.237343461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 450, '2021-05-23 00:00:00', 0.00740525516103271, 0.0121000000000001, 0.0105466863498225, 0.0171198076923075, 0.0139775775839518, 0.027828653846154, 0.0435449873172736, 0.0944526923076922, 0.0731571081579809, 0.236490961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 465, '2021-05-23 00:00:00', 0.00636457295987204, 0.011230192307692, 0.00954160204255378, 0.0190284615384614, 0.0111238199650745, 0.0285838461538457, 0.0452875422609623, 0.0973390384615385, 0.0719814471641561, 0.235274615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 480, '2021-05-23 00:00:00', 0.0079441602063791, 0.015880769230769, 0.0102329225109634, 0.0218013461538462, 0.010739524878475, 0.0318961538461533, 0.0462598363427879, 0.0987326923076925, 0.0715671026423135, 0.234521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 495, '2021-05-23 00:00:00', 0.00803187861921754, 0.0129219230769231, 0.00986607716447534, 0.020966153846154, 0.0145681335323155, 0.0363788461538463, 0.0479847568909604, 0.100026730769231, 0.0717051004314523, 0.234298269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 510, '2021-05-23 00:00:00', 0.00642177806673966, 0.0149734615384617, 0.00923784014050573, 0.0232726923076921, 0.0178056884169076, 0.0411100000000002, 0.0471263829574668, 0.102429423076923, 0.0717996177844984, 0.23416 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 525, '2021-05-23 00:00:00', 0.00678459802391777, 0.0155521153846152, 0.0116659119940893, 0.0294005769230773, 0.0227345773082461, 0.0502057692307695, 0.0471040293887244, 0.102564423076923, 0.0717996177844984, 0.23416 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 540, '2021-05-23 00:00:00', 0.0115076177578822, 0.0261026923076925, 0.0176364476712725, 0.0365326923076922, 0.0316238877730836, 0.0573867307692304, 0.047105658358467, 0.103230769230769, 0.0717996177844984, 0.23416 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 555, '2021-05-23 00:00:00', 0.010761469511106, 0.0231590384615383, 0.0188026843470247, 0.0382644230769234, 0.0267539812055356, 0.0567728846153845, 0.0435830234309716, 0.099840769230769, 0.0690203735331379, 0.232034423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 570, '2021-05-23 00:00:00', 0.0174136150799838, 0.0305819230769235, 0.024435275389989, 0.0415942307692306, 0.0303608130249908, 0.0559034615384615, 0.0435328566474178, 0.100436730769231, 0.0672674963891295, 0.230272692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 585, '2021-05-23 00:00:00', 0.0118651001892099, 0.0251724999999996, 0.0201903401283875, 0.0414574999999999, 0.0279756862712275, 0.0588321153846153, 0.0397272526378789, 0.0995380769230766, 0.0689914656464006, 0.229984038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 600, '2021-05-23 00:00:00', 0.0171919283520358, 0.0341626923076923, 0.0222448934053501, 0.0428888461538461, 0.0301749828500369, 0.065015, 0.0393578441370383, 0.101983653846154, 0.0684533954332886, 0.229762884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 615, '2021-05-23 00:00:00', 0.0111871676916695, 0.0270251923076922, 0.0227504695141746, 0.0458936538461539, 0.0273871668740052, 0.0636107692307689, 0.0368700253661424, 0.1029825, 0.0651879533160727, 0.230571538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 630, '2021-05-23 00:00:00', 0.0175639429382603, 0.0307684615384616, 0.0197642604251677, 0.0430619230769229, 0.0220544470694338, 0.0566284615384611, 0.0387480454618731, 0.106228653846153, 0.0658310843648642, 0.229490576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 645, '2021-05-23 00:00:00', 0.0123269729268165, 0.0281234615384614, 0.0166325094514877, 0.0406655769230766, 0.0241179521104093, 0.0546699999999996, 0.0364465587955636, 0.104670961538461, 0.0681593609048794, 0.230404807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 660, '2021-05-23 00:00:00', 0.0115783418917187, 0.027350192307692, 0.0168362943860531, 0.0378355769230769, 0.0287565155031795, 0.053516730769231, 0.0388128077180911, 0.104289807692308, 0.0683167972207424, 0.2306725 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 675, '2021-05-23 00:00:00', 0.0096846136017595, 0.0252238461538461, 0.0165895200839382, 0.0385288461538461, 0.0196653544717606, 0.0497675000000006, 0.0362667817791344, 0.104971153846154, 0.0691546737838729, 0.228836923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 690, '2021-05-23 00:00:00', 0.0126093122319001, 0.0254048076923077, 0.0162283723258421, 0.0346621153846154, 0.016777226539156, 0.0466021153846155, 0.0372901634029053, 0.110123846153846, 0.0713806700016514, 0.228063269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 705, '2021-05-23 00:00:00', 0.0112146941537222, 0.0235248076923074, 0.0109341795372964, 0.0324669230769229, 0.0137335794538564, 0.0443661538461536, 0.0421044883707369, 0.113270192307692, 0.0709247592726593, 0.228573269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 720, '2021-05-23 00:00:00', 0.0121001847729055, 0.0228084615384615, 0.0155092464827127, 0.0341626923076919, 0.0201849925525413, 0.0455878846153844, 0.0433280046004178, 0.117425576923077, 0.072234703907844, 0.228255576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 735, '2021-05-23 00:00:00', 0.0109896326319225, 0.0230507692307693, 0.0122302410631002, 0.0311726923076924, 0.0201872826313613, 0.0446259615384612, 0.0454160858930638, 0.125340384615384, 0.0724271297536097, 0.227892884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 750, '2021-05-23 00:00:00', 0.00865800589050434, 0.0214699999999999, 0.0118092860137208, 0.0309380769230767, 0.0215119673285867, 0.0439171153846152, 0.047278107005658, 0.129070961538461, 0.0731416335677677, 0.228070192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 765, '2021-05-23 00:00:00', 0.012435720547619, 0.0236884615384611, 0.0164763192304778, 0.0338642307692305, 0.0224327544152261, 0.050629423076923, 0.0492620079984407, 0.135135961538461, 0.0732622331630596, 0.227949038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 780, '2021-05-23 00:00:00', 0.0120994209413253, 0.0241613461538461, 0.0173805548641186, 0.0335842307692309, 0.0209477663808379, 0.0517878846153845, 0.0460763701712046, 0.138686923076923, 0.0732085473154503, 0.228099038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 795, '2021-05-23 00:00:00', 0.00918384235198746, 0.0232678846153848, 0.0154151833742431, 0.0370576923076922, 0.0178658852274816, 0.0511698076923068, 0.0428178210579874, 0.143378076923077, 0.0738352446394105, 0.228194807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 810, '2021-05-23 00:00:00', 0.013086316301624, 0.0258528846153851, 0.0135420314590708, 0.0363440384615386, 0.0279454486792502, 0.0583832692307691, 0.0452094586465643, 0.147821346153846, 0.0746412802779971, 0.229818461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 825, '2021-05-23 00:00:00', 0.0108640947798062, 0.0248392307692302, 0.0153959599558304, 0.0376751923076917, 0.0306446819881339, 0.0603980769230768, 0.0442874197317931, 0.1477775, 0.0774443736725821, 0.230356538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 840, '2021-05-23 00:00:00', 0.0143229044755379, 0.0302511538461534, 0.0276275909254888, 0.0461378846153843, 0.031540696036415, 0.0642223076923075, 0.0439996860779887, 0.147619807692308, 0.0776577860190764, 0.23136076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 855, '2021-05-23 00:00:00', 0.0231096421676186, 0.0306736538461541, 0.0259678196324133, 0.0451326923076925, 0.0266337261446116, 0.0651128846153843, 0.0431405727169463, 0.147707884615385, 0.0795104051625661, 0.232038653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 870, '2021-05-23 00:00:00', 0.0157453504993113, 0.0321521153846156, 0.0202112871321562, 0.0444984615384615, 0.0220658636612162, 0.069941346153846, 0.0395215883089423, 0.149367692307692, 0.0799498215779509, 0.233947884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 885, '2021-05-23 00:00:00', 0.0130382313748687, 0.0294107692307689, 0.0139497834557222, 0.0445526923076918, 0.0220851924679443, 0.0679578846153844, 0.0386887910203379, 0.147808846153846, 0.0814822828994135, 0.2319875 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 900, '2021-05-23 00:00:00', 0.0133296274860433, 0.0334171999999995, 0.0164541733561233, 0.0515499999999997, 0.0231001360602053, 0.0718587999999998, 0.0386528073312062, 0.14915, 0.08353754850465, 0.2326882 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 915, '2021-05-23 00:00:00', 0.0110985195617041, 0.0357523076923078, 0.0200079939110875, 0.0516621153846153, 0.0284561535760921, 0.0752371153846151, 0.0405877394925536, 0.148463653846154, 0.0839633845712163, 0.228259423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 930, '2021-05-23 00:00:00', 0.0208703418727293, 0.0356482692307694, 0.0235960990004377, 0.0500290384615384, 0.0244388470748145, 0.0755271153846153, 0.0444822546398695, 0.142704615384615, 0.0871464095999025, 0.223341923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 945, '2021-05-23 00:00:00', 0.0127033606834504, 0.0345755769230771, 0.0179602380273758, 0.0510400000000001, 0.0239711355664717, 0.0806878846153847, 0.0477001539974938, 0.138605769230769, 0.091221184744301, 0.224558076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 960, '2021-05-23 00:00:00', 0.0143889359739189, 0.0373273076923077, 0.0161807137667037, 0.0505849999999999, 0.0215716370843759, 0.0825024999999998, 0.0575221145433518, 0.137018461538461, 0.093518098997755, 0.226381923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 975, '2021-05-23 00:00:00', 0.0111631897495563, 0.0341357692307693, 0.0174799529450608, 0.0599248076923076, 0.0273791404933364, 0.0834230769230771, 0.0593358482317787, 0.133640769230769, 0.0920560853930072, 0.225161730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 990, '2021-05-23 00:00:00', 0.0182624443093974, 0.0463869230769226, 0.0206233954005193, 0.061979615384615, 0.0365205790000653, 0.0828624999999997, 0.0629896364897861, 0.132628653846153, 0.0940232221530326, 0.226059038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1005, '2021-05-23 00:00:00', 0.0136970037374824, 0.0379792307692307, 0.0261232917056493, 0.0571265384615386, 0.0350718531002371, 0.0732867307692306, 0.0641260096636662, 0.132850769230769, 0.0972305644658419, 0.229512115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1020, '2021-05-23 00:00:00', 0.0210295345251898, 0.0398078846153847, 0.0288867539114117, 0.0555934615384615, 0.0385522589680352, 0.077586538461539, 0.0617453696451431, 0.130156153846154, 0.0957129352619675, 0.227692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1035, '2021-05-23 00:00:00', 0.0201190848937406, 0.0395751923076919, 0.0255175853391046, 0.0519665384615382, 0.0365508812842297, 0.080860576923077, 0.0579752152163715, 0.125535769230769, 0.0884888386973185, 0.223145 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1050, '2021-05-23 00:00:00', 0.0141658351311016, 0.0322401923076923, 0.0315297501758874, 0.0562219230769235, 0.0361998151397748, 0.0768719230769226, 0.0571908986236849, 0.125050769230769, 0.0875425976937031, 0.220069807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1065, '2021-05-23 00:00:00', 0.024856771856285, 0.0455936538461545, 0.0274436890720729, 0.0597617307692311, 0.0273335016867859, 0.0732826923076925, 0.0523941368890276, 0.123127115384616, 0.0851477330871742, 0.217831730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1080, '2021-05-23 00:00:00', 0.0184394310608044, 0.0362353846153843, 0.0188373823961416, 0.0506965384615382, 0.0188553126200549, 0.0621150000000001, 0.0464265030198682, 0.116885576923077, 0.081685662547871, 0.214963269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1095, '2021-05-23 00:00:00', 0.0140041947452019, 0.0299373076923075, 0.0193521777715067, 0.0432175000000002, 0.0260054063580281, 0.0600103846153847, 0.0474788593655518, 0.115310576923077, 0.0826990292687892, 0.214525 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1110, '2021-05-23 00:00:00', 0.0123031906368285, 0.0293246153846156, 0.0162568409896119, 0.0387801923076923, 0.0189938688012329, 0.0574809615384615, 0.0419339568447078, 0.113029423076923, 0.0823659936141033, 0.212469038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1125, '2021-05-23 00:00:00', 0.0144881286961212, 0.0263736538461536, 0.0214400565656546, 0.0409534615384615, 0.0250166825330926, 0.0559001923076923, 0.0413370291278337, 0.112256346153846, 0.0824418310698756, 0.213488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1140, '2021-05-23 00:00:00', 0.0179433997164593, 0.0299657692307693, 0.0204520582300697, 0.0423196153846154, 0.0316180547180539, 0.0557930769230767, 0.0408129871788569, 0.110207692307692, 0.0828026109726299, 0.213283269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1155, '2021-05-23 00:00:00', 0.0163911006341853, 0.0293, 0.0185650940622029, 0.0399965384615384, 0.0281455408300385, 0.0551861538461536, 0.037983512798318, 0.1063875, 0.0847354926108302, 0.21367 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1170, '2021-05-23 00:00:00', 0.011658369052382, 0.0227951923076923, 0.0210711249571906, 0.0344801923076922, 0.0258011572795009, 0.0530801923076921, 0.0314009274311838, 0.0976734615384614, 0.0867468107365429, 0.211824807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1185, '2021-05-23 00:00:00', 0.0151573470139075, 0.0248675, 0.0163049515143293, 0.0360417307692309, 0.0186143247692574, 0.0551038461538463, 0.0296705387314657, 0.0936138461538464, 0.0868788262342799, 0.210584615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1200, '2021-05-23 00:00:00', 0.0102622080395086, 0.0248846153846156, 0.0156729358645844, 0.0374788461538459, 0.0181724929675, 0.0556855769230769, 0.0279443154622519, 0.0888094230769233, 0.0905551977533804, 0.212436923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1215, '2021-05-23 00:00:00', 0.0117610223146037, 0.0243517307692305, 0.0148492528379768, 0.0358346153846148, 0.0157499380035409, 0.049771346153846, 0.0286840207003564, 0.0818215384615383, 0.0929127035116628, 0.213139615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1230, '2021-05-23 00:00:00', 0.012919293968861, 0.022570576923077, 0.014990484793567, 0.0341171153846155, 0.015898686631775, 0.0486588461538463, 0.0255864652532129, 0.075723076923077, 0.095335779967641, 0.213934038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1245, '2021-05-23 00:00:00', 0.00773243161326671, 0.023175576923077, 0.0130486400779779, 0.031916730769231, 0.0168741015350561, 0.0497688461538465, 0.0207839942235515, 0.0699882692307693, 0.101753894935847, 0.217261153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1260, '2021-05-23 00:00:00', 0.0112170666414377, 0.0206490384615387, 0.0124404376948104, 0.0313740384615383, 0.0154831824844297, 0.047070384615385, 0.019162938943741, 0.0651848076923081, 0.106320050681711, 0.220129807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1275, '2021-05-23 00:00:00', 0.00969490322084441, 0.0232626923076923, 0.0126711099568451, 0.0354115384615387, 0.0174589735412876, 0.0461113461538463, 0.015029472778511, 0.0624900000000004, 0.10698561322134, 0.221607115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1290, '2021-05-23 00:00:00', 0.0104021237180762, 0.0227303846153845, 0.00976497816768683, 0.0316188461538464, 0.0122498279312881, 0.0418028846153847, 0.0158378670718197, 0.0602592307692313, 0.109109728326756, 0.225241538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1305, '2021-05-23 00:00:00', 0.00803228840129274, 0.0226901923076923, 0.0141672102948488, 0.0314465384615385, 0.0146491889208401, 0.0406440384615387, 0.018913937490238, 0.0577357692307696, 0.109640020734465, 0.227215576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1320, '2021-05-23 00:00:00', 0.0120616548807176, 0.0245426923076922, 0.0123809187617325, 0.0297642307692306, 0.0172664411503938, 0.0412550000000003, 0.0184511446924453, 0.0566426923076924, 0.109937699619095, 0.229346538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1335, '2021-05-23 00:00:00', 0.00513151129335676, 0.0158219230769229, 0.00722319337274, 0.0236274999999998, 0.0138750713996776, 0.0349121153846155, 0.0167237450040817, 0.0532698076923075, 0.109556999443036, 0.230015192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1350, '2021-05-23 00:00:00', 0.0075152128072636, 0.0187365384615387, 0.0118756736489091, 0.0278111538461545, 0.0149763793675753, 0.0348298076923078, 0.0175708780657089, 0.05262, 0.109233470942536, 0.230531923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1365, '2021-05-23 00:00:00', 0.00823394014710814, 0.0206578846153849, 0.011783011925584, 0.0275409615384618, 0.0142767130899884, 0.033304423076923, 0.0191495346850479, 0.0512994230769232, 0.108878803857952, 0.231493461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1380, '2021-05-23 00:00:00', 0.00898597984897333, 0.0176753846153845, 0.0102332995355656, 0.0214292307692303, 0.0136456520491384, 0.0306653846153843, 0.019968110334885, 0.0501871153846152, 0.10950624946146, 0.231456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1395, '2021-05-23 00:00:00', 0.00604849897463454, 0.0110253846153838, 0.00815973850448319, 0.0177073076923072, 0.0134125317764336, 0.0330705769230767, 0.0224360534039781, 0.0513521153846154, 0.109409904234559, 0.231581153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1410, '2021-05-23 00:00:00', 0.00716940969568772, 0.0125592307692303, 0.0100533787910027, 0.0243836538461534, 0.0128754237152083, 0.0319353846153844, 0.0256073316364367, 0.0526015384615385, 0.109344276237417, 0.231751730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 2, 1425, '2021-05-23 00:00:00', 0.00894293309525162, 0.0195571153846151, 0.0127576135759728, 0.0277780769230765, 0.0125159291689243, 0.0298998076923078, 0.028365094118408, 0.0577028846153846, 0.108769613000811, 0.232797115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 0, '2021-05-23 00:00:00', 0.0129679009525595, 0.0181236538461536, 0.0119159007277606, 0.0220969230769232, 0.0116675459765701, 0.0262236538461539, 0.0281388848010388, 0.0564946153846155, 0.108769613000811, 0.232797115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 15, '2021-05-23 00:00:00', 0.00838735664786353, 0.0111134615384614, 0.00838860826680128, 0.0150594230769232, 0.010413216633387, 0.0232794230769229, 0.0258033453734499, 0.0555023076923077, 0.108812992578481, 0.23261826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 30, '2021-05-23 00:00:00', 0.00772839478058779, 0.00909326923076939, 0.00788310193729856, 0.0137969230769231, 0.0112335999795263, 0.0242274999999999, 0.0246802786022485, 0.0568932692307694, 0.108812992578481, 0.23261826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 45, '2021-05-23 00:00:00', 0.00647138656228009, 0.00962096153846153, 0.00852948583534721, 0.0193961538461537, 0.0107216451378297, 0.0254473076923081, 0.0244479775009021, 0.0575782692307694, 0.108812992578481, 0.23261826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 60, '2021-05-23 00:00:00', 0.00771835334421508, 0.0160121153846153, 0.00916403285425431, 0.0203330769230769, 0.00982689944254299, 0.0254344230769233, 0.0260006215191987, 0.0584957692307694, 0.108812992578481, 0.23261826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 75, '2021-05-23 00:00:00', 0.00609249058583333, 0.0106934615384616, 0.00634432311962094, 0.0144603846153853, 0.00980403295352704, 0.0226930769230774, 0.0259785061630097, 0.0576376923076923, 0.108687730629472, 0.232510769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 90, '2021-05-23 00:00:00', 0.00552853706132622, 0.0105790384615388, 0.00814444647266748, 0.0151621153846159, 0.0114846686047764, 0.0234298076923078, 0.0255795496569785, 0.0574205769230769, 0.108688751220559, 0.232511730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 105, '2021-05-23 00:00:00', 0.00656881510214385, 0.0110253846153851, 0.00857754927345015, 0.0176915384615384, 0.0150141556026818, 0.0254926923076923, 0.0254048295771916, 0.0574946153846154, 0.109801923986401, 0.233463653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 120, '2021-05-23 00:00:00', 0.00568989863367883, 0.0122223076923075, 0.00931996915849979, 0.0175213461538462, 0.0190765485519221, 0.0286705769230771, 0.0251285923424968, 0.0570213461538459, 0.109801923986401, 0.233463653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 135, '2021-05-23 00:00:00', 0.00888730426593936, 0.0123913461538466, 0.0130521081424244, 0.0178551923076925, 0.0198868635042951, 0.0321440384615388, 0.0246194442385563, 0.0564461538461539, 0.109801923986401, 0.233463653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 150, '2021-05-23 00:00:00', 0.00693429074627308, 0.0114119230769227, 0.012839925869963, 0.0196478846153847, 0.017302024403564, 0.0312976923076923, 0.026518779450391, 0.0568984615384615, 0.109801923986401, 0.233463653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 165, '2021-05-23 00:00:00', 0.0110220202601602, 0.0137511538461546, 0.0118408889089397, 0.0235180769230774, 0.0205969569344975, 0.0335048076923078, 0.0255861857770047, 0.0556388461538461, 0.109316145068576, 0.233069423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 180, '2021-05-23 00:00:00', 0.00932264107717589, 0.0182944230769231, 0.0126384989797655, 0.0242173076923076, 0.017977811105745, 0.034401923076923, 0.0252810206798577, 0.0549811538461539, 0.109316145068576, 0.233069423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 195, '2021-05-23 00:00:00', 0.00604799851508434, 0.0156790384615384, 0.0141548715411397, 0.0243571153846151, 0.0141379288127858, 0.0308986538461536, 0.0245196516194353, 0.0528734615384618, 0.109724017789389, 0.232215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 210, '2021-05-23 00:00:00', 0.0128319920271412, 0.0179192307692307, 0.0123863318777038, 0.0228357692307691, 0.0142124789750204, 0.0307761538461537, 0.0238540195806464, 0.0519830769230773, 0.110005842588194, 0.231921538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 225, '2021-05-23 00:00:00', 0.00656437551368133, 0.0144832692307693, 0.00811899906913533, 0.0202867307692309, 0.00931611625914215, 0.0276969230769235, 0.0225466177917255, 0.0491196153846155, 0.110086192601001, 0.231730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 240, '2021-05-23 00:00:00', 0.00570337693489906, 0.0144523076923075, 0.00750949372717389, 0.0195359615384614, 0.0109513401919586, 0.025175, 0.0221163102152791, 0.0475584615384615, 0.110086192601001, 0.231730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 255, '2021-05-23 00:00:00', 0.00607951385012332, 0.0122194230769234, 0.0065410152617039, 0.0176555769230769, 0.0117837210787396, 0.0249573076923079, 0.0214299945986924, 0.0477875000000001, 0.110086192601001, 0.231730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 270, '2021-05-23 00:00:00', 0.00660718065091655, 0.013536923076923, 0.0127359637625717, 0.0181751923076924, 0.0120055382171989, 0.0239182692307692, 0.0231261374847063, 0.0481151923076924, 0.110907371581493, 0.231638653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 285, '2021-05-23 00:00:00', 0.00984242520340466, 0.0119367307692312, 0.00973045015165474, 0.0175969230769236, 0.0127356891631955, 0.0242323076923076, 0.0230357408965687, 0.0468794230769234, 0.111303753018485, 0.231725 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 300, '2021-05-23 00:00:00', 0.00776736756961677, 0.0135001923076926, 0.00928045322376357, 0.0166440384615383, 0.0140756300760736, 0.0246990384615383, 0.0267385936054988, 0.0491650000000001, 0.111535830832, 0.231680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 315, '2021-05-23 00:00:00', 0.00456522024491844, 0.00972673076923086, 0.00718661493012125, 0.0155619230769229, 0.00901371247898762, 0.0234044230769226, 0.0273429238216281, 0.0524263461538458, 0.110094531527019, 0.230031923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 330, '2021-05-23 00:00:00', 0.00643885709220523, 0.0118155769230768, 0.00756152098049506, 0.0161765384615382, 0.0101885636566016, 0.0239607692307689, 0.0274737409510638, 0.0583553846153841, 0.109927539763001, 0.230007115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 345, '2021-05-23 00:00:00', 0.00335841622471971, 0.0103884615384622, 0.00636342521760088, 0.0161725, 0.00837706814188834, 0.021419423076923, 0.0294272457008548, 0.0627434615384615, 0.109555185917347, 0.229674230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 360, '2021-05-23 00:00:00', 0.00523529176323095, 0.0109603846153843, 0.00823096404532256, 0.015341346153846, 0.00900376154726457, 0.0199799999999999, 0.0306796939114456, 0.0654024999999999, 0.108994681660832, 0.230352115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 375, '2021-05-23 00:00:00', 0.00753275909202419, 0.0100784615384618, 0.00773821778328482, 0.0146626923076923, 0.0101852930549586, 0.0210838461538468, 0.0302687963522731, 0.0741438461538462, 0.108871186108241, 0.230236153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 390, '2021-05-23 00:00:00', 0.00582316544897715, 0.0102346153846153, 0.0060769856805442, 0.0128851923076927, 0.0116966257330248, 0.0218915384615393, 0.0298384077046036, 0.0772228846153847, 0.10844494694562, 0.230555961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 405, '2021-05-23 00:00:00', 0.00347611513928108, 0.00786230769230765, 0.00811631751710435, 0.014740961538462, 0.0113503392968596, 0.0220180769230774, 0.0317242938795153, 0.0825180769230768, 0.10844494694562, 0.230555961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 420, '2021-05-23 00:00:00', 0.00860821521079611, 0.0120613461538467, 0.0107628752181531, 0.0172401923076929, 0.0123152369663948, 0.0240265384615391, 0.0326280990965431, 0.0841244230769228, 0.108097755476769, 0.230938653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 435, '2021-05-23 00:00:00', 0.00715044873524656, 0.0119036538461543, 0.00883672462815555, 0.0161369230769235, 0.00973993984344062, 0.0243130769230776, 0.0346811490432704, 0.0865151923076922, 0.107316351219725, 0.230036346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 450, '2021-05-23 00:00:00', 0.0063828874373955, 0.0111209615384619, 0.00899221778069126, 0.0165988461538467, 0.0112610769484295, 0.025904038461539, 0.0335164842181594, 0.0873771153846151, 0.107066685191448, 0.229841730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 465, '2021-05-23 00:00:00', 0.0064478378636082, 0.011723653846154, 0.00711532335877952, 0.0179524999999998, 0.010777426201949, 0.0261584615384616, 0.031538285534593, 0.0897973076923074, 0.107066685191448, 0.229841730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 480, '2021-05-23 00:00:00', 0.00547486859694776, 0.0132030769230769, 0.00814829188565542, 0.0199555769230773, 0.0140997170579903, 0.0287986538461541, 0.0313407990104811, 0.0907661538461537, 0.106915369793302, 0.229839038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 495, '2021-05-23 00:00:00', 0.00709188098353416, 0.0140332692307696, 0.0102313931903424, 0.0197061538461542, 0.0196351228757587, 0.0367271153846151, 0.0310917590126384, 0.0902125000000001, 0.106704423030848, 0.229642115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 510, '2021-05-23 00:00:00', 0.00479610211926905, 0.0132165384615385, 0.00996370968140852, 0.0198861538461538, 0.0206591657996746, 0.0427865384615384, 0.0294180417875724, 0.0886511538461539, 0.106105850987985, 0.229301730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 525, '2021-05-23 00:00:00', 0.00903591024745165, 0.0146450000000002, 0.01508593596826, 0.0295540384615382, 0.0221478757481125, 0.0473069230769233, 0.0291764932806158, 0.0889419230769231, 0.108242591158258, 0.229759423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 540, '2021-05-23 00:00:00', 0.0112234570448878, 0.0249509615384612, 0.0191590262007626, 0.0370501923076922, 0.0205113014185984, 0.0487532692307694, 0.0277511903729436, 0.0893363461538461, 0.109047098633854, 0.230182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 555, '2021-05-23 00:00:00', 0.0128893713578279, 0.0255349999999998, 0.0135938184155661, 0.0348113461538461, 0.0168651466378261, 0.0513663461538463, 0.0295403312289385, 0.0881663461538464, 0.109394081796221, 0.231374038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 570, '2021-05-23 00:00:00', 0.00872937560768236, 0.0212924999999998, 0.0104721574975666, 0.0296055769230765, 0.0186716330432018, 0.0521174999999999, 0.0307886363052745, 0.0882784615384617, 0.113054459148609, 0.232359230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 585, '2021-05-23 00:00:00', 0.0101397059072052, 0.0233917307692302, 0.0141889297043098, 0.0395169230769227, 0.0219451258623729, 0.0576663461538458, 0.0309901483707073, 0.0919609615384616, 0.115453793893254, 0.234537884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 600, '2021-05-23 00:00:00', 0.00929530481148755, 0.0309765384615387, 0.0166591512400379, 0.0413190384615387, 0.0226208615118535, 0.0553134615384615, 0.0333257222029191, 0.0918978846153847, 0.116250019982297, 0.23495173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 615, '2021-05-23 00:00:00', 0.010704080336309, 0.0270446153846155, 0.0148314614210678, 0.0403617307692306, 0.0229990237827946, 0.0522348076923072, 0.0353543234958064, 0.0935503846153842, 0.117675686481794, 0.236079807692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 630, '2021-05-23 00:00:00', 0.0110400697670594, 0.0267726923076928, 0.0131914902348208, 0.0347211538461537, 0.0192220238038394, 0.0488086538461533, 0.0408774426981242, 0.095501538461538, 0.117293426749557, 0.235444423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 645, '2021-05-23 00:00:00', 0.0105042246684189, 0.0242817307692304, 0.0173991050167709, 0.0356642307692305, 0.0193081045169754, 0.0500190384615381, 0.0413762819857164, 0.0960598076923074, 0.116651849408168, 0.235407884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 660, '2021-05-23 00:00:00', 0.0104172403993794, 0.0266815384615383, 0.0130527144833789, 0.0358307692307689, 0.0188953532148879, 0.0482763461538463, 0.0409387934684673, 0.0954655769230768, 0.1166605050176, 0.235384807692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 675, '2021-05-23 00:00:00', 0.0110324698887488, 0.0252596153846151, 0.0156152159077661, 0.0374253846153846, 0.0170311713676376, 0.0461069230769236, 0.0422166975988625, 0.0973730769230772, 0.116291471064998, 0.235122692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 690, '2021-05-23 00:00:00', 0.0111611378383278, 0.0253646153846153, 0.012590502924213, 0.0341282692307692, 0.0144629490768652, 0.0411000000000003, 0.0408830448173622, 0.0974184615384615, 0.115673139835419, 0.23548923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 705, '2021-05-23 00:00:00', 0.00872955336772733, 0.0224050000000003, 0.0100053992904602, 0.0303298076923083, 0.0170534043488277, 0.0394117307692311, 0.0447482979551693, 0.108556730769231, 0.113617421683472, 0.234895 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 720, '2021-05-23 00:00:00', 0.00739912306654319, 0.0203219230769234, 0.00720787698392432, 0.0260661538461541, 0.0144414146241341, 0.0372271153846153, 0.0523028427911758, 0.116564038461539, 0.111394173626983, 0.234265961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 735, '2021-05-23 00:00:00', 0.00509774695331178, 0.0184599999999999, 0.0103261838136772, 0.0259380769230767, 0.0134876784011869, 0.037249423076923, 0.0538344250174693, 0.119544807692308, 0.109495407127597, 0.232959038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 750, '2021-05-23 00:00:00', 0.0089542221068311, 0.0193165384615384, 0.00929026296100449, 0.0248682692307692, 0.0131145393786966, 0.0370613461538462, 0.054977055682698, 0.128201538461538, 0.109065248253757, 0.232679423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 765, '2021-05-23 00:00:00', 0.00689658632669355, 0.0169698076923075, 0.0101756703445785, 0.0259198076923077, 0.0166768477237153, 0.0443150000000002, 0.0600313320538021, 0.137693076923077, 0.108980318518811, 0.232187692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 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 987970, 3, 780, '2021-05-23 00:00:00', 0.00758596436747556, 0.0197742307692311, 0.0115923628108533, 0.0280084615384616, 0.0190140205122023, 0.0452009615384616, 0.0632345700756624, 0.144764423076923, 0.109004408435375, 0.232507884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987970 and endd[...];[ Date: 2021-05-23 16:55:20 - Database: acaweb_fx - User: pgperfstats ]
14 23s503ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987940, 1, 1020, '2021-05-23 00:00:00', 0.00356857640221739, 0.00877653846153852, 0.00463905338901745, 0.0110271153846154, 0.00996260148486062, 0.0168471153846155, 0.0120780485433444, 0.023748846153846, 0.0194920183674873, 0.0532690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1035, '2021-05-23 00:00:00', 0.00359431048271499, 0.00730461538461528, 0.00635234334714366, 0.01107, 0.0126416677043082, 0.0174378846153846, 0.0118447738102246, 0.0225161538461537, 0.0195289599323277, 0.0543559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1050, '2021-05-23 00:00:00', 0.00447325770122157, 0.00818230769230783, 0.00835107478343106, 0.0125140384615386, 0.0113308438361166, 0.0173540384615384, 0.0104980678954969, 0.0213015384615384, 0.0190795725974142, 0.0547724999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1065, '2021-05-23 00:00:00', 0.00587636036296131, 0.00948134615384624, 0.0091288262473248, 0.0134855769230768, 0.00941306332260572, 0.0161836538461537, 0.00868109730745717, 0.0198173076923075, 0.0191256077520327, 0.0541432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1080, '2021-05-23 00:00:00', 0.00649056761770494, 0.0093499999999998, 0.00673582061701587, 0.0119542307692306, 0.0063541872929468, 0.0137730769230768, 0.00654743980792962, 0.0189490384615384, 0.0189075556946464, 0.0547428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1095, '2021-05-23 00:00:00', 0.00373221353169297, 0.00767538461538475, 0.00364261545933879, 0.0097307692307693, 0.00433876595801859, 0.0118409615384615, 0.00590028892382519, 0.0176757692307692, 0.0189484209246697, 0.0551634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1110, '2021-05-23 00:00:00', 0.00386936198278818, 0.00706192307692293, 0.00457538676381149, 0.00869403846153829, 0.00490413482136792, 0.0105328846153845, 0.00622983893173673, 0.0166913461538461, 0.0188154231539325, 0.0551776923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1125, '2021-05-23 00:00:00', 0.00323068844770799, 0.00544038461538444, 0.00284047190012251, 0.00731884615384592, 0.0026445233684264, 0.00932538461538466, 0.00612387483228862, 0.0162498076923076, 0.0188887758460293, 0.0552598076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1140, '2021-05-23 00:00:00', 0.0021997469085189, 0.00511730769230745, 0.00249065546670872, 0.00667057692307691, 0.0031153282886643, 0.00898711538461553, 0.00622372108580117, 0.0167219230769229, 0.0188680445075387, 0.0552784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1155, '2021-05-23 00:00:00', 0.0018560331665638, 0.00402634615384615, 0.0025301858323361, 0.00633211538461547, 0.00350802351211316, 0.00883980769230788, 0.0070001227049686, 0.0168282692307693, 0.0187601597551423, 0.0556609615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1170, '2021-05-23 00:00:00', 0.00245439072809419, 0.00450461538461552, 0.00347542212710033, 0.00635519230769241, 0.00516450970195003, 0.00890730769230772, 0.00682241618884723, 0.0168305769230771, 0.0187404555943716, 0.0558282692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1185, '2021-05-23 00:00:00', 0.00226561833977801, 0.00405769230769228, 0.00305414414550764, 0.0061126923076923, 0.0042305871205561, 0.00798923076923091, 0.00683058704538745, 0.0162792307692307, 0.0189011446621219, 0.0556415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1200, '2021-05-23 00:00:00', 0.00247732709557341, 0.0039134615384615, 0.00354686930751815, 0.00578326923076919, 0.00436672713649641, 0.00805673076923088, 0.00696340462981005, 0.0174790384615383, 0.018825310049546, 0.0557276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1215, '2021-05-23 00:00:00', 0.00295430135565056, 0.00377249999999984, 0.00315553479558604, 0.00535961538461546, 0.00381223556964413, 0.00762096153846175, 0.00687994360441982, 0.0194599999999997, 0.0187929083801474, 0.0559842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1230, '2021-05-23 00:00:00', 0.00211059196945759, 0.00347730769230798, 0.00325216943569393, 0.00532903846153881, 0.00319897007464291, 0.00718653846153879, 0.00657057110560745, 0.0192505769230767, 0.0187929083801474, 0.0559842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1245, '2021-05-23 00:00:00', 0.00267531614235351, 0.00392230769230767, 0.00253346691618105, 0.00542884615384621, 0.00266892363783868, 0.00682923076923089, 0.00696920241822197, 0.0199078846153843, 0.018851784355456, 0.0560157692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1260, '2021-05-23 00:00:00', 0.00180458080578709, 0.00366826923076926, 0.00248986626146866, 0.00491999999999998, 0.00317934703020297, 0.00879653846153858, 0.00673686011090071, 0.0195269230769227, 0.0189258063663185, 0.0559188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1275, '2021-05-23 00:00:00', 0.00197056517663954, 0.00330365384615387, 0.00194865398317757, 0.00450211538461561, 0.00341350069013277, 0.0088698076923077, 0.00670942431326138, 0.0202461538461535, 0.0189637359725994, 0.0560759615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1290, '2021-05-23 00:00:00', 0.00163213297205279, 0.00302596153846169, 0.00347521364589464, 0.00686826923076925, 0.00325026297160931, 0.00908423076923052, 0.0068403088661707, 0.0201257692307689, 0.0189972523893892, 0.0561628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1305, '2021-05-23 00:00:00', 0.00332810463500431, 0.00581269230769238, 0.0035373437720326, 0.00757980769230762, 0.00436743181004406, 0.00957615384615362, 0.00686645862424436, 0.0200659615384613, 0.0191091216207178, 0.0564436538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1320, '2021-05-23 00:00:00', 0.00298784401945875, 0.00492826923076924, 0.00355412709179294, 0.00686923076923075, 0.00509730547597265, 0.00994365384615392, 0.00688128244979401, 0.0199619230769229, 0.0191121994950466, 0.0564415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1335, '2021-05-23 00:00:00', 0.0028901876436291, 0.004488846153846, 0.00424584492361458, 0.00634865384615399, 0.00485727603703956, 0.00961250000000018, 0.00681095945178382, 0.0195655769230768, 0.0190641819943942, 0.0566586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1350, '2021-05-23 00:00:00', 0.0040471884685542, 0.0045625000000002, 0.00456607160309741, 0.00767826923076939, 0.00455694808464544, 0.0098153846153847, 0.00682704644157204, 0.0197836538461538, 0.019067449251579, 0.0566648076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1365, '2021-05-23 00:00:00', 0.00402904742034426, 0.00579365384615375, 0.00404984765620395, 0.00747903846153851, 0.00453143393844169, 0.00990153846153849, 0.00684115842923149, 0.0196105769230768, 0.0190498317214453, 0.0567311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1380, '2021-05-23 00:00:00', 0.00259342061022482, 0.00486269230769248, 0.00270248634807628, 0.0068523076923077, 0.00602668668060281, 0.0123428846153845, 0.00692996625865898, 0.0195071153846153, 0.0194119309585229, 0.0573465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1395, '2021-05-23 00:00:00', 0.00268654731951612, 0.00434750000000007, 0.00399203114389731, 0.00608057692307711, 0.00719338839597759, 0.0152388461538459, 0.00716686787344258, 0.019461346153846, 0.0194977326216311, 0.0575057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1410, '2021-05-23 00:00:00', 0.00363730490357056, 0.004474807692308, 0.00657942351928754, 0.0108953846153845, 0.00660186860785526, 0.0156863461538459, 0.00767268037610359, 0.0199430769230768, 0.0195898555350624, 0.0576317307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 1, 1425, '2021-05-23 00:00:00', 0.00571837712655781, 0.00993980769230744, 0.00616830515308199, 0.0140223076923073, 0.00694283021430115, 0.015930769230769, 0.00761211732396748, 0.0198630769230767, 0.0196102797659799, 0.0575674999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 0, '2021-05-23 00:00:00', 0.00547257138267379, 0.00997846153846132, 0.00593598971399164, 0.0113167307692306, 0.00713226260625711, 0.0134217307692306, 0.0076452257626271, 0.0195151923076921, 0.0196203667769371, 0.0575726923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 15, '2021-05-23 00:00:00', 0.00455118002097622, 0.00382300000000001, 0.00558373405527147, 0.00704879999999974, 0.00668984548899799, 0.0126707999999999, 0.00773269937236217, 0.0176229999999997, 0.0195146161184379, 0.0584688 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 30, '2021-05-23 00:00:00', 0.00412373675606626, 0.00492559999999983, 0.00420425074577304, 0.00621919999999996, 0.00682655392566396, 0.0122847999999998, 0.00729766625367298, 0.0173533999999998, 0.019723904008419, 0.0581882 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 45, '2021-05-23 00:00:00', 0.00294117360144688, 0.00363807692307693, 0.00706667874333737, 0.0112173076923077, 0.00726769939262321, 0.0120426923076922, 0.00852830161647292, 0.0178373076923074, 0.0197290086031087, 0.0574623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 60, '2021-05-23 00:00:00', 0.00730746644772402, 0.0102082692307692, 0.00772637450306001, 0.0110898076923074, 0.00747546904111125, 0.0122892307692306, 0.00849594698167196, 0.0175213461538459, 0.0196313448734023, 0.0574634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 75, '2021-05-23 00:00:00', 0.00397613422618203, 0.0051857692307692, 0.00381270455188984, 0.00610999999999996, 0.00445472580957149, 0.00807096153846146, 0.00693989315202603, 0.0144448076923075, 0.0188276545630662, 0.0568271153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 90, '2021-05-23 00:00:00', 0.00205643980068626, 0.00349442307692306, 0.00342272377478276, 0.00545903846153833, 0.00420873319603256, 0.00748365384615379, 0.00580982650674377, 0.0135690384615384, 0.0178748443522002, 0.0559261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 105, '2021-05-23 00:00:00', 0.00348640368486592, 0.00446942307692311, 0.00336316316880422, 0.00591249999999992, 0.00446278163084611, 0.00773673076923084, 0.00563284994132991, 0.0134923076923076, 0.0178812844616935, 0.0557850000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 120, '2021-05-23 00:00:00', 0.00244110300573667, 0.00399673076923073, 0.00425623117865523, 0.00556038461538461, 0.0044101471674382, 0.00703903846153843, 0.00555451478182752, 0.0135473076923076, 0.0178820780768387, 0.0556228846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 135, '2021-05-23 00:00:00', 0.00411432878907564, 0.00399423076923055, 0.00427165385013661, 0.00519115384615368, 0.00422926880841687, 0.00766442307692288, 0.00534368435632198, 0.0132925, 0.0175434005266501, 0.0556059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 150, '2021-05-23 00:00:00', 0.00263464872129412, 0.00321173076923086, 0.00303567225478351, 0.00474403846153848, 0.00369274577849801, 0.00820076923076956, 0.0056445955261513, 0.0132055769230769, 0.0174609240624711, 0.0553236538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 165, '2021-05-23 00:00:00', 0.00305501759405745, 0.00401249999999997, 0.00379920064467009, 0.00646153846153857, 0.00451098383009558, 0.0086813461538464, 0.00550874259350888, 0.0131748076923077, 0.0174340996855631, 0.0552896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 180, '2021-05-23 00:00:00', 0.00362721802699883, 0.00550115384615397, 0.00377190801033932, 0.00721596153846192, 0.00408617392980476, 0.0091407692307695, 0.00557850427982296, 0.0131600000000001, 0.0174340996855631, 0.0552896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 195, '2021-05-23 00:00:00', 0.00324426298967163, 0.00468288461538497, 0.00345885539093271, 0.00594884615384627, 0.00367584818574091, 0.0080632692307693, 0.00493778513490227, 0.0126609615384616, 0.017796651469826, 0.0550484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 210, '2021-05-23 00:00:00', 0.00261646337933177, 0.003553846153846, 0.00303304577180198, 0.00538557692307704, 0.00372593458074607, 0.00699250000000016, 0.00510350368713661, 0.0124067307692307, 0.017797230687774, 0.0550569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 225, '2021-05-23 00:00:00', 0.00294118045375303, 0.00448230769230785, 0.00388890678726039, 0.00609500000000018, 0.00499242572457362, 0.0082261538461539, 0.00519796004735008, 0.0123005769230768, 0.0177359928264099, 0.0550665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 240, '2021-05-23 00:00:00', 0.00366299562674293, 0.00422480769230769, 0.0033616202423602, 0.00553057692307702, 0.00491615663282426, 0.00808903846153851, 0.00475048762274448, 0.0120255769230768, 0.017887020485429, 0.0548553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 255, '2021-05-23 00:00:00', 0.00211391038489937, 0.00349365384615399, 0.00405938756275073, 0.00565923076923078, 0.00466133678416221, 0.0074438461538461, 0.00446334917798479, 0.0116032692307691, 0.0177278768143892, 0.0546078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 270, '2021-05-23 00:00:00', 0.00401383113074707, 0.00451711538461525, 0.00415573649864289, 0.00576038461538469, 0.00472369078728123, 0.00756557692307691, 0.00472283917216699, 0.0115046153846153, 0.0177093731679018, 0.0545849999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 285, '2021-05-23 00:00:00', 0.00365483513255445, 0.0043246153846155, 0.00434682745937048, 0.00554480769230773, 0.00404404580834574, 0.00693250000000004, 0.00599138951714509, 0.0119228846153845, 0.0176586509633707, 0.0546153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 300, '2021-05-23 00:00:00', 0.00392442251018666, 0.00400903846153829, 0.00399148967757077, 0.00545461538461522, 0.00432622196165883, 0.00674269230769229, 0.006326722070223, 0.0122080769230769, 0.0176253508726668, 0.0545242307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 315, '2021-05-23 00:00:00', 0.00318559831960145, 0.00402557692307681, 0.00309369060160553, 0.0046534615384615, 0.00406779914034061, 0.00664038461538478, 0.00569025394863893, 0.0131600000000001, 0.0175162648020457, 0.0544011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 330, '2021-05-23 00:00:00', 0.00205042010704742, 0.00288384615384629, 0.00351324951488595, 0.00484807692307724, 0.0045748323886909, 0.00672076923076936, 0.00536454567937982, 0.0143671153846156, 0.0175128957452677, 0.0543907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 345, '2021-05-23 00:00:00', 0.00332895548991666, 0.00402557692307702, 0.00406791764911742, 0.00492000000000019, 0.00455295766930252, 0.00673653846153854, 0.00659271341359854, 0.0159880769230772, 0.0175106218753515, 0.0543873076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 360, '2021-05-23 00:00:00', 0.00331639389420771, 0.00334730769230764, 0.00430209625111349, 0.00527692307692308, 0.00448486636881799, 0.0063521153846154, 0.00642397884132892, 0.0167830769230769, 0.0175106218753515, 0.0543873076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 375, '2021-05-23 00:00:00', 0.00373451039423041, 0.0040632692307692, 0.00419074120486504, 0.00506461538461522, 0.00463810903112634, 0.00646076923076909, 0.00672285758839506, 0.018263076923077, 0.0175106218753515, 0.0543873076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 390, '2021-05-23 00:00:00', 0.00332181586114952, 0.00349384615384602, 0.00366419730426951, 0.00440673076923085, 0.0040649308679899, 0.00572019230769213, 0.00720852965910172, 0.0205796153846152, 0.017480740260025, 0.0543390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 405, '2021-05-23 00:00:00', 0.00225721878732364, 0.00259557692307704, 0.00313767140506329, 0.00412961538461537, 0.00331096177056663, 0.00516538461538433, 0.00612490295056535, 0.0223819230769229, 0.017388961052921, 0.0540275 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 420, '2021-05-23 00:00:00', 0.00316941140495271, 0.0034444230769229, 0.00332024178915624, 0.00407346153846125, 0.003749873685052, 0.00539557692307653, 0.00575319673011296, 0.0237411538461537, 0.0173959275163427, 0.053961923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 435, '2021-05-23 00:00:00', 0.00281826231923152, 0.00268749999999985, 0.00287827857207418, 0.00351653846153842, 0.003560064676379, 0.00563249999999993, 0.00603527534264487, 0.0242476923076922, 0.0173340358221799, 0.0538782692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 450, '2021-05-23 00:00:00', 0.00187300778264416, 0.00232307692307704, 0.00317854023703653, 0.00365596153846155, 0.00381018849220795, 0.00581788461538477, 0.0059703199662999, 0.0253974999999999, 0.0173495751133966, 0.0538288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 465, '2021-05-23 00:00:00', 0.00271915522090661, 0.00254365384615381, 0.00331322116678018, 0.00417750000000008, 0.00551475818913356, 0.00690326923076929, 0.00697894823462222, 0.0278073076923078, 0.0171818151555203, 0.0537109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 480, '2021-05-23 00:00:00', 0.0028291550790897, 0.00316730769230769, 0.00330459707773188, 0.00430538461538457, 0.00504066437928713, 0.00750423076923089, 0.00709925946571462, 0.0284798076923078, 0.0173712954169094, 0.0538426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 495, '2021-05-23 00:00:00', 0.00296738571810271, 0.00297999999999985, 0.00427351710673266, 0.00507769230769233, 0.0041805952281388, 0.00924730769230776, 0.00722930536348138, 0.0286509615384616, 0.0173430351482619, 0.053768076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 510, '2021-05-23 00:00:00', 0.00334323652491692, 0.00379769230769242, 0.00423180239832418, 0.00571653846153849, 0.00354625575024612, 0.0105953846153847, 0.00824072866690409, 0.0293848076923077, 0.0173122105018838, 0.0536526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 525, '2021-05-23 00:00:00', 0.00382799789004065, 0.00424461538461552, 0.0036629308777788, 0.00768115384615417, 0.00451828763088224, 0.0124286538461543, 0.00836574416203445, 0.0295857692307694, 0.0173059066395086, 0.0536361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 540, '2021-05-23 00:00:00', 0.00311590426435343, 0.00647076923076926, 0.0031322883254652, 0.00936192307692311, 0.00451798360827191, 0.0129682692307692, 0.00868311399521188, 0.0302194230769233, 0.0171370404286694, 0.0535694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 555, '2021-05-23 00:00:00', 0.00278681008709559, 0.00643769230769243, 0.00416061441930799, 0.0102328846153849, 0.00530542789182791, 0.0138836538461538, 0.0086537481252567, 0.030341153846154, 0.0166449076851197, 0.0530896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 570, '2021-05-23 00:00:00', 0.00430021139462492, 0.00725096153846175, 0.00417405766426569, 0.00999423076923071, 0.00652541627319365, 0.0161384615384613, 0.00860789007472002, 0.0304784615384616, 0.0165959061216917, 0.0531700000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 585, '2021-05-23 00:00:00', 0.00271542565724033, 0.00679249999999988, 0.00495277285583947, 0.0113648076923074, 0.00629266564831931, 0.0183201923076921, 0.00863285494269068, 0.0305376923076924, 0.016149958632955, 0.0530096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 600, '2021-05-23 00:00:00', 0.00455214879099811, 0.00904615384615367, 0.00623566195671795, 0.0131959615384613, 0.00608861865412712, 0.0187963461538461, 0.00898575026832028, 0.0304767307692309, 0.0155998390376312, 0.0536800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 615, '2021-05-23 00:00:00', 0.00431599914450664, 0.00864884615384592, 0.00491354628709083, 0.0130763461538462, 0.00489933827556959, 0.0160615384615385, 0.00892540253778736, 0.0289376923076925, 0.0163129052546185, 0.0545903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 630, '2021-05-23 00:00:00', 0.0037374952379696, 0.00925057692307686, 0.00454739826291233, 0.0123301923076923, 0.00567775876692416, 0.0157461538461538, 0.00879912387465586, 0.0282748076923079, 0.0172771065463922, 0.0557638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 645, '2021-05-23 00:00:00', 0.00348859400817098, 0.00863307692307708, 0.00433142429941237, 0.0112226923076924, 0.00726037602596893, 0.0169059615384616, 0.00886706406401736, 0.0272763461538464, 0.017866009038438, 0.0554598076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 660, '2021-05-23 00:00:00', 0.0036093378254831, 0.00737346153846156, 0.00401319104281812, 0.0110671153846154, 0.00708584821750669, 0.0165548076923077, 0.00854956940211257, 0.0264051923076926, 0.0179428356701115, 0.0552982692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 675, '2021-05-23 00:00:00', 0.00277301009041433, 0.00817019230769209, 0.00627663460781359, 0.0125199999999998, 0.00662661017007625, 0.0157521153846154, 0.00843897481013863, 0.0264903846153847, 0.0183034095226505, 0.0551269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 690, '2021-05-23 00:00:00', 0.00520883728720856, 0.00854673076923078, 0.00537815842444808, 0.0114309615384615, 0.00780601805315341, 0.0163596153846154, 0.00900843083108612, 0.0264609615384616, 0.0174786720319366, 0.0546300000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 705, '2021-05-23 00:00:00', 0.00284927797196732, 0.00755980769230776, 0.00381484640783689, 0.010598653846154, 0.00707158585467216, 0.0152075000000002, 0.00886053305611248, 0.0262190384615384, 0.0171231788655477, 0.0537973076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 720, '2021-05-23 00:00:00', 0.00342839442686444, 0.00788211538461555, 0.00674693490522808, 0.0121788461538464, 0.006749327818383, 0.0151100000000003, 0.0106592010669006, 0.027274230769231, 0.0169728002007284, 0.0534544230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 735, '2021-05-23 00:00:00', 0.00628476549957251, 0.00836076923076924, 0.00613376825137206, 0.0100548076923076, 0.00565891949458147, 0.0143053846153846, 0.0100054095848963, 0.0260648076923078, 0.0161280571258241, 0.0528455769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 750, '2021-05-23 00:00:00', 0.00287859754848684, 0.00640961538461548, 0.00419765888964871, 0.00992192307692329, 0.00437044032722649, 0.0127894230769232, 0.0103138568701754, 0.0264765384615385, 0.015470063508646, 0.0520948076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 765, '2021-05-23 00:00:00', 0.00311590465934909, 0.00761961538461565, 0.00344727602608189, 0.0099150000000002, 0.00495602742976819, 0.0131282692307695, 0.0102662500924895, 0.0275501923076925, 0.0150485156896466, 0.051962307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 780, '2021-05-23 00:00:00', 0.0021050621405043, 0.00620115384615384, 0.00301219238454956, 0.00811980769230781, 0.00511801427839437, 0.0127119230769232, 0.0137767250113539, 0.0313909615384616, 0.0146719096234948, 0.0516250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 795, '2021-05-23 00:00:00', 0.00171770308395135, 0.00524173076923073, 0.00411987063370484, 0.0091290384615385, 0.00434810012003485, 0.0119694230769232, 0.0130433326498785, 0.0334588461538462, 0.0143315965775464, 0.0518073076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 810, '2021-05-23 00:00:00', 0.00345495345621546, 0.00684076923076933, 0.00371683761881186, 0.00915673076923098, 0.00458740862411631, 0.011951730769231, 0.0122569758285452, 0.0338373076923078, 0.0139013054782636, 0.0521900000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 825, '2021-05-23 00:00:00', 0.00282272879429685, 0.00604038461538468, 0.00365518134349646, 0.0086094230769231, 0.00405078332405739, 0.0111415384615386, 0.0117858662241622, 0.034165576923077, 0.0137733544375195, 0.0525126923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 840, '2021-05-23 00:00:00', 0.0025662665563933, 0.00651096153846142, 0.00305840996899732, 0.00861653846153863, 0.00456166212959884, 0.0114507692307693, 0.0119985845062594, 0.035398076923077, 0.0140625153688804, 0.0530925000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 855, '2021-05-23 00:00:00', 0.00268256659534502, 0.0062334615384616, 0.00272791320637953, 0.00858269230769239, 0.00523884580653183, 0.0126007692307692, 0.0119392089417116, 0.0361919230769231, 0.0148408903993713, 0.0543003846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 870, '2021-05-23 00:00:00', 0.00280160292717199, 0.00602480769230787, 0.00446877433290859, 0.00868403846153847, 0.00749904220807312, 0.0132340384615385, 0.0114733444406521, 0.0360105769230769, 0.0160251579663401, 0.0549896153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 885, '2021-05-23 00:00:00', 0.00266792754485874, 0.00627923076923061, 0.00353032528464227, 0.00915884615384595, 0.00665308492066185, 0.0143751923076921, 0.011328235547312, 0.0358838461538461, 0.0168948479128993, 0.0550000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 900, '2021-05-23 00:00:00', 0.00302288683766566, 0.00641859999999994, 0.00493024396793201, 0.00991919999999993, 0.00849466204938906, 0.0163629999999998, 0.0115508073202699, 0.0352318, 0.0171429505677017, 0.0554370000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 915, '2021-05-23 00:00:00', 0.00405410836730406, 0.00733942307692302, 0.00678450377982498, 0.0111834615384613, 0.00830083749481823, 0.0158313461538459, 0.0114477154926211, 0.034805, 0.0168868212384231, 0.0542434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 930, '2021-05-23 00:00:00', 0.00377058140793259, 0.00735307692307689, 0.00593674164711741, 0.0112242307692307, 0.00657873318703175, 0.0159628846153846, 0.0112117606796821, 0.0335465384615386, 0.0174913632006022, 0.0540338461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 945, '2021-05-23 00:00:00', 0.00389926847675905, 0.00769442307692311, 0.00478018015833638, 0.0106528846153846, 0.00590786000563262, 0.0168153846153847, 0.0103980155725098, 0.0324703846153847, 0.0172570743576254, 0.0534042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 960, '2021-05-23 00:00:00', 0.00423458142514148, 0.00842538461538457, 0.00530191232916514, 0.0122021153846154, 0.0103724342147089, 0.0212284615384616, 0.0101143494125162, 0.0324259615384616, 0.0175212074750747, 0.0539757692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 975, '2021-05-23 00:00:00', 0.00495026906805589, 0.00858961538461521, 0.00572220085752373, 0.0126455769230769, 0.0114650384480551, 0.022631153846154, 0.010083640827903, 0.0314621153846153, 0.017270419156643, 0.0535396153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 990, '2021-05-23 00:00:00', 0.00405183373491363, 0.0096438461538461, 0.00935921574623727, 0.0156557692307691, 0.0102000918623313, 0.02153, 0.0093753966254562, 0.0297982692307692, 0.0163259411661789, 0.0528401923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1005, '2021-05-23 00:00:00', 0.00786965249208357, 0.0112728846153846, 0.00985612941075453, 0.0167248076923078, 0.00948423454800336, 0.0191751923076924, 0.00897102324366981, 0.0275640384615384, 0.0173896284352305, 0.0527213461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1020, '2021-05-23 00:00:00', 0.00766963167303348, 0.0120350000000002, 0.00717419260533613, 0.0143065384615386, 0.00626306022521063, 0.0183257692307692, 0.00734896318432862, 0.0254217307692306, 0.0170113246352585, 0.0518246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1035, '2021-05-23 00:00:00', 0.00301137342164922, 0.00765826923076919, 0.00396653726625817, 0.0107882692307692, 0.00528776367227643, 0.0163455769230767, 0.00780367752803387, 0.0223301923076921, 0.0168412683653531, 0.051523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1050, '2021-05-23 00:00:00', 0.00327949982701385, 0.00726365384615379, 0.00329982022820353, 0.0115615384615382, 0.0050898508856805, 0.0150740384615382, 0.00782399646059389, 0.021058846153846, 0.0171862495483587, 0.0509015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1065, '2021-05-23 00:00:00', 0.00286593996528464, 0.00966826923076907, 0.00409601299577247, 0.0128176923076921, 0.00586991940712582, 0.0155546153846151, 0.00771506791684547, 0.0202598076923077, 0.0173826852400267, 0.0508519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1080, '2021-05-23 00:00:00', 0.0032160390174151, 0.00890519230769207, 0.00361068915220411, 0.0101069230769227, 0.0051582458594132, 0.0130428846153843, 0.0055919790909701, 0.0188580769230766, 0.0176036690460997, 0.0516117307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1095, '2021-05-23 00:00:00', 0.00323921016013753, 0.0067223076923077, 0.00484790305183584, 0.00972499999999974, 0.00500607744492779, 0.0121707692307691, 0.00481603076673663, 0.0181571153846153, 0.0180108352014514, 0.0517855769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1110, '2021-05-23 00:00:00', 0.00428808725962418, 0.00712711538461516, 0.00422530643403956, 0.00894230769230755, 0.00446427108788785, 0.0113128846153845, 0.00454652871811163, 0.0170607692307693, 0.0177373091489703, 0.0514753846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1125, '2021-05-23 00:00:00', 0.00298791455443695, 0.00600076923076936, 0.00309830479704391, 0.00784615384615401, 0.00337274458541759, 0.00975596153846182, 0.00438480624955686, 0.0166446153846156, 0.0175308079995013, 0.051273653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1140, '2021-05-23 00:00:00', 0.00263329148376348, 0.00535903846153843, 0.00272251803695396, 0.00686730769230761, 0.00302115622925054, 0.00951980769230776, 0.00511828493285064, 0.0166055769230771, 0.0175531423572926, 0.0513238461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1155, '2021-05-23 00:00:00', 0.0023431008383043, 0.00405653846153841, 0.00283137490385052, 0.00594961538461567, 0.00363976656056202, 0.00860884615384614, 0.00591708222014862, 0.0163400000000001, 0.0178234560028242, 0.0515317307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1170, '2021-05-23 00:00:00', 0.0020613906433801, 0.0041807692307696, 0.00320224234536704, 0.00662096153846149, 0.00384410711849462, 0.0086084615384616, 0.00576037616293076, 0.0160984615384616, 0.0182503759286886, 0.0519215384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1185, '2021-05-23 00:00:00', 0.00258475230177641, 0.00518230769230779, 0.00303083365657816, 0.00671557692307691, 0.00385123856201332, 0.00848230769230782, 0.00569230149817746, 0.0157928846153847, 0.0180402663047458, 0.0520821153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1200, '2021-05-23 00:00:00', 0.00260607143918848, 0.00411288461538455, 0.00304440139373137, 0.0054046153846154, 0.00362008328102238, 0.00725019230769228, 0.00533258203081629, 0.0156113461538463, 0.0179729796211294, 0.0521126923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1215, '2021-05-23 00:00:00', 0.0030924610562812, 0.00326923076923087, 0.00351676326273946, 0.00490461538461547, 0.00380483710355854, 0.00794923076923078, 0.0066713795021376, 0.0175376923076924, 0.0177657649611223, 0.052385576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1230, '2021-05-23 00:00:00', 0.00290565176059444, 0.00346807692307701, 0.00312288907165237, 0.00550692307692311, 0.00321073260870719, 0.0073882692307693, 0.00670217427406978, 0.01696, 0.0177097097063901, 0.0524382692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1245, '2021-05-23 00:00:00', 0.00280313591563757, 0.0042401923076922, 0.003093268653308, 0.00634480769230744, 0.00323103077146484, 0.00745461538461541, 0.00681062532992514, 0.0170442307692307, 0.0177028914033402, 0.0524959615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1260, '2021-05-23 00:00:00', 0.00249532332574331, 0.00455749999999984, 0.00320916881162982, 0.0053076923076923, 0.00312383938447528, 0.00771249999999989, 0.0068269581045692, 0.0176951923076922, 0.0174381560962865, 0.0533309615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1275, '2021-05-23 00:00:00', 0.00268131985295394, 0.00292192307692335, 0.00304098504410366, 0.00443903846153875, 0.00329784697247253, 0.00762442307692316, 0.00714396057196915, 0.0179594230769232, 0.0174404519712515, 0.0533598076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1290, '2021-05-23 00:00:00', 0.0023385870816503, 0.00337846153846154, 0.00216927833622139, 0.0057224999999998, 0.00321038897715142, 0.00733923076923072, 0.00713110298945102, 0.0179546153846154, 0.0174616107063905, 0.0534226923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1305, '2021-05-23 00:00:00', 0.00142788143226801, 0.0039457692307692, 0.00272940356967489, 0.00561961538461532, 0.00361160821305612, 0.00758173076923069, 0.00705969379375214, 0.0179276923076922, 0.0174433228232289, 0.0534136538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1320, '2021-05-23 00:00:00', 0.00245178507183281, 0.0037190384615382, 0.0024785050162114, 0.00469365384615379, 0.0033075541335183, 0.00920288461538459, 0.00716517083644126, 0.0174963461538462, 0.0174630505309396, 0.0534546153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1335, '2021-05-23 00:00:00', 0.0016640777186918, 0.00283442307692331, 0.00362732264052441, 0.00501846153846155, 0.00399561835495616, 0.0101040384615386, 0.00691845556353585, 0.0175607692307692, 0.0177861562587742, 0.0536223076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1350, '2021-05-23 00:00:00', 0.0032825548914502, 0.00382615384615397, 0.00330256637387451, 0.00786442307692316, 0.0039114721849765, 0.00996557692307706, 0.00695020773347578, 0.0174884615384615, 0.0180527621751863, 0.053943076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1365, '2021-05-23 00:00:00', 0.00330900754933231, 0.00715519230769239, 0.00395624524790072, 0.00903769230769245, 0.0038902688902518, 0.00966596153846154, 0.00695274119709998, 0.017351923076923, 0.0181195369103669, 0.0540246153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1380, '2021-05-23 00:00:00', 0.00420855729437034, 0.00597250000000024, 0.00414306367967533, 0.00712057692307716, 0.00448277148133226, 0.0103019230769233, 0.0069998618667694, 0.017466923076923, 0.0185831088367489, 0.0545790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1395, '2021-05-23 00:00:00', 0.00274897433320402, 0.00393173076923073, 0.00312367677831511, 0.00536884615384616, 0.00699790964393047, 0.0127207692307692, 0.00702317916178024, 0.0173965384615384, 0.0185944753716298, 0.0545928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1410, '2021-05-23 00:00:00', 0.00235272182801087, 0.0037350000000001, 0.00395731783681036, 0.00789769230769236, 0.00693476977877535, 0.0122217307692307, 0.00700761802227801, 0.0172078846153846, 0.0185944753716298, 0.0545928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 2, 1425, '2021-05-23 00:00:00', 0.00407428551546615, 0.00733269230769243, 0.00691677495991849, 0.0118203846153846, 0.00681485907072533, 0.012318076923077, 0.00706095706086564, 0.0172388461538462, 0.0185678076882045, 0.0545471153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 0, '2021-05-23 00:00:00', 0.00702122062859344, 0.0081063461538461, 0.00705316294569081, 0.00826846153846163, 0.00820791048318663, 0.0105424999999999, 0.00713275886046499, 0.0169098076923077, 0.018350324725695, 0.0546365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 15, '2021-05-23 00:00:00', 0.00189442164910974, 0.00226923076923088, 0.00318203812891119, 0.00382442307692313, 0.00589943803386271, 0.0105336538461539, 0.00450387196241716, 0.0155455769230769, 0.0168925660903065, 0.0545163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 30, '2021-05-23 00:00:00', 0.00295686075736758, 0.00286346153846163, 0.00479466246505905, 0.00572692307692305, 0.00564826399470196, 0.010853076923077, 0.00454053153869099, 0.015469423076923, 0.0168925660903065, 0.0545163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 45, '2021-05-23 00:00:00', 0.00439707299934167, 0.00481480769230776, 0.00601061210565245, 0.00984826923076937, 0.00595874358530259, 0.0113286538461539, 0.00445609234212435, 0.0154651923076923, 0.0168920127563748, 0.0545151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 60, '2021-05-23 00:00:00', 0.00591900075051652, 0.00865326923076931, 0.00583977474868541, 0.00956134615384622, 0.00584798103227476, 0.010846923076923, 0.0048342001804453, 0.0149642307692307, 0.0168865621267778, 0.0544326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 75, '2021-05-23 00:00:00', 0.00285923739160248, 0.00466730769230802, 0.00402448793207096, 0.00649134615384616, 0.00403197561805831, 0.00824076923076914, 0.00395856386157348, 0.0124996153846154, 0.0167868091713058, 0.0541130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 90, '2021-05-23 00:00:00', 0.00348557884498629, 0.00476326923076914, 0.00329743497049075, 0.0054907692307692, 0.00374787147797062, 0.00726884615384597, 0.00370677270474155, 0.0119467307692308, 0.0167424032876449, 0.0540096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 105, '2021-05-23 00:00:00', 0.00210784371227665, 0.00361365384615396, 0.00313845312828804, 0.00532096153846158, 0.0032999705884472, 0.00660826923076904, 0.00344085427675271, 0.011733076923077, 0.0167257283801377, 0.0539553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 120, '2021-05-23 00:00:00', 0.00300688328928545, 0.00433365384615403, 0.002988481296836, 0.00522730769230766, 0.00391464652103066, 0.00754076923076913, 0.00341826859006817, 0.0117169230769232, 0.0167257283801377, 0.0539553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 135, '2021-05-23 00:00:00', 0.00199807215739423, 0.00360288461538438, 0.00276869003321067, 0.00449749999999985, 0.00395174855650604, 0.00844557692307687, 0.00337342405941138, 0.0113632692307693, 0.0164207162309824, 0.0538984615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 150, '2021-05-23 00:00:00', 0.00266683166236361, 0.00309134615384629, 0.00373694536404362, 0.00597442307692304, 0.00414035482035809, 0.0088259615384615, 0.00343224100933404, 0.0112221153846156, 0.0163462366311023, 0.05393 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 165, '2021-05-23 00:00:00', 0.00364524510624691, 0.00537673076923068, 0.00404137706919146, 0.00767384615384614, 0.00393234688684293, 0.00898903846153847, 0.00343326207294735, 0.0111876923076926, 0.0163450985325404, 0.0540059615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 180, '2021-05-23 00:00:00', 0.00362637034045803, 0.00579461538461553, 0.00385214961467558, 0.007310576923077, 0.0033598709968369, 0.00839365384615391, 0.00343821004974307, 0.0108971153846156, 0.016350843041074, 0.0539980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 195, '2021-05-23 00:00:00', 0.00386223030923049, 0.00447980769230788, 0.0036466574368233, 0.00564769230769255, 0.00330407664862658, 0.00737750000000014, 0.00401280084901387, 0.0101405769230771, 0.0163125506707138, 0.0535792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 210, '2021-05-23 00:00:00', 0.00304802781130046, 0.00404846153846165, 0.00307010105696884, 0.00525749999999998, 0.0035521223991385, 0.00707346153846151, 0.0041547122644052, 0.0101350000000001, 0.0162737570304035, 0.0535167307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 225, '2021-05-23 00:00:00', 0.00252221490727137, 0.00380403846153827, 0.00275120801439319, 0.00512346153846127, 0.00309230892699948, 0.00664249999999995, 0.0043357291818633, 0.00977346153846143, 0.0161751857497358, 0.0534240384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 240, '2021-05-23 00:00:00', 0.0024232955072348, 0.004001346153846, 0.00322227622007504, 0.00526596153846141, 0.00307999660963849, 0.00612134615384623, 0.00534985599015365, 0.0107186538461538, 0.0161045443323877, 0.0536130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 255, '2021-05-23 00:00:00', 0.00353870613577676, 0.00375634615384626, 0.00337943521111944, 0.00470288461538483, 0.00361377848816719, 0.00593019230769238, 0.00538203745020252, 0.0107086538461539, 0.0161011357327553, 0.0536317307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 270, '2021-05-23 00:00:00', 0.00215148213671789, 0.00287423076923107, 0.00241560920807864, 0.0037146153846155, 0.00320863906568622, 0.0054894230769233, 0.00535871738385195, 0.0103450000000001, 0.0160193430720968, 0.0536226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 285, '2021-05-23 00:00:00', 0.00177079583369033, 0.00247326923076913, 0.00292013656161176, 0.00444346153846159, 0.00325766512067466, 0.0058609615384617, 0.00519072659801895, 0.0111638461538464, 0.0159878448937357, 0.0536428846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 300, '2021-05-23 00:00:00', 0.00278919387306428, 0.00403230769230787, 0.00310160442352028, 0.00458500000000016, 0.00330035151973922, 0.00577692307692335, 0.00708142676030317, 0.0127498076923078, 0.0159916032979329, 0.0536709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 315, '2021-05-23 00:00:00', 0.00218949626275422, 0.00265326923076922, 0.00305309853326819, 0.00455057692307689, 0.00324008273873444, 0.00604807692307717, 0.00738213591146803, 0.0140261538461536, 0.0159849778373802, 0.0536426923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 330, '2021-05-23 00:00:00', 0.00273589238008078, 0.0036286538461538, 0.00278307777193051, 0.00436326923076925, 0.00310219823425508, 0.0061017307692309, 0.00691104488370721, 0.0152242307692307, 0.0159849778373802, 0.0536426923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 345, '2021-05-23 00:00:00', 0.00159744425688202, 0.00258692307692284, 0.00288202066532919, 0.0046063461538464, 0.00316077923693124, 0.00555076923076939, 0.00702425429932165, 0.0155826923076923, 0.0158547078776184, 0.0535767307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 360, '2021-05-23 00:00:00', 0.00306619004378669, 0.00393576923076945, 0.00299936709349476, 0.00480980769230782, 0.00414996415647209, 0.00590250000000002, 0.0079429310710844, 0.0177799999999999, 0.0158547078776184, 0.0535767307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 375, '2021-05-23 00:00:00', 0.0021897782114599, 0.00304115384615384, 0.00247124210438035, 0.00393653846153837, 0.00329049640865741, 0.00510615384615375, 0.0089180258250008, 0.0209788461538461, 0.0158484608764967, 0.053551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 390, '2021-05-23 00:00:00', 0.00194986149409497, 0.00274038461538445, 0.00294796258195658, 0.00372923076923067, 0.003082578647072, 0.00534365384615371, 0.010326660352624, 0.0233159615384613, 0.0158385676605702, 0.0535484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 405, '2021-05-23 00:00:00', 0.00281160668548195, 0.00278192307692311, 0.00283397285693547, 0.00375192307692308, 0.0031407115374604, 0.00529519230769237, 0.00998710629531123, 0.024981923076923, 0.015883888311261, 0.0535217307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 420, '2021-05-23 00:00:00', 0.00196816576068648, 0.00264269230769222, 0.00247526209956395, 0.00407269230769219, 0.00485653975029047, 0.00612288461538456, 0.00937572567242739, 0.0263567307692307, 0.0156877350230632, 0.053451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 435, '2021-05-23 00:00:00', 0.00242401939729474, 0.00316596153846159, 0.00275261987093132, 0.00377192307692307, 0.00482030109177668, 0.0061011538461538, 0.00928588371379654, 0.0271378846153844, 0.0157482115968766, 0.0534174999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 450, '2021-05-23 00:00:00', 0.00241185581275888, 0.0027773076923077, 0.0050843495764338, 0.00459884615384607, 0.00471380396772642, 0.00614038461538438, 0.00937685724782834, 0.0279096153846152, 0.0157552881427645, 0.0533976923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 465, '2021-05-23 00:00:00', 0.00499218082451085, 0.00365923076923045, 0.00473044073406068, 0.00499846153846129, 0.00468888527428269, 0.00719365384615357, 0.00882287092643972, 0.028895769230769, 0.0157836640245051, 0.0533690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 480, '2021-05-23 00:00:00', 0.00204234273474211, 0.0032253846153846, 0.00227769762293835, 0.00417769230769204, 0.00626376463355853, 0.00805076923076902, 0.00886461228489649, 0.0292648076923075, 0.0153837767744514, 0.0537046153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 495, '2021-05-23 00:00:00', 0.00203122048380943, 0.0030544230769227, 0.00287073928430692, 0.00504403846153819, 0.00624634948466847, 0.0105517307692305, 0.00905459430557008, 0.0299259615384612, 0.0154195247120704, 0.0536128846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 510, '2021-05-23 00:00:00', 0.00294703102878398, 0.00385826923076924, 0.00652312460818033, 0.00667942307692307, 0.00614084530951438, 0.0121686538461538, 0.00903042778610175, 0.0302299999999997, 0.0154287293671452, 0.0535882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 525, '2021-05-23 00:00:00', 0.00657869413041373, 0.00518230769230772, 0.00648086262361394, 0.00936288461538468, 0.00619281026364758, 0.0133501923076923, 0.00898963011132615, 0.0305465384615384, 0.0153573424283478, 0.0537873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 540, '2021-05-23 00:00:00', 0.00362971908215863, 0.00715615384615396, 0.0031360098667918, 0.00983673076923086, 0.0056474508510816, 0.0142186538461537, 0.00890216390288597, 0.0300619230769229, 0.0157420962354005, 0.0532067307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 555, '2021-05-23 00:00:00', 0.00243655271139069, 0.00678365384615378, 0.00369425206857283, 0.0097078846153846, 0.00721355570063421, 0.0166646153846153, 0.00878080272307355, 0.0302773076923076, 0.0158500797037549, 0.0528238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 570, '2021-05-23 00:00:00', 0.00345422582331597, 0.00672903846153835, 0.00497805122899123, 0.0105140384615382, 0.00795605772352105, 0.0179974999999998, 0.00769982226817855, 0.0302698076923076, 0.0158498389569592, 0.0530398076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 585, '2021-05-23 00:00:00', 0.0046212152247917, 0.00755307692307684, 0.00663849577493614, 0.0125530769230769, 0.00788509331684737, 0.0184088461538461, 0.00891479623995983, 0.0301749999999999, 0.0160084818251499, 0.0533021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 600, '2021-05-23 00:00:00', 0.00643410294088027, 0.0103705769230768, 0.00752502278044073, 0.0144903846153844, 0.00708982250238942, 0.0184686538461539, 0.0101457077112216, 0.0298901923076922, 0.0156769446198993, 0.054421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 615, '2021-05-23 00:00:00', 0.00511922929896525, 0.00931615384615383, 0.00637430992041817, 0.0120398076923078, 0.00603814335001964, 0.0165863461538462, 0.0110962539555544, 0.0301296153846152, 0.016229583894377, 0.0540792307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 630, '2021-05-23 00:00:00', 0.00582183797306442, 0.00882923076923102, 0.00511836442099971, 0.0124221153846155, 0.00610710437806794, 0.0159932692307693, 0.0135891307541672, 0.0301655769230768, 0.0163553220425459, 0.0534936538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 645, '2021-05-23 00:00:00', 0.00274728346945469, 0.00853730769230785, 0.00396124013215748, 0.0111642307692308, 0.00509649250805053, 0.0153582692307692, 0.0122798337137953, 0.0288609615384615, 0.0151731002561974, 0.0528942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 660, '2021-05-23 00:00:00', 0.00379364496939898, 0.00697692307692301, 0.00507222741618896, 0.0103901923076922, 0.00544947630511407, 0.0142099999999999, 0.0123077261975497, 0.0281280769230766, 0.0160379471842446, 0.0530717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 675, '2021-05-23 00:00:00', 0.00352267372230905, 0.00706307692307708, 0.00406661556504245, 0.0103980769230771, 0.00597335288207951, 0.0137494230769233, 0.0127921365750155, 0.027266923076923, 0.0158280531445328, 0.0528521153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 690, '2021-05-23 00:00:00', 0.0038616693879122, 0.00820269230769236, 0.00389555825958803, 0.0103219230769233, 0.00601290012262082, 0.013701730769231, 0.0133877819915717, 0.026925576923077, 0.015563791461397, 0.0524594230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 705, '2021-05-23 00:00:00', 0.00313774834138199, 0.00685942307692315, 0.0051294501129788, 0.0094676923076925, 0.0064161437525859, 0.0130905769230772, 0.013329910710071, 0.0272084615384614, 0.0151796175853828, 0.0519840384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 720, '2021-05-23 00:00:00', 0.00376383248319311, 0.00675019230769235, 0.00572205707026634, 0.00964865384615375, 0.00681094530883965, 0.0127450000000001, 0.0141052668136627, 0.0286467307692307, 0.0155569491237344, 0.0523240384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 735, '2021-05-23 00:00:00', 0.00409659919464155, 0.00690980769230757, 0.00526192264145126, 0.00925826923076936, 0.00458350935839164, 0.0125109615384616, 0.0124271833509633, 0.0280090384615385, 0.0156862073613927, 0.0521507692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987940 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 987940, 3, 750, '2021-05-23 00:00:00', 0.002849553494038, 0.0056786538461538, 0.00304613503539256, 0.00767442307692318, 0.00396398120095701, 0.012190192[...];[ Date: 2021-05-23 16:53:18 - Database: acaweb_fx - User: pgperfstats ]
15 23s458ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987945, 1, 1020, '2021-05-23 00:00:00', 0.0130065512324192, 0.0352651923076919, 0.0178336594210544, 0.0464478846153843, 0.0253358308421398, 0.0685376923076923, 0.0410657851881023, 0.0996363461538461, 0.0884861615256218, 0.214271538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1035, '2021-05-23 00:00:00', 0.013616728845855, 0.0323973076923081, 0.0184506787419447, 0.0435390384615387, 0.0250610273440347, 0.0645265384615385, 0.0390613956208188, 0.0940003846153848, 0.0919212742103891, 0.214222692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1050, '2021-05-23 00:00:00', 0.014689616684793, 0.0306871153846153, 0.0185542203119562, 0.0513292307692313, 0.0241342691591469, 0.0651103846153851, 0.0340252108228363, 0.090163461538462, 0.0911550716062383, 0.215681538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1065, '2021-05-23 00:00:00', 0.0160588805973033, 0.0423209615384617, 0.0186550875933449, 0.0512586538461538, 0.0254323854691969, 0.0639855769230769, 0.0309790905537665, 0.0856665384615388, 0.0903527710732513, 0.215513846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1080, '2021-05-23 00:00:00', 0.0149809916175856, 0.0323296153846154, 0.021079253581151, 0.0444915384615386, 0.0258030376245481, 0.0573894230769233, 0.0275883078334903, 0.0793863461538467, 0.0882026562943807, 0.215744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1095, '2021-05-23 00:00:00', 0.0153291998448913, 0.0301632692307692, 0.0176407612091557, 0.0397009615384614, 0.0200969066735693, 0.0506453846153848, 0.0249841220408855, 0.0722980769230775, 0.0893617713041511, 0.217533846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1110, '2021-05-23 00:00:00', 0.0121118789004841, 0.0264724999999999, 0.0142026908555542, 0.0343715384615386, 0.0162608646957608, 0.041269423076923, 0.0236852646629469, 0.0681019230769238, 0.0906028790831389, 0.217251923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1125, '2021-05-23 00:00:00', 0.0123118723127777, 0.0226903846153848, 0.0129930951322379, 0.0322836538461539, 0.0157167308464575, 0.0394575000000002, 0.021787956914314, 0.0674875000000005, 0.0919736951608363, 0.218121538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1140, '2021-05-23 00:00:00', 0.00960577925602027, 0.0240913461538463, 0.0127241810209479, 0.0307255769230768, 0.0184374856464088, 0.0395148076923079, 0.0205613292259634, 0.0664715384615391, 0.0919736951608363, 0.218121538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1155, '2021-05-23 00:00:00', 0.010415307890866, 0.0212223076923075, 0.0154370142950682, 0.0290378846153848, 0.0211395224902401, 0.040463653846154, 0.0195672882677656, 0.0644230769230775, 0.092267228985452, 0.217310576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1170, '2021-05-23 00:00:00', 0.011334865173437, 0.0211925000000004, 0.013532235441288, 0.0270659615384622, 0.0188365691684674, 0.0387509615384619, 0.0194509973177171, 0.0626594230769238, 0.0922644199328129, 0.217266538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1185, '2021-05-23 00:00:00', 0.00997188938967936, 0.0190550000000006, 0.0154452672574431, 0.0271955769230772, 0.0163439722975033, 0.0375473076923079, 0.0184598331238808, 0.0603448076923083, 0.0918212602530673, 0.217397307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1200, '2021-05-23 00:00:00', 0.011781138798292, 0.0197157692307692, 0.0131221336811577, 0.0264171153846156, 0.016992177219352, 0.0381455769230772, 0.0179566174474437, 0.0585830769230774, 0.0920718245386969, 0.217121730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1215, '2021-05-23 00:00:00', 0.0103043195292824, 0.0175998076923077, 0.0147088292375182, 0.0249934615384615, 0.0157625081431078, 0.0350048076923084, 0.018947886149607, 0.0578015384615387, 0.0922378544685506, 0.217994807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1230, '2021-05-23 00:00:00', 0.00930953895412985, 0.0170034615384616, 0.0127691837459749, 0.0260734615384621, 0.0114261530103258, 0.0345061538461546, 0.016769833352, 0.0573055769230773, 0.0924819373385127, 0.218556730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1245, '2021-05-23 00:00:00', 0.010783594257732, 0.0190086538461544, 0.0114027655349986, 0.0253703846153853, 0.0122078357576032, 0.0350367307692312, 0.0173645065324471, 0.0570013461538461, 0.0928286498845298, 0.219544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1260, '2021-05-23 00:00:00', 0.00770142375698264, 0.0169167307692309, 0.00903835070897703, 0.0242784615384616, 0.0139773997595575, 0.0377140384615384, 0.0146398095458404, 0.0542734615384614, 0.0923496555524374, 0.220189423076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1275, '2021-05-23 00:00:00', 0.0072832320805027, 0.0165984615384614, 0.00960307919367517, 0.0237149999999997, 0.014811644889956, 0.0352028846153845, 0.0143565798101832, 0.0532353846153849, 0.0925693511916253, 0.220395961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1290, '2021-05-23 00:00:00', 0.00905463677434835, 0.0165586538461537, 0.0135240919060995, 0.0270067307692308, 0.0151493850357544, 0.0361051923076922, 0.0167787292908428, 0.0555088461538463, 0.0935456679112482, 0.221260192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1305, '2021-05-23 00:00:00', 0.0114084102462242, 0.0204028846153844, 0.0118640358242236, 0.0254790384615384, 0.0140534733305985, 0.0346594230769231, 0.0176233257186212, 0.053799230769231, 0.094954762590485, 0.222261153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1320, '2021-05-23 00:00:00', 0.00994917955836634, 0.0180982692307691, 0.0118858034209528, 0.0251901923076921, 0.0137938260952554, 0.0337821153846157, 0.016928411521872, 0.0532094230769234, 0.0952484032016366, 0.221937692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1335, '2021-05-23 00:00:00', 0.00695908772756883, 0.0177999999999999, 0.00996636526793186, 0.024580576923077, 0.0111686808755552, 0.0317225000000001, 0.0170519350943387, 0.0517373076923078, 0.094969600852872, 0.222878076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1350, '2021-05-23 00:00:00', 0.00765171174665117, 0.016975576923077, 0.0096574054168089, 0.0243607692307692, 0.0108689606608059, 0.0294703846153846, 0.0174206860072026, 0.0509898076923078, 0.0950348653019591, 0.223039807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1365, '2021-05-23 00:00:00', 0.0110247749340361, 0.0187178846153847, 0.0102897135061411, 0.0248659615384613, 0.0104507453101901, 0.0273534615384611, 0.0180325188095118, 0.0504938461538461, 0.0953310339559755, 0.223641346153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1380, '2021-05-23 00:00:00', 0.00812429110753642, 0.0179899999999998, 0.00923887849712333, 0.0204267307692309, 0.00956766758209854, 0.0266751923076916, 0.0183594422028561, 0.04969, 0.0953567156967012, 0.223387692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1395, '2021-05-23 00:00:00', 0.00694051110121982, 0.0111321153846154, 0.00840858742595937, 0.0167624999999992, 0.0135417515626532, 0.0306392307692305, 0.0203884791374559, 0.0499615384615383, 0.0953311875098513, 0.223269038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1410, '2021-05-23 00:00:00', 0.00800652537717701, 0.0137361538461532, 0.010067246564211, 0.0216007692307687, 0.0149064443988295, 0.0330788461538458, 0.0196707259691618, 0.0513630769230767, 0.0953485759147011, 0.223149807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 1, 1425, '2021-05-23 00:00:00', 0.0105091872114907, 0.0186546153846156, 0.0149564344642905, 0.027741730769231, 0.015826598745345, 0.0325496153846155, 0.0188987061227848, 0.0533786538461541, 0.0953531035388989, 0.223122500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 0, '2021-05-23 00:00:00', 0.0150924131118405, 0.0204634615384617, 0.017086606816451, 0.0252675000000001, 0.0169007134726499, 0.0288867307692309, 0.0189980465311569, 0.0545250000000002, 0.0961373755568641, 0.224080192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 15, '2021-05-23 00:00:00', 0.0136157306787652, 0.0149336, 0.0145547807094444, 0.0185046, 0.0143876801958025, 0.0313982000000001, 0.0195210450048999, 0.0557778000000002, 0.0990472526764369, 0.2328776 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 30, '2021-05-23 00:00:00', 0.0141665076706762, 0.0130199999999999, 0.0153455982749669, 0.0170851999999998, 0.0175015379086143, 0.0373799999999999, 0.0202923901992839, 0.0574880000000002, 0.0990472526764369, 0.2328776 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 45, '2021-05-23 00:00:00', 0.0135614719149507, 0.0135875, 0.0129336695310523, 0.0281465384615386, 0.0160881823721162, 0.0373209615384615, 0.020580491587909, 0.057235, 0.101248120938309, 0.227216538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 60, '2021-05-23 00:00:00', 0.0113014342180371, 0.0240557692307694, 0.0156802711674453, 0.0328667307692306, 0.0194683555555797, 0.0385759615384614, 0.021010948157128, 0.0582523076923079, 0.101517057657246, 0.227034230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 75, '2021-05-23 00:00:00', 0.0162795937153988, 0.0240534615384612, 0.0170911482318949, 0.0278067307692308, 0.0207650331715454, 0.0347438461538459, 0.0216178138010866, 0.0565684615384616, 0.102203486144817, 0.226968076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 90, '2021-05-23 00:00:00', 0.0133178513238668, 0.018071730769231, 0.0163222208094936, 0.0251119230769229, 0.0152377309448021, 0.0298171153846153, 0.0187682237971526, 0.0551275000000001, 0.101942642196482, 0.226005000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 105, '2021-05-23 00:00:00', 0.0147637208516223, 0.0193692307692309, 0.012996985675681, 0.0240355769230767, 0.014029695654356, 0.0282269230769232, 0.0184114483239264, 0.0540957692307692, 0.101964936960627, 0.225954230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 120, '2021-05-23 00:00:00', 0.00870782866161227, 0.01756, 0.00760976944207526, 0.0210448076923078, 0.00897189782041741, 0.0246825000000003, 0.01526191489775, 0.0510628846153846, 0.101720811337284, 0.224978653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 135, '2021-05-23 00:00:00', 0.00614768151732539, 0.0143809615384617, 0.00636626576936279, 0.0177603846153847, 0.00826602653125358, 0.0254511538461538, 0.014999298804124, 0.0506811538461539, 0.101894804685443, 0.225156730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 150, '2021-05-23 00:00:00', 0.00693636278274459, 0.013595576923077, 0.00801704508195871, 0.0170996153846154, 0.0118599608573751, 0.0279665384615386, 0.0154247620602522, 0.0503838461538463, 0.101894804685443, 0.225156730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 165, '2021-05-23 00:00:00', 0.00776025673643521, 0.0130711538461539, 0.00836370964115463, 0.0207051923076922, 0.0144917118394783, 0.0309090384615389, 0.0160906030687291, 0.0498113461538463, 0.101849148698531, 0.225383846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 180, '2021-05-23 00:00:00', 0.00846192431515376, 0.0170563461538456, 0.0124709574627796, 0.0236890384615384, 0.0150817849280308, 0.0314211538461541, 0.0200575893338309, 0.0524167307692308, 0.103675126517145, 0.225947884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 195, '2021-05-23 00:00:00', 0.0120347537509558, 0.0186553846153845, 0.0144835139435788, 0.0255969230769231, 0.0163912281102278, 0.0317698076923073, 0.019934677177066, 0.0512280769230768, 0.10387648208403, 0.225786923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 210, '2021-05-23 00:00:00', 0.00960185756267191, 0.016974423076923, 0.0127066488349756, 0.022348846153846, 0.0136545021710226, 0.0305334615384613, 0.018986583404726, 0.049439230769231, 0.104538517730952, 0.226814230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 225, '2021-05-23 00:00:00', 0.0129391638773978, 0.0158996153846151, 0.0158091996440238, 0.0221757692307691, 0.01591810356046, 0.0289598076923074, 0.0188439242360868, 0.048188846153846, 0.107648172489579, 0.227892884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 240, '2021-05-23 00:00:00', 0.0116088225269204, 0.0151826923076918, 0.0120420443191601, 0.0202357692307686, 0.0147382761073125, 0.0273361538461538, 0.0159432351846749, 0.046316923076923, 0.107591493315439, 0.227895384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 255, '2021-05-23 00:00:00', 0.0096093681393973, 0.0165190384615386, 0.0108232736214427, 0.0207082692307694, 0.0113232581424933, 0.0275398076923083, 0.0182086241918916, 0.0485201923076927, 0.107014743089266, 0.228227692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 270, '2021-05-23 00:00:00', 0.00829894016634823, 0.0134417307692307, 0.00895296272406345, 0.0189665384615388, 0.0101900659713275, 0.0278225000000002, 0.0193424941087274, 0.0472671153846154, 0.106950265055233, 0.22825076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 285, '2021-05-23 00:00:00', 0.00802745260868098, 0.0142542307692305, 0.010308649482539, 0.0197730769230768, 0.0107610087817084, 0.0260149999999998, 0.018731954947465, 0.0470019230769231, 0.106958052958229, 0.228083846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 300, '2021-05-23 00:00:00', 0.0102616346576049, 0.0151953846153846, 0.0104890387859824, 0.0205655769230772, 0.0114874624850812, 0.0246728846153844, 0.0212635694991735, 0.0499296153846149, 0.107569451037993, 0.229148846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 315, '2021-05-23 00:00:00', 0.0097139788013891, 0.0154819230769232, 0.0106265564525131, 0.0186290384615384, 0.0119481437196805, 0.0228071153846153, 0.0244800732056479, 0.0563719230769232, 0.107371635754585, 0.229286153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 330, '2021-05-23 00:00:00', 0.00906907814202427, 0.0127271153846156, 0.0113136968997073, 0.0170434615384614, 0.0121083469620692, 0.020843076923077, 0.0298170888334193, 0.0610674999999996, 0.107366009860591, 0.22928076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 345, '2021-05-23 00:00:00', 0.00927436894805304, 0.0112257692307691, 0.010308113801945, 0.014961923076923, 0.010910220275574, 0.0193323076923078, 0.0333739345004226, 0.0708690384615384, 0.106364105574455, 0.229399423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 360, '2021-05-23 00:00:00', 0.00637424516194827, 0.0115507692307691, 0.00810333711883864, 0.0144523076923075, 0.0139724176862848, 0.0217350000000002, 0.0391943799272884, 0.0791917307692308, 0.106364176086941, 0.229370576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 375, '2021-05-23 00:00:00', 0.00704996525086914, 0.0092159615384617, 0.0075369311036752, 0.0125323076923078, 0.0138605497351853, 0.0210601923076923, 0.0389674957861821, 0.087300384615385, 0.106449343797702, 0.228814807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 390, '2021-05-23 00:00:00', 0.00517667814485169, 0.00972884615384623, 0.0127938839234278, 0.0170046153846155, 0.0119099432553705, 0.0224321153846155, 0.0402848819118765, 0.0913444230769232, 0.106586253393671, 0.228692500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 405, '2021-05-23 00:00:00', 0.0111023724786119, 0.0128694230769229, 0.0111179112679288, 0.0164848076923075, 0.0111254050246064, 0.0243901923076923, 0.0401093117924197, 0.0972223076923074, 0.106391326036874, 0.22862826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 420, '2021-05-23 00:00:00', 0.00593657421284525, 0.010210769230769, 0.0068978005998571, 0.014366346153846, 0.0134334144808898, 0.0245488461538464, 0.053178564723378, 0.107005961538461, 0.106364695550443, 0.228646538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 435, '2021-05-23 00:00:00', 0.00659840300026057, 0.0107269230769229, 0.0102855898768806, 0.018721346153846, 0.0168278157833531, 0.0297540384615383, 0.0534195871254531, 0.113335576923077, 0.106364695550443, 0.228646538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 450, '2021-05-23 00:00:00', 0.00956072337945498, 0.0140284615384619, 0.0123696966771462, 0.0191732692307696, 0.0177199787636617, 0.0323657692307691, 0.0551223431887233, 0.118551153846154, 0.106289653271686, 0.227846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 465, '2021-05-23 00:00:00', 0.00802444080007088, 0.012363076923077, 0.011070735749645, 0.0210840384615382, 0.0155127163977966, 0.0302409615384617, 0.0551005949336165, 0.120860961538461, 0.10462388712927, 0.226995961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 480, '2021-05-23 00:00:00', 0.00828245865577482, 0.0150242307692306, 0.0135780333075156, 0.0229024999999996, 0.0149332285563232, 0.0326663461538458, 0.0558082678645242, 0.123199038461539, 0.102748628087415, 0.225879615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 495, '2021-05-23 00:00:00', 0.0128203375285585, 0.0174571153846152, 0.0135834824369672, 0.0228163461538463, 0.0187576495052431, 0.0424151923076922, 0.0584842894078274, 0.125626538461539, 0.102844373622702, 0.225204615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 510, '2021-05-23 00:00:00', 0.00790835056467819, 0.0140894230769235, 0.0111359203913076, 0.0250598076923074, 0.0216856208837878, 0.0472413461538457, 0.0576481972471486, 0.127354615384615, 0.102827362350689, 0.2252 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 525, '2021-05-23 00:00:00', 0.0108174699960472, 0.0205113461538461, 0.0168735480423788, 0.0387434615384617, 0.0272040413350947, 0.0595351923076923, 0.0573573100220148, 0.129509807692308, 0.102894793929751, 0.224994615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 540, '2021-05-23 00:00:00', 0.013075955108519, 0.0313050000000005, 0.0185238955042893, 0.041854423076923, 0.0331085705799292, 0.0675346153846155, 0.0561716232989438, 0.131965961538462, 0.1013974043432, 0.224158461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 555, '2021-05-23 00:00:00', 0.0138664678617711, 0.0298798076923076, 0.0199417796752295, 0.0467838461538458, 0.0270007410980909, 0.0696353846153846, 0.0511347305372327, 0.126068653846154, 0.095833675099702, 0.223236346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 570, '2021-05-23 00:00:00', 0.015611700835, 0.0330851923076919, 0.0223348697745513, 0.0469446153846152, 0.0261292741258945, 0.0639271153846153, 0.0499050636693931, 0.123834615384616, 0.0942253388427889, 0.221499038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 585, '2021-05-23 00:00:00', 0.0164924493177939, 0.0338125000000002, 0.0172577413487837, 0.049517307692308, 0.0225165097343121, 0.0655438461538457, 0.056209443358335, 0.122980576923077, 0.0918778381031028, 0.2186475 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 600, '2021-05-23 00:00:00', 0.0134038747052998, 0.037188653846154, 0.0177060084727887, 0.0454040384615383, 0.0303623868734633, 0.0710305769230765, 0.0556756220662287, 0.122662307692308, 0.0905123399729813, 0.217835769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 615, '2021-05-23 00:00:00', 0.0114590829425661, 0.0299217307692304, 0.0209351120700273, 0.0461707692307686, 0.0342678735648106, 0.0757044230769224, 0.0561181610755378, 0.1255475, 0.0892491561530885, 0.217895961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 630, '2021-05-23 00:00:00', 0.015968727622594, 0.0323267307692298, 0.0265035720067203, 0.0526663461538455, 0.0393691555330392, 0.0740207692307686, 0.0587701418608648, 0.123727115384615, 0.087919010425242, 0.215243076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 645, '2021-05-23 00:00:00', 0.0188729094746536, 0.0368209615384613, 0.0266222117102655, 0.052752115384615, 0.0362014793200715, 0.068870192307692, 0.0640603123614468, 0.125560384615384, 0.0820669622622981, 0.215220192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 660, '2021-05-23 00:00:00', 0.0209965708775364, 0.0379538461538458, 0.0322268611881219, 0.0508090384615383, 0.0398931003866779, 0.0646476923076922, 0.0650090332788155, 0.122634615384615, 0.0774667688617808, 0.212171730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 675, '2021-05-23 00:00:00', 0.0172702936147152, 0.0336965384615389, 0.0189384094490942, 0.0429173076923079, 0.0286091290594187, 0.0584684615384614, 0.0593863744502568, 0.118397884615385, 0.073832997405527, 0.209176730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 690, '2021-05-23 00:00:00', 0.0150093871908934, 0.029339615384615, 0.0221764290884579, 0.0416513461538458, 0.0255105669606507, 0.0566444230769228, 0.0575889564880679, 0.120809230769231, 0.0726257307994474, 0.208741923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 705, '2021-05-23 00:00:00', 0.0161639177039003, 0.0298215384615387, 0.0218900656155673, 0.0430244230769235, 0.0188184553400272, 0.0536507692307696, 0.055687036933756, 0.117352307692308, 0.0714116449793296, 0.207909423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 720, '2021-05-23 00:00:00', 0.014345716081277, 0.0307617307692307, 0.0151573675472206, 0.0404498076923075, 0.0182456675236785, 0.0529157692307693, 0.0487761675919866, 0.113804807692308, 0.0647612717281412, 0.207254615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 735, '2021-05-23 00:00:00', 0.0106836449484537, 0.0262342307692306, 0.0129838750364263, 0.0347448076923081, 0.0160062576465003, 0.0494496153846156, 0.0506098744576134, 0.113668846153846, 0.062971059555469, 0.206011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 750, '2021-05-23 00:00:00', 0.0104057067700669, 0.0243957692307696, 0.0145598877267436, 0.0374888461538468, 0.0236270573316664, 0.052748076923077, 0.0520092573597761, 0.116038653846154, 0.0630274816287429, 0.206697307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 765, '2021-05-23 00:00:00', 0.0119195206553723, 0.0277805769230773, 0.0128846449758557, 0.0367280769230768, 0.0284934187245999, 0.0563188461538458, 0.0521417913341924, 0.115738461538462, 0.0624542627959418, 0.205594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 780, '2021-05-23 00:00:00', 0.00857108449291111, 0.0244707692307693, 0.0166124065222823, 0.0372073076923075, 0.0254900760364925, 0.0552328846153851, 0.0480396618531144, 0.113990192307693, 0.0594570501496667, 0.2053725 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 795, '2021-05-23 00:00:00', 0.012377562012958, 0.026790769230769, 0.0201404809430011, 0.0403238461538462, 0.0266501928785055, 0.0568623076923081, 0.0470652072178756, 0.117212692307693, 0.0608556324430077, 0.206599038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 810, '2021-05-23 00:00:00', 0.0133910692799921, 0.0280023076923077, 0.0194476381609301, 0.040540961538462, 0.0264963077921321, 0.0557661538461541, 0.0468056218734626, 0.119770192307693, 0.0593760362785681, 0.204768076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 825, '2021-05-23 00:00:00', 0.0132298392978207, 0.0259303846153849, 0.018377060011162, 0.0394005769230772, 0.0377146799331708, 0.0609276923076923, 0.0447107126708851, 0.120943461538462, 0.0587036532754527, 0.204391730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 840, '2021-05-23 00:00:00', 0.0133053599494569, 0.0276092307692307, 0.0208689016232652, 0.0386551923076923, 0.0370796954389615, 0.0622053846153843, 0.0409654206266136, 0.120086346153846, 0.0573893719981853, 0.203482115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 855, '2021-05-23 00:00:00', 0.0139500399516934, 0.0261844230769232, 0.0279559421700536, 0.0434611538461538, 0.0297870800076916, 0.0638692307692306, 0.0427784545518673, 0.122950384615385, 0.0580976307980463, 0.203962884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 870, '2021-05-23 00:00:00', 0.0196122918334786, 0.032190192307692, 0.0243156947764512, 0.046987692307692, 0.0249985274958652, 0.0649948076923077, 0.039573881993052, 0.120595000000001, 0.0615007911034168, 0.204877884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 885, '2021-05-23 00:00:00', 0.0176481352686778, 0.0301626923076919, 0.0196269019499727, 0.0428830769230765, 0.0178343743329039, 0.0588746153846154, 0.0404320532479632, 0.118189615384616, 0.0608320908693628, 0.204441538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 900, '2021-05-23 00:00:00', 0.00971270339555362, 0.0288851999999996, 0.014117414668298, 0.0439086000000002, 0.0154749918093675, 0.0569494000000002, 0.0411158960824963, 0.117057600000001, 0.0608429467988414, 0.2074472 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 915, '2021-05-23 00:00:00', 0.0127483580360523, 0.0291288461538464, 0.0125631992985615, 0.0410811538461543, 0.0172979904357525, 0.0591913461538466, 0.0415325086283207, 0.113520192307693, 0.0621973391259314, 0.203867115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 930, '2021-05-23 00:00:00', 0.00849411609020297, 0.0302430769230771, 0.0133952472527215, 0.0439548076923075, 0.0201622543878404, 0.0600650000000001, 0.0411420393014811, 0.11091326923077, 0.0619756808396523, 0.203926538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 945, '2021-05-23 00:00:00', 0.0124111459165358, 0.0339151923076923, 0.0144899316715492, 0.0453853846153848, 0.0197251121279839, 0.0625126923076926, 0.0409149601434298, 0.109021538461538, 0.0629031194175737, 0.205677692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 960, '2021-05-23 00:00:00', 0.0106534001307636, 0.0325428846153847, 0.0133581993043167, 0.042320576923077, 0.0196316915813737, 0.0632571153846152, 0.0419481110402619, 0.106075384615385, 0.0665406408529059, 0.206308653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 975, '2021-05-23 00:00:00', 0.00833798740934887, 0.0286240384615387, 0.0165843365269295, 0.0465209615384619, 0.0222420426704443, 0.0628080769230771, 0.0433701870080746, 0.102908653846154, 0.0659595662954559, 0.205746730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 990, '2021-05-23 00:00:00', 0.013889827733328, 0.0357126923076924, 0.0171769524396906, 0.0461836538461536, 0.0280157302963615, 0.0613159615384619, 0.0424195941934671, 0.0992715384615386, 0.0676801849359292, 0.204620192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1005, '2021-05-23 00:00:00', 0.0131220505784964, 0.0321207692307692, 0.0186688432380305, 0.0449953846153849, 0.0315038700894886, 0.0621288461538463, 0.0419783464698901, 0.0983021153846152, 0.0677772007139229, 0.204896153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1020, '2021-05-23 00:00:00', 0.0118336936768896, 0.0323190384615391, 0.0214532397311346, 0.0453248076923082, 0.0251389919945091, 0.0653324999999998, 0.0379427553011918, 0.0950496153846154, 0.0629294115904112, 0.203926346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1035, '2021-05-23 00:00:00', 0.0162834307349527, 0.0352175000000002, 0.0214649604248054, 0.0464709615384616, 0.0322455352097239, 0.069109807692308, 0.0351437550733245, 0.0907494230769229, 0.0601708691298886, 0.201490384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1050, '2021-05-23 00:00:00', 0.0117889638368329, 0.0303621153846153, 0.0142161756474257, 0.0455109615384612, 0.0294183241855246, 0.0645682692307694, 0.0360246079298581, 0.0884725, 0.0562059489597102, 0.199212307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1065, '2021-05-23 00:00:00', 0.0135537908761859, 0.0335863461538459, 0.0235302059693822, 0.0510451923076927, 0.0285310112421554, 0.0614875000000001, 0.0357697844991466, 0.0856663461538462, 0.0546479590529586, 0.197594423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1080, '2021-05-23 00:00:00', 0.0197616346528784, 0.0348580769230772, 0.0211685790846136, 0.0422726923076926, 0.0228954118690585, 0.0523044230769232, 0.0313687023566236, 0.0780084615384613, 0.0540244482818087, 0.194821923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1095, '2021-05-23 00:00:00', 0.0081752083859581, 0.0252030769230767, 0.0141946730311599, 0.0356026923076919, 0.0148593595886434, 0.0443757692307689, 0.0300333150844448, 0.072180192307692, 0.053517528736279, 0.193165961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1110, '2021-05-23 00:00:00', 0.012194780240553, 0.0272363461538458, 0.014541424241165, 0.0336048076923076, 0.016181698175598, 0.0412346153846153, 0.0316348857507269, 0.0695826923076923, 0.0514062060650269, 0.193975 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1125, '2021-05-23 00:00:00', 0.0122568242843923, 0.0232015384615386, 0.0126976486254496, 0.0322588461538462, 0.0136070143803169, 0.0386771153846155, 0.0318329821780201, 0.0691028846153845, 0.0497077768114654, 0.193728461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1140, '2021-05-23 00:00:00', 0.0097186907871059, 0.0244111538461538, 0.0107045330800335, 0.0293576923076925, 0.0120994166165787, 0.0361623076923074, 0.0333502753534936, 0.0691180769230768, 0.0499484332286809, 0.19401 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1155, '2021-05-23 00:00:00', 0.00883131773641677, 0.0214998076923082, 0.00978405629268709, 0.0281034615384618, 0.0146625692207693, 0.037171923076923, 0.0332169131299799, 0.0678067307692308, 0.0508417582111401, 0.193675 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1170, '2021-05-23 00:00:00', 0.00667942760387362, 0.0190613461538464, 0.0108026919864383, 0.0254580769230767, 0.0113518837135591, 0.0351546153846154, 0.0294090590491068, 0.064043076923077, 0.0500406457038834, 0.193337692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1185, '2021-05-23 00:00:00', 0.0102123231441238, 0.0188049999999999, 0.00994033359794645, 0.0268709615384616, 0.0118022030423922, 0.035799423076923, 0.0296012529906319, 0.0633011538461539, 0.0504654111004607, 0.193808461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1200, '2021-05-23 00:00:00', 0.00858839624144117, 0.0201750000000002, 0.0107242658507919, 0.0268090384615387, 0.0115230986217319, 0.037455384615385, 0.0288810454856842, 0.0628571153846155, 0.0512205756346626, 0.194717884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1215, '2021-05-23 00:00:00', 0.00851080586440138, 0.0177123076923081, 0.00903373849053528, 0.0252113461538461, 0.0109098358603598, 0.0355375000000005, 0.0347372247867416, 0.0652017307692309, 0.0511541712176198, 0.198655192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1230, '2021-05-23 00:00:00', 0.00841997852409059, 0.0179478846153845, 0.0100551791553483, 0.0268546153846158, 0.0163610231389678, 0.0365119230769236, 0.0339773895769162, 0.0625623076923077, 0.0519854367121588, 0.199183076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1245, '2021-05-23 00:00:00', 0.00667640696782308, 0.0190949999999999, 0.0070216205668356, 0.0246642307692309, 0.0164187871249325, 0.0353544230769231, 0.0301109195328769, 0.0595313461538461, 0.0550551762245423, 0.201283653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1260, '2021-05-23 00:00:00', 0.00570211229754779, 0.0166794230769234, 0.0124312407883717, 0.0239384615384619, 0.015727206803694, 0.0342296153846157, 0.0303711490911257, 0.0567736538461538, 0.0555823967401967, 0.202195769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1275, '2021-05-23 00:00:00', 0.0106012461313974, 0.0169965384615383, 0.0126590326644657, 0.0244049999999998, 0.0125805912435968, 0.0346359615384615, 0.0286915031056504, 0.0569876923076923, 0.0552006368274301, 0.203738076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1290, '2021-05-23 00:00:00', 0.00878674481600261, 0.0170476923076921, 0.0120679695841766, 0.0267567307692307, 0.0107215027882502, 0.0342090384615381, 0.0271976148303769, 0.0566823076923075, 0.0558408838162919, 0.203545769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1305, '2021-05-23 00:00:00', 0.011765380173007, 0.0224661538461539, 0.0102305221988681, 0.0295023076923079, 0.0127232048696009, 0.0343430769230771, 0.0266742006527194, 0.0557526923076924, 0.0580210723802468, 0.204853076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1320, '2021-05-23 00:00:00', 0.00843325254572597, 0.0193874999999997, 0.00904981141537436, 0.0233894230769231, 0.016383092524119, 0.0323044230769235, 0.0271499040152715, 0.0541659615384619, 0.0582572804760188, 0.205787307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1335, '2021-05-23 00:00:00', 0.00521681475172818, 0.0147480769230771, 0.00725034770784255, 0.0210267307692306, 0.0127452943292202, 0.0300884615384617, 0.0266656638885174, 0.0533688461538464, 0.0582148378508433, 0.20585 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1350, '2021-05-23 00:00:00', 0.0060702821503305, 0.0162492307692306, 0.0122217797205833, 0.0239734615384617, 0.0125701468827473, 0.0298355769230767, 0.0264226535738676, 0.0536917307692308, 0.0573624633365622, 0.206365961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1365, '2021-05-23 00:00:00', 0.0131552488968646, 0.0206184615384619, 0.0141239220963798, 0.0260857692307693, 0.0125466307414198, 0.029935192307692, 0.0259821384149844, 0.0540988461538461, 0.0579822534534356, 0.207168461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1380, '2021-05-23 00:00:00', 0.00751636902929973, 0.0148007692307691, 0.00797509714433247, 0.0197326923076922, 0.0118620177181688, 0.0291128846153844, 0.0280698385823374, 0.0529290384615382, 0.058796196500807, 0.206849807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1395, '2021-05-23 00:00:00', 0.0063008483067453, 0.0134642307692309, 0.00749203579450597, 0.0182921153846153, 0.0225646060227414, 0.0367248076923075, 0.0273489012463867, 0.0551242307692308, 0.0588269831572604, 0.207014230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1410, '2021-05-23 00:00:00', 0.00790926622094917, 0.0136480769230767, 0.0119561791571748, 0.0233459615384613, 0.0208795044002482, 0.0352299999999996, 0.0256579554352129, 0.0571963461538461, 0.0591358519525492, 0.207358076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 2, 1425, '2021-05-23 00:00:00', 0.0122221526116123, 0.0188273076923077, 0.0211534707399551, 0.0323421153846151, 0.0213299694480283, 0.034769423076923, 0.0283518997355624, 0.0594761538461538, 0.0590430862340243, 0.207465961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 0, '2021-05-23 00:00:00', 0.0225556646645919, 0.0254923076923076, 0.0221465998510273, 0.0280051923076922, 0.0226190403965667, 0.0328373076923077, 0.0283746236444033, 0.0595698076923079, 0.0590334595843744, 0.2074775 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 15, '2021-05-23 00:00:00', 0.0116605869755939, 0.011463846153846, 0.015746822821177, 0.0175601923076925, 0.0233973321334196, 0.0332498076923078, 0.0265358586792693, 0.0570203846153846, 0.0593530780878294, 0.2071125 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 30, '2021-05-23 00:00:00', 0.0117130101366618, 0.0115976923076928, 0.0151652604786272, 0.0171157692307696, 0.0232501914905268, 0.0348771153846153, 0.026060133612179, 0.0576382692307694, 0.0592718791544521, 0.2068475 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 45, '2021-05-23 00:00:00', 0.0141156782174454, 0.0131034615384616, 0.0233847918306226, 0.0296101923076923, 0.0231104487432717, 0.0348463461538464, 0.0271777346943301, 0.0585363461538464, 0.0592718791544521, 0.2068475 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 60, '2021-05-23 00:00:00', 0.0221091553895321, 0.0270590384615383, 0.0223819343642284, 0.0307432692307688, 0.02151277961245, 0.0340294230769233, 0.028540481477395, 0.0607348076923079, 0.0592718791544521, 0.2068475 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 75, '2021-05-23 00:00:00', 0.0145034357481254, 0.0190025, 0.0162515445526313, 0.0250878846153846, 0.0175815468208966, 0.031091153846154, 0.0269597875990259, 0.0585442307692308, 0.0592761668674685, 0.2056975 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 90, '2021-05-23 00:00:00', 0.0151518151540181, 0.0193626923076924, 0.0152572054906729, 0.0217192307692307, 0.0173882275305406, 0.0288994230769232, 0.0261962844781759, 0.0560523076923077, 0.0591653707683288, 0.205093076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 105, '2021-05-23 00:00:00', 0.014478363529764, 0.0165274999999999, 0.017886678180874, 0.0249178846153849, 0.0184119091225886, 0.0306015384615381, 0.0256495130565563, 0.0568590384615384, 0.0591108002704696, 0.204946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 120, '2021-05-23 00:00:00', 0.0164546345645792, 0.021555576923077, 0.0167349174448105, 0.0246917307692307, 0.0212912327821714, 0.0339507692307686, 0.0244774421960613, 0.0569426923076923, 0.0591108002704696, 0.204946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 135, '2021-05-23 00:00:00', 0.0133278341999571, 0.016217692307692, 0.0147115593118002, 0.0223042307692302, 0.0201090551397963, 0.035043846153846, 0.0237262678683673, 0.0552751923076922, 0.0592382024116321, 0.204645192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 150, '2021-05-23 00:00:00', 0.0140857715498239, 0.0177980769230766, 0.0200184766768483, 0.0253473076923072, 0.0202008607090044, 0.035500769230769, 0.0230296407834632, 0.0536661538461536, 0.0597715303625779, 0.205118269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 165, '2021-05-23 00:00:00', 0.0162709553073995, 0.0187188461538456, 0.0162172437819932, 0.0262532692307689, 0.0212337095711946, 0.0351230769230768, 0.0205328391120171, 0.0525849999999997, 0.0597509479348683, 0.205053653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 180, '2021-05-23 00:00:00', 0.00925447775196054, 0.0191326923076921, 0.0113610443791322, 0.0240292307692306, 0.0203786876049465, 0.0336724999999999, 0.0200772317056291, 0.0513198076923077, 0.0601737463632153, 0.204935769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 195, '2021-05-23 00:00:00', 0.00900961481503933, 0.0160863461538461, 0.0218596130877505, 0.0271871153846154, 0.0208340277763235, 0.0331057692307692, 0.0217305553515002, 0.0512432692307694, 0.0601737463632153, 0.204935769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 210, '2021-05-23 00:00:00', 0.019426869862483, 0.0205644230769234, 0.0185503183271463, 0.0240840384615389, 0.0183191526424794, 0.0319234615384617, 0.0202901142279833, 0.048654230769231, 0.0601331594370741, 0.204786730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 225, '2021-05-23 00:00:00', 0.00763985171019955, 0.0144019230769229, 0.00756148428906895, 0.0202655769230763, 0.0110928814266697, 0.0285521153846151, 0.0164589895906816, 0.0458028846153843, 0.0602520893404086, 0.204566730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 240, '2021-05-23 00:00:00', 0.00598599174033744, 0.0147686538461541, 0.0104563190997305, 0.0207463461538464, 0.0139575235846259, 0.0299488461538468, 0.0157744322840671, 0.0458782692307695, 0.060289712157216, 0.204185 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 255, '2021-05-23 00:00:00', 0.0105887830509465, 0.0145474999999999, 0.01187252513644, 0.0205813461538463, 0.0139320455618858, 0.0295934615384619, 0.0172897962972382, 0.0457200000000003, 0.060289712157216, 0.204185 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 270, '2021-05-23 00:00:00', 0.00943290347054561, 0.0156382692307691, 0.0141196791203463, 0.0235276923076928, 0.0126271367483503, 0.0287473076923079, 0.020186095709671, 0.0481350000000003, 0.0600768816796121, 0.204527884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 285, '2021-05-23 00:00:00', 0.0101774711306583, 0.0167061538461539, 0.0100460929202121, 0.0211301923076928, 0.0102113914312171, 0.0273451923076921, 0.0192029863312575, 0.0486459615384614, 0.0602697036278143, 0.203495769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 300, '2021-05-23 00:00:00', 0.00688948404063465, 0.0141271153846159, 0.00821297230933181, 0.0178630769230771, 0.00955207665097796, 0.0240771153846154, 0.0257535690349606, 0.0516490384615384, 0.0602697036278143, 0.203495769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 315, '2021-05-23 00:00:00', 0.00680057589473144, 0.0126675, 0.00750150469264937, 0.0181394230769231, 0.00909467415790524, 0.0220290384615384, 0.0332700036652329, 0.0687432692307691, 0.0603873022799811, 0.203310576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 330, '2021-05-23 00:00:00', 0.00660740390366377, 0.0119428846153846, 0.00917934888129947, 0.0168567307692309, 0.0112979700440118, 0.0209713461538461, 0.0350471876897634, 0.0754201923076924, 0.060364653481028, 0.203336730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 345, '2021-05-23 00:00:00', 0.00875530755950613, 0.0122276923076923, 0.00845945689518814, 0.0144048076923078, 0.0130311833056772, 0.0224821153846152, 0.0327481515227016, 0.0784930769230772, 0.060364653481028, 0.203336730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 360, '2021-05-23 00:00:00', 0.00472281648367379, 0.00943346153846118, 0.0108162695207801, 0.0150321153846149, 0.0129723161623275, 0.0219361538461536, 0.0327968402142406, 0.0824040384615386, 0.0604049594350176, 0.203242115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 375, '2021-05-23 00:00:00', 0.0112756122057912, 0.0117888461538461, 0.0126713077902554, 0.0179286538461537, 0.0122661474438953, 0.0234513461538462, 0.0317329532432523, 0.0870784615384619, 0.0604049594350176, 0.203242115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 390, '2021-05-23 00:00:00', 0.008303050905911, 0.0132728846153844, 0.00923975630922412, 0.0164944230769232, 0.00914009237455383, 0.0219211538461538, 0.0284888125174397, 0.0897705769230771, 0.0604549209630929, 0.203135576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 405, '2021-05-23 00:00:00', 0.00597643584292658, 0.0100892307692309, 0.00726809032425526, 0.0150948076923083, 0.00817635404923627, 0.0197515384615384, 0.0273968591075969, 0.0973301923076925, 0.0605437855138421, 0.202967115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 420, '2021-05-23 00:00:00', 0.00705060136005885, 0.0114015384615383, 0.0072606841301949, 0.0146690384615384, 0.00923181523945241, 0.0212311538461535, 0.0266192226436804, 0.0993819230769233, 0.0608557847528448, 0.202606730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 435, '2021-05-23 00:00:00', 0.00670909566300791, 0.0111888461538456, 0.00775875386505237, 0.0153484615384608, 0.013241136373497, 0.0256723076923073, 0.0273157960246727, 0.102812692307693, 0.0611488217714652, 0.202284038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 450, '2021-05-23 00:00:00', 0.00720456651394432, 0.0108705769230765, 0.00854011647371476, 0.0152942307692306, 0.0165051841657756, 0.0284228846153844, 0.0309589256944397, 0.108141923076923, 0.0613105084668322, 0.202167692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 465, '2021-05-23 00:00:00', 0.0058435904926808, 0.0103296153846151, 0.0104198194580551, 0.0192315384615383, 0.0153224688924973, 0.0304301923076923, 0.0319979598436186, 0.109761923076923, 0.0613105084668322, 0.202167692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 480, '2021-05-23 00:00:00', 0.00974006740815375, 0.015846346153846, 0.0125794600287685, 0.0226161538461536, 0.0206441618418831, 0.0365280769230767, 0.0308627503211332, 0.112215769230769, 0.0613105084668322, 0.202167692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 495, '2021-05-23 00:00:00', 0.00970058052981302, 0.0156061538461535, 0.0131113268647323, 0.0242669230769232, 0.0284764287633713, 0.0531013461538465, 0.0307814975025578, 0.1118025, 0.061330532588087, 0.202126538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 510, '2021-05-23 00:00:00', 0.0102100959537417, 0.0178057692307699, 0.0172287540868346, 0.0269807692307695, 0.0283645254119669, 0.0588703846153852, 0.0295733098437655, 0.111706346153847, 0.0614006212274382, 0.201441346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 525, '2021-05-23 00:00:00', 0.0143325110165135, 0.0191790384615382, 0.023488963550013, 0.0421305769230769, 0.0237006267241054, 0.0594213461538464, 0.0305641987456161, 0.111105192307692, 0.0616892388586656, 0.199585192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 540, '2021-05-23 00:00:00', 0.0155628222227992, 0.0346465384615382, 0.0197368852396101, 0.0471898076923077, 0.0189910186626771, 0.0613253846153845, 0.0340083956698702, 0.113754038461539, 0.0623126751262099, 0.198610769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 555, '2021-05-23 00:00:00', 0.0152472865341299, 0.0335694230769235, 0.0159338848225553, 0.0439015384615388, 0.0167871160406289, 0.0612148076923082, 0.0366785415195314, 0.11307, 0.0642906040915897, 0.197667307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 570, '2021-05-23 00:00:00', 0.0144937162418752, 0.0309275000000004, 0.0169770323820154, 0.0447625000000007, 0.0209854070212168, 0.0648096153846158, 0.0376490261499347, 0.111559038461539, 0.06814099302662, 0.198730576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 585, '2021-05-23 00:00:00', 0.0122038784566467, 0.0315142307692313, 0.014104376141686, 0.0480071153846158, 0.0245662013006927, 0.0705371153846155, 0.0392458548977323, 0.111704423076923, 0.0686784317268643, 0.199432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 600, '2021-05-23 00:00:00', 0.0125548655845511, 0.0389696153846157, 0.0200976360263125, 0.0517146153846155, 0.0242198343647069, 0.0686055769230769, 0.0409086564438196, 0.112904038461538, 0.0682331621272577, 0.202053269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 615, '2021-05-23 00:00:00', 0.0130121545856759, 0.0318298076923075, 0.021274480425726, 0.0497957692307689, 0.02142244100596, 0.061035576923077, 0.0401904274562412, 0.109838653846154, 0.071354241792946, 0.202574615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 630, '2021-05-23 00:00:00', 0.017648709433096, 0.0349705769230763, 0.0153188958190657, 0.0413286538461537, 0.0247458669688183, 0.0602009615384616, 0.0475679147636465, 0.110665192307692, 0.0744245042114182, 0.205676346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 645, '2021-05-23 00:00:00', 0.00973199263333979, 0.0271611538461541, 0.0151014092567036, 0.0395415384615387, 0.0250078936038203, 0.0634225000000001, 0.0483222071551596, 0.112022884615385, 0.0795362595201809, 0.210352692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 660, '2021-05-23 00:00:00', 0.0126845042852115, 0.029114807692308, 0.0221382144066632, 0.0452063461538463, 0.021826892766634, 0.060850384615385, 0.0474807288113981, 0.110442692307693, 0.0862342337654564, 0.211408653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 675, '2021-05-23 00:00:00', 0.0162647818649793, 0.0319163461538465, 0.0180262836148088, 0.044559807692308, 0.0186578044260305, 0.0546700000000003, 0.046860520269035, 0.10717826923077, 0.0901666455397152, 0.211853269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 690, '2021-05-23 00:00:00', 0.0100267352689618, 0.0296430769230768, 0.0130885439984742, 0.0407100000000004, 0.0203632344311994, 0.0523075000000002, 0.039994204628248, 0.105420384615385, 0.0932710359444657, 0.212428076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 705, '2021-05-23 00:00:00', 0.010525448305819, 0.0280290384615386, 0.0148386204936258, 0.0385480769230771, 0.0194009927977529, 0.0519934615384617, 0.0372267516532647, 0.107584423076923, 0.0938757285769126, 0.211929615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 720, '2021-05-23 00:00:00', 0.0130322763892041, 0.0275767307692308, 0.0130499561154578, 0.034508846153846, 0.0234296279657907, 0.0536511538461535, 0.0397089132640947, 0.109148846153846, 0.091919001040841, 0.212227115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 735, '2021-05-23 00:00:00', 0.0107296995369786, 0.0265869230769228, 0.0144225801649838, 0.0393788461538459, 0.0222803035402607, 0.0536353846153839, 0.0399834623986546, 0.111840769230769, 0.091549126369188, 0.210469807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 750, '2021-05-23 00:00:00', 0.0106908599927515, 0.0276907692307694, 0.0160608584261428, 0.0379257692307693, 0.0183972133937136, 0.0474144230769229, 0.043545925876729, 0.113452307692308, 0.091676784749676, 0.210119038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 765, '2021-05-23 00:00:00', 0.0137091637362079, 0.0255928846153842, 0.0174352296978095, 0.034913846153846, 0.0172575639614813, 0.0460332692307689, 0.0453015553307463, 0.115610769230769, 0.0901770360048241, 0.211073846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 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 987945, 3, 780, '2021-05-23 00:00:00', 0.00873672993965453, 0.0235090384615389, 0.00975130328961978, 0.0307003846153851, 0.0163402755190503, 0.0498190384615387, 0.0467582986007669, 0.119244038461538, 0.0903597391183619, 0.214221538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987945 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fro[...];[ Date: 2021-05-23 16:53:43 - Database: acaweb_fx - User: pgperfstats ]
16 23s439ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987960, 1, 1020, '2021-05-23 00:00:00', 0.00532565921163385, 0.0128840384615384, 0.00588809499361589, 0.017760576923077, 0.0156594673121405, 0.0292424999999999, 0.0184579559508798, 0.0382917307692305, 0.0332675962392604, 0.0917934615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1035, '2021-05-23 00:00:00', 0.00450843793518141, 0.0125888461538461, 0.00715692450331516, 0.0172228846153846, 0.0180021207052006, 0.0290117307692307, 0.0249577669096293, 0.0399313461538459, 0.0336661676767412, 0.0925090384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1050, '2021-05-23 00:00:00', 0.00558133935194237, 0.0128451923076923, 0.0163982995600623, 0.0231073076923076, 0.018207621278338, 0.0280661538461537, 0.0269674212451875, 0.0401361538461536, 0.0330124429321149, 0.0921978846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1065, '2021-05-23 00:00:00', 0.014159688392921, 0.018015769230769, 0.0154857783292137, 0.0230223076923076, 0.0162922861313146, 0.0266557692307691, 0.0262259394200008, 0.0390273076923076, 0.0315040974654946, 0.0909113461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1080, '2021-05-23 00:00:00', 0.00647178434852739, 0.013859423076923, 0.00736604000699241, 0.0161442307692308, 0.00718319042037607, 0.0208188461538461, 0.0241712216719674, 0.0345263461538462, 0.0322908840172482, 0.0890438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1095, '2021-05-23 00:00:00', 0.00396209548772443, 0.0106594230769232, 0.00598946611528568, 0.0157871153846155, 0.00570229541163387, 0.0188851923076923, 0.0242283834058639, 0.0338773076923078, 0.0324042854359632, 0.0905861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1110, '2021-05-23 00:00:00', 0.00434028829687601, 0.0119224999999998, 0.00386357381886825, 0.0145955769230767, 0.0049098682145872, 0.0171817307692306, 0.0244803359587618, 0.0325005769230769, 0.032331174772251, 0.0901480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1125, '2021-05-23 00:00:00', 0.00309956086219673, 0.0097865384615384, 0.00332579915786595, 0.0123640384615385, 0.00412701988308569, 0.0155063461538462, 0.0245132201953589, 0.0315428846153847, 0.0324801966914515, 0.0898936538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1140, '2021-05-23 00:00:00', 0.00315321492229013, 0.00939211538461543, 0.00364600080172133, 0.0119703846153848, 0.00437146805564642, 0.0155698076923077, 0.0242856114159424, 0.0325903846153847, 0.0329434426421312, 0.0900363461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1155, '2021-05-23 00:00:00', 0.00315952925534543, 0.00811634615384627, 0.00366803051325277, 0.0110953846153846, 0.0060778131315086, 0.0162223076923076, 0.0245748446712361, 0.0327988461538463, 0.0331823020901204, 0.0905999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1170, '2021-05-23 00:00:00', 0.00268795644424416, 0.00778961538461523, 0.00446234254193234, 0.0115851923076923, 0.00696903645530604, 0.015906346153846, 0.0245849967671029, 0.0323740384615387, 0.0342392434563257, 0.090967692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1185, '2021-05-23 00:00:00', 0.00396693326619715, 0.00832153846153859, 0.00661079685933419, 0.0120836538461537, 0.00979146525728477, 0.0155017307692306, 0.0250992521471488, 0.0314728846153848, 0.0358910424007911, 0.0917811538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1200, '2021-05-23 00:00:00', 0.00414841745544217, 0.00769923076923055, 0.00474947642863447, 0.0098078846153845, 0.00850222429946769, 0.0140140384615386, 0.022291630858826, 0.0311378846153849, 0.03613250063149, 0.0914017307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1215, '2021-05-23 00:00:00', 0.00318699709154841, 0.00688230769230772, 0.00564346254868953, 0.00994153846153841, 0.0198522381106011, 0.0172700000000002, 0.0220126316437772, 0.032456730769231, 0.0369970155537527, 0.0919732692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1230, '2021-05-23 00:00:00', 0.00531543714462516, 0.00717903846153833, 0.00867738881541245, 0.0107244230769232, 0.023230335863826, 0.0182928846153847, 0.0220777567282968, 0.0325319230769233, 0.0368633721072203, 0.0921136538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1245, '2021-05-23 00:00:00', 0.00709711287182223, 0.00784365384615403, 0.0192902670396639, 0.0138523076923078, 0.0235280263384889, 0.0183757692307694, 0.0210656085562739, 0.0323696153846154, 0.0360068453983193, 0.0915384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1260, '2021-05-23 00:00:00', 0.0161927073435971, 0.00996634615384633, 0.0193766767929503, 0.0134684615384617, 0.0201535776018514, 0.0185919230769231, 0.0183623785915241, 0.0304634615384614, 0.0341035530767915, 0.0906276923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1275, '2021-05-23 00:00:00', 0.00828450800962489, 0.00802480769230779, 0.00963878509141396, 0.0103559615384617, 0.00910294260327209, 0.0150590384615384, 0.0100609125388995, 0.0289736538461539, 0.0342050316637097, 0.0898963461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1290, '2021-05-23 00:00:00', 0.0073632437250066, 0.00713307692307709, 0.00780181352931189, 0.0118771153846154, 0.00711595647930648, 0.0146488461538462, 0.00979833751401021, 0.0289359615384616, 0.0340410300943525, 0.0899517307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1305, '2021-05-23 00:00:00', 0.00535816985115695, 0.00921692307692313, 0.00488060592076916, 0.011168076923077, 0.00528558063181199, 0.0136561538461539, 0.00843885512878465, 0.0279832692307692, 0.0340896331139857, 0.0902396153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1320, '2021-05-23 00:00:00', 0.00343423504526887, 0.00775788461538456, 0.00525720673127709, 0.0107261538461537, 0.0065698220588245, 0.0145432692307693, 0.00839017783115833, 0.0281659615384615, 0.0345040988585191, 0.0906759615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1335, '2021-05-23 00:00:00', 0.00496069168951909, 0.00741596153846159, 0.00549544438253555, 0.00929519230769241, 0.00703229232786991, 0.0148107692307694, 0.0078478667777645, 0.0275448076923077, 0.034504529261221, 0.0907515384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1350, '2021-05-23 00:00:00', 0.00412580465345393, 0.00623096153846163, 0.00523375381170532, 0.0106351923076926, 0.00600254803908642, 0.0148701923076926, 0.0076407223178482, 0.0273184615384615, 0.0345422801934315, 0.0908498076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1365, '2021-05-23 00:00:00', 0.00492624290056669, 0.00882634615384651, 0.00583720982148163, 0.0122875000000002, 0.00614007255344258, 0.0153001923076926, 0.00742832380927132, 0.0269788461538461, 0.034603427318025, 0.0911780769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1380, '2021-05-23 00:00:00', 0.00452035544892361, 0.00835576923076923, 0.00382462762390483, 0.0101126923076925, 0.00597032161226212, 0.0175030769230769, 0.00779843832739329, 0.0269171153846154, 0.0355251410953728, 0.0920603846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1395, '2021-05-23 00:00:00', 0.00303079018003299, 0.006808653846154, 0.0056550830266638, 0.0102240384615386, 0.007054158274489, 0.0212548076923077, 0.00792604087073863, 0.0269482692307692, 0.0357591091423408, 0.0923255769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1410, '2021-05-23 00:00:00', 0.00548433461359221, 0.00820192307692302, 0.0059969994548557, 0.0159476923076923, 0.00728133954286308, 0.0213384615384613, 0.00787144222197231, 0.0268955769230768, 0.0356163821106782, 0.0926705769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 1, 1425, '2021-05-23 00:00:00', 0.00492650622028063, 0.0138465384615384, 0.00581532508516549, 0.0189446153846152, 0.00668483238383719, 0.0211399999999999, 0.00801969068317787, 0.0267644230769231, 0.0358823246829667, 0.0931094230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 0, '2021-05-23 00:00:00', 0.00588001802718306, 0.0141, 0.0057554115437959, 0.0160340384615386, 0.00679056633244846, 0.0183513461538462, 0.00851267707372592, 0.0263051923076924, 0.0362420666650488, 0.094266923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 15, '2021-05-23 00:00:00', 0.00407662536092469, 0.00878579999999985, 0.00539942503111824, 0.0119085999999999, 0.00648187378386829, 0.0191626000000001, 0.00879688699673545, 0.0246899999999999, 0.0364027214104019, 0.0955685999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 30, '2021-05-23 00:00:00', 0.00485195181516335, 0.00806519999999992, 0.00444310906535803, 0.00989160000000005, 0.00623424907266285, 0.0186036000000001, 0.00809787079525655, 0.0244152000000002, 0.0364027214104019, 0.0955685999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 45, '2021-05-23 00:00:00', 0.00289350046855716, 0.00665480769230766, 0.00605255160750715, 0.0169048076923081, 0.00629420583675041, 0.0177713461538463, 0.00875450446034241, 0.0247671153846157, 0.0361164718632116, 0.0944596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 60, '2021-05-23 00:00:00', 0.00667911832044186, 0.0157115384615389, 0.00700068081579318, 0.016536730769231, 0.00728152249770703, 0.017116730769231, 0.00934910316554479, 0.0246350000000003, 0.0361452230916639, 0.0945871153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 75, '2021-05-23 00:00:00', 0.00400424497828919, 0.00718538461538444, 0.00385645901752454, 0.00852192307692307, 0.00534122726101827, 0.0116705769230769, 0.00878333213448135, 0.0215392307692309, 0.0362788251596097, 0.0942848076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 90, '2021-05-23 00:00:00', 0.00185981500320703, 0.00516961538461548, 0.00387146333395445, 0.00795711538461551, 0.00507249328770839, 0.0109819230769231, 0.00732773519686563, 0.0206113461538464, 0.0363689166168668, 0.0938432692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 105, '2021-05-23 00:00:00', 0.00429798375359324, 0.00650211538461546, 0.00495209798585791, 0.00917769230769241, 0.00536196041933007, 0.0115565384615385, 0.00727661291662957, 0.0203984615384618, 0.0363790678365161, 0.0937605769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 120, '2021-05-23 00:00:00', 0.00291550830111081, 0.00658557692307698, 0.00451780007730112, 0.0085434615384614, 0.00530210039657742, 0.0116261538461538, 0.00719615622826078, 0.0201573076923078, 0.0363790678365161, 0.0937605769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 135, '2021-05-23 00:00:00', 0.00432675910424338, 0.00598288461538453, 0.00461878360610247, 0.00802999999999969, 0.00478800048197428, 0.0117861538461537, 0.00665774421545769, 0.0196609615384616, 0.0364032131844682, 0.0937969230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 150, '2021-05-23 00:00:00', 0.0033059727766576, 0.00596499999999991, 0.00391387996062145, 0.00867211538461557, 0.00391826251231153, 0.0120836538461537, 0.00691724266986833, 0.0195969230769232, 0.0366362646698805, 0.0936751923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 165, '2021-05-23 00:00:00', 0.0034997289345582, 0.00722884615384632, 0.0037513127753443, 0.00992846153846137, 0.0036405557901973, 0.0122723076923075, 0.0065286096440677, 0.0194917307692308, 0.0366362646698805, 0.0936751923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 180, '2021-05-23 00:00:00', 0.00331872987752842, 0.00750499999999975, 0.00337018559749159, 0.00949980769230742, 0.00392642642870087, 0.0123374999999999, 0.00685836073708581, 0.019695, 0.0366503676385171, 0.0937190384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 195, '2021-05-23 00:00:00', 0.00272108719787896, 0.00677846153846147, 0.00313180651357332, 0.00867903846153825, 0.00467523995270642, 0.0119361538461538, 0.00590804169364474, 0.019335576923077, 0.0366035674622233, 0.0944798076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 210, '2021-05-23 00:00:00', 0.0031970453486833, 0.00628519230769199, 0.00366882890558572, 0.00854653846153827, 0.00485669827700307, 0.0114719230769232, 0.00486500873586034, 0.0195650000000001, 0.0380857891325117, 0.0964953846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 225, '2021-05-23 00:00:00', 0.00329315735801028, 0.00673576923076921, 0.00480752575496118, 0.0095767307692308, 0.00501866376638243, 0.0123200000000002, 0.00437002890326636, 0.0194388461538464, 0.0381066823354563, 0.0965611538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 240, '2021-05-23 00:00:00', 0.00454791712257885, 0.00716192307692297, 0.00410045273766772, 0.0090744230769232, 0.00469260992248611, 0.0126782692307695, 0.00388098015474643, 0.0194551923076926, 0.0379896975588827, 0.0964761538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 255, '2021-05-23 00:00:00', 0.00252871706602387, 0.00620499999999998, 0.00411001214671624, 0.00911461538461528, 0.00493207516007396, 0.0121357692307693, 0.00387929355682163, 0.0188175000000002, 0.0379465056828485, 0.0964615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 270, '2021-05-23 00:00:00', 0.00408431510123214, 0.00702038461538454, 0.00415544775426926, 0.00929096153846152, 0.0044425672238542, 0.0116615384615385, 0.00419443969394645, 0.0187171153846156, 0.0379946935105619, 0.0964151923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 285, '2021-05-23 00:00:00', 0.00338519148418739, 0.00685923076923072, 0.00476015198933189, 0.00886019230769227, 0.00426572515703784, 0.0106636538461539, 0.00468551660808228, 0.018766730769231, 0.0380486666404406, 0.0964386538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 300, '2021-05-23 00:00:00', 0.00440675216614784, 0.00642442307692302, 0.00410590398553895, 0.00815346153846141, 0.0042309235216622, 0.0101146153846153, 0.00589455584873444, 0.019340576923077, 0.0381748622872938, 0.096299423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 315, '2021-05-23 00:00:00', 0.00328031497666858, 0.00588211538461522, 0.00355112257440699, 0.00737153846153848, 0.00392183119022426, 0.0101567307692309, 0.00603032487962678, 0.0202419230769232, 0.0381748622872938, 0.096299423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 330, '2021-05-23 00:00:00', 0.00211620647531252, 0.00513538461538464, 0.00328487033463816, 0.00723865384615391, 0.00419890531521686, 0.0104103846153847, 0.00637218994175843, 0.0212505769230768, 0.038205243186787, 0.0963651923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 345, '2021-05-23 00:00:00', 0.00310226448929473, 0.00615519230769247, 0.00358204125303763, 0.00824153846153862, 0.00404803384373214, 0.0108550000000003, 0.00653671256178411, 0.0233586538461538, 0.0382550536611228, 0.096508846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 360, '2021-05-23 00:00:00', 0.00349525535547862, 0.00626999999999998, 0.00409727761868989, 0.00853173076923066, 0.0040934716317571, 0.0110099999999999, 0.0089878910014444, 0.0271855769230767, 0.0382580682471031, 0.0965049999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 375, '2021-05-23 00:00:00', 0.00364701338294568, 0.00589884615384638, 0.00331885251833514, 0.00762596153846177, 0.00358765726538167, 0.00979442307692327, 0.0112329738322222, 0.0312486538461538, 0.0381611235240183, 0.0963461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 390, '2021-05-23 00:00:00', 0.00282801167579974, 0.00564096153846169, 0.0032440564824828, 0.00725769230769241, 0.00372802661760057, 0.0095973076923079, 0.0112077071301577, 0.0345186538461538, 0.0381611235240183, 0.0963461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 405, '2021-05-23 00:00:00', 0.00251550751111234, 0.0049040384615385, 0.00327553909244782, 0.00713788461538467, 0.00352527268994372, 0.00960153846153851, 0.0111318097567978, 0.0387073076923076, 0.0381520573837818, 0.096338846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 420, '2021-05-23 00:00:00', 0.00340962703238933, 0.00601250000000003, 0.00342844354122756, 0.00756634615384625, 0.00326510223658969, 0.0101561538461539, 0.0119941755432186, 0.0414898076923076, 0.0380656562553944, 0.0962030769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 435, '2021-05-23 00:00:00', 0.00309260348996668, 0.00537211538461554, 0.00304267703485958, 0.00712846153846168, 0.00314330497308912, 0.0102219230769231, 0.0122565468675066, 0.0426586538461537, 0.0380109577222349, 0.0961198076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 450, '2021-05-23 00:00:00', 0.00215431788240772, 0.00489653846153845, 0.00295123288448431, 0.00731153846153843, 0.00421509927339975, 0.0105067307692306, 0.0129550831188141, 0.0450088461538459, 0.0380109577222349, 0.0961198076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 465, '2021-05-23 00:00:00', 0.00291271353789666, 0.00560192307692307, 0.00336293203115284, 0.00788538461538466, 0.00514032086696788, 0.0114711538461537, 0.0133312398768399, 0.0501294230769228, 0.0379970791493848, 0.0961367307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 480, '2021-05-23 00:00:00', 0.00297674350332984, 0.00647326923076917, 0.0042853128061036, 0.00831961538461525, 0.00531182813670085, 0.013338076923077, 0.0146278521702741, 0.0541486538461535, 0.0379209008925156, 0.0961724999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 495, '2021-05-23 00:00:00', 0.00361321927627729, 0.00558846153846143, 0.00360590295957145, 0.00892807692307684, 0.00468694485122903, 0.0146509615384615, 0.0139536651223309, 0.055687115384615, 0.0378053659017015, 0.0964198076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 510, '2021-05-23 00:00:00', 0.00343291426431746, 0.00686788461538458, 0.0048389909469452, 0.0104842307692309, 0.00569315298947262, 0.0161698076923075, 0.0144923848504601, 0.0583094230769227, 0.0379086172971873, 0.0961142307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 525, '2021-05-23 00:00:00', 0.00464709563971041, 0.00753826923076936, 0.00464968663956572, 0.0123546153846153, 0.00598880767637574, 0.0183192307692306, 0.0144782478381032, 0.0588376923076921, 0.0378226091465652, 0.0960894230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 540, '2021-05-23 00:00:00', 0.004230783983541, 0.0110963461538459, 0.00576991620056497, 0.014590192307692, 0.00842524732346389, 0.0227023076923074, 0.0142498396536188, 0.0588380769230767, 0.0383751471377785, 0.0963896153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 555, '2021-05-23 00:00:00', 0.00368749534028405, 0.00992326923076905, 0.00541190882363934, 0.0148836538461537, 0.00960316076371974, 0.0257705769230769, 0.0134778104361891, 0.0580769230769229, 0.0407735319784784, 0.0963449999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 570, '2021-05-23 00:00:00', 0.00506727406615631, 0.0114676923076925, 0.00729242737101556, 0.0180651923076922, 0.00894428715179954, 0.0281655769230771, 0.0129798078938611, 0.0575701923076922, 0.0397890708534971, 0.0960642307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 585, '2021-05-23 00:00:00', 0.00487738948145891, 0.0124880769230769, 0.00671017920487513, 0.0202098076923078, 0.00738435869826347, 0.0299807692307693, 0.0126132103962474, 0.0565374999999998, 0.0404801031433964, 0.0960174999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 600, '2021-05-23 00:00:00', 0.00516343256430765, 0.0152403846153847, 0.00640579008818148, 0.021100576923077, 0.0093083017867842, 0.031286923076923, 0.0122896285933114, 0.0556951923076922, 0.039612709126569, 0.0981528846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 615, '2021-05-23 00:00:00', 0.00511328550106349, 0.0140038461538462, 0.00635744261597279, 0.0216238461538462, 0.00845132505086554, 0.0290186538461538, 0.0118697440984017, 0.0526398076923076, 0.039377211616033, 0.0972305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 630, '2021-05-23 00:00:00', 0.00653357030738469, 0.0151048076923076, 0.00813872736460581, 0.0208513461538461, 0.0101765041167614, 0.0294759615384613, 0.0123438598641654, 0.0492378846153844, 0.0378784034063657, 0.097243846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 645, '2021-05-23 00:00:00', 0.00365156091492163, 0.0136486538461539, 0.00612068545683703, 0.0187726923076923, 0.01110653296315, 0.0308123076923076, 0.0124480685866708, 0.0467915384615381, 0.0377688200549889, 0.0971678846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 660, '2021-05-23 00:00:00', 0.00470510248396507, 0.0128092307692308, 0.00765177707866221, 0.0203773076923077, 0.0122145376750571, 0.032138846153846, 0.0142111222585041, 0.0463703846153842, 0.0381461351565869, 0.0983107692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 675, '2021-05-23 00:00:00', 0.00674532390737361, 0.0151838461538461, 0.00995783189446696, 0.0235409615384615, 0.012787308631548, 0.0315159615384613, 0.0147088856138048, 0.0446549999999997, 0.038992813870487, 0.0981984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 690, '2021-05-23 00:00:00', 0.00654243466796667, 0.0161907692307693, 0.00922728494945624, 0.0219434615384615, 0.0118078057249627, 0.0310190384615381, 0.0176304229987648, 0.0453136538461535, 0.0392808601562562, 0.0960961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 705, '2021-05-23 00:00:00', 0.00439698031433104, 0.0132917307692308, 0.00904593058528777, 0.0194519230769228, 0.011355662484485, 0.0265023076923075, 0.0188441550099349, 0.0446440384615383, 0.0392340345662556, 0.0958328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 720, '2021-05-23 00:00:00', 0.00851821782778157, 0.014555192307692, 0.00988201929691561, 0.0215342307692305, 0.0103275980825092, 0.0248480769230766, 0.02144205348949, 0.0466903846153845, 0.0383658798613878, 0.0957065384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 735, '2021-05-23 00:00:00', 0.00700305262010789, 0.0142199999999998, 0.00719916828796649, 0.0171859615384616, 0.00870894318414225, 0.0221207692307691, 0.0236693167624246, 0.0472849999999999, 0.0373608002987291, 0.0952551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 750, '2021-05-23 00:00:00', 0.00381845815138071, 0.0107694230769231, 0.00884386824520018, 0.0157565384615384, 0.00904293018584994, 0.0216471153846153, 0.0227012473090052, 0.0470542307692308, 0.0361901709562989, 0.0946803846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 765, '2021-05-23 00:00:00', 0.00847704310748471, 0.0117753846153843, 0.00782959670098026, 0.0161024999999996, 0.00900139485772147, 0.0222242307692307, 0.0222557460592505, 0.0482394230769229, 0.0366847578854676, 0.0947786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 780, '2021-05-23 00:00:00', 0.00625455638222751, 0.0118215384615381, 0.00749935077446451, 0.0162940384615384, 0.00806872833608481, 0.0218748076923077, 0.0241923356275367, 0.051531346153846, 0.0367673073322147, 0.0952523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 795, '2021-05-23 00:00:00', 0.00433804022129097, 0.0112351923076924, 0.0055225166921781, 0.015686153846154, 0.00826647650965109, 0.0214717307692308, 0.0235212759956074, 0.0518176923076924, 0.0366306711151482, 0.0950421153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 810, '2021-05-23 00:00:00', 0.00386014816873866, 0.0109532692307693, 0.00577186435684738, 0.015048076923077, 0.00807530404285886, 0.019954230769231, 0.0215828157890627, 0.0513557692307693, 0.0368116236053443, 0.0950123076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 825, '2021-05-23 00:00:00', 0.00466359839608844, 0.0114149999999999, 0.00693159325951709, 0.0157086538461538, 0.00701407714199429, 0.0195119230769229, 0.0208826959622997, 0.0505755769230768, 0.0372374688168331, 0.0967582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 840, '2021-05-23 00:00:00', 0.00450513628667768, 0.0106148076923076, 0.0041120365579414, 0.0145105769230771, 0.00734469471533995, 0.0204476923076921, 0.0214372239816275, 0.0528059615384616, 0.0374904498793206, 0.0978280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 855, '2021-05-23 00:00:00', 0.00413800312767102, 0.0101182692307693, 0.00468203197176361, 0.0136607692307689, 0.00611793859199202, 0.0198561538461536, 0.0226150225267325, 0.0538417307692308, 0.0374995445244134, 0.0976565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 870, '2021-05-23 00:00:00', 0.00435283884378919, 0.00924500000000002, 0.00582893203043117, 0.0152511538461538, 0.0135519803733059, 0.0236040384615383, 0.0221648445204425, 0.0527611538461539, 0.0388231739636959, 0.0981038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 885, '2021-05-23 00:00:00', 0.00359771641247814, 0.0111307692307692, 0.00339558034011188, 0.0144153846153844, 0.0129897879712665, 0.0253565384615384, 0.0215893202096635, 0.0523786538461538, 0.038877515556998, 0.0977732692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 900, '2021-05-23 00:00:00', 0.00287042755235754, 0.0106171999999999, 0.0123113542174151, 0.0195597999999999, 0.0157537317668967, 0.028167, 0.0213187205975563, 0.052553, 0.0395539159460435, 0.0984920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 915, '2021-05-23 00:00:00', 0.0109931344028898, 0.0145600000000001, 0.0116975968488599, 0.0199959615384617, 0.0174095421105783, 0.0282875, 0.021346351679818, 0.0514490384615385, 0.0385886390355424, 0.0969511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 930, '2021-05-23 00:00:00', 0.00647968609460454, 0.0124467307692306, 0.00879788036753937, 0.0183551923076924, 0.0142748277262943, 0.0247661538461538, 0.0196279748984805, 0.0486961538461538, 0.0370354243793902, 0.0960898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 945, '2021-05-23 00:00:00', 0.00439864343161188, 0.0123209615384615, 0.00833122446675074, 0.0175536538461536, 0.0101749885806023, 0.0247738461538461, 0.0186300456789563, 0.047805, 0.0347179070803304, 0.0955809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 960, '2021-05-23 00:00:00', 0.00704736163670203, 0.0136640384615384, 0.00806455054782721, 0.0180565384615384, 0.0150432309234214, 0.0297611538461538, 0.0177171682545923, 0.0473551923076924, 0.0349317762376231, 0.0963736538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 975, '2021-05-23 00:00:00', 0.00584195567886701, 0.0124919230769232, 0.00773107860919421, 0.0183726923076924, 0.0144359373426715, 0.0310251923076923, 0.0171150539539363, 0.0465603846153848, 0.0350065195949817, 0.0953869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 990, '2021-05-23 00:00:00', 0.00487096025914333, 0.0133403846153846, 0.0120287639063782, 0.022486346153846, 0.0126664429953261, 0.0300980769230768, 0.0171399397416137, 0.0450828846153848, 0.0358756822979879, 0.0962021153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1005, '2021-05-23 00:00:00', 0.00949815700341628, 0.0174026923076921, 0.0127450253100512, 0.025036923076923, 0.0118783644642752, 0.0278671153846151, 0.0169606576716188, 0.043620576923077, 0.0362757996444759, 0.0960703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1020, '2021-05-23 00:00:00', 0.00946943049420674, 0.0178782692307692, 0.00859631667321241, 0.0211421153846153, 0.0101446403659196, 0.0279730769230768, 0.0156091373930093, 0.0402719230769231, 0.035343193628825, 0.0945982692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1035, '2021-05-23 00:00:00', 0.00530659056123716, 0.0126792307692306, 0.00494455174914761, 0.0157449999999997, 0.0136299315704586, 0.0264838461538463, 0.0156569766754434, 0.037496153846154, 0.0360193962726494, 0.0941646153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1050, '2021-05-23 00:00:00', 0.00431447779173636, 0.0117961538461537, 0.00746159207851488, 0.0204271153846155, 0.0121868871269965, 0.0262796153846157, 0.0147516670922306, 0.0367800000000002, 0.0347254120654512, 0.0936386538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1065, '2021-05-23 00:00:00', 0.00763268972905354, 0.0169125, 0.011752420191014, 0.0222171153846156, 0.0111434598825429, 0.0256780769230772, 0.0141997114271869, 0.0358911538461539, 0.0347127770718285, 0.0929490384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1080, '2021-05-23 00:00:00', 0.0110002827446179, 0.0158176923076924, 0.0111434917328456, 0.0191900000000001, 0.0105853949691943, 0.0227244230769232, 0.0138437481918734, 0.033655, 0.0341204005640885, 0.0927455769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1095, '2021-05-23 00:00:00', 0.00629119512004388, 0.0112040384615385, 0.00739334302703362, 0.0149563461538461, 0.00721573846106293, 0.0189484615384615, 0.0121517661204515, 0.0301196153846153, 0.0336069350747042, 0.0920013461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1110, '2021-05-23 00:00:00', 0.00551732114484805, 0.0117738461538458, 0.00591188296178541, 0.0151180769230767, 0.00618527051830519, 0.0191242307692306, 0.0105684790041678, 0.0292376923076921, 0.0322599694739709, 0.0910673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1125, '2021-05-23 00:00:00', 0.00394824304158032, 0.010368653846154, 0.00482585869600913, 0.013446923076923, 0.00769429935831631, 0.0183061538461538, 0.010871220750927, 0.0277238461538461, 0.0319284212864675, 0.0900546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1140, '2021-05-23 00:00:00', 0.00284593294828837, 0.00876788461538459, 0.00398317380219119, 0.0114365384615382, 0.00691850211667685, 0.0171434615384615, 0.010261616434371, 0.0276946153846155, 0.0312352300560416, 0.0889705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1155, '2021-05-23 00:00:00', 0.00323415700584587, 0.00796153846153842, 0.00475119652945871, 0.0122573076923076, 0.00725430255355162, 0.0165115384615384, 0.00973556398745601, 0.0271219230769232, 0.0305402095107669, 0.0886048076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1170, '2021-05-23 00:00:00', 0.00347098842606059, 0.00852942307692299, 0.00529759593153771, 0.0123705769230769, 0.00670299508543648, 0.0151563461538462, 0.00944890228260161, 0.0266121153846154, 0.0299248035357602, 0.088199423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1185, '2021-05-23 00:00:00', 0.00499465736100541, 0.0089769230769232, 0.00544655336322541, 0.0114534615384614, 0.00595232992520274, 0.0140615384615385, 0.00959446108640107, 0.0263084615384616, 0.029173627543356, 0.0877690384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1200, '2021-05-23 00:00:00', 0.00358042631754743, 0.00763615384615383, 0.00377591757569778, 0.00946653846153856, 0.00425299792906325, 0.0125542307692308, 0.0106565623209365, 0.0279275, 0.0289118142800056, 0.0881351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1215, '2021-05-23 00:00:00', 0.00343632393028468, 0.00640807692307714, 0.00360259675576048, 0.00882576923076927, 0.00448709350848046, 0.0122969230769231, 0.0112255141598882, 0.0282669230769229, 0.0290417029141516, 0.0884119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1230, '2021-05-23 00:00:00', 0.00325289184951116, 0.00668076923076944, 0.00363828512013338, 0.00932615384615386, 0.00378740036680343, 0.0131115384615383, 0.0112728032825095, 0.0280003846153846, 0.0290113654519158, 0.0884557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1245, '2021-05-23 00:00:00', 0.00372002514983213, 0.00736865384615364, 0.0037097051925165, 0.010133846153846, 0.00402618533430267, 0.0132321153846151, 0.0114203999879434, 0.0280117307692307, 0.0290403950042006, 0.0885149999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1260, '2021-05-23 00:00:00', 0.00316621280688173, 0.00732346153846167, 0.00438402325320202, 0.0104232692307693, 0.00503426510181813, 0.0135686538461539, 0.0108717942118409, 0.0288192307692308, 0.0294821601076885, 0.0887311538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1275, '2021-05-23 00:00:00', 0.00392911865239737, 0.00675076923076912, 0.00378328063275165, 0.00888211538461541, 0.00485819936966182, 0.0128813461538464, 0.0110065409014543, 0.0292461538461537, 0.0294596963827113, 0.0888251923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1290, '2021-05-23 00:00:00', 0.00312768902767636, 0.00639557692307693, 0.00371748510938005, 0.0096434615384617, 0.00628704612370024, 0.0129501923076924, 0.0108384739629781, 0.0292303846153844, 0.0295124971260546, 0.088713846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1305, '2021-05-23 00:00:00', 0.00261838088549769, 0.00702230769230761, 0.00401865840606235, 0.00972076923076907, 0.00656361963049706, 0.0133544230769232, 0.0100483780110945, 0.0287994230769229, 0.0295784397316954, 0.0884351923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1320, '2021-05-23 00:00:00', 0.00321648066155452, 0.00696538461538464, 0.00490482583788656, 0.00907249999999999, 0.00567902448624615, 0.0145336538461542, 0.00950327281276544, 0.0277819230769229, 0.0295734966644382, 0.0881048076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1335, '2021-05-23 00:00:00', 0.00321993275730055, 0.00559980769230749, 0.00475494464903476, 0.00886884615384606, 0.00599189870061746, 0.0149390384615385, 0.00922625471975726, 0.0273180769230767, 0.0296462785445064, 0.0882084615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1350, '2021-05-23 00:00:00', 0.00386905622063851, 0.00639096153846145, 0.00489486178008666, 0.0110546153846155, 0.00659473537405742, 0.0150905769230768, 0.0089918593525135, 0.0270111538461536, 0.0296754929872859, 0.0882709615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1365, '2021-05-23 00:00:00', 0.0045899087849156, 0.00979442307692313, 0.00586214494742471, 0.0128857692307691, 0.00680702235816928, 0.0155842307692305, 0.00907857135702617, 0.0267332692307689, 0.0296754929872859, 0.0882709615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1380, '2021-05-23 00:00:00', 0.0062016514425905, 0.00882615384615373, 0.00628775063424606, 0.0111209615384614, 0.00727383408844008, 0.0178278846153843, 0.00962331670994981, 0.0261974999999997, 0.0300889108662208, 0.0888836538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1395, '2021-05-23 00:00:00', 0.00362465754881115, 0.00698788461538454, 0.00406398734193236, 0.00916634615384594, 0.00727578632282348, 0.0199311538461535, 0.00969634497355332, 0.0264096153846151, 0.0301589837189772, 0.0889698076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1410, '2021-05-23 00:00:00', 0.00290054510128982, 0.00639173076923079, 0.00391793607852196, 0.014851346153846, 0.00682443480894496, 0.0194376923076921, 0.0158563386548867, 0.0282015384615383, 0.0301028006344668, 0.0891509615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 2, 1425, '2021-05-23 00:00:00', 0.00388143427098774, 0.0138599999999998, 0.00682479542663255, 0.0184711538461535, 0.00714254152137847, 0.0197042307692305, 0.015978473597312, 0.0280874999999997, 0.0300838374067435, 0.0892513461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 0, '2021-05-23 00:00:00', 0.00777561290188729, 0.011995, 0.00794539802943528, 0.0133703846153846, 0.00799900588294483, 0.0163363461538462, 0.0161191864511256, 0.0261296153846151, 0.0303357638852229, 0.0888774999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 15, '2021-05-23 00:00:00', 0.00339356427101916, 0.00670769230769225, 0.00465020929222973, 0.00949269230769231, 0.00630049648837292, 0.0165199999999999, 0.0150738006704959, 0.0246155769230765, 0.0302006974913086, 0.088325192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 30, '2021-05-23 00:00:00', 0.00431031046981014, 0.00626211538461539, 0.00557523035743495, 0.00933846153846171, 0.00651738550694632, 0.0167453846153844, 0.0152126323128055, 0.0242917307692303, 0.0302006974913086, 0.088325192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 45, '2021-05-23 00:00:00', 0.00479456381267893, 0.00725192307692291, 0.00640029671187195, 0.0146549999999997, 0.00631283414652528, 0.0164948076923074, 0.0152301915400349, 0.0242921153846149, 0.0302006974913086, 0.088325192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 60, '2021-05-23 00:00:00', 0.00592219691889354, 0.0126778846153845, 0.00600255173943678, 0.0143192307692305, 0.00632555292809669, 0.0155946153846152, 0.015395544716423, 0.0239336538461535, 0.0302006974913086, 0.088325192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 75, '2021-05-23 00:00:00', 0.00345676286986266, 0.00696653846153838, 0.00581397713736843, 0.00974307692307673, 0.00565546831700188, 0.0122982692307693, 0.0144109150085833, 0.0213892307692305, 0.0302423383132628, 0.0874905769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 90, '2021-05-23 00:00:00', 0.00432787342076371, 0.0071921153846153, 0.00416852229859039, 0.00832692307692301, 0.00446782232705743, 0.0107528846153849, 0.0143497355537143, 0.0208126923076921, 0.0302265881716742, 0.0878374999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 105, '2021-05-23 00:00:00', 0.00337125354453472, 0.00629269230769239, 0.00358444665829378, 0.0087053846153847, 0.00427055834937103, 0.010101153846154, 0.0139981752327278, 0.0209496153846152, 0.0302638842745707, 0.087750769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 120, '2021-05-23 00:00:00', 0.00325438102350572, 0.00695538461538475, 0.00326034837685496, 0.00826653846153876, 0.00404539989941079, 0.0113978846153846, 0.0138946809302641, 0.0208569230769229, 0.0302638842745707, 0.087750769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 135, '2021-05-23 00:00:00', 0.00252086337468849, 0.00557692307692333, 0.00362945645432548, 0.00717192307692314, 0.00602028541682202, 0.0125775, 0.0139691302520949, 0.0202049999999998, 0.0300128005998465, 0.0875853846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 150, '2021-05-23 00:00:00', 0.00367511990908498, 0.00531711538461523, 0.00399771933058734, 0.00942961538461538, 0.0151679008638433, 0.0152961538461539, 0.0138884549121257, 0.0202946153846152, 0.029919700798072, 0.0875853846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 165, '2021-05-23 00:00:00', 0.00375444809013781, 0.00821230769230772, 0.00618531233276461, 0.0110644230769232, 0.0151171707123441, 0.0154828846153848, 0.0137802090751137, 0.0202169230769231, 0.0301621692522271, 0.087415 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 180, '2021-05-23 00:00:00', 0.00538770833614688, 0.00872634615384633, 0.0144951152461787, 0.013135, 0.0140850172346363, 0.0149674999999999, 0.0129197484689137, 0.0207424999999998, 0.0299306249619912, 0.087173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 195, '2021-05-23 00:00:00', 0.0114421896926042, 0.00964519230769234, 0.0113226684337897, 0.0109773076923076, 0.0107650263138769, 0.0132784615384613, 0.0098265042790481, 0.0191028846153845, 0.0297620216021383, 0.0870396153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 210, '2021-05-23 00:00:00', 0.00323693040727449, 0.00666230769230758, 0.00347350195712516, 0.00844961538461525, 0.00433881036513644, 0.0111707692307692, 0.00475736503102923, 0.0176909615384615, 0.0303207545147898, 0.0861378846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 225, '2021-05-23 00:00:00', 0.00284476969461218, 0.0061561538461537, 0.00349146092411398, 0.00878923076923069, 0.00327722359627783, 0.0105775000000001, 0.00546177347923359, 0.0171915384615385, 0.0303400147406282, 0.0861473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 240, '2021-05-23 00:00:00', 0.00284629300751271, 0.0066682692307691, 0.00324178693007426, 0.00819250000000017, 0.00279556184665286, 0.00988403846153874, 0.00577218414866954, 0.0179346153846153, 0.0302077903356325, 0.0860898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 255, '2021-05-23 00:00:00', 0.00333387160589842, 0.00556326923076946, 0.00301133916031763, 0.00730346153846168, 0.00297053621163171, 0.00994576923076943, 0.00604329422710678, 0.0183786538461537, 0.0301283455065414, 0.0861201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 270, '2021-05-23 00:00:00', 0.00188579655685499, 0.00517557692307687, 0.00200467477699988, 0.00696519230769234, 0.00327210466848745, 0.00982519230769236, 0.00604390892679417, 0.0183286538461538, 0.0302562536981391, 0.0859703846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 285, '2021-05-23 00:00:00', 0.00168957419533392, 0.0053601923076923, 0.00232716079904574, 0.00778923076923083, 0.00356942973790551, 0.0100655769230768, 0.00639003834405237, 0.0188590384615382, 0.0302562536981391, 0.0859703846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 300, '2021-05-23 00:00:00', 0.00284054420571384, 0.00616423076923072, 0.00396117003402525, 0.00775903846153837, 0.00393447336423122, 0.00981442307692299, 0.00872293832154834, 0.0213598076923075, 0.030095346448988, 0.0859067307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 315, '2021-05-23 00:00:00', 0.00348712689760474, 0.00538499999999987, 0.00381989981745364, 0.00784115384615358, 0.0037941628852753, 0.00948499999999988, 0.0101495471517014, 0.0244492307692303, 0.0300826817544324, 0.0859184615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 330, '2021-05-23 00:00:00', 0.00301846417901542, 0.00575999999999982, 0.00283486331918496, 0.00689403846153859, 0.00292047143191222, 0.00901923076923093, 0.00939875951716714, 0.0261826923076919, 0.0300826817544324, 0.0859184615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 345, '2021-05-23 00:00:00', 0.0019116881383903, 0.00480846153846185, 0.00302394772543372, 0.00683461538461544, 0.00354668755536546, 0.00927115384615383, 0.0109225080241886, 0.028108461538461, 0.0300139018866514, 0.0859923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 360, '2021-05-23 00:00:00', 0.00314300833352641, 0.00545076923076914, 0.00302181507477781, 0.00705788461538469, 0.00536979180587663, 0.0103840384615383, 0.0130143210290109, 0.0331903846153843, 0.0300139018866514, 0.0859923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 375, '2021-05-23 00:00:00', 0.00206260238906707, 0.00486115384615408, 0.00262597876990652, 0.00673750000000011, 0.00464471509849132, 0.00959788461538459, 0.0122256346067785, 0.0349415384615384, 0.0301377655168088, 0.0858621153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 390, '2021-05-23 00:00:00', 0.00256762188685299, 0.00478192307692316, 0.00455677650909564, 0.00702807692307683, 0.00419567656596108, 0.00977538461538464, 0.012680502295317, 0.0375426923076921, 0.0301377655168088, 0.0858621153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 405, '2021-05-23 00:00:00', 0.00324923174943523, 0.00510480769230751, 0.00336200906624877, 0.00666019230769227, 0.00364566805105218, 0.00912653846153859, 0.0131068534509475, 0.0405192307692306, 0.0301377655168088, 0.0858621153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 420, '2021-05-23 00:00:00', 0.00221398207205599, 0.00478384615384603, 0.00232473452578691, 0.00677384615384612, 0.00507334095656285, 0.00972769230769236, 0.0137073329224236, 0.0445403846153844, 0.0301377655168088, 0.0858621153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 435, '2021-05-23 00:00:00', 0.00215710486175677, 0.00538923076923103, 0.00285901384289165, 0.00690192307692325, 0.00466500389974257, 0.0110257692307693, 0.0158058239229916, 0.0467432692307692, 0.0300336137666551, 0.0859917307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 450, '2021-05-23 00:00:00', 0.00252704330881289, 0.00507673076923076, 0.00518125476709418, 0.00779480769230782, 0.00452624490737485, 0.0109998076923079, 0.0157527244676546, 0.048741923076923, 0.0300218992327011, 0.0860065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 465, '2021-05-23 00:00:00', 0.00541762272943199, 0.0061559615384616, 0.00475574943135618, 0.00867557692307684, 0.0049387516524537, 0.0116917307692308, 0.0176779580018559, 0.0501113461538461, 0.0299719715817962, 0.0860724999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 480, '2021-05-23 00:00:00', 0.00259173901374813, 0.00691134615384625, 0.00276652898329017, 0.00852384615384628, 0.00802147716110654, 0.0143553846153847, 0.0177506659560878, 0.0508332692307692, 0.0299774969961443, 0.0855480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 495, '2021-05-23 00:00:00', 0.00184227439908877, 0.00516480769230791, 0.00324841324578379, 0.00851884615384626, 0.00929526804554111, 0.0177790384615384, 0.0175194137777317, 0.0514163461538463, 0.0298106251785911, 0.0861665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 510, '2021-05-23 00:00:00', 0.00293450211345049, 0.00656557692307678, 0.00705925569458533, 0.0111698076923076, 0.00762716845332438, 0.019748846153846, 0.0182362107189133, 0.0524957692307693, 0.0297661785078556, 0.0861851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 525, '2021-05-23 00:00:00', 0.00695382459514176, 0.00875749999999989, 0.00786596396606168, 0.015151346153846, 0.0086218500714086, 0.0217944230769228, 0.0193049182623335, 0.0533386538461541, 0.0297422712630459, 0.0861667307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 540, '2021-05-23 00:00:00', 0.00629096137021496, 0.0118198076923076, 0.00522214916338249, 0.0167417307692306, 0.0112282970898735, 0.0267365384615384, 0.0200575266172076, 0.0541650000000002, 0.0300644648636633, 0.0863965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 555, '2021-05-23 00:00:00', 0.00369495494403678, 0.0109940384615384, 0.00433017922883643, 0.0151619230769228, 0.0107057802665374, 0.0272563461538461, 0.0205847133245485, 0.0538155769230771, 0.0298165240661049, 0.0860557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 570, '2021-05-23 00:00:00', 0.00367839277193391, 0.0107792307692305, 0.0116844031890641, 0.0201682692307693, 0.0118854978084152, 0.0294919230769231, 0.0205885198677843, 0.0537371153846156, 0.0294565214955089, 0.0858011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 585, '2021-05-23 00:00:00', 0.0122981053199887, 0.0153476923076923, 0.0115406746769847, 0.02145, 0.0126954161261212, 0.0304638461538463, 0.0202639149693393, 0.0543982692307695, 0.0290752228088558, 0.0866492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 600, '2021-05-23 00:00:00', 0.00685000075519377, 0.0152071153846152, 0.00908498402056097, 0.0213305769230768, 0.0114726917520897, 0.0315159615384614, 0.0201014349774798, 0.0536469230769232, 0.0286074268006376, 0.0872680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 615, '2021-05-23 00:00:00', 0.00517529187954263, 0.0145990384615387, 0.00792306955134098, 0.0194486538461541, 0.0105409939759021, 0.0300600000000002, 0.0192928549438546, 0.0522282692307695, 0.0281931976192838, 0.0874150000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 630, '2021-05-23 00:00:00', 0.00691894528422877, 0.0146403846153847, 0.00802907349047108, 0.0230763461538461, 0.00913390876813492, 0.0307257692307693, 0.0211876341729359, 0.0516696153846156, 0.0283001262568532, 0.0875230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 645, '2021-05-23 00:00:00', 0.00444351540060172, 0.0166536538461537, 0.00693637593526923, 0.0207186538461539, 0.00874617801583136, 0.0286332692307692, 0.0185448672849224, 0.049041153846154, 0.0292922371732746, 0.0860061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 660, '2021-05-23 00:00:00', 0.00516856168431929, 0.0127217307692308, 0.00628381586666511, 0.0192503846153848, 0.00874687394928119, 0.0261582692307693, 0.0160809832362999, 0.0472953846153849, 0.0296108179562546, 0.0864840384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 675, '2021-05-23 00:00:00', 0.00562072507299169, 0.0144628846153847, 0.00648365376572856, 0.0192030769230771, 0.00861735437939062, 0.0260225000000001, 0.0151984405171666, 0.0453419230769232, 0.0304098768570596, 0.0859823076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 690, '2021-05-23 00:00:00', 0.00551788529727132, 0.014586923076923, 0.00641004571266543, 0.0188140384615384, 0.00809165010270566, 0.0250642307692307, 0.0167794263413905, 0.0448371153846154, 0.0316106344550983, 0.0864555769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 705, '2021-05-23 00:00:00', 0.00491901256507692, 0.0116461538461538, 0.00623804602049787, 0.016416923076923, 0.00874215021957072, 0.0228926923076922, 0.0169214497424012, 0.0457842307692307, 0.0318216737146241, 0.0863449999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 720, '2021-05-23 00:00:00', 0.00432419045780646, 0.012196346153846, 0.00701656712031238, 0.0180230769230769, 0.00994330264743388, 0.0242234615384615, 0.0191214046394246, 0.0483957692307692, 0.0321214363339164, 0.0866330769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 735, '2021-05-23 00:00:00', 0.00438832195018336, 0.0124615384615386, 0.00625208222545449, 0.016153076923077, 0.00768585626079091, 0.0217123076923077, 0.01897788716152, 0.0477436538461538, 0.0321226523117016, 0.0873565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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 987960, 3, 750, '2021-05-23 00:00:00', 0.0038487957807007, 0.0104998076923079, 0.00513994060127318, 0.0153357692307695, 0.00737962626737669, 0.021710384615385, 0.0218767226662356, 0.0483388461538464, 0.033042393134252, 0.0880690384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987960 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, std[...];[ Date: 2021-05-23 16:54:31 - Database: acaweb_fx - User: pgperfstats ]
17 23s375ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987965, 1, 1020, '2021-05-23 00:00:00', 0.00362688517028899, 0.00587596153846168, 0.00475955059691725, 0.00748326923076919, 0.00576763851489167, 0.0118990384615385, 0.006717717918941, 0.0167440384615384, 0.00845735333213734, 0.0342607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1035, '2021-05-23 00:00:00', 0.00181273890733156, 0.00461711538461526, 0.00280854162127993, 0.00684096153846146, 0.00475725612981015, 0.0105617307692307, 0.00562644333619245, 0.0156238461538461, 0.00838470729960192, 0.0344275 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1050, '2021-05-23 00:00:00', 0.00212497363784551, 0.00521519230769225, 0.00381008805167779, 0.00874480769230769, 0.00462146212294826, 0.010436923076923, 0.00505885768878549, 0.0150986538461538, 0.00862475438223281, 0.0347680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1065, '2021-05-23 00:00:00', 0.00275922695416936, 0.00627076923076925, 0.00309588566301494, 0.00770096153846146, 0.0033028870878951, 0.00943134615384612, 0.00437641887321647, 0.0140180769230769, 0.00898372829277799, 0.0349609615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1080, '2021-05-23 00:00:00', 0.00227112992041062, 0.00508365384615375, 0.00260659702264485, 0.00665596153846143, 0.00280335952989379, 0.00901557692307688, 0.00415877657675718, 0.0131061538461538, 0.00976391567889719, 0.0356442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1095, '2021-05-23 00:00:00', 0.00156482463996639, 0.00415807692307685, 0.00191834693461278, 0.00558480769230765, 0.00278380349245692, 0.00808326923076916, 0.0036839364658766, 0.0118267307692307, 0.010020851409014, 0.0354848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1110, '2021-05-23 00:00:00', 0.00122936650352941, 0.00342999999999992, 0.00185133070644204, 0.00521076923076927, 0.00204050680921718, 0.00686096153846156, 0.00341030079882427, 0.0107765384615385, 0.0102923922165093, 0.0353634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1125, '2021-05-23 00:00:00', 0.00137091941355487, 0.00346096153846162, 0.00168686317898503, 0.00464576923076928, 0.00185466348803397, 0.00624442307692307, 0.00334218349286807, 0.0101275, 0.010223534668371, 0.0353913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1140, '2021-05-23 00:00:00', 0.00110178269880436, 0.00286634615384607, 0.00120027144365841, 0.00402846153846149, 0.00190901344839527, 0.00586711538461535, 0.0035846214530321, 0.00974480769230764, 0.0101651131988853, 0.0353878846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1155, '2021-05-23 00:00:00', 0.00116858765840849, 0.00287865384615401, 0.0016322358544695, 0.00410826923076927, 0.00261862333179972, 0.00573807692307702, 0.00354265072422413, 0.00948807692307696, 0.0101005540384978, 0.0354967307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1170, '2021-05-23 00:00:00', 0.0010588013723801, 0.00277711538461543, 0.00147805433438171, 0.00392115384615396, 0.0024517152865195, 0.00514461538461551, 0.0034659848028873, 0.00913942307692309, 0.0102870740719379, 0.0353698076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1185, '2021-05-23 00:00:00', 0.00122495469303966, 0.00263000000000008, 0.00177342168181691, 0.00364730769230773, 0.002154174230508, 0.00479384615384617, 0.00350318000591546, 0.00871307692307692, 0.0103970948087212, 0.0353523076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1200, '2021-05-23 00:00:00', 0.00142462275708349, 0.0027349999999999, 0.00166928488834643, 0.00345596153846144, 0.00208091433306102, 0.00476769230769225, 0.00360394920671961, 0.00875826923076923, 0.0103917719393019, 0.0353559615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1215, '2021-05-23 00:00:00', 0.000857846140050713, 0.00216499999999992, 0.00164006403486619, 0.00338903846153847, 0.00186956934572145, 0.00460653846153853, 0.00367522933350368, 0.00842442307692304, 0.0104110956657567, 0.0354651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1230, '2021-05-23 00:00:00', 0.00126248174396549, 0.002418076923077, 0.00134348984422601, 0.00326980769230774, 0.00152967026361389, 0.00475365384615394, 0.00374069738973073, 0.00803519230769235, 0.0103947087741793, 0.0356125 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1245, '2021-05-23 00:00:00', 0.00103765312123072, 0.00233999999999999, 0.0013350752931806, 0.00318096153846163, 0.00184837621045728, 0.00441615384615377, 0.00389421160185216, 0.00769499999999997, 0.0102899899099151, 0.0358928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1260, '2021-05-23 00:00:00', 0.000952250956741621, 0.00219173076923087, 0.00136581732363385, 0.0033451923076923, 0.00148740998434802, 0.00431269230769222, 0.00352138188019322, 0.0073778846153846, 0.0104153706773285, 0.0359128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1275, '2021-05-23 00:00:00', 0.00113714164262168, 0.00226365384615386, 0.00152993116989459, 0.00273923076923064, 0.00187326088576934, 0.0045121153846153, 0.00330722581862562, 0.00728115384615384, 0.0103613586148803, 0.0360771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1290, '2021-05-23 00:00:00', 0.000953963815633794, 0.00182980769230763, 0.00128806002010176, 0.00294884615384609, 0.00198749766327873, 0.00440019230769226, 0.00292265366773738, 0.00717769230769226, 0.0103154770071294, 0.0362917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1305, '2021-05-23 00:00:00', 0.000901688352267722, 0.00232826923076912, 0.00146761519008, 0.00344211538461536, 0.00224586242643252, 0.00452096153846153, 0.00266366708620912, 0.00690288461538451, 0.0102865531885078, 0.0364875 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1320, '2021-05-23 00:00:00', 0.00139078345380747, 0.00251884615384617, 0.00175551672209026, 0.00318019230769233, 0.00246694607998198, 0.00471480769230766, 0.00256646369244058, 0.00662826923076914, 0.0103897307157671, 0.0366028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1335, '2021-05-23 00:00:00', 0.000868816790459726, 0.00188384615384606, 0.00137376065824943, 0.00279211538461537, 0.00152341676958274, 0.00426057692307683, 0.00256442079980286, 0.00650096153846145, 0.0106825114808485, 0.0367865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1350, '2021-05-23 00:00:00', 0.00097785088134835, 0.00203288461538469, 0.00127887620438942, 0.0033128846153846, 0.00136367779016321, 0.00400365384615378, 0.00264676455609193, 0.0067011538461538, 0.0109584396488944, 0.0369115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1365, '2021-05-23 00:00:00', 0.00116788006496963, 0.00252961538461541, 0.00126187913903761, 0.00308519230769227, 0.00132775698656961, 0.00363115384615388, 0.00284830090377772, 0.00714096153846155, 0.0114528152266325, 0.0370688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1380, '2021-05-23 00:00:00', 0.000903907436547708, 0.00199942307692302, 0.000926096107323674, 0.00247999999999999, 0.00178579300419899, 0.00382442307692317, 0.00275342513971233, 0.00741499999999995, 0.012331368275194, 0.0375015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1395, '2021-05-23 00:00:00', 0.000781053529141685, 0.00166884615384621, 0.00111174104621817, 0.002308076923077, 0.00174734194839356, 0.00388173076923081, 0.00249162514158014, 0.00787038461538458, 0.0125109488910253, 0.037576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1410, '2021-05-23 00:00:00', 0.000727745755477301, 0.0015367307692308, 0.00159167125519538, 0.00290076923076934, 0.00161409699689465, 0.00356134615384616, 0.00253231037713662, 0.00821038461538458, 0.0125391959869842, 0.0375999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 1, 1425, '2021-05-23 00:00:00', 0.00108929258978196, 0.00224711538461551, 0.0011208947833692, 0.00275634615384613, 0.00129142862157193, 0.00316326923076921, 0.00243864498945943, 0.00848423076923072, 0.0125875532723646, 0.0374757692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 0, '2021-05-23 00:00:00', 0.00106661823608007, 0.00187230769230759, 0.00111135435393037, 0.00232749999999995, 0.00138732110419819, 0.00290961538461533, 0.00275413836868205, 0.00867307692307683, 0.0125642538362427, 0.0375176923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 15, '2021-05-23 00:00:00', 0.000964111724162169, 0.00153480000000002, 0.00139304651154701, 0.00209339999999994, 0.00144145693079361, 0.00304780000000001, 0.00302356588594777, 0.00898059999999994, 0.0128062022733778, 0.0373039999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 30, '2021-05-23 00:00:00', 0.00121454209478301, 0.00147099999999998, 0.00121425045467015, 0.00204199999999997, 0.00171783579929311, 0.00340839999999996, 0.00329155229337172, 0.00951959999999989, 0.0127843476335974, 0.0373105999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 45, '2021-05-23 00:00:00', 0.00075726128505699, 0.00130557692307689, 0.00102751674139457, 0.00232442307692308, 0.0013490207987219, 0.0032263461538461, 0.00315687913074839, 0.00963461538461527, 0.0121654138710463, 0.0373705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 60, '2021-05-23 00:00:00', 0.000870275310108603, 0.00195634615384622, 0.00129553600430918, 0.00266153846153844, 0.00151235655390977, 0.00334211538461525, 0.00363991958913732, 0.0100288461538461, 0.0121842814329964, 0.0373190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 75, '2021-05-23 00:00:00', 0.00117402072121667, 0.00178057692307698, 0.00112777398172074, 0.00226807692307697, 0.0014800122790552, 0.00370711538461534, 0.00369596443643407, 0.00994365384615375, 0.0121131186799208, 0.0372530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 90, '2021-05-23 00:00:00', 0.000618272904642852, 0.00140076923076918, 0.000788999073802712, 0.00204346153846145, 0.00144458985395644, 0.00377038461538463, 0.00346630665783541, 0.0100496153846153, 0.0119570797003925, 0.0371551923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 105, '2021-05-23 00:00:00', 0.000691763215380767, 0.00140288461538456, 0.00142814651263058, 0.00276230769230768, 0.00209557423743837, 0.00418576923076927, 0.00341191839225171, 0.0100163461538461, 0.0119122957630406, 0.0369771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 120, '2021-05-23 00:00:00', 0.00120832403002614, 0.00229480769230765, 0.00145464879451516, 0.00299134615384619, 0.00208051472921028, 0.00449346153846148, 0.00338798892582889, 0.0101501923076923, 0.0121204531728556, 0.0370413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 135, '2021-05-23 00:00:00', 0.00125414710522257, 0.00188480769230777, 0.00178633730340557, 0.00307019230769229, 0.00153875809064915, 0.00476769230769225, 0.00347031228920629, 0.0100942307692307, 0.0121538726734132, 0.0368498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 150, '2021-05-23 00:00:00', 0.00108092994151418, 0.00200653846153844, 0.00132664430627979, 0.00303634615384609, 0.00194884170727131, 0.00488000000000006, 0.0035190550359655, 0.00991788461538464, 0.0118535028010224, 0.0366355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 165, '2021-05-23 00:00:00', 0.00103353718626111, 0.00212134615384605, 0.00110150016585772, 0.00352884615384609, 0.00217547657908657, 0.00507288461538455, 0.00327392892644065, 0.0101188461538461, 0.0118440339217034, 0.0366165384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 180, '2021-05-23 00:00:00', 0.000858248865646994, 0.00262865384615401, 0.00173879632327837, 0.00378057692307707, 0.00207012355632743, 0.00526846153846162, 0.00296328526106782, 0.00996153846153851, 0.0117078930065937, 0.036880576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 195, '2021-05-23 00:00:00', 0.00149983810664822, 0.00266211538461541, 0.00161249453189289, 0.00353115384615384, 0.00182648073754289, 0.00512326923076934, 0.0029598878941869, 0.00944211538461535, 0.0116861033447687, 0.0369357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 210, '2021-05-23 00:00:00', 0.000771595076149789, 0.00229019230769231, 0.00131547752370948, 0.00340365384615388, 0.00188649472465567, 0.00503711538461548, 0.00298564099547256, 0.00910807692307697, 0.0116190654479874, 0.0369267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 225, '2021-05-23 00:00:00', 0.00108589105559239, 0.00247923076923072, 0.00145404523260509, 0.00375153846153855, 0.00188288024048266, 0.00509000000000007, 0.00291980998459729, 0.00905288461538463, 0.0112421053684523, 0.0369963461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 240, '2021-05-23 00:00:00', 0.00143431410839422, 0.00264019230769241, 0.0018983935415139, 0.00366903846153846, 0.0024163528540727, 0.00513365384615394, 0.00280155953821329, 0.00902461538461541, 0.0110974889675374, 0.0368442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 255, '2021-05-23 00:00:00', 0.000925911442849658, 0.00219499999999995, 0.00108552846045676, 0.00306403846153851, 0.00204667592602096, 0.00445288461538466, 0.00274118815479723, 0.0081725, 0.0112649515363087, 0.0362213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 270, '2021-05-23 00:00:00', 0.000685980712893353, 0.00202153846153859, 0.00180428319455514, 0.00308538461538474, 0.00214561739366552, 0.00436000000000014, 0.00271439700769523, 0.00775134615384625, 0.0110925030469301, 0.0360553846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 285, '2021-05-23 00:00:00', 0.00166647666096426, 0.00231730769230783, 0.00179352696147518, 0.00302980769230777, 0.00173311627955586, 0.00423096153846158, 0.00258949725592857, 0.00743403846153848, 0.0110505557326317, 0.0362 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 300, '2021-05-23 00:00:00', 0.00101976573478708, 0.00187192307692313, 0.00129001080794515, 0.00288326923076929, 0.00131072135159931, 0.00404730769230782, 0.00258267080007074, 0.00706230769230774, 0.0109796576519419, 0.0360969230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 315, '2021-05-23 00:00:00', 0.000996824650886882, 0.00213076923076935, 0.000921594792486759, 0.00281980769230776, 0.0022048535360392, 0.00397365384615399, 0.0023901385218949, 0.00774807692307697, 0.0109772219688702, 0.0360969230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 330, '2021-05-23 00:00:00', 0.000593701427162993, 0.00184423076923074, 0.00104698615081578, 0.00278000000000007, 0.00240907222007526, 0.00368980769230772, 0.00256877444588765, 0.00893192307692313, 0.0111794230895598, 0.0361338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 345, '2021-05-23 00:00:00', 0.000983804545941638, 0.00195923076923079, 0.0020516695359183, 0.00259673076923074, 0.00213671020496465, 0.00396749999999997, 0.00306363768193194, 0.00970961538461544, 0.0112046455835892, 0.0361894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 360, '2021-05-23 00:00:00', 0.00162667527845547, 0.00186730769230768, 0.00179264287060703, 0.00278269230769224, 0.00181714172217294, 0.00410596153846146, 0.00372299362589596, 0.0109715384615385, 0.0113123932243155, 0.0362226923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 375, '2021-05-23 00:00:00', 0.000582065189317713, 0.00161173076923066, 0.000977149622430302, 0.00255076923076917, 0.00132756116764773, 0.0034755769230768, 0.0037971862102594, 0.0124713461538461, 0.0113443750226201, 0.0362194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 390, '2021-05-23 00:00:00', 0.000784690948472985, 0.00173173076923073, 0.00109061374746232, 0.00247211538461533, 0.00113875525836832, 0.00314153846153838, 0.00371310119193351, 0.0131476923076923, 0.0113099931102474, 0.036233076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 405, '2021-05-23 00:00:00', 0.000644680511213551, 0.00162480769230764, 0.000812091506780222, 0.0021461538461538, 0.000934902648161095, 0.00307019230769226, 0.00377830631571671, 0.0144211538461538, 0.0113117160773855, 0.0362088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 420, '2021-05-23 00:00:00', 0.000544820259704714, 0.0015913461538462, 0.000667068471863166, 0.00206288461538468, 0.00121201112269575, 0.00326480769230772, 0.00404130358347972, 0.0154255769230769, 0.0112657319762871, 0.0362698076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 435, '2021-05-23 00:00:00', 0.000477799120970283, 0.0013400000000001, 0.000602031464805181, 0.00218826923076926, 0.00130522046472561, 0.00350269230769238, 0.00401377520354774, 0.0160357692307692, 0.0112675537103394, 0.0362511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 450, '2021-05-23 00:00:00', 0.000561526079947777, 0.00174846153846151, 0.00109515978813058, 0.0026248076923077, 0.00125065202994274, 0.00376249999999998, 0.00419123859515744, 0.0166151923076922, 0.0112799141772512, 0.0362896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 465, '2021-05-23 00:00:00', 0.000818006794216623, 0.00193134615384614, 0.000957231926723251, 0.00292480769230775, 0.00107474678592027, 0.00366942307692302, 0.00456624718829525, 0.0171542307692307, 0.0113266883679482, 0.0362542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 480, '2021-05-23 00:00:00', 0.00084672463964651, 0.00235115384615393, 0.000944449045740471, 0.00301499999999999, 0.00107008369550439, 0.00383365384615386, 0.00511749705948575, 0.017666923076923, 0.0113277992634865, 0.0362369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 495, '2021-05-23 00:00:00', 0.000642535632056014, 0.00192096153846141, 0.000688965249765542, 0.0026486538461538, 0.00152798949100287, 0.00492826923076928, 0.00522502805292435, 0.0180180769230769, 0.0111839334366484, 0.0363286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 510, '2021-05-23 00:00:00', 0.000765610189024648, 0.00204019230769241, 0.000953073731912445, 0.00302653846153856, 0.00224978795582022, 0.00643538461538472, 0.00535088081893641, 0.0186715384615384, 0.011131438962893, 0.0365542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 525, '2021-05-23 00:00:00', 0.00073979893318283, 0.00217230769230768, 0.0014337263981023, 0.00414576923076932, 0.00246738781991118, 0.00755442307692311, 0.0055017928441554, 0.0191924999999999, 0.0110923567309275, 0.0367403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 540, '2021-05-23 00:00:00', 0.00140838501346542, 0.00359288461538459, 0.0022538506963724, 0.00561519230769228, 0.00364974129747056, 0.00905346153846153, 0.00541766989723297, 0.0195036538461537, 0.0111046495061233, 0.0368505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 555, '2021-05-23 00:00:00', 0.00153626545182188, 0.00367346153846161, 0.00214069612150226, 0.00564326923076933, 0.003458777535266, 0.00999903846153842, 0.00494070281904855, 0.0190178846153845, 0.0111370664432577, 0.0366048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 570, '2021-05-23 00:00:00', 0.0020067585899806, 0.00419096153846166, 0.00305473508860228, 0.00662769230769238, 0.00340735537533812, 0.0104255769230769, 0.00501745562626502, 0.0189651923076923, 0.0118339602903612, 0.0366819230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 585, '2021-05-23 00:00:00', 0.00178931247002429, 0.00450134615384617, 0.0024718487708907, 0.00749211538461532, 0.00283109492952821, 0.0108475, 0.00471041224718825, 0.0185915384615385, 0.0123185453140314, 0.036890576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 600, '2021-05-23 00:00:00', 0.00221434470251097, 0.00596769230769229, 0.00238960569647279, 0.00789076923076914, 0.00318487587609844, 0.0110928846153846, 0.00442125071061949, 0.0185453846153846, 0.0123576439688776, 0.0366223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 615, '2021-05-23 00:00:00', 0.00171470795898747, 0.00528076923076929, 0.00280760002219232, 0.00767173076923094, 0.00328339430374207, 0.010153076923077, 0.00491250574084605, 0.017200576923077, 0.0128685331959545, 0.0367861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 630, '2021-05-23 00:00:00', 0.00162982855398487, 0.00485365384615381, 0.00246549723491725, 0.00690115384615385, 0.00341532582069979, 0.0093926923076922, 0.00521780165911333, 0.0163169230769232, 0.0129025747102601, 0.0366969230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 645, '2021-05-23 00:00:00', 0.0015358422895797, 0.00481153846153852, 0.00217115913741945, 0.00652499999999993, 0.00286297205042921, 0.0091201923076922, 0.00500542974793753, 0.0157048076923077, 0.0128254580245097, 0.0372915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 660, '2021-05-23 00:00:00', 0.00115951090484806, 0.00419153846153839, 0.00231134246705247, 0.00618999999999994, 0.00268542193361474, 0.00882019230769221, 0.00521567168401003, 0.0156063461538462, 0.0129487708311816, 0.0373309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 675, '2021-05-23 00:00:00', 0.00247455326193522, 0.00467038461538466, 0.00260784701208909, 0.00651903846153834, 0.00298023452871646, 0.00868038461538459, 0.00482703429016838, 0.0154409615384615, 0.0126595274018606, 0.0371509615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 690, '2021-05-23 00:00:00', 0.00186861138281871, 0.00462749999999999, 0.00242693755268141, 0.00653826923076917, 0.00388302432191909, 0.00888673076923079, 0.00474101344245491, 0.0155473076923077, 0.0126930358010269, 0.0368796153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 705, '2021-05-23 00:00:00', 0.0021912955072286, 0.00442999999999999, 0.00243316985400969, 0.00557153846153851, 0.0031853385280785, 0.00821153846153856, 0.00520897816644124, 0.0169315384615385, 0.0129128894281881, 0.0366157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 720, '2021-05-23 00:00:00', 0.00146708266245003, 0.00385653846153843, 0.00281139514366915, 0.00625057692307696, 0.00343202528231675, 0.0080534615384615, 0.00599501247833441, 0.0177888461538462, 0.0130369862491887, 0.0367076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 735, '2021-05-23 00:00:00', 0.00209780328329061, 0.00416115384615386, 0.00241467469540213, 0.00551826923076921, 0.00235173269183516, 0.00694942307692306, 0.00625373556057008, 0.0178973076923077, 0.0130350761778187, 0.0363601923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 750, '2021-05-23 00:00:00', 0.00129704919543741, 0.00352615384615379, 0.00130647411584948, 0.0046311538461537, 0.00176914103451357, 0.00661000000000006, 0.00638917240337119, 0.01758, 0.0131862756697431, 0.0357590384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 765, '2021-05-23 00:00:00', 0.00122983533919734, 0.00345519230769227, 0.00125090700939524, 0.00464711538461545, 0.00175839359600211, 0.00674903846153851, 0.0063267860354576, 0.0178834615384617, 0.013161348862659, 0.0357667307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 780, '2021-05-23 00:00:00', 0.000832710610919831, 0.00343480769230774, 0.0014205050022927, 0.00491730769230774, 0.00206498388892943, 0.00703769230769233, 0.00673499840671554, 0.0185284615384616, 0.013161348862659, 0.0357667307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 795, '2021-05-23 00:00:00', 0.00108363270814146, 0.00351538461538476, 0.00162251221401116, 0.00513826923076925, 0.00229179439271092, 0.0068215384615385, 0.00696924333162391, 0.0187388461538463, 0.0131656495662006, 0.0357575000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 810, '2021-05-23 00:00:00', 0.00125120528045811, 0.00354557692307678, 0.00187585624551733, 0.00509057692307691, 0.00261962041437011, 0.00687865384615388, 0.00752825805778567, 0.0191257692307693, 0.0131839430602299, 0.0358638461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 825, '2021-05-23 00:00:00', 0.0016070225215023, 0.00387923076923094, 0.00160052324376939, 0.00498557692307702, 0.00231622375862086, 0.00697750000000005, 0.00786927500570315, 0.0194363461538463, 0.0133289681290269, 0.0359057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 840, '2021-05-23 00:00:00', 0.00111614494509508, 0.00341846153846163, 0.00183547353982145, 0.00478634615384621, 0.00358555858216731, 0.00796211538461532, 0.00962017845668476, 0.0207734615384616, 0.0134214902072986, 0.0359642307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 855, '2021-05-23 00:00:00', 0.00136622659737861, 0.00355365384615387, 0.00175245774666504, 0.00495192307692305, 0.00358644132596855, 0.00819423076923063, 0.0101234952158142, 0.0213292307692308, 0.013415529659259, 0.0360159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 870, '2021-05-23 00:00:00', 0.00135827628321291, 0.00378230769230767, 0.00368979958284155, 0.00642480769230765, 0.0038787891647543, 0.00882576923076916, 0.0100868074178411, 0.0213217307692308, 0.0129500273730033, 0.0362398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 885, '2021-05-23 00:00:00', 0.00343775877347659, 0.00474423076923081, 0.00335272555026274, 0.00615884615384607, 0.00540453394062657, 0.0108186538461538, 0.00932529540262148, 0.0214528846153847, 0.0127085493089675, 0.0358634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 900, '2021-05-23 00:00:00', 0.00145142895106859, 0.00402219999999989, 0.0021699925691117, 0.00595139999999997, 0.00530267229800217, 0.0109678, 0.00875194644064961, 0.0214154, 0.0120078530796862, 0.0360372 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 915, '2021-05-23 00:00:00', 0.00199754215320886, 0.00452057692307693, 0.00457880628128536, 0.00816980769230766, 0.00543223336985946, 0.0111407692307693, 0.00879563186167743, 0.0206103846153846, 0.011718056961866, 0.0348501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 930, '2021-05-23 00:00:00', 0.00469182688709433, 0.00607846153846156, 0.00469659777023584, 0.00829884615384626, 0.00534266753093926, 0.0110778846153847, 0.00827880692816583, 0.020108076923077, 0.0111070501726814, 0.0343065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 945, '2021-05-23 00:00:00', 0.00241034865815012, 0.00509942307692307, 0.00292523958256144, 0.00704884615384606, 0.00319893285090753, 0.0102157692307693, 0.00787145738631772, 0.0187042307692307, 0.0114339569501752, 0.0341234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 960, '2021-05-23 00:00:00', 0.00194333762259293, 0.00504634615384607, 0.00274606966688481, 0.00717884615384616, 0.0032214161720966, 0.0103819230769231, 0.0076620152626196, 0.0182482692307691, 0.0112332035570377, 0.0340580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 975, '2021-05-23 00:00:00', 0.00205399610515699, 0.00486500000000002, 0.00249882403111169, 0.00719153846153857, 0.00316937509006703, 0.0101173076923078, 0.00728194437527606, 0.0177917307692306, 0.0103667515886125, 0.0339025 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 990, '2021-05-23 00:00:00', 0.00175616852397928, 0.00550173076923087, 0.00284036060142962, 0.00799788461538463, 0.00366158156244823, 0.0104265384615385, 0.00710180507931714, 0.0175057692307691, 0.0102221398181368, 0.0336976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1005, '2021-05-23 00:00:00', 0.0020964033761146, 0.00567365384615393, 0.00237640808461331, 0.00788576923076929, 0.00412165320173652, 0.0102886538461538, 0.00671111510853452, 0.0170399999999999, 0.0107937053397589, 0.0340598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1020, '2021-05-23 00:00:00', 0.00215169490438084, 0.00563980769230772, 0.0032708293526025, 0.00735057692307685, 0.00539196308264591, 0.0114317307692308, 0.00648968940823706, 0.0163038461538461, 0.0106893776191421, 0.0342217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1035, '2021-05-23 00:00:00', 0.00219784531722814, 0.00496596153846139, 0.00303014356095547, 0.00696499999999997, 0.00588207162616918, 0.0108788461538461, 0.00623822414325897, 0.0156426923076923, 0.0103141526088411, 0.0345859615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1050, '2021-05-23 00:00:00', 0.00174355460305836, 0.00484557692307692, 0.00424880848455924, 0.00842846153846152, 0.00549446213508173, 0.0102630769230769, 0.00564366584356717, 0.015241923076923, 0.0099385750816628, 0.0345005769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1065, '2021-05-23 00:00:00', 0.00327291862809854, 0.00690211538461528, 0.00451423749417844, 0.0082169230769229, 0.00436027497368615, 0.00976038461538452, 0.00488457074722182, 0.0145642307692306, 0.00945004106014685, 0.0338959615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1080, '2021-05-23 00:00:00', 0.00311934224452241, 0.00535403846153845, 0.00315005865635254, 0.00678153846153855, 0.00309742859233509, 0.00901173076923077, 0.00370340473286193, 0.0132938461538461, 0.00939486521170765, 0.0339621153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1095, '2021-05-23 00:00:00', 0.00205596887135973, 0.00410000000000004, 0.00202027934092894, 0.00578884615384621, 0.00254349112744361, 0.00774865384615387, 0.00371095730962318, 0.012276923076923, 0.00954530595875033, 0.0335003846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1110, '2021-05-23 00:00:00', 0.00143105673703578, 0.00386076923076928, 0.00202540666381989, 0.00547692307692309, 0.00209720322921142, 0.00697923076923092, 0.00380023689544975, 0.0116173076923076, 0.00968843229558608, 0.0333121153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1125, '2021-05-23 00:00:00', 0.001705994420137, 0.00363019230769234, 0.00191729982407149, 0.00474384615384621, 0.00176784092566637, 0.00645346153846164, 0.00372447823914241, 0.011166923076923, 0.00980649471602289, 0.033138846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1140, '2021-05-23 00:00:00', 0.00148492890272693, 0.0032253846153846, 0.00140806415118278, 0.00452942307692316, 0.00179461640426618, 0.0058959615384615, 0.00397768489392808, 0.0114363461538461, 0.00989041386899468, 0.0329874999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1155, '2021-05-23 00:00:00', 0.00113418871377823, 0.0033540384615386, 0.00166134690491219, 0.0045865384615386, 0.001706104616235, 0.00586980769230769, 0.00422957006816734, 0.0110898076923077, 0.00988586135113414, 0.033009423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1170, '2021-05-23 00:00:00', 0.001380500146268, 0.00301557692307693, 0.00143413672773766, 0.00393192307692299, 0.00158701538938789, 0.00539038461538456, 0.00404977933396936, 0.0105155769230769, 0.00994241225179365, 0.0333592307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1185, '2021-05-23 00:00:00', 0.000739767531052878, 0.00292499999999988, 0.00115259648353018, 0.003989423076923, 0.00179233577726433, 0.00545653846153843, 0.00367380036411662, 0.0101363461538461, 0.00988300817837603, 0.033344423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1200, '2021-05-23 00:00:00', 0.00109576731106563, 0.00282999999999999, 0.00103038835098537, 0.0037380769230769, 0.00199808862512314, 0.00540192307692309, 0.00383365092106918, 0.0099792307692308, 0.00979611887236672, 0.0332751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1215, '2021-05-23 00:00:00', 0.00107581891884923, 0.00244711538461539, 0.00170594504600825, 0.00364249999999998, 0.00224729924233853, 0.00511326923076928, 0.00367193384388186, 0.00941192307692313, 0.00932406263591481, 0.0338759615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1230, '2021-05-23 00:00:00', 0.00108368681609798, 0.00247365384615394, 0.00140752849404133, 0.0035526923076924, 0.00199010480010081, 0.00525634615384621, 0.00339679636399663, 0.00887346153846161, 0.00938983677256353, 0.0337688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1245, '2021-05-23 00:00:00', 0.000896352630643505, 0.00232596153846162, 0.00124178438609075, 0.00333269230769236, 0.00203834847364226, 0.00499250000000008, 0.00345885303910891, 0.0083878846153847, 0.00986115409847388, 0.033993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1260, '2021-05-23 00:00:00', 0.0012701276132131, 0.002288076923077, 0.00168088311267064, 0.0037159615384616, 0.00212843217849699, 0.00530846153846157, 0.00347663774356765, 0.00818000000000002, 0.00993483407782172, 0.0338930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1275, '2021-05-23 00:00:00', 0.00116173894856579, 0.00264576923076923, 0.00139360473371962, 0.00351307692307685, 0.00140358251792146, 0.00502673076923074, 0.00345453536895841, 0.00803615384615382, 0.00998473865649288, 0.0338409615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1290, '2021-05-23 00:00:00', 0.000946371938591848, 0.0023096153846154, 0.00144543484274299, 0.00357673076923081, 0.00142851220344266, 0.00458365384615379, 0.00372833302098732, 0.00777865384615393, 0.0101971868971489, 0.0342338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1305, '2021-05-23 00:00:00', 0.000730901235041062, 0.00251615384615386, 0.00114702424359061, 0.00335615384615383, 0.00150097640016294, 0.00404307692307687, 0.00380531325406174, 0.00749019230769238, 0.0101038942473454, 0.0346901923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1320, '2021-05-23 00:00:00', 0.00084838815499649, 0.00219269230769227, 0.00109060535413195, 0.00276596153846149, 0.00286908165419905, 0.00456346153846146, 0.00416490028045731, 0.00745288461538463, 0.010296342651641, 0.034705 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1335, '2021-05-23 00:00:00', 0.000652635043496718, 0.00175749999999994, 0.00127281662223834, 0.00249192307692309, 0.00294551114148556, 0.00461326923076928, 0.00409575476748602, 0.00755634615384615, 0.0103549868718114, 0.0349313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1350, '2021-05-23 00:00:00', 0.00109700166537991, 0.00194442307692312, 0.00267509534697085, 0.00363134615384618, 0.00282690706222574, 0.0047265384615386, 0.00393953878596903, 0.00767461538461548, 0.0103395260957462, 0.0349682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1365, '2021-05-23 00:00:00', 0.00166536644154236, 0.00281423076923071, 0.0017303675576638, 0.00359673076923077, 0.00186506800247224, 0.00415942307692319, 0.00350301683717592, 0.00729019230769234, 0.0103963175285217, 0.0349419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1380, '2021-05-23 00:00:00', 0.000963283267708016, 0.00207057692307687, 0.000986232146177461, 0.00266461538461542, 0.0013811779392967, 0.00394749999999994, 0.00407262036229557, 0.00752115384615381, 0.0101858327573909, 0.0348301923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1395, '2021-05-23 00:00:00', 0.000561644597451087, 0.00160557692307688, 0.000639978875853263, 0.00209019230769236, 0.00123810804797543, 0.00369846153846151, 0.00441015341177424, 0.00793134615384613, 0.0101546443807747, 0.0348024999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1410, '2021-05-23 00:00:00', 0.000578952635235649, 0.0014930769230769, 0.00115494690187639, 0.00283788461538451, 0.00123806194700241, 0.00357923076923078, 0.00423053786360365, 0.00829384615384614, 0.010187799837966, 0.0350334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 2, 1425, '2021-05-23 00:00:00', 0.000922378780862228, 0.00221115384615369, 0.00109222060324549, 0.00293038461538456, 0.00104711574556758, 0.0033342307692308, 0.00494844969118149, 0.00896711538461533, 0.0102028310852354, 0.035061923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 0, '2021-05-23 00:00:00', 0.000888240611892635, 0.00192576923076919, 0.000977177115667644, 0.00237365384615383, 0.000973853487637954, 0.0028111538461539, 0.00502783132634281, 0.00895461538461533, 0.0102493687535454, 0.0350253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 15, '2021-05-23 00:00:00', 0.000787387208039693, 0.00141384615384616, 0.000783934651907686, 0.00193346153846158, 0.00190282050772398, 0.00329826923076919, 0.00476814843922268, 0.00918653846153844, 0.0102850085019223, 0.0349117307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 30, '2021-05-23 00:00:00', 0.000756322275631018, 0.00140423076923073, 0.000790665834305849, 0.00207269230769227, 0.0019542333239957, 0.00352326923076925, 0.00469018784272021, 0.00922999999999993, 0.0102752929230191, 0.034884423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 45, '2021-05-23 00:00:00', 0.000711232624500431, 0.00142461538461536, 0.0017328403095673, 0.00276153846153841, 0.00206931192577484, 0.0035296153846154, 0.00454242233327618, 0.00948942307692299, 0.0102690906065053, 0.0348367307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 60, '2021-05-23 00:00:00', 0.00172227962752403, 0.00225134615384602, 0.00183791810523166, 0.00281480769230761, 0.00250800230033012, 0.00381846153846151, 0.00474642191145484, 0.00962980769230766, 0.0102702555151347, 0.0348278846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 75, '2021-05-23 00:00:00', 0.00116720540674669, 0.00185769230769221, 0.00146091284687156, 0.00245211538461537, 0.0019596057001346, 0.00395749999999994, 0.00471971568570029, 0.00952692307692304, 0.0101973451616661, 0.0347028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 90, '2021-05-23 00:00:00', 0.000870589477573406, 0.00171903846153842, 0.00150773288799396, 0.00256730769230765, 0.00182744534802002, 0.00408250000000006, 0.00473534244151999, 0.00956096153846148, 0.0101973451616661, 0.0347028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 105, '2021-05-23 00:00:00', 0.00121175467179431, 0.00179076923076925, 0.00148385253517788, 0.00311211538461539, 0.00215665318527074, 0.0040748076923077, 0.00464279387454765, 0.00975519230769231, 0.0101973451616661, 0.0347028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 120, '2021-05-23 00:00:00', 0.00145299347502364, 0.00243596153846152, 0.00189550887220707, 0.00315173076923081, 0.00377708149440598, 0.00488884615384612, 0.00480968670017546, 0.00986192307692317, 0.0102066506447814, 0.0346807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 135, '2021-05-23 00:00:00', 0.000929720574234057, 0.00178788461538467, 0.0012673124956136, 0.00260480769230774, 0.00368269281180952, 0.00530288461538469, 0.00474335382809051, 0.00978153846153856, 0.0102807389830917, 0.0346640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 150, '2021-05-23 00:00:00', 0.000988876382567559, 0.00197249999999993, 0.0032471720062943, 0.00362596153846146, 0.00352357458905227, 0.00578326923076923, 0.00463623839982356, 0.00991250000000013, 0.0102807389830917, 0.0346640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 165, '2021-05-23 00:00:00', 0.00290525535088498, 0.00275057692307685, 0.00300460897878313, 0.00434365384615382, 0.00443565538041968, 0.00630442307692302, 0.00457654483795858, 0.00969442307692319, 0.0101313533153277, 0.03459 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 180, '2021-05-23 00:00:00', 0.00193939174643855, 0.00340211538461534, 0.00266633652443552, 0.00457769230769224, 0.00355703513639357, 0.00614980769230761, 0.00406945262336911, 0.009380576923077, 0.0101797882043103, 0.0345632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 195, '2021-05-23 00:00:00', 0.00168921124060458, 0.00278115384615377, 0.00235858579694244, 0.00421480769230769, 0.00242828065954871, 0.00552480769230774, 0.0030630256032481, 0.00863961538461543, 0.0102273212467692, 0.0344367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 210, '2021-05-23 00:00:00', 0.00171162774529446, 0.00274846153846154, 0.0015826024939467, 0.00371057692307692, 0.00189470871518149, 0.00501634615384615, 0.00306486837463631, 0.00830307692307697, 0.0102740602508679, 0.0343890384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 225, '2021-05-23 00:00:00', 0.000969270879817018, 0.00238096153846158, 0.00128373511526088, 0.00342038461538473, 0.00160383837666442, 0.00469346153846152, 0.00293500638185649, 0.00780769230769239, 0.01030065976229, 0.0343784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 240, '2021-05-23 00:00:00', 0.000932469096208833, 0.00251115384615388, 0.00124390929981004, 0.00330288461538457, 0.00157930695608509, 0.00432230769230769, 0.0027781017592261, 0.00755423076923074, 0.0103463217785913, 0.0344678846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 255, '2021-05-23 00:00:00', 0.00107808819390913, 0.00201692307692304, 0.00145259625657501, 0.0029217307692307, 0.00180489566073893, 0.00399288461538468, 0.00296857378991222, 0.00749211538461542, 0.0103306819288653, 0.034498653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 270, '2021-05-23 00:00:00', 0.00113068959557361, 0.0022001923076923, 0.00123620311997919, 0.00305192307692307, 0.00194666112573851, 0.00418653846153844, 0.00307113356671688, 0.00793423076923081, 0.0103577365603613, 0.0346194230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 285, '2021-05-23 00:00:00', 0.0010328900455295, 0.00211461538461544, 0.00151262783312306, 0.00297019230769242, 0.00195736224586513, 0.00396980769230781, 0.0032728019517509, 0.00789884615384627, 0.0105047229158346, 0.0348365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 300, '2021-05-23 00:00:00', 0.00126758985419633, 0.00223903846153845, 0.0017579698627853, 0.00300596153846153, 0.00184252399003275, 0.00392557692307701, 0.00394812309838483, 0.00813500000000002, 0.0105230133224573, 0.0349292307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 315, '2021-05-23 00:00:00', 0.000720991011359708, 0.00188096153846155, 0.000801417806141065, 0.0026275, 0.00115923935605002, 0.0034967307692308, 0.00410324451360892, 0.00859153846153838, 0.0105539027433165, 0.0350213461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 330, '2021-05-23 00:00:00', 0.00051641757850074, 0.00173865384615392, 0.00079220765051745, 0.00246480769230781, 0.00183430313743383, 0.00358500000000007, 0.0041698983062679, 0.00922673076923083, 0.0105972242537664, 0.0349917307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 345, '2021-05-23 00:00:00', 0.000860582450347646, 0.00177807692307701, 0.000899456417039745, 0.00246961538461546, 0.00183204111685463, 0.00345442307692307, 0.00492525132509848, 0.0105061538461538, 0.0105875272790494, 0.0350017307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 360, '2021-05-23 00:00:00', 0.000640595396126554, 0.0016223076923077, 0.00193620398837909, 0.00264326923076912, 0.00192057787777927, 0.00335576923076916, 0.0048499870578733, 0.0114926923076923, 0.0105991178460938, 0.0349913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 375, '2021-05-23 00:00:00', 0.00175477551709172, 0.00193134615384624, 0.00168373933666884, 0.00230807692307693, 0.00170831599490893, 0.00330846153846152, 0.00506462995838641, 0.0129438461538462, 0.0106360844371341, 0.0350319230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 390, '2021-05-23 00:00:00', 0.000606674827361305, 0.00134711538461525, 0.00115071457732205, 0.0021790384615384, 0.00135433198123088, 0.00307634615384618, 0.00504922975466407, 0.0136386538461539, 0.0111896707331084, 0.0354363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 405, '2021-05-23 00:00:00', 0.000883697324618751, 0.00159980769230766, 0.000873248510756489, 0.00224519230769223, 0.0012284218142992, 0.00299307692307692, 0.00522533332392816, 0.0151921153846154, 0.011237025605628, 0.0353973076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 420, '2021-05-23 00:00:00', 0.000778721042182936, 0.00167230769230772, 0.00114859588193584, 0.0022425000000001, 0.00130387263417623, 0.00318461538461541, 0.00527699124647601, 0.0158861538461539, 0.0112497245316701, 0.0353940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 435, '2021-05-23 00:00:00', 0.000648199903875798, 0.0013936538461538, 0.00067478851387795, 0.00191153846153845, 0.00136159139075739, 0.00347134615384615, 0.00489370426002784, 0.0169942307692309, 0.0112834093320169, 0.035478076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 450, '2021-05-23 00:00:00', 0.000601181784871685, 0.00158653846153845, 0.00107530362438495, 0.00246826923076922, 0.00194536246375434, 0.00442365384615383, 0.00488406701979461, 0.0173644230769232, 0.0113158061951482, 0.0354496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 465, '2021-05-23 00:00:00', 0.000994617456419992, 0.00185673076923078, 0.00127524217911126, 0.00284384615384617, 0.00215038010951185, 0.00480115384615389, 0.00473928086479202, 0.0178413461538462, 0.0113594042909896, 0.0353896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 480, '2021-05-23 00:00:00', 0.0010199517333979, 0.00239653846153843, 0.00160138623842443, 0.00365673076923075, 0.00222815629199081, 0.00515230769230756, 0.00452891006161013, 0.0179728846153846, 0.0114062554699671, 0.0353396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 495, '2021-05-23 00:00:00', 0.00139999923076889, 0.00229961538461544, 0.00175103829637857, 0.00338365384615389, 0.00258370381131728, 0.0058842307692307, 0.00444071075392214, 0.0178400000000001, 0.0113633501019049, 0.0352365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 510, '2021-05-23 00:00:00', 0.00135282338661939, 0.0022886538461539, 0.00184945609468132, 0.00349038461538454, 0.00274634832375373, 0.00680134615384614, 0.00479997081721895, 0.0178053846153847, 0.0112712428159181, 0.0352461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 525, '2021-05-23 00:00:00', 0.00113229229713613, 0.00253461538461535, 0.00202190322563828, 0.00472057692307684, 0.00356825958438255, 0.00790730769230766, 0.00472016897106286, 0.0176613461538462, 0.0112080619404756, 0.0351523076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 540, '2021-05-23 00:00:00', 0.00189795574237123, 0.00409999999999991, 0.00242443570754099, 0.00573750000000002, 0.00347436849823649, 0.00884230769230765, 0.00475590075994663, 0.0174590384615385, 0.011202797514632, 0.035083076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 555, '2021-05-23 00:00:00', 0.00195864816018206, 0.00387884615384623, 0.00304858850693488, 0.00584826923076919, 0.00377508551609694, 0.00950557692307688, 0.00530683051866601, 0.017043076923077, 0.0111622210379476, 0.0348675000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 570, '2021-05-23 00:00:00', 0.00199822379781478, 0.00385211538461538, 0.00241190205822317, 0.00581846153846157, 0.00419953576188897, 0.00987884615384612, 0.005254029739162, 0.0169875, 0.0111592602198284, 0.034870576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 585, '2021-05-23 00:00:00', 0.00197271294063632, 0.00440788461538465, 0.00294964992055762, 0.00752442307692305, 0.00481803772696535, 0.0110515384615385, 0.00513079890315486, 0.0174992307692308, 0.0110200883372838, 0.0348951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 600, '2021-05-23 00:00:00', 0.0023090816106442, 0.00616326923076915, 0.00287350622732262, 0.00792403846153844, 0.00475223683769421, 0.0110348076923077, 0.00492167191729989, 0.0176076923076924, 0.0110330982973262, 0.0349240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 615, '2021-05-23 00:00:00', 0.00157412594794689, 0.00509250000000005, 0.00372632179955591, 0.007693076923077, 0.0042946925429489, 0.0108659615384617, 0.00448962638928718, 0.0166413461538462, 0.011019619051422, 0.0355009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 630, '2021-05-23 00:00:00', 0.0024361342090729, 0.00519326923076919, 0.00276689798538699, 0.00712769230769227, 0.00362134679579085, 0.0101461538461539, 0.00440664409203256, 0.015791923076923, 0.0111929743159922, 0.0354509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 645, '2021-05-23 00:00:00', 0.00159117566597784, 0.00494500000000003, 0.00325005375103479, 0.00738576923076926, 0.00360617428330044, 0.0102551923076923, 0.00435908757213456, 0.0149323076923077, 0.0112493388865575, 0.0354542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 660, '2021-05-23 00:00:00', 0.00266661912137109, 0.00531846153846154, 0.00279065611254084, 0.00720846153846159, 0.00340644071519727, 0.00928288461538463, 0.00434177943403923, 0.0146905769230769, 0.0114691453323186, 0.0353044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 675, '2021-05-23 00:00:00', 0.00171012086842289, 0.00432923076923064, 0.00277895736535516, 0.00659596153846141, 0.00279561692654773, 0.00776500000000002, 0.00538689312484125, 0.0146915384615383, 0.0115690175967472, 0.0352530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 690, '2021-05-23 00:00:00', 0.00268836788491001, 0.00492673076923074, 0.00268527170950092, 0.00606807692307693, 0.0027379179414011, 0.00789057692307708, 0.00544009929561525, 0.0147671153846153, 0.0116087756659149, 0.0355123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 705, '2021-05-23 00:00:00', 0.00134490205534142, 0.00405153846153846, 0.0017137823329162, 0.00535326923076935, 0.00201604686491612, 0.0071348076923078, 0.00612482134119352, 0.0160223076923077, 0.0118362287019394, 0.0352917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 720, '2021-05-23 00:00:00', 0.00133444952638224, 0.00388846153846156, 0.00176631760581598, 0.00560326923076924, 0.00173534447921398, 0.0072876923076924, 0.00653112022432718, 0.0165907692307692, 0.0122039879752481, 0.0355725000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 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 987965, 3, 735, '2021-05-23 00:00:00', 0.00132765223667145, 0.00370269230769236, 0.00154040109661781, 0.00497653846153853, 0.00220233407652321, 0.00716923076923087, 0.00726892221404571, 0.0172030769230769, 0.0124114209314832, 0.0354115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987965 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofwe[...];[ Date: 2021-05-23 16:54:55 - Database: acaweb_fx - User: pgperfstats ]
18 23s341ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987905, 1, 1020, '2021-05-23 00:00:00', 7.99899705251554, 16.0346153846154, 11.9834661737938, 24.5884615384615, 18.4361221519058, 33.6499999999999, 21.6070871564079, 47.0692307692307, 45.9120490302257, 131.623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1035, '2021-05-23 00:00:00', 9.5547692481093, 18.6807692307693, 16.0898615952357, 28.726923076923, 19.383339793195, 31.5884615384615, 20.160446042074, 45.3961538461538, 46.8198439191694, 131.553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1050, '2021-05-23 00:00:00', 8.50467744606097, 20.8923076923077, 10.6610902891705, 22.7730769230769, 14.3366018932714, 25.9846153846154, 16.4871175817316, 41.223076923077, 47.7476675225728, 133.715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1065, '2021-05-23 00:00:00', 6.02663957901786, 10.9038461538462, 8.78530241150175, 14.3076923076923, 9.59739788452295, 19.973076923077, 13.3448924254245, 36.3153846153846, 47.4094208424377, 133.903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1080, '2021-05-23 00:00:00', 6.15755321036381, 10.1115384615384, 7.69967531782999, 14.55, 8.31831436326818, 19.2346153846154, 14.2305721815879, 38.4038461538462, 47.6404897281551, 134.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1095, '2021-05-23 00:00:00', 7.01153445292937, 10.2192307692307, 7.34227799486278, 14.1769230769231, 10.0652975805296, 18.6692307692308, 14.3075692715966, 38.6576923076924, 46.7060953030921, 134.442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1110, '2021-05-23 00:00:00', 6.59681521754948, 10.1166666666667, 7.21525658145516, 13.6916666666667, 10.7480559415058, 17.8375, 13.0651315739059, 37.5875000000001, 48.5585609401647, 135.091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1125, '2021-05-23 00:00:00', 4.00020832790825, 8.99166666666664, 5.11482641693365, 12.0333333333333, 10.2733050719547, 16.4916666666666, 10.9644873060283, 35.2208333333334, 48.6071019740822, 134.191666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1140, '2021-05-23 00:00:00', 4.21322968135209, 7.94999999999997, 8.33433182423894, 11.175, 9.58588938817462, 15.7333333333333, 12.0054267620574, 34.3375, 48.5992483316952, 134.379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1155, '2021-05-23 00:00:00', 5.71443474831533, 7.45416666666665, 5.95029532819623, 10.6583333333333, 6.42074874860813, 14.9416666666665, 11.6864400240097, 33.1625, 48.5008822570284, 134.758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1170, '2021-05-23 00:00:00', 3.53350167086009, 6.92916666666664, 4.14213940380812, 10.5916666666667, 5.78956926885242, 14.5791666666667, 11.8751834463326, 32.7791666666667, 48.5436825170777, 134.904166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1185, '2021-05-23 00:00:00', 3.03228700698897, 8.17916666666671, 4.24076148480602, 10.7166666666665, 6.39659669475606, 14.9916666666666, 12.18107866883, 32.4291666666666, 48.6072620491325, 135.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1200, '2021-05-23 00:00:00', 4.16945196760241, 7.17916666666667, 5.23555293094778, 10.4666666666666, 8.53092838619768, 17.375, 12.116780046516, 31.8625, 48.162995447073, 135.175 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1215, '2021-05-23 00:00:00', 3.72047799640581, 7.22499999999987, 4.54188039651335, 10.2541666666664, 9.40012334177472, 18.5166666666665, 11.7920378135884, 31.3458333333332, 47.2532858684167, 135.279166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1230, '2021-05-23 00:00:00', 3.27732658812304, 7.19999999999986, 7.44644526612862, 12.7541666666666, 8.96179390524023, 18.7624999999999, 11.8552471107932, 30.8083333333333, 47.0451353966885, 135.170833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1245, '2021-05-23 00:00:00', 6.70810536114569, 9.92916666666652, 8.83024693140366, 14.1749999999999, 8.33000078292181, 19.0250000000001, 11.4314394531491, 30.0041666666668, 46.9751443295558, 135.2625 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1260, '2021-05-23 00:00:00', 6.73042922377409, 9.87083333333339, 7.01893789190608, 13.6875, 10.6847234506743, 23.5375000000002, 11.3353996944035, 29.3458333333335, 48.8125783786414, 136.554166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1275, '2021-05-23 00:00:00', 4.10233010846762, 8.92916666666656, 6.42582961428986, 14.1541666666668, 9.58792171190525, 23.0041666666668, 11.3387721391335, 29.6916666666668, 49.7302280279323, 137.058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1290, '2021-05-23 00:00:00', 5.62681854661422, 11.125, 7.65085838700282, 19.1541666666667, 9.20976167688015, 21.5333333333335, 13.3765849663626, 31.4791666666666, 50.0302935404053, 137.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1305, '2021-05-23 00:00:00', 6.90638750764821, 15.1916666666666, 6.27917970965062, 17.5875000000001, 6.69970256748427, 18.4583333333333, 14.9848522549089, 30.5333333333332, 50.0209200800242, 137.3875 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1320, '2021-05-23 00:00:00', 4.61387125644129, 11.8208333333334, 5.48174176276355, 12.3583333333335, 8.27471156290525, 15.1291666666666, 17.6404873367563, 32.6624999999999, 50.043980657018, 137.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1335, '2021-05-23 00:00:00', 3.38191053113187, 3.0416666666667, 4.55838135523026, 6.91666666666663, 8.18427265189638, 10.3666666666666, 17.7955167575057, 31.7291666666664, 50.5617996090935, 137.641666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1350, '2021-05-23 00:00:00', 4.26203326315409, 6.18333333333324, 7.16464245090254, 9.20833333333318, 8.33191763337078, 10.4541666666666, 17.6380019366946, 35.1541666666666, 50.5617996090935, 137.641666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1365, '2021-05-23 00:00:00', 6.13365478442439, 6.05416666666667, 7.57092909696721, 7.16250000000006, 8.69644167611597, 8.38750000000001, 17.2049264094218, 36.0083333333331, 51.0647399194734, 137.9375 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1380, '2021-05-23 00:00:00', 5.31846659823332, 3.30000000000026, 5.63907177067152, 4.70000000000016, 6.81982271646841, 6.42916666666683, 17.9339362338718, 37.2458333333334, 51.2066258662752, 137.6875 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1395, '2021-05-23 00:00:00', 2.55580824732635, 2.47916666666686, 3.27054265762777, 3.45833333333345, 4.41803779646759, 9.54166666666655, 18.9960860766602, 38.6208333333335, 51.2066258662752, 137.6875 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1410, '2021-05-23 00:00:00', 2.17451893730439, 2.03749999999995, 2.99620230639866, 3.73749999999995, 7.88374658046094, 11.1291666666666, 18.649699846052, 40.3000000000001, 51.2066258662752, 137.6875 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 1, 1425, '2021-05-23 00:00:00', 1.79050940043419, 2.53749999999995, 3.95422173951068, 8.12499999999977, 7.96524606823526, 12.1083333333333, 19.5131129266182, 42.2625, 51.2066258662752, 137.6875 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 0, '2021-05-23 00:00:00', 3.67891497382253, 7.28076923076903, 7.49167435326617, 9.99615384615373, 7.87373139965075, 12.326923076923, 19.0477719270422, 41.7192307692307, 49.5152396121249, 135.915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 15, '2021-05-23 00:00:00', 5.7656396002526, 5.95000000000003, 6.14057501692329, 8.2115384615385, 7.91292321750645, 14.0653846153847, 18.9231449654811, 40.9307692307691, 49.2685857160679, 135.692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 30, '2021-05-23 00:00:00', 4.04380818231834, 5.4961538461538, 5.57476870855152, 8.12692307692301, 11.4019053738332, 19.1230769230767, 19.0096752693505, 41.6153846153844, 49.3671496193415, 135.788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 45, '2021-05-23 00:00:00', 3.54728932263239, 5.53846153846147, 6.40430744469331, 10.5653846153846, 9.7129984279593, 19.5076923076921, 17.8848887654871, 41.2730769230767, 50.0175907518082, 135.153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 60, '2021-05-23 00:00:00', 4.8350387795756, 8.19999999999996, 8.67503225442908, 15.7461538461537, 11.6998908607665, 21.6230769230768, 18.3521841081236, 42.3115384615382, 50.3287915763775, 135.161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 75, '2021-05-23 00:00:00', 7.02798800401765, 11.7692307692307, 7.20210652944958, 14.2076923076922, 11.7416156665743, 21.4923076923074, 16.9776631535041, 40.2769230769229, 50.1802609062106, 135.053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 90, '2021-05-23 00:00:00', 3.36653439699564, 7.53461538461541, 7.15429940665067, 12.8, 11.2555497422382, 22.5499999999999, 15.9925001653418, 37.5384615384614, 49.5068475450229, 135.465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 105, '2021-05-23 00:00:00', 5.16945020138626, 7.91923076923076, 5.74721337157957, 12.9384615384614, 11.6717858365972, 22.7538461538461, 16.4007091779125, 37.0615384615383, 49.5112364868979, 134.842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 120, '2021-05-23 00:00:00', 4.15525617094239, 9.68461538461508, 10.2193571979093, 18.0384615384614, 12.9676882466205, 23.2576923076922, 17.12217455636, 36.3384615384613, 49.1554369791926, 134.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 135, '2021-05-23 00:00:00', 8.23520771771109, 13.6769230769233, 9.73492681020272, 17.1000000000001, 12.3069742579004, 21.919230769231, 16.591538158397, 34.8076923076923, 48.984122545356, 134.388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 150, '2021-05-23 00:00:00', 4.82617223703595, 9.29230769230771, 7.54796763272166, 12.7307692307694, 9.10760966698494, 17.6153846153847, 15.3239485773087, 30.95, 48.1575433822717, 133.453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 165, '2021-05-23 00:00:00', 4.43745595861122, 8.06923076923078, 7.33233617929207, 12.2653846153846, 8.43564233111265, 17.3615384615383, 14.2510895669825, 29.7346153846153, 47.6937751139012, 132.853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 180, '2021-05-23 00:00:00', 6.47743657748837, 9.10384615384625, 6.70770051163936, 12.7730769230769, 8.51138332786419, 17.2269230769231, 14.3941938080817, 29.4192307692307, 47.4916562712295, 132.669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 195, '2021-05-23 00:00:00', 4.80641398389857, 8.18076923076922, 7.15282838086811, 12.7153846153846, 7.18437192801133, 14.8, 16.4795313600284, 29.4846153846152, 46.9235248528431, 132.203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 210, '2021-05-23 00:00:00', 4.47365794229015, 7.98076923076927, 4.19406907246589, 9.73076923076948, 7.03113187080243, 14.5192307692309, 16.1044074234832, 28.7923076923074, 46.8655208671988, 132.276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 225, '2021-05-23 00:00:00', 2.9590980954442, 6.51153846153864, 6.74365000460547, 9.68076923076947, 7.66001405903535, 14.9692307692307, 16.3867737473294, 29.4653846153843, 46.9319500815973, 132.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 240, '2021-05-23 00:00:00', 5.53694861814699, 7.35000000000015, 6.57795853297512, 11.1076923076924, 9.50258669237778, 15.8653846153845, 15.2069902954582, 29.7153846153844, 47.0592080419811, 132.011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 255, '2021-05-23 00:00:00', 3.56373183831011, 6.94615384615407, 5.23570581532404, 10.5307692307693, 9.79052681854334, 14.6807692307693, 12.0255957792602, 32.9846153846152, 47.1443713909322, 131.915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 270, '2021-05-23 00:00:00', 4.7800997736611, 7.48461538461543, 8.9553980283489, 11.4346153846153, 10.2556160974592, 14.4615384615385, 11.7070550721156, 34.3923076923075, 47.1443713909322, 131.915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 285, '2021-05-23 00:00:00', 6.91711923140969, 7.15769230769222, 7.13879218398708, 9.56538461538447, 8.65438261585085, 13.8923076923076, 10.809850208882, 34.2384615384614, 47.1443713909322, 131.915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 300, '2021-05-23 00:00:00', 3.47703675784195, 5.24615384615387, 4.90729441357838, 7.90769230769236, 7.04307188224432, 12.8615384615384, 11.7943487119241, 35.6884615384613, 47.1372635542689, 132.080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 315, '2021-05-23 00:00:00', 3.2856143319723, 5.56153846153844, 6.03274781122538, 9.82692307692318, 6.35554754646567, 12.4461538461538, 23.9657640427727, 55.1230769230768, 47.2203085383984, 131.992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 330, '2021-05-23 00:00:00', 4.14760913520791, 6.88846153846169, 4.41263395961384, 8.45769230769243, 5.54059702420365, 12.3307692307692, 23.8703150054947, 58.9076923076923, 47.2203085383984, 131.992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 345, '2021-05-23 00:00:00', 2.54814563042351, 5.1769230769232, 3.77648595308471, 8.27692307692324, 5.79395042595814, 12.7115384615385, 26.1856828174365, 62.6961538461537, 47.2587302475996, 132.303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 360, '2021-05-23 00:00:00', 4.00202256557671, 6.95384615384623, 5.1031935702443, 9.65384615384622, 6.90669352039107, 13.5807692307692, 27.115482945812, 65.5307692307691, 47.6440113276014, 133.169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 375, '2021-05-23 00:00:00', 3.60980076160191, 6.08846153846169, 5.23021399768118, 9.2076923076924, 9.06308149328077, 15.7230769230769, 25.5906620589501, 70.703846153846, 47.7826849875076, 133.253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 390, '2021-05-23 00:00:00', 4.43840754533212, 6.21153846153846, 5.53476842681436, 9.06153846153851, 8.38630110083408, 15.026923076923, 27.2957612939334, 73.8538461538461, 47.8692719810945, 133.1 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 405, '2021-05-23 00:00:00', 3.57434663206485, 5.83461538461534, 7.73051993474834, 11.9576923076922, 7.96247738796469, 15.8230769230768, 29.1492066127683, 76.276923076923, 47.857771975527, 133.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 420, '2021-05-23 00:00:00', 7.14395817887675, 9.24230769230752, 6.82253280286397, 11.4153846153844, 7.50423982723193, 15.8807692307691, 29.5009196727571, 77.3884615384614, 47.8740282889938, 133.253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 435, '2021-05-23 00:00:00', 3.25904186014134, 6.61538461538458, 4.15983172736568, 10.0499999999999, 7.58656403427497, 20.6346153846153, 30.185129553372, 77.7730769230768, 48.1402612565215, 132.834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 450, '2021-05-23 00:00:00', 3.49249745333301, 6.29230769230778, 4.37140533643167, 9.50384615384624, 10.5534565974303, 22.8230769230769, 31.7839717709801, 79.4615384615384, 48.162862807833, 132.784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 465, '2021-05-23 00:00:00', 3.28124038460128, 6.45769230769233, 7.52285952179184, 17.9692307692308, 11.8962437510591, 24.2307692307693, 31.7602644825259, 80.9, 48.1714125246019, 132.753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 480, '2021-05-23 00:00:00', 7.33750324334884, 17.0153846153847, 10.449194300924, 21.1615384615386, 13.2548052244634, 28.3884615384616, 31.1415292841222, 81.373076923077, 48.0749306171745, 132.615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 495, '2021-05-23 00:00:00', 5.01557113857976, 10.8653846153846, 6.65152961008565, 14.7730769230769, 19.5167194595183, 46.5923076923077, 26.7521539032194, 79.4423076923077, 46.6840781621115, 132.834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 510, '2021-05-23 00:00:00', 5.09477560463056, 10.6076923076923, 8.86760743033103, 17.7615384615384, 18.0166183969562, 50.1423076923077, 26.1762408419426, 79.5961538461539, 46.4929870642211, 132.623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 525, '2021-05-23 00:00:00', 5.8412485493587, 14.3461538461538, 17.6440637216993, 43.4461538461539, 19.3189584047938, 53.3153846153846, 27.0001917372109, 79.8653846153847, 46.7077633145298, 132.565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 540, '2021-05-23 00:00:00', 16.4144556366075, 40.6346153846154, 16.124423901456, 46.423076923077, 20.321047822772, 54.953846153846, 26.997154550918, 79.6346153846154, 48.8104126658991, 133.103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 555, '2021-05-23 00:00:00', 10.2413941358661, 26.3846153846154, 13.4198865064557, 33.3153846153845, 13.7482507978287, 47.7999999999999, 24.642368767258, 73.4076923076924, 50.8140313753531, 131.953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 570, '2021-05-23 00:00:00', 9.96113679023858, 23.1230769230768, 13.2285774570989, 31.6615384615383, 15.0243822348361, 46.7615384615384, 24.8216831388637, 72.6653846153847, 46.6599080087457, 132.230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 585, '2021-05-23 00:00:00', 8.90311959155547, 21.6076923076923, 10.7946033525304, 34.2115384615385, 14.0857948084094, 46.5192307692308, 23.5180693215959, 70.196153846154, 45.0934252413808, 130.45 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 600, '2021-05-23 00:00:00', 8.16710098269501, 23.6923076923077, 9.37716128933238, 33.1346153846154, 12.6952565339004, 41.9923076923078, 22.7546218466628, 67.3192307692309, 44.4054258638947, 128.123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 615, '2021-05-23 00:00:00', 7.04984997112595, 21.4038461538462, 10.4341340726557, 29.6346153846154, 14.2625189273792, 38.4769230769231, 23.6126068022997, 66.1000000000001, 44.1074750336738, 126.715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 630, '2021-05-23 00:00:00', 6.35464699739792, 20.8076923076923, 8.51049035918898, 27.7269230769231, 9.44907402870786, 35.5500000000001, 23.1641184726591, 63.3961538461539, 43.0742621705638, 123.738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 645, '2021-05-23 00:00:00', 6.62271731356432, 17.9038461538462, 8.76593055308665, 23.3076923076923, 13.2627442339579, 34.5961538461539, 22.2953327299338, 62.0115384615384, 42.5409914534929, 123.165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 660, '2021-05-23 00:00:00', 6.77824574536915, 16.2692307692308, 9.99317074498686, 24.2884615384616, 13.425922114156, 34.8461538461539, 22.9747004667842, 62.6615384615384, 42.9741705965518, 125.357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 675, '2021-05-23 00:00:00', 5.82884076085327, 16.1538461538462, 8.84620735769769, 24.1538461538462, 8.07838997668373, 31.5961538461539, 25.0757461734209, 62.776923076923, 43.0329269281093, 125.8 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 690, '2021-05-23 00:00:00', 6.47254556985474, 16.9230769230769, 7.24324619108143, 22.7692307692308, 11.3530239956654, 32.1346153846154, 25.742695155056, 62.8346153846153, 42.6516898393702, 125.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 705, '2021-05-23 00:00:00', 6.33333670715166, 15.3653846153847, 6.91386566701571, 24.1923076923077, 11.6843254635628, 32.7115384615385, 23.5310309035666, 65.0307692307691, 42.2621549197569, 125.957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 720, '2021-05-23 00:00:00', 6.75163797789954, 17.7692307692308, 8.37294176775127, 23.8846153846154, 11.2295797578743, 31.7884615384616, 23.3908739600593, 64.7538461538461, 41.0876348608864, 124.957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 735, '2021-05-23 00:00:00', 5.81645543661721, 14.8653846153846, 7.9561538833399, 21.5961538461538, 12.2662294375812, 31.5961538461539, 23.2396782713067, 63.4769230769231, 39.528099450313, 123.176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 750, '2021-05-23 00:00:00', 5.05207497355904, 14.2884615384615, 7.22250755517882, 20.7307692307693, 13.6031670520564, 30.3846153846154, 22.0271147592095, 62.9461538461539, 38.8315662633061, 122.642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 765, '2021-05-23 00:00:00', 5.14587213210742, 14, 9.67186641760521, 20.25, 12.5934512896431, 29.2692307692308, 22.6247396925103, 65.1269230769231, 38.2893518035818, 123.238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 780, '2021-05-23 00:00:00', 7.09658639498864, 14.3076923076923, 8.93870150611282, 19.4038461538462, 11.3101996173637, 28.9692307692308, 25.5213687238453, 66.4884615384616, 39.1618723525042, 123.823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 795, '2021-05-23 00:00:00', 6.44932912432341, 13.4230769230769, 11.3784817156704, 20.9230769230769, 13.5087208299503, 29.6923076923077, 25.0959809837843, 68.9884615384616, 39.1089153715422, 124.061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 810, '2021-05-23 00:00:00', 11.0409621932984, 15.526923076923, 10.8870374581601, 21.4038461538462, 16.812268871731, 30.3961538461537, 29.27860757513, 70.6384615384616, 39.4998048680671, 124.046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 825, '2021-05-23 00:00:00', 6.07279557978417, 13.1730769230769, 7.97141527825903, 20.2884615384615, 10.813678659635, 27.826923076923, 23.9073249155021, 70.4538461538464, 36.8478219792619, 124.203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 840, '2021-05-23 00:00:00', 5.15785435413424, 14.7115384615385, 7.85229020977073, 20.4615384615384, 8.83723938795359, 27.9999999999999, 22.7053558574929, 69.8961538461541, 35.6970173285366, 124.076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 855, '2021-05-23 00:00:00', 5.65947129903621, 14.0192307692307, 6.90272744310853, 19.1730769230768, 10.3857091161918, 28.8846153846153, 22.3891103337865, 68.5884615384618, 36.0169079952521, 124.238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 870, '2021-05-23 00:00:00', 5.10558065710001, 13.6153846153845, 5.77387351650652, 19.9192307692308, 8.61387521118377, 29.5730769230769, 22.4652565942648, 67.8846153846157, 35.9761810091064, 123.9 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 885, '2021-05-23 00:00:00', 5.1542364949771, 14.3846153846154, 8.79223871027519, 21.7884615384615, 11.3271627243814, 37.7692307692308, 22.9726623486399, 68.3192307692311, 38.9348378704726, 126.4 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 900, '2021-05-23 00:00:00', 6.21895365920865, 15.3461538461538, 7.614384161168, 22.6730769230769, 14.6834417470312, 41.2115384615384, 23.3776829805364, 68.3384615384619, 40.0766498292764, 127.788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 915, '2021-05-23 00:00:00', 6.44157171456207, 15.0769230769231, 10.425873879625, 30.8269230769231, 16.9367824571257, 42.8500000000002, 24.1392613487144, 67.192307692308, 39.6902817014246, 127.661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 930, '2021-05-23 00:00:00', 7.24868688373705, 23.7884615384615, 12.8438551605277, 33.2692307692307, 17.9666973978141, 42.2307692307694, 24.954802220137, 65.3153846153849, 38.8399851461587, 127.273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 945, '2021-05-23 00:00:00', 8.07493748487346, 21.7307692307692, 13.3077126278191, 29.419230769231, 17.8569051500662, 41.3115384615386, 21.9483817521581, 61.3884615384617, 43.2124704223212, 129.3 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 960, '2021-05-23 00:00:00', 6.68816750802384, 19.8038461538463, 10.1332992577026, 26.9846153846154, 14.7037143397381, 39.7807692307693, 16.3528026297071, 56.5846153846156, 51.4356220472213, 130.419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 975, '2021-05-23 00:00:00', 6.93962978396265, 19.9615384615385, 11.0220059601061, 28.7692307692308, 14.590051932211, 38.4807692307692, 16.6963750096103, 53.3576923076924, 56.08606024536, 131.684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 990, '2021-05-23 00:00:00', 7.61021580609805, 17.8461538461538, 10.4730423175224, 24.7307692307692, 16.0567383410781, 36.3269230769231, 18.1259851721649, 50.3423076923076, 58.4379376248525, 132.615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1005, '2021-05-23 00:00:00', 7.02043719874613, 17.5576923076923, 13.4904096989733, 24.1346153846154, 13.6879441620944, 37.7692307692308, 16.6532953541888, 47.123076923077, 57.3166815562048, 133.696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1020, '2021-05-23 00:00:00', 7.90756696997347, 16.4807692307692, 9.73479089894353, 24.3846153846154, 10.069808645344, 33.5769230769231, 16.0675267351456, 45.4692307692308, 56.7077855189351, 133.742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1035, '2021-05-23 00:00:00', 5.90892415041728, 17.8461538461538, 8.42582568426016, 26.7576923076923, 11.2991796843161, 30.4115384615385, 16.1810734644381, 43.4923076923077, 56.9484906263141, 134.753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1050, '2021-05-23 00:00:00', 6.29554176809638, 20.9230769230769, 6.4744468133163, 23.5384615384615, 8.4214241441329, 27.5961538461538, 13.9490435293828, 40.2692307692308, 56.4168132331543, 135.119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1065, '2021-05-23 00:00:00', 4.95999379652218, 12.1923076923077, 6.83736903966836, 15.5192307692308, 8.75433958322737, 20.5384615384615, 14.5229770205169, 35.2384615384614, 56.4709717124988, 135.123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1080, '2021-05-23 00:00:00', 6.17329858216945, 9.48076923076923, 7.24221066972063, 13.5192307692308, 7.60690475817858, 18.75, 14.7636664197565, 35.7230769230769, 56.5004849536709, 135.2 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1095, '2021-05-23 00:00:00', 3.75320375966167, 8.55769230769231, 6.06798027480187, 12.9038461538462, 6.63058182851365, 17.2692307692308, 14.8233583862145, 35.3653846153847, 56.4123004862755, 134.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1110, '2021-05-23 00:00:00', 4.77654525943015, 9.34615384615385, 5.53412490476484, 12.9423076923077, 6.30835831380753, 16.8461538461538, 14.7646151842323, 33.9884615384616, 56.5281464269043, 134.757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1125, '2021-05-23 00:00:00', 3.14306318005957, 8.32692307692308, 3.72914714935446, 10.9423076923077, 6.05195454759484, 15.8846153846154, 15.6193292478852, 33.7769230769232, 56.7129169929228, 134.584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1140, '2021-05-23 00:00:00', 3.71840536541384, 8.05769230769231, 6.16955926614386, 11.7115384615385, 5.56039428596434, 15.4961538461538, 15.1108789135, 33.5884615384617, 56.7857724597117, 134.334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1155, '2021-05-23 00:00:00', 4.83357647487464, 7.78846153846154, 4.63734838027078, 10.75, 5.72900984866955, 15.7653846153847, 13.6628643240888, 32.1115384615388, 56.8938866527989, 133.892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1170, '2021-05-23 00:00:00', 2.6671794378793, 7.42307692307692, 3.09822778126714, 10.9307692307693, 7.07457093018038, 17.1653846153846, 14.2444229302342, 31.6961538461541, 57.4230129424137, 133.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1185, '2021-05-23 00:00:00', 3.29381938694979, 8.0269230769231, 5.44457386903558, 12.2538461538462, 7.20195379473786, 17.5576923076924, 13.6238461755622, 30.5961538461542, 57.739144434257, 134.2 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1200, '2021-05-23 00:00:00', 4.71834553793836, 8.59615384615381, 5.30202428686065, 12.5884615384613, 8.0444610662339, 17.4846153846154, 12.2034730239449, 29.1346153846156, 57.4323501709085, 134.526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1215, '2021-05-23 00:00:00', 4.35658299411537, 8.53076923076906, 5.12739850066453, 11.5307692307693, 10.2997602660674, 16.9884615384617, 11.6963353892773, 29.7115384615387, 57.3751885534023, 134.611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1230, '2021-05-23 00:00:00', 4.85970559412193, 8.69230769230769, 8.59382246822586, 12.7538461538463, 10.9331429783302, 17.4807692307692, 12.1410384804848, 29.9807692307693, 57.3736869465973, 134.434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1245, '2021-05-23 00:00:00', 6.65170539150531, 9.39615384615385, 8.76023884465381, 13.4538461538462, 9.77082076703555, 18.0576923076922, 11.3288012808741, 29.7423076923078, 57.3764573805186, 134.411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1260, '2021-05-23 00:00:00', 3.61365998145077, 8.95769230769233, 4.76419982788291, 11.9, 8.30586910193384, 19.6884615384615, 11.2649906961618, 29.7807692307693, 57.369234317305, 134.476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1275, '2021-05-23 00:00:00', 4.19880752302186, 7.90384615384605, 5.12632421916529, 11.8, 8.64002225780634, 20.6961538461539, 11.9871520964996, 30.0307692307692, 57.3711577228623, 134.457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1290, '2021-05-23 00:00:00', 4.56423049374156, 9.54999999999994, 7.15182171521032, 17.2153846153845, 8.11320291490754, 19.6615384615385, 12.323698870313, 30.8346153846154, 57.3640247756513, 134.242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1305, '2021-05-23 00:00:00', 6.65951834710184, 14.9038461538461, 7.67340762734461, 18.2038461538463, 10.6375647878351, 20.246153846154, 11.6038779989877, 30.6038461538463, 58.0030520417146, 134.426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1320, '2021-05-23 00:00:00', 5.82204431450005, 11.05, 5.74121536315738, 11.2346153846154, 7.20575090839566, 14.7269230769233, 11.9312704849322, 27.9192307692309, 57.5402344852311, 133.446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1335, '2021-05-23 00:00:00', 1.26374900136919, 2.28846153846171, 5.13429045356182, 7.54230769230785, 5.7426139853392, 10.4807692307695, 13.0182339579766, 29.1192307692309, 60.8779840210034, 135.157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1350, '2021-05-23 00:00:00', 4.55108609184492, 6.8038461538461, 5.17430337191535, 9.33076923076931, 5.22843703664414, 10.3153846153847, 12.0579708715214, 33.2115384615387, 60.8779840210034, 135.157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1365, '2021-05-23 00:00:00', 3.47741061932371, 5.50384615384634, 3.46871955981104, 6.31923076923102, 3.81777220580062, 7.24615384615404, 13.2954057999228, 34.4692307692309, 61.3511983457662, 135.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1380, '2021-05-23 00:00:00', 2.42211604879844, 2.52307692307697, 3.09944163705955, 3.74230769230777, 3.12582542944798, 4.80384615384621, 13.7297795377002, 35.926923076923, 61.3511983457662, 135.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1395, '2021-05-23 00:00:00', 1.59097937906662, 2.28076923076945, 2.60097319064609, 3.41153846153856, 5.28492340385502, 10.2192307692308, 13.7898736536859, 36.6307692307691, 61.3511983457662, 135.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1410, '2021-05-23 00:00:00', 2.65204710481397, 2.21538461538456, 2.84000270855759, 3.28076923076917, 6.06280970660154, 12.9615384615384, 13.6882729146019, 36.9192307692305, 61.3511983457662, 135.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 2, 1425, '2021-05-23 00:00:00', 1.5249918032566, 1.99999999999996, 4.7020584690275, 9.48461538461536, 6.41493929463474, 14.0230769230768, 13.6580593283009, 37.5461538461537, 61.3511983457662, 135.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 0, '2021-05-23 00:00:00', 4.70851928382519, 8.91538461538473, 5.57444719577323, 11.9615384615384, 6.96363300407106, 15.0538461538461, 13.4123278539388, 38.1576923076922, 61.3511983457662, 135.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 15, '2021-05-23 00:00:00', 3.56426063106401, 5.76538461538443, 4.71274703494517, 8.79615384615373, 7.03070737222392, 13.673076923077, 13.1609094845888, 37.3076923076922, 61.3511983457662, 135.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 30, '2021-05-23 00:00:00', 4.21304384756886, 6.65769230769232, 5.1609316392115, 8.81923076923088, 9.12209152805162, 17.0153846153847, 13.121439883465, 37.0538461538462, 62.0777206411447, 135.75 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 45, '2021-05-23 00:00:00', 2.78928995651924, 4.94230769230773, 5.50311380388062, 10.2884615384617, 8.82378603548371, 17.2000000000001, 13.1014555856036, 36.6576923076922, 62.1294474959648, 135.623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 60, '2021-05-23 00:00:00', 5.1069605592609, 8.52307692307701, 7.67565983132074, 14.3153846153846, 11.1634520439898, 19.5884615384615, 12.6596585201244, 37.3846153846154, 62.9787373154317, 136.484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 75, '2021-05-23 00:00:00', 5.70040214505805, 9.95384615384623, 6.8440080474708, 13.073076923077, 11.4812087275753, 20.6846153846155, 13.6979801992289, 36.6115384615384, 63.6757658285015, 136.665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 90, '2021-05-23 00:00:00', 4.42743196968122, 7.5153846153845, 8.96910251920452, 12.4999999999998, 11.3929073752724, 23.2076923076924, 13.2440500428859, 34.8615384615384, 63.9252815041484, 136.219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 105, '2021-05-23 00:00:00', 8.59526971877331, 8.98846153846157, 9.7772703442533, 14.6692307692308, 13.7366102637611, 23.7384615384616, 14.9782760638921, 35.4653846153847, 63.9713619821101, 136.134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 120, '2021-05-23 00:00:00', 5.15316930113436, 10.2346153846154, 7.8990242824911, 16.9538461538463, 11.7779428790235, 23.1923076923076, 16.7829038470245, 35.0115384615385, 64.0265151804614, 136.023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 135, '2021-05-23 00:00:00', 5.86394590173405, 12.4115384615385, 10.5811334277283, 17.0038461538461, 12.1438031047179, 21.6653846153845, 18.3117431846766, 34.8076923076923, 65.0171196390139, 135.823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 150, '2021-05-23 00:00:00', 8.11546766271772, 11.1192307692309, 9.94496548317491, 15.1923076923077, 9.81645478853686, 18.5961538461536, 17.27432643683, 33.4346153846154, 67.1565812113751, 136 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 165, '2021-05-23 00:00:00', 6.88912185985999, 9.59999999999987, 7.12307625851473, 13.4692307692307, 7.0382001632848, 17.0884615384613, 15.0352636773073, 31.7653846153845, 67.9591510790461, 136.269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 180, '2021-05-23 00:00:00', 5.47267337287322, 9.78461538461513, 5.56339685941823, 11.9538461538459, 6.72037201351231, 17.5499999999997, 15.9259807088437, 32.0615384615383, 68.4270154701625, 136.473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 195, '2021-05-23 00:00:00', 4.23539844642748, 7.64999999999978, 6.06547480543659, 11.503846153846, 7.73748120415276, 16.830769230769, 16.0964348656657, 31.3192307692306, 68.4572504447963, 136.392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 210, '2021-05-23 00:00:00', 4.12284629090902, 8.31153846153834, 6.15149262687216, 12.7615384615383, 7.71973694250922, 16.6923076923075, 16.2724141275493, 31.0884615384614, 68.5085319784782, 136.384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 225, '2021-05-23 00:00:00', 5.52881125072589, 7.91538461538434, 6.47729763214448, 11.4461538461535, 7.78315834646545, 15.2653846153844, 16.5972360998404, 30.076923076923, 68.728202698411, 136.423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 240, '2021-05-23 00:00:00', 4.77554185407293, 7.74999999999979, 5.83738086684589, 10.1307692307691, 6.82367485022123, 14.6423076923078, 17.0894249801989, 30.6269230769231, 68.4335396852024, 136.284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 255, '2021-05-23 00:00:00', 3.16509812704855, 6.57692307692297, 5.25520547794153, 9.99615384615362, 6.54199804811487, 14.4576923076923, 20.4492531366344, 37.0653846153847, 67.6806960320639, 136.030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 270, '2021-05-23 00:00:00', 4.62223389216138, 7.0769230769228, 4.53212804490176, 9.85384615384615, 7.55730110555353, 14, 21.8473022450053, 38.1307692307693, 66.9636573075278, 135.95 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 285, '2021-05-23 00:00:00', 2.81812812942343, 6.42307692307703, 5.27036416782937, 9.70769230769226, 8.21583461746538, 14.0923076923077, 22.6956237733518, 39.2576923076925, 67.0447612821809, 135.380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 300, '2021-05-23 00:00:00', 3.98178931560256, 6.92307692307685, 6.90946841994058, 9.76538461538453, 10.7916919611625, 13.9692307692307, 25.502059042058, 41.2307692307693, 67.4072551447829, 135.373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 315, '2021-05-23 00:00:00', 5.49495572880615, 6.45769230769229, 7.02987471165307, 9.59230769230785, 10.8735614433145, 14.3076923076923, 29.0427674036331, 55.2923076923078, 67.3807792726133, 135.469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 330, '2021-05-23 00:00:00', 6.04628430080445, 6.53461538461541, 9.34067449384681, 8.8499999999998, 11.7323117270867, 13.9923076923076, 29.4602639812706, 60.5346153846154, 67.4588308640053, 135.411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 345, '2021-05-23 00:00:00', 5.19928397437129, 5.08461538461517, 7.85016217372908, 9.57692307692297, 9.80474688803653, 13.4115384615383, 28.3637094785681, 64.5192307692309, 67.3281037446189, 136.465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 360, '2021-05-23 00:00:00', 5.37023706681966, 6.97692307692313, 6.80398525752465, 9.06923076923081, 8.08271089329648, 13.7692307692309, 27.2224175154341, 66.4192307692309, 66.5258459894754, 136.146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 375, '2021-05-23 00:00:00', 3.52547650898213, 5.35384615384604, 4.75335832697414, 8.91923076923065, 8.90631323189405, 15.0807692307692, 25.7978138608681, 68.8000000000001, 64.6705739765897, 135.507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 390, '2021-05-23 00:00:00', 3.91134051386291, 6.64615384615382, 5.09245142720698, 10.2115384615387, 8.39409316126529, 15.8, 23.4779097483964, 71.7230769230771, 64.6132900118378, 135.373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 405, '2021-05-23 00:00:00', 4.78798014262316, 7.66538461538469, 8.58202504343542, 12.1346153846153, 8.80862951009729, 16.0653846153847, 23.026162043674, 73.8423076923079, 64.6189707796047, 135.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 420, '2021-05-23 00:00:00', 5.07826287682627, 8.23461538461515, 5.63302897068845, 10.9692307692306, 7.06681083549119, 15.1692307692306, 23.4381323094192, 76.273076923077, 63.7393882570631, 134.219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 435, '2021-05-23 00:00:00', 3.53995219437523, 6.13846153846173, 4.95257042818707, 9.86538461538469, 12.5198377969341, 25.0923076923077, 24.5575609538079, 78.6500000000001, 63.0970632011934, 133.753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 450, '2021-05-23 00:00:00', 3.61922431128352, 7.40384615384594, 5.86639582708156, 10.85, 13.4141171331377, 26.8423076923077, 23.5985305931076, 80.2769230769232, 62.4291145096705, 133.507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 465, '2021-05-23 00:00:00', 4.26660737138256, 7.30769230769213, 10.8624405814079, 21.7307692307692, 13.7210472800563, 28.2076923076923, 22.0709220468923, 80.6000000000001, 61.3095370922139, 132.857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 480, '2021-05-23 00:00:00', 10.5706851535454, 20.1538461538462, 11.90124298615, 23.6961538461539, 17.2897355053845, 30.0846153846154, 21.5608009698512, 81.2423076923077, 60.9531422803301, 132.465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 495, '2021-05-23 00:00:00', 4.55193787979789, 9.95769230769229, 6.87847031295143, 15.3846153846154, 15.6347876421582, 41.8538461538461, 20.2393725199177, 79.95, 59.3561206746067, 132.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 510, '2021-05-23 00:00:00', 6.28041277428359, 10.5961538461538, 7.9121299281547, 16.8499999999999, 16.626065263731, 48.8730769230769, 20.7895924405976, 80.4653846153846, 59.167655535254, 132.111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 525, '2021-05-23 00:00:00', 6.05306915158318, 13.5730769230768, 13.4212833273814, 39.9269230769231, 16.2155523637506, 53.1423076923078, 21.8165850814325, 81.7538461538461, 58.8672960009338, 132.557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 540, '2021-05-23 00:00:00', 11.7344542005418, 37.2692307692308, 15.5886901803344, 46.4615384615385, 16.513701537255, 55.0076923076924, 24.6062968801452, 83.0230769230769, 58.296230251522, 132.961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 555, '2021-05-23 00:00:00', 11.1465931325019, 26.4423076923077, 14.2924364074687, 36.1423076923079, 12.7994525123297, 45.6038461538463, 26.2436477295715, 76.676923076923, 57.360906547927, 134.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 570, '2021-05-23 00:00:00', 9.46006423786939, 24.319230769231, 10.0542803743556, 31.8846153846155, 10.3187089234145, 44.5153846153847, 28.2008499599131, 74.9076923076924, 58.8515353698154, 134.580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 585, '2021-05-23 00:00:00', 8.05719936072464, 20.0384615384615, 7.4171319358527, 30.923076923077, 10.8410785725122, 43.7461538461539, 31.2994177876547, 75.9346153846154, 59.0119528961329, 135.846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 600, '2021-05-23 00:00:00', 8.68358309596994, 24.2692307692308, 10.5255184414611, 32.0576923076923, 18.1422430976818, 45.0538461538462, 32.4168076063117, 74.6307692307692, 60.1765689131066, 135.676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 615, '2021-05-23 00:00:00', 7.85650147232309, 19.7307692307693, 10.931777250116, 29.0153846153846, 18.5485906576379, 42.1307692307692, 33.2814570686951, 70.4538461538462, 59.0290092959516, 136.607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 630, '2021-05-23 00:00:00', 8.09672678403954, 19.5538461538462, 13.3338343495612, 27.0923076923077, 18.3353332708692, 40.0730769230769, 31.094545898202, 66.2961538461539, 58.2566935077983, 135.692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 645, '2021-05-23 00:00:00', 6.46460778749598, 17.6346153846154, 10.4685793614107, 27.3653846153846, 14.5307763570451, 37.2884615384615, 29.9511633265787, 66.6538461538462, 55.4430102412864, 134.746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 660, '2021-05-23 00:00:00', 6.88901020020008, 17.9615384615385, 10.2730416438066, 24.6538461538462, 11.7813575030802, 34.0961538461538, 29.6525873822428, 67.7923076923077, 53.4539147303544, 132.65 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 675, '2021-05-23 00:00:00', 5.50468332073142, 15.3076923076923, 8.49343637984427, 22.5384615384615, 12.5518769665981, 31.4807692307692, 29.4595067586262, 67.4423076923078, 52.6063242761376, 131.815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 690, '2021-05-23 00:00:00', 7.44435769818065, 15.9615384615385, 9.86033233953876, 23.1153846153846, 13.0697536908108, 30.9615384615385, 28.056909199806, 67.3846153846155, 51.7765116036813, 131.034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 705, '2021-05-23 00:00:00', 5.34030393833967, 15.1730769230769, 9.16550808529118, 22.0576923076923, 12.8798739840945, 28.6346153846154, 28.8881783114451, 69.6269230769232, 50.1015921749153, 129.707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 720, '2021-05-23 00:00:00', 4.68992373236329, 14.3461538461539, 6.91589584830594, 19.0192307692308, 12.9874495630915, 28.4230769230769, 31.2795162760159, 72.4576923076924, 48.0594127497012, 128.065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 735, '2021-05-23 00:00:00', 7.60880057261629, 14.9230769230769, 9.92541415528069, 20.9230769230769, 12.8410998810011, 30.0769230769231, 35.7831238693069, 75.7653846153848, 48.0485337965685, 128.4 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 750, '2021-05-23 00:00:00', 6.22427011476352, 14.6923076923077, 9.64813652792797, 20.9423076923077, 10.0161600196114, 28.7884615384616, 35.3687684916423, 76.946153846154, 46.1382099282645, 126.480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 765, '2021-05-23 00:00:00', 7.6130707440458, 14.1730769230769, 8.41722135770561, 20.5192307692308, 13.8438789584201, 30.8461538461538, 33.8622185651479, 77.123076923077, 45.3198472398809, 125.315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 780, '2021-05-23 00:00:00', 4.97331339791151, 13.5769230769231, 7.45161314491959, 19.5576923076923, 13.9299660389448, 29.0653846153846, 33.8854341296352, 76.5769230769232, 45.5385336407952, 125.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 795, '2021-05-23 00:00:00', 5.05861793226326, 12.9807692307692, 10.6620477178852, 21.2384615384615, 10.6964005448275, 28.0538461538462, 33.4907417746365, 77.0538461538462, 44.6782728128388, 124.138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 810, '2021-05-23 00:00:00', 6.24979507356342, 14.8076923076923, 7.33359498367705, 19.2192307692309, 9.42269927029734, 28.0615384615384, 31.7885252640247, 76.8923076923077, 44.0876106790174, 123.130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 825, '2021-05-23 00:00:00', 6.24367372133278, 13.7884615384615, 6.44673441483241, 19.4038461538462, 11.5681824913789, 34.0269230769231, 30.6087599326627, 76.4538461538463, 44.0961161729517, 122.588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 840, '2021-05-23 00:00:00', 3.88473343308828, 13.8653846153846, 7.58421944667905, 20.5961538461538, 18.3145339511043, 35.5846153846154, 30.6390793695793, 74.2038461538463, 44.2596334581088, 121.434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 855, '2021-05-23 00:00:00', 5.96144664941708, 14.6730769230769, 11.7964140574746, 25.0461538461539, 17.7784246944262, 34.7961538461539, 30.5743575314598, 72.0576923076924, 44.3860074971657, 120.561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 870, '2021-05-23 00:00:00', 10.6014077439671, 17.123076923077, 16.8049557708891, 23.9423076923077, 16.1574940935968, 31.7307692307692, 30.1187077054469, 69.1153846153847, 43.9817073863143, 119.753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987905 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 987905, 3, 885, '2021-05-23 00:00:00', 10.5255001708305, 15.8846153846154, 10.2520542031641, 22.2692[...];[ Date: 2021-05-23 16:51:24 - Database: acaweb_fx - User: pgperfstats ]
19 23s151ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987900, 1, 1020, '2021-05-23 00:00:00', 14.7591779355536, 21.7, 18.1211202744201, 31.6, 24.5628106426497, 42.96, 34.1486666406367, 62.132, 145.327303009448, 351.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1035, '2021-05-23 00:00:00', 11.2139422149394, 20.24, 14.1891977691952, 28.4, 19.3105109547452, 35.9, 35.0042497419956, 60.62, 145.579044966415, 351.2 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1050, '2021-05-23 00:00:00', 7.75069889321817, 18.64, 13.7160793717933, 25.12, 19.1286652261294, 31.48, 38.4447330592891, 60.18, 145.662314961695, 351.18 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1065, '2021-05-23 00:00:00', 9.43764624610748, 16.44, 14.1913118961333, 21.32, 18.2978113445297, 29.6359999999999, 37.7961968986299, 55.86, 146.386759419468, 351.4 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1080, '2021-05-23 00:00:00', 8.13572369245662, 14.74, 9.53952304887409, 19.26, 17.2216791670653, 29.0959999999999, 35.9788711144008, 56.9, 146.298930504179, 350.704 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1095, '2021-05-23 00:00:00', 8.57190177265232, 12.96, 12.1552759464083, 20.5359999999999, 17.9477036599858, 28.3559999999999, 34.6133765087045, 56.74, 146.285994658865, 350.584 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1110, '2021-05-23 00:00:00', 10.8956150297939, 14.3478260869565, 15.4755959867866, 20.195652173913, 18.6466784334581, 27.195652173913, 18.7727474662295, 47.5173913043479, 146.70190810585, 357.656521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1125, '2021-05-23 00:00:00', 6.11395410373751, 13.804347826087, 9.34304501319442, 18.7608695652174, 12.6127719320646, 25.3260869565217, 19.3050782808781, 47.7826086956519, 146.769243743677, 357.7 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1140, '2021-05-23 00:00:00', 4.74893372679615, 11.0652173913043, 11.1858624069207, 16.8478260869565, 11.9112744279537, 21.4130434782609, 18.8674374950191, 47.6739130434781, 146.93158258344, 357.721739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1155, '2021-05-23 00:00:00', 8.48073846437831, 11.8260869565217, 8.4845826233522, 16.4782608695652, 10.367839450033, 21.5869565217391, 19.9889455615855, 48.4608695652173, 147.040005714882, 357.634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1170, '2021-05-23 00:00:00', 3.59498442882278, 11.0869565217391, 4.38995889849037, 13.8913043478261, 8.17097436872662, 21.5869565217391, 19.0070758615394, 47.5565217391302, 147.010337621505, 358.113043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1185, '2021-05-23 00:00:00', 4.94285526612081, 10.5, 5.62356701114637, 15.4782608695652, 9.72746204241174, 22.1521739130435, 18.9678185960453, 47.1782608695653, 147.010337621505, 358.113043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1200, '2021-05-23 00:00:00', 5.45499010045366, 11.9347826086957, 7.33143914930759, 17, 12.2152143841438, 23.4347826086957, 18.3421974019906, 47.4434782608698, 147.42336134533, 358.526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1215, '2021-05-23 00:00:00', 4.5, 10.5, 7.41153358216272, 14.6086956521739, 11.4761309258682, 22.7608695652174, 16.3974908906783, 47.7956521739133, 148.056677268519, 358.982608695653 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1230, '2021-05-23 00:00:00', 6.24191176248054, 10.0652173913043, 10.4558643265026, 15.0652173913043, 13.1300126885537, 23.4782608695652, 20.715080145984, 49.2000000000003, 148.529010354867, 359.965217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1245, '2021-05-23 00:00:00', 7.36022587297331, 10.8260869565217, 11.9552442723956, 17.2826086956522, 13.5986732089376, 26.4130434782609, 20.7980055671959, 50.0608695652178, 149.662664556179, 361.204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1260, '2021-05-23 00:00:00', 11.227832793955, 13.7826086956522, 12.8165453220474, 19.3260869565217, 15.4652166134583, 33.6739130434783, 18.6547167895421, 50.7869565217394, 149.662664556179, 361.204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1275, '2021-05-23 00:00:00', 5.66680229241712, 12.6086956521739, 7.68108142501481, 19.3913043478261, 12.819397666105, 31.7826086956522, 18.2063089008856, 51.2173913043483, 150.40843773636, 361.421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1290, '2021-05-23 00:00:00', 7.39752121714448, 14.7826086956522, 11.3010807836008, 26.6521739130435, 14.793268418907, 30.3521739130436, 18.1847490720721, 51.9652173913049, 151.331533800889, 360.769565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1305, '2021-05-23 00:00:00', 7.46427592066122, 19.4782608695652, 8.18806853923207, 22.1086956521739, 10.01753995347, 25.8260869565214, 19.4794976844767, 50.808695652174, 151.450565644345, 360.726086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1320, '2021-05-23 00:00:00', 7.22821109079712, 12.2391304347826, 9.73693104047438, 14.2347826086959, 11.6852614848096, 21.1521739130433, 20.1318028543399, 51.1695652173914, 150.874226995672, 361.234782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1335, '2021-05-23 00:00:00', 6.10275321784725, 6.47826086956522, 9.20361674912747, 13.5260869565214, 12.3317306582519, 20.5608695652173, 29.3792537917439, 59.0652173913042, 151.051448058184, 361.178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1350, '2021-05-23 00:00:00', 7.06377777975338, 10.7826086956519, 9.48556006793347, 14.1304347826085, 10.6541201738973, 21.3130434782607, 42.2784310402516, 69.7130434782609, 151.051448058184, 361.178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1365, '2021-05-23 00:00:00', 6.62547485060837, 7.76521739130413, 7.79868489977681, 12.9304347826088, 8.08631303487678, 16.7130434782612, 71.5536518901328, 107.065217391304, 150.728079378208, 361.313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1380, '2021-05-23 00:00:00', 4.81501685893012, 5.25652173913002, 6.31937856553548, 9.59999999999934, 5.85140434479873, 13.0565217391304, 76.3225035324094, 114.8, 150.537074077905, 361.539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1395, '2021-05-23 00:00:00', 2.90359597141486, 4.4782608695649, 4.52708580975182, 6.97826086956538, 8.20071817928994, 17.8217391304355, 73.7806480834954, 138.130434782609, 150.150118294044, 362.056521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1410, '2021-05-23 00:00:00', 4.6206872852578, 4.54347826087004, 5.57419591322829, 7.95652173913107, 13.970443107948, 21.6652173913045, 69.5034585541479, 149.556521739131, 150.14759931823, 362.060869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 1, 1425, '2021-05-23 00:00:00', 4.58513666763285, 5.35652173913078, 8.42785706473276, 15.7173913043483, 14.4655335221019, 23.9565217391306, 60.163365542161, 186.134782608696, 150.145083195905, 362.065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 0, '2021-05-23 00:00:00', 7.07797758308618, 13.488, 13.3781189509837, 18.5359999999998, 14.7473805583682, 24.9240000000001, 79.7311423890732, 208.644, 150.090448619047, 354.988 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 15, '2021-05-23 00:00:00', 10.0047072254348, 11.14, 11.1089558465233, 15.7159999999998, 16.1802863592292, 27.3200000000003, 82.7957682090898, 223.544, 149.788975228486, 355.028 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 30, '2021-05-23 00:00:00', 7.28318382760408, 10.0319999999998, 10.3363952452809, 15.7240000000001, 16.1889036071006, 29.132, 97.6504056997887, 240.356, 150.17729322371, 354.324 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 45, '2021-05-23 00:00:00', 6.67484581594728, 11.2240000000004, 12.8628884780985, 19.7840000000002, 14.3019777187166, 30.7639999999997, 96.8186238971268, 247.352, 149.712059745811, 353.78 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 60, '2021-05-23 00:00:00', 10.2356403479869, 14.4200000000001, 12.1993606389844, 21.9760000000002, 12.1100165152657, 33.2200000000003, 96.4815961725342, 248.544, 149.538981874293, 353.572 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 75, '2021-05-23 00:00:00', 8.64648676245615, 16.8559999999999, 8.98384104935072, 23.4239999999994, 26.0418976523092, 47.5719999999998, 98.8428857665873, 252.324, 149.538981874293, 353.572 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 90, '2021-05-23 00:00:00', 7.40634412739064, 15.2679999999999, 10.8971066496265, 24.988, 41.8300458203592, 61.3759999999999, 103.979473615389, 256.648, 148.835305847325, 353.408 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 105, '2021-05-23 00:00:00', 10.2876009513063, 18.7160000000003, 23.5148357425689, 42.26, 71.1998600185894, 101.844, 103.816754749253, 257.276, 148.449275848689, 354.28 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 120, '2021-05-23 00:00:00', 19.7194557058083, 34.9880000000002, 43.0075718139647, 57.7960000000001, 75.9173838239087, 109.92, 104.286701293437, 257.124, 148.536803856822, 354.372 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 135, '2021-05-23 00:00:00', 35.6440612164215, 47.892, 72.082789670397, 95.1239999999998, 70.0503694970031, 131.952, 113.355842666652, 261.196, 149.760063991261, 353.252 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 150, '2021-05-23 00:00:00', 66.9169764210349, 79.8559999999999, 70.1876670078158, 91.4879999999997, 62.1097383668615, 132.328, 129.209827799591, 261.328, 150.275386319029, 350.144 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 165, '2021-05-23 00:00:00', 35.7126485529518, 52.4920000000001, 41.7525795610283, 91.1960000000002, 55.0938326857009, 144.604, 130.559355211847, 248.676, 175.464194638109, 360.412 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 180, '2021-05-23 00:00:00', 31.6396112491921, 61.26, 32.0362362541753, 81.728, 87.1661583796525, 151.72, 135.436611864493, 240.5, 174.562101938919, 350.492 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 195, '2021-05-23 00:00:00', 21.1660104885167, 62.2, 57.1376043716687, 111.68, 87.7881825760165, 158.34, 133.692279383167, 248.716, 174.215355427318, 350.544 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 210, '2021-05-23 00:00:00', 56.1949137674695, 82.42, 85.8664321295969, 117.26, 96.9555439363835, 156.74, 126.591633741466, 246.944, 168.479241253436, 342.516 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 225, '2021-05-23 00:00:00', 51.8944280888292, 81.14, 65.2535567357571, 106.38, 88.6150288231818, 141.46, 121.4820229499, 243.524, 161.978269941784, 340.992 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 240, '2021-05-23 00:00:00', 42.9112650322344, 70.72, 58.3646011437298, 103.98, 65.2941549196149, 117.42, 105.343655876058, 230.32, 156.878977559136, 347.512 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 255, '2021-05-23 00:00:00', 30.8624907182381, 64.08, 57.1719482497026, 84.94, 69.5252472127931, 96.02, 104.076870629358, 216.46, 152.290192505405, 349.476 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 270, '2021-05-23 00:00:00', 54.2762071875575, 51.86, 58.2439195681976, 59, 78.5318050219145, 77.4239999999999, 102.261951216798, 205.82, 159.586155205686, 355.052 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 285, '2021-05-23 00:00:00', 43.0288469130497, 37.26, 59.5227273120668, 53.7439999999999, 68.0929590094795, 62.6239999999999, 98.2723935463736, 197.5, 161.123501079141, 350.348 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 300, '2021-05-23 00:00:00', 37.09588836156, 37.008, 46.8779578622333, 46.328, 45.3131651215551, 51.928, 110.472632357521, 199.88, 162.883343531498, 350.988 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 315, '2021-05-23 00:00:00', 24.8735468587279, 24.88, 25.7144330419061, 30.7960000000001, 28.6220614212184, 62.8360000000001, 110.90750756073, 199.276, 163.087653119419, 351.348 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 330, '2021-05-23 00:00:00', 9.32838321111082, 15.1960000000001, 10.4104114552052, 20.72, 51.7966215114461, 70.16, 110.861493916208, 196.3, 163.150537643408, 350.272 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 345, '2021-05-23 00:00:00', 5.95594940654581, 13.16, 30.0568905022903, 46.6, 59.7292502324726, 78.4, 108.693188225696, 197.14, 162.208406892696, 349.632 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 360, '2021-05-23 00:00:00', 31.2774146416654, 43.88, 53.4600162114952, 64.16, 77.6626679943459, 92.64, 108.461173083581, 196.824, 162.066993143782, 349.512 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 375, '2021-05-23 00:00:00', 33.7845132173505, 39.68, 48.1977523680652, 57.24, 65.3773151279045, 112.12, 102.781164292556, 187.324, 167.606769453583, 349.64 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 390, '2021-05-23 00:00:00', 37.7644894929968, 42.36, 56.4181708317453, 61.52, 71.8840037838739, 127.68, 98.7040276111701, 181.344, 164.410065892167, 349.968 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 405, '2021-05-23 00:00:00', 33.2143041474603, 41.76, 40.6924644948751, 88.72, 62.3270139399175, 134.36, 90.6897985810236, 170.496, 158.979734243079, 344.044 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 420, '2021-05-23 00:00:00', 38.295996309449, 73.4, 53.0698282140301, 100.64, 65.3127093298081, 131.8, 93.3389045361042, 159.788, 156.76324898819, 342.196 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 435, '2021-05-23 00:00:00', 36.5959014098574, 65.52, 49.1121166312347, 89, 53.87058566602, 105.04, 88.3295190371447, 134.232, 175.426919732026, 342.14 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 450, '2021-05-23 00:00:00', 31.0013440568846, 59.2, 38.2364572975409, 76.12, 51.0626086290154, 89.16, 77.3595656657919, 118.236, 174.03185513003, 341.292 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 465, '2021-05-23 00:00:00', 25.1594912508182, 49, 26.2568721163305, 59.44, 49.0159157825292, 72.32, 72.6026326428087, 103.468, 176.789821822411, 345.712 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 480, '2021-05-23 00:00:00', 24.0138848724372, 39.4, 41.7864411821187, 50.24, 65.7664934952949, 66.74, 72.4756494739208, 95.0680000000005, 176.881030356565, 348.184 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 495, '2021-05-23 00:00:00', 29.8829940490128, 29.92, 37.0843632815773, 41, 55.5756391476217, 57.88, 59.7506688944426, 85.7920000000006, 176.775618322588, 348.344 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 510, '2021-05-23 00:00:00', 23.7298686609654, 29.76, 41.7877773198496, 42.98, 42.6444310549455, 54.88, 50.3144197356315, 82.5200000000006, 177.794796230561, 350.104 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 525, '2021-05-23 00:00:00', 22.0890621500024, 25.52, 24.9827940791257, 37.34, 24.2489951681851, 49.9279999999999, 48.7284140243997, 78.7600000000006, 178.086918198202, 350.272 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 540, '2021-05-23 00:00:00', 13.8603751752974, 16.38, 15.0457635233311, 26.3, 15.5908220865138, 40.0960000000004, 44.1408661748572, 72.6240000000005, 177.41750590063, 351.116 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 555, '2021-05-23 00:00:00', 10.1819693576439, 21.62, 11.180053667134, 32.3879999999997, 16.3131215079556, 44.4720000000004, 45.305151289156, 72.8440000000005, 175.326808845652, 353.736 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 570, '2021-05-23 00:00:00', 8.72938905842371, 24.9839999999998, 12.6027351528678, 31.5320000000003, 22.9560899690398, 47.1960000000003, 43.4385819289716, 69.7960000000005, 173.72803151286, 354.468 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 585, '2021-05-23 00:00:00', 8.76813929329718, 23.7120000000001, 13.524948551966, 34.1440000000002, 23.5137640542723, 47.9280000000006, 42.5686433892364, 69.0760000000005, 172.249448668687, 355.956 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 600, '2021-05-23 00:00:00', 8.19493136029815, 22.0759999999999, 14.6852159216903, 31.9159999999999, 18.1694799044993, 41.1800000000001, 35.4194155795942, 62.5000000000001, 169.706727719715, 353.552 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 615, '2021-05-23 00:00:00', 13.263766433408, 21.86, 17.4560161548964, 30.5200000000001, 18.9551470582532, 36.7520000000001, 35.6917240640833, 59.5200000000001, 169.659522573889, 353.412 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 630, '2021-05-23 00:00:00', 8.85375250011732, 17.532, 8.25110497650654, 21.5359999999999, 16.1580970414218, 30.8080000000002, 31.4646627186754, 54.2600000000001, 169.299379798037, 352.34 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 645, '2021-05-23 00:00:00', 7.03244386160784, 15.388, 11.9145037664187, 22.3040000000001, 20.7842023341445, 32.1840000000001, 31.3186595072862, 55.252, 169.292203010062, 352.28 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 660, '2021-05-23 00:00:00', 9.56257113263306, 14.888, 13.7165933574388, 21.408, 21.1389356401877, 28.428, 30.3441098073415, 55.34, 169.292203010062, 352.28 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 675, '2021-05-23 00:00:00', 7.96094634240595, 12.72, 13.4191095084585, 18.48, 18.6044349551391, 28, 25.4156775763832, 53.04, 169.132935881809, 350.32 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 690, '2021-05-23 00:00:00', 6.75166646095614, 13.22, 10.8657719468062, 18.76, 12.742383345879, 26.92, 22.7669350887056, 51.8, 169.180465775455, 349.84 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 705, '2021-05-23 00:00:00', 7.05531714382848, 12.44, 10.0467656487051, 19.6, 9.63037728579035, 24.84, 24.2993484137607, 56.9, 169.270345896734, 349.32 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 720, '2021-05-23 00:00:00', 7.5304935650549, 13.4, 7.43583664873474, 17, 8.88336460282176, 22.82, 38.684159117999, 62.88, 169.247668620083, 349.4 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 735, '2021-05-23 00:00:00', 4.56864312460494, 10.18, 7.65332171892266, 16.14, 12.4474562327677, 23.78, 39.2799779361785, 63.9, 169.231279122192, 349.46 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 750, '2021-05-23 00:00:00', 5.91079520876844, 11.7, 5.95818764390649, 15.9, 10.2657196532927, 22.98, 39.8733202363017, 67.94, 169.220647380868, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 765, '2021-05-23 00:00:00', 5.03669865421124, 11.58, 10.0567970381562, 17.58, 12.5816665562768, 22.94, 41.1054740880093, 71.58, 169.127621930896, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 780, '2021-05-23 00:00:00', 7.55358634468864, 12.34, 7.22247649125054, 15.18, 13.2311186223992, 21.6, 43.7968606180854, 73.96, 169.127621930896, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 795, '2021-05-23 00:00:00', 4.40388086426809, 9.96, 11.516292806281, 15.6, 12.6062153982338, 22.8, 50.1005239493561, 76.3, 169.127621930896, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 810, '2021-05-23 00:00:00', 11.3882980876571, 12.62, 12.4950656927712, 16.22, 14.2233083352643, 23.64, 49.85539088203, 77.32, 169.127621930896, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 825, '2021-05-23 00:00:00', 6.52578220088085, 10.24, 7.32108826154509, 16.16, 12.7972978918729, 24.4, 48.6225513522275, 77.06, 169.127621930896, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 840, '2021-05-23 00:00:00', 6.14728937554323, 12.68, 8.17271884585132, 16.28, 11.4509824905988, 26, 48.3763458038465, 77.5, 169.127621930896, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 855, '2021-05-23 00:00:00', 5.96810969514915, 10.58, 9.33197906841487, 18.76, 10.8546457028009, 25.86, 48.7996926219828, 78.42, 169.127621930896, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 870, '2021-05-23 00:00:00', 7.81674160218709, 15.1666666666667, 8.48376006158877, 20.8125, 9.14843377741295, 26.7916666666667, 51.3617771869033, 78.5208333333333, 172.528277402932, 351.270833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 885, '2021-05-23 00:00:00', 6.61960472133092, 14.44, 8.54400374531753, 19.1, 19.7322282911316, 40.44, 50.5430674441774, 78.18, 169.127621930896, 349.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 900, '2021-05-23 00:00:00', 6.70397891802572, 14.38, 9.40691235209513, 20.36, 35.9078682185395, 51, 49.9150778823393, 78.66, 169.025454197487, 349.88 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 915, '2021-05-23 00:00:00', 8.86575809881291, 13.82, 19.136287518743, 36.02, 36.1587702593253, 52.54, 53.5716031743186, 79.5, 168.991678789223, 349.88 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 930, '2021-05-23 00:00:00', 14.5700034317086, 31.08, 31.7668852738193, 45.48, 32.0610355416041, 54.42, 56.3951830094261, 80.4, 169.04564225873, 349.52 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 945, '2021-05-23 00:00:00', 17.379274054651, 28.32, 26.0880400439231, 37.26, 31.2114829296313, 50.64, 54.7977341380706, 74.9, 167.574175118562, 349.18 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 960, '2021-05-23 00:00:00', 12.5197510624879, 23.66, 17.5211063197124, 33.52, 28.6545517035834, 46.3, 46.3807341468416, 69.38, 167.228682547782, 348.868 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 975, '2021-05-23 00:00:00', 13.3468785364469, 22.92, 17.9397603105504, 32.28, 33.9928056113839, 43.36, 48.2312744319838, 66.88, 165.710447065557, 349.168 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 990, '2021-05-23 00:00:00', 12.9855689132206, 20.3, 22.3485271699651, 30.54, 32.2124070300042, 41.92, 46.0973878507955, 65.64, 165.363101285222, 349.188 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1005, '2021-05-23 00:00:00', 17.3074405964602, 22.12, 26.133838217912, 30.46, 27.4014598151266, 38.94, 44.3639023681792, 61.98, 164.760402605319, 348.588 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1020, '2021-05-23 00:00:00', 14.3176173529909, 20.84, 15.2519944051043, 26.46, 15.7705421593552, 32.72, 33.2910148037975, 55.8, 165.009565682316, 347.648 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1035, '2021-05-23 00:00:00', 8.41343172155889, 17.84, 12.5582973899065, 24.74, 12.8915993318647, 31.62, 31.8472918785884, 55.3, 164.849077744867, 347.448 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1050, '2021-05-23 00:00:00', 11.4850627628527, 18.64, 11.939325776609, 23.88, 14.4574663524884, 31.32, 32.8600821666654, 55.08, 163.821448839888, 346.872 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1065, '2021-05-23 00:00:00', 8.21457038844191, 16.9, 12.5227126986661, 23.62, 15.2019187385453, 29.16, 32.6240836397489, 54.32, 162.984981721221, 346.552 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1080, '2021-05-23 00:00:00', 11.2599215509405, 16.66, 14.5726055780472, 22.06, 13.3920685482117, 29.58, 33.0170410545827, 56.1, 162.75296034174, 347.412 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1095, '2021-05-23 00:00:00', 7.23002996766496, 13.76, 8.17888541713764, 17.46, 11.56492542129, 25.82, 29.7540333400364, 52.14, 161.302083888171, 346.532 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1110, '2021-05-23 00:00:00', 7.24125909861906, 12.46, 9.08639092269312, 19.2, 15.879966414742, 27.06, 30.3067302756336, 52.0040000000002, 161.217139080599, 346.752 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1125, '2021-05-23 00:00:00', 5.70401905092658, 13.66, 11.9726424262427, 19.36, 16.7978173185288, 26.6, 34.6875256156059, 54.8120000000001, 161.123986213516, 347.132 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1140, '2021-05-23 00:00:00', 11.7898261225516, 13.8, 15.7964394722355, 19.94, 16.0086434986437, 24.88, 33.4577967993509, 53.7000000000003, 161.298956702557, 347.752 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1155, '2021-05-23 00:00:00', 7.23561791878666, 12.6, 8.318753913097, 15.58, 10.823392875311, 21.6, 30.2619827506393, 51.9520000000003, 161.209712073022, 347.372 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1170, '2021-05-23 00:00:00', 4.90221038580217, 10.36, 7.80224326716362, 15.1, 10.3873721412107, 22.22, 32.160955624276, 53.8040000000002, 161.334832775401, 347.708 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1185, '2021-05-23 00:00:00', 6.92290882986817, 11.48, 8.32381122643548, 17.16, 11.9752522589993, 23.86, 32.1029219853895, 53.8480000000002, 161.291032815426, 347.968 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1200, '2021-05-23 00:00:00', 6.98253774306543, 13.38, 7.79487010796203, 17.48, 10.3896182156356, 22.44, 30.8105436498612, 52.7280000000002, 161.352763430524, 347.948 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1215, '2021-05-23 00:00:00', 6.3778915011154, 11.64, 8.13644066325483, 16.58, 11.6032323082838, 22.52, 30.6387048246711, 54.2240000000004, 161.417597966682, 347.848 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1230, '2021-05-23 00:00:00', 5.16946160961984, 11.66, 6.84391457184166, 14.62, 14.9233597647, 24.46, 30.4493294945334, 54.8800000000001, 161.417597966682, 347.848 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1245, '2021-05-23 00:00:00', 5.8182901268328, 10.04, 9.05639737055157, 16.32, 16.8467850543261, 25.72, 28.1087341111855, 55.248, 161.217148384821, 348.168 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1260, '2021-05-23 00:00:00', 6.12834942432844, 12.16, 11.2476664246412, 18.48, 18.5447207222613, 29.14, 26.7583320357105, 55.1800000000001, 161.137730735749, 348.308 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1275, '2021-05-23 00:00:00', 7.83007024234138, 12.18, 12.4298028946561, 17.1, 16.271140095273, 27.6, 24.8969375626805, 53.7000000000004, 161.298248388919, 347.908 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1290, '2021-05-23 00:00:00', 8.43603382322918, 11.7, 11.9066857969238, 21.04, 12.7360747485244, 25.3480000000003, 23.2645832400529, 52.0000000000003, 161.425650894357, 348.208 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1305, '2021-05-23 00:00:00', 10.0560926805594, 17.3, 10.2235430909902, 20.2, 14.6245136671274, 27.5840000000001, 22.9057685601978, 51.8560000000002, 161.902257035945, 347.46 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1320, '2021-05-23 00:00:00', 4.96932255611031, 9.94, 5.41418507256665, 11.9440000000002, 13.0363555745715, 20.7360000000002, 25.7040353511534, 52.1920000000003, 161.866606603503, 346.82 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1335, '2021-05-23 00:00:00', 3.22374006396286, 5.42000000000029, 11.1496606824299, 15.292, 13.3090908780423, 19.9240000000001, 29.7711980500173, 60.7440000000004, 161.965129992024, 346.66 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1350, '2021-05-23 00:00:00', 10.5085076644274, 13.4959999999999, 11.648709513647, 15.9920000000001, 13.63544034248, 22.0240000000002, 36.4534374236504, 70.3680000000005, 162.209473623871, 346.6 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1365, '2021-05-23 00:00:00', 3.56464116941204, 7.42, 3.91056261936821, 11.0199999999999, 9.73697762826502, 15.8039999999999, 83.5971490741962, 116.38, 162.217877354296, 346.884 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1380, '2021-05-23 00:00:00', 3.50685994397664, 5.11600000000035, 8.72119066794586, 10.1200000000004, 9.58456571786116, 11.4160000000003, 100.089106133818, 135.88, 162.217877354296, 346.884 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1395, '2021-05-23 00:00:00', 7.13500291987767, 6.29199999999997, 8.9402143896737, 8.00799999999988, 10.9389106709335, 21.5319999999998, 111.389342249008, 159.016, 162.217877354296, 346.884 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1410, '2021-05-23 00:00:00', 5.02741484264034, 4.2639999999998, 4.83918725958552, 5.67599999999991, 12.5799443559978, 25.8600000000001, 108.630046948347, 180.172, 162.217877354296, 346.884 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 2, 1425, '2021-05-23 00:00:00', 3.18312215704451, 3.73200000000026, 8.8250590177439, 19.3, 14.5794238569288, 28.8719999999998, 102.777141913949, 219.456, 162.217877354296, 346.884 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 0, '2021-05-23 00:00:00', 8.42888288367246, 17.1239999999998, 12.0044325147005, 23.5159999999999, 15.9441598503439, 30.1039999999998, 106.682926937725, 238.524, 162.217877354296, 346.884 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 15, '2021-05-23 00:00:00', 6.5324191537286, 11.0000000000001, 9.78932241441284, 16.9399999999997, 11.8574210237018, 24.9479999999999, 111.82735607474, 249.156, 162.093548298506, 347.044 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 30, '2021-05-23 00:00:00', 8.9576540827756, 12.2959999999998, 10.0909745152121, 17.0119999999997, 12.7025876628874, 27.8640000000001, 126.128286940982, 261.432, 162.159838842216, 347.7 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 45, '2021-05-23 00:00:00', 6.62714619324704, 10.0639999999998, 10.0600695822645, 18.68, 16.6822040909871, 29.3519999999997, 125.340104249731, 265.956, 162.419726018732, 347.864 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 60, '2021-05-23 00:00:00', 8.27240795254541, 14.6760000000002, 10.8778260695787, 22.9280000000002, 22.0142476591867, 35.3720000000001, 127.335063251774, 267.74, 162.561991047518, 348.348 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 75, '2021-05-23 00:00:00', 10.1587925791735, 17.6240000000001, 14.9062626659628, 23.1599999999994, 26.7683476018475, 47.212, 125.22500841818, 275.224, 162.480176944759, 348.604 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 90, '2021-05-23 00:00:00', 9.43287690297416, 13.6199999999994, 19.3224178956293, 26.1599999999999, 35.3425437680992, 58.3040000000002, 125.356390343692, 275.328, 162.472380934935, 348.604 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 105, '2021-05-23 00:00:00', 19.4854672341553, 21.4519999999998, 24.8094404075006, 39.8800000000001, 86.2893375027685, 111.968, 125.311604543767, 275.364, 162.459948910493, 348.56 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 120, '2021-05-23 00:00:00', 17.8267243205252, 29.1720000000003, 32.4923873135437, 50.4239999999999, 101.054243189817, 129.444, 125.521905392379, 273.696, 162.459948910493, 348.56 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 135, '2021-05-23 00:00:00', 31.5984983820436, 44.0519999999998, 84.603934699674, 106.392, 110.08579230158, 151.7, 136.170344666769, 279.888, 160.811810511542, 349.456 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 150, '2021-05-23 00:00:00', 78.4986065693738, 93.7040000000001, 95.152062510489, 117.48, 101.574984617277, 165.72, 129.04704865539, 282.108, 152.224237776599, 347.576 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 165, '2021-05-23 00:00:00', 48.1878466697431, 65.8239999999999, 60.5136141706972, 93.64, 77.3452127370099, 166.688, 116.160046631074, 259.068, 132.009039715721, 340.136 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 180, '2021-05-23 00:00:00', 31.9608093347671, 62.08, 48.8327758785019, 100.16, 83.8026053692048, 173.22, 108.555366058063, 249.38, 122.778960874139, 344.636 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 195, '2021-05-23 00:00:00', 36.3450248773245, 73.76, 70.0945670742985, 124.54, 90.8431661344613, 169.72, 119.353421260836, 248.26, 119.173971151422, 347.296 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 210, '2021-05-23 00:00:00', 55.1223412057217, 93.92, 78.1066471776464, 132.74, 93.9623449402295, 167.668, 111.522162670326, 232.912, 120.596160524841, 344.832 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 225, '2021-05-23 00:00:00', 52.3464573777443, 82.992, 61.3574847376695, 112.952, 72.1566351765381, 138.68, 103.518128525072, 215.772, 119.727458281994, 350.348 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 240, '2021-05-23 00:00:00', 37.8396617321033, 73.56, 54.0240650081054, 98.728, 53.5790381897, 113.92, 106.202148126423, 203.372, 122.7880185523, 364.34 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 255, '2021-05-23 00:00:00', 32.0518787800861, 65.672, 35.9418567504055, 75.1039999999999, 59.8066139040379, 102.624, 88.7314547760075, 188.476, 124.846792376363, 376.236 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 270, '2021-05-23 00:00:00', 34.4691591619716, 41.672, 48.5481232043697, 59.512, 70.097415073596, 78.352, 83.6826409717093, 179.724, 148.56430167888, 389.856 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 285, '2021-05-23 00:00:00', 31.2349697187837, 34.96, 54.1725637815552, 54.8, 55.8116475298839, 58.76, 77.3557797883692, 174, 152.364067504995, 396.564 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 300, '2021-05-23 00:00:00', 38.5224177157492, 36.68, 39.8544434996484, 41.72, 39.7122055124953, 46.948, 74.9115700898955, 171.92, 153.352033135093, 402.524 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 315, '2021-05-23 00:00:00', 25.7142632275034, 27.16, 26.381306513009, 30.16, 34.5410383939645, 65.2, 75.9380394356698, 172.74, 153.766301249656, 402.804 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 330, '2021-05-23 00:00:00', 13.7455447327489, 15.76, 16.0699802945326, 21.348, 42.7300440751781, 67.76, 72.2655807882748, 172.78, 153.373161711341, 403.444 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 345, '2021-05-23 00:00:00', 8.036578874123, 13.908, 35.816988520347, 50.24, 59.7432562442546, 81.56, 70.2851217067549, 174.16, 153.39217407243, 403.564 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 360, '2021-05-23 00:00:00', 37.7325235484367, 46.92, 45.7177208530784, 61.88, 72.9865741078453, 88.04, 69.6733928172489, 174.8, 153.39217407243, 403.564 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 375, '2021-05-23 00:00:00', 37.9780638439262, 44.6, 54.9113831550435, 66.52, 73.5962408460287, 110.36, 63.3405215219031, 166.56, 157.279579305982, 400.124 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 390, '2021-05-23 00:00:00', 34.0522637524536, 46.16, 48.3378043909044, 61.28, 56.314592543437, 108.2, 54.7374728438694, 155.248, 160.610974822187, 393.976 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 405, '2021-05-23 00:00:00', 26.0869060385985, 37.88, 46.415083755176, 80.88, 53.560028628322, 110.48, 53.2311149610827, 145.708, 159.383768203248, 392.016 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 420, '2021-05-23 00:00:00', 40.7311510599279, 70.12, 38.8603053685034, 87.96, 56.0141351208187, 113, 55.8912912118994, 141.768, 157.969210396625, 392.632 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 435, '2021-05-23 00:00:00', 30.4287145089415, 57.36, 50.7704966819642, 83.32, 55.0977011014676, 100.44, 55.5475493008769, 125.624, 162.920523875907, 389.272 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 450, '2021-05-23 00:00:00', 28.0750779161875, 56.72, 35.7648337523514, 70.96, 43.5343925343324, 86.08, 45.5822670198257, 110.416, 157.993237935468, 382.336 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 465, '2021-05-23 00:00:00', 24.8131685468288, 47.12, 34.9511563947938, 60.2, 35.676182531207, 68.96, 45.398884714642, 101.496, 162.022290338912, 382.956 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 480, '2021-05-23 00:00:00', 26.3648756239559, 36.76, 32.4499614791759, 49.4, 40.4279193957179, 58.8, 43.9338681049904, 93.068, 166.458804413184, 384.376 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 495, '2021-05-23 00:00:00', 22.8493617708096, 33.52, 24.0364306834438, 39.6, 34.7922563223485, 57.888, 38.5049988096787, 87.408, 166.825522827494, 385.356 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 510, '2021-05-23 00:00:00', 17.2774419402873, 25.48, 28.2735447606651, 36.32, 27.9143111444052, 58.928, 36.7621644266678, 84.0560000000001, 166.692448839172, 384.18 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 525, '2021-05-23 00:00:00', 18.9670767383907, 24, 21.5095583404216, 40.788, 20.5495158093813, 58.148, 35.6396815361758, 78.7760000000001, 166.043981924469, 386.768 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 540, '2021-05-23 00:00:00', 11.6523602759269, 18.44, 16.8618652586243, 33.98, 18.11316464159, 51.4560000000001, 38.3863725819467, 76.288, 166.794125895768, 385.628 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 555, '2021-05-23 00:00:00', 13.0635306610936, 28.52, 18.5094192237361, 43.888, 22.75567182045, 53.768, 37.047662094479, 75.148, 163.31676103001, 384.088 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 570, '2021-05-23 00:00:00', 12.9355608047486, 28.1039999999998, 13.6243311762451, 36.7360000000001, 26.128957116579, 52.0639999999999, 36.3548171957082, 72.6759999999999, 159.269531298362, 384.412 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 585, '2021-05-23 00:00:00', 12.0173998851662, 25.2039999999998, 21.8267366624824, 38.1320000000001, 25.5474558420211, 49.3200000000001, 36.5639294022588, 69.4520000000003, 158.915299452255, 385.736 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 600, '2021-05-23 00:00:00', 16.3908511066392, 22.8600000000001, 19.7217308232995, 33.6200000000001, 22.3613230079679, 41.7720000000003, 33.6701608747767, 62.2840000000002, 156.783604372396, 384.812 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 615, '2021-05-23 00:00:00', 14.5162839597467, 22.92, 15.2888499676506, 31.068, 18.3697441462858, 36.8200000000001, 35.9152326086486, 58.2320000000001, 156.704660960249, 384.792 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 630, '2021-05-23 00:00:00', 6.53825155017208, 15.1959999999999, 8.23923135573531, 18.992, 17.9162430957685, 29.7520000000001, 31.2902396922747, 51.8920000000001, 154.67391753837, 382.992 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 645, '2021-05-23 00:00:00', 5.17344823755557, 11.4959999999999, 15.0904130714394, 21.4840000000001, 19.4386642202253, 29.6000000000001, 35.2304120517109, 52.788, 154.35084472288, 382.992 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 660, '2021-05-23 00:00:00', 11.3699868073802, 14.992, 16.1606806787338, 21.552, 19.0422407645039, 28.212, 35.7266823723297, 53.9, 154.300613738248, 380.724 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 675, '2021-05-23 00:00:00', 8.85564791531371, 14.12, 12.8652633086152, 20.16, 14.5814379720703, 25.42, 33.9409781827218, 52.86, 153.071801452782, 378.584 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 690, '2021-05-23 00:00:00', 8.61331333847008, 13.78, 10.5477880777599, 18.12, 12.363184595133, 23.84, 32.5776380359289, 52.14, 152.049160032756, 377.904 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 705, '2021-05-23 00:00:00', 6.54866398588292, 11.52, 9.30949336251263, 17.1, 11.6075406525241, 22.38, 34.2811658689335, 56.64, 151.706946885544, 377.024 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 720, '2021-05-23 00:00:00', 8.4529087695696, 13.08, 9.07918865684961, 16.84, 14.6229556975782, 23.68, 33.734971962836, 58.06, 151.646782799152, 376.744 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 735, '2021-05-23 00:00:00', 5.48839685154053, 10.82, 7.34665456744315, 15.34, 13.9846046303307, 25.44, 34.1565391494318, 63.24, 150.942574290136, 376.064 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 750, '2021-05-23 00:00:00', 6.75413453621804, 10.58, 12.3936475663946, 16.96, 15.1008553841606, 25.84, 36.431007855031, 68.52, 150.857474900428, 375.924 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 765, '2021-05-23 00:00:00', 7.8373039582074, 11.56, 8.93672199410947, 17.64, 12.0474063598768, 24.84, 41.9803823231757, 72.04, 150.375074618989, 374.684 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 780, '2021-05-23 00:00:00', 6.59027060648246, 13.34, 9.91892131232021, 17.98, 12.2202018532156, 24.2, 42.8425703399473, 73.94, 150.282899004954, 374.284 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 795, '2021-05-23 00:00:00', 7.08066616451682, 11.36, 7.54569413639329, 16.9, 12.4433047593207, 23.24, 41.7462273744586, 74.32, 149.861743728455, 373.184 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 810, '2021-05-23 00:00:00', 5.54090846943592, 12.08, 6.9274815048472, 14.86, 12.5048990399763, 23.68, 42.5241793963544, 75.92, 149.914806584717, 372.944 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 825, '2021-05-23 00:00:00', 5.35786026942348, 10.04, 11.4963762406537, 16.9, 21.0049597317713, 29.3, 43.1188473871925, 77.88, 149.780717161233, 372.764 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 840, '2021-05-23 00:00:00', 9.82187185146837, 12.36, 11.0725636898898, 18.68, 24.0576217998926, 31.96, 43.8501520331838, 79.24, 149.44442300289, 372.484 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 855, '2021-05-23 00:00:00', 7.43628491474966, 13.06, 17.8753321647459, 23.06, 21.6752931544958, 32.12, 45.324459915885, 80.16, 149.446615552176, 372.444 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 870, '2021-05-23 00:00:00', 14.2529236766824, 18.4, 16.4001270320283, 25.12, 17.3818152101557, 31.76, 45.0567420038333, 80.38, 149.549792934215, 371.884 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 885, '2021-05-23 00:00:00', 9.86893273527251, 14.6, 10.8985090723456, 20.06, 16.8825600349394, 38.2, 45.7627304692366, 80.46, 149.593999099785, 371.804 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 900, '2021-05-23 00:00:00', 6.29437579642864, 14.34, 10.782818122674, 22.04, 16.1598267317444, 40.16, 46.5560325486039, 81.38, 151.28546603469, 372.684 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 915, '2021-05-23 00:00:00', 9.57370530846513, 14.52, 15.5120920574886, 31.8, 20.4584538353546, 47.44, 45.8088601328026, 81.08, 152.478952318016, 372.644 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 930, '2021-05-23 00:00:00', 15.6178316890235, 30, 16.553272586813, 37.36, 27.869831359375, 54.04, 46.1777634076547, 81.14, 152.58282635998, 372.484 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 945, '2021-05-23 00:00:00', 10.2340119210405, 24.12, 15.1079449297381, 36.4, 34.3510431670811, 51.66, 44.7445713653251, 75.92, 151.28340094009, 371.264 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 960, '2021-05-23 00:00:00', 11.1902859659617, 25.58, 22.9721207844059, 37.02, 34.0670539769242, 49.22, 42.4976764070696, 72.86, 151.424312446846, 369.664 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 975, '2021-05-23 00:00:00', 17.7433790468445, 25.16, 27.1304717983304, 35.1, 32.0902633208268, 45.58, 41.7683891637364, 71.16, 151.520801322238, 368.464 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 990, '2021-05-23 00:00:00', 13.4977775948487, 22.24, 17.8721850930433, 29.96, 27.8810419460966, 41.54, 43.9307978529869, 67.96, 151.653142290777, 366.184 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 1005, '2021-05-23 00:00:00', 17.054447122867, 19.6, 20.5120289911392, 27.58, 26.1597336887566, 37.54, 43.6352495122922, 65.08, 151.766055383497, 363.484 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 1020, '2021-05-23 00:00:00', 11.8430007458695, 17.94, 18.7016710483315, 25.74, 20.1735594281227, 34.42, 40.0079471272063, 61.64, 153.92662234541, 361.244 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 1035, '2021-05-23 00:00:00', 11.4508733291396, 18.18, 13.3387905498712, 24.06, 19.770032035044, 32.7, 39.0125513990904, 58.5, 154.552241653106, 359.596 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 1050, '2021-05-23 00:00:00', 8.54731926785625, 17.16, 11.2666543392437, 21.8, 17.8693872306803, 29.74, 37.217972808846, 57.64, 154.689638954908, 358.576 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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 987900, 3, 1065, '2021-05-23 00:00:00', 10.8360124892262, 15.24, 15.9537613119916, 23.22, 17.0140138317408, 28.68, 35.973636179847, 55.96, 154.508941273097, 358.528 where not exists (select 1 from powerstats_trumpet where symbolid = 987900 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[...];[ Date: 2021-05-23 16:51:00 - Database: acaweb_fx - User: pgperfstats ]
20 22s812ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987910, 1, 1020, '2021-05-23 00:00:00', 8.80983563105195, 15.5403846153845, 13.1048241264282, 21.230769230769, 18.6345837500723, 33.7634615384616, 22.6059992888206, 45.8596153846154, 37.8089462347819, 119.030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1035, '2021-05-23 00:00:00', 9.87429919616501, 12.0038461538463, 15.2954900341445, 24.769230769231, 17.6901925240643, 30.0634615384619, 20.2069402586187, 42.4788461538462, 38.1425423701874, 118.542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1050, '2021-05-23 00:00:00', 11.1779798986842, 17.0211538461539, 12.6347067787352, 20.8807692307693, 15.4567316676636, 24.2346153846155, 18.8193354946857, 38.1673076923076, 38.5574759786759, 118.634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1065, '2021-05-23 00:00:00', 6.4283198546624, 11.7019230769229, 9.43460915989638, 15.2249999999998, 10.4933519246894, 20.1211538461536, 16.6184878512317, 35.4423076923075, 38.4076569389292, 117.963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1080, '2021-05-23 00:00:00', 5.8548231268036, 11.0153846153845, 7.84363730381802, 14.3230769230769, 9.54306836641936, 19.1846153846153, 18.0802144303144, 39.4846153846152, 38.4726194845114, 117.875 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1095, '2021-05-23 00:00:00', 7.94361306091474, 9.71730769230789, 8.67434147356428, 15, 11.9239953616485, 18.8057692307693, 18.8410828735016, 40.4596153846153, 38.1368308251305, 117.694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1110, '2021-05-23 00:00:00', 6.78714384391341, 10.4645833333332, 8.05696178172476, 13.4562500000001, 12.9843293231115, 18.1958333333333, 18.1493262541137, 38.9749999999999, 38.4462936506372, 119.352083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1125, '2021-05-23 00:00:00', 4.33920397344839, 8.82291666666689, 6.80491317336978, 11.8479166666668, 11.0312137423962, 17.0437500000001, 15.504070147003, 36.6479166666666, 38.299744046426, 119.11875 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1140, '2021-05-23 00:00:00', 5.14893359931411, 8.42708333333341, 9.11749691527227, 12.1125, 9.61407105854952, 16.2166666666666, 14.9511328093429, 36.35625, 37.974103912203, 119.68125 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1155, '2021-05-23 00:00:00', 5.59212697083766, 8.25833333333321, 5.87386745173722, 11.4333333333332, 6.15992152159204, 15.1562499999998, 14.3846194972168, 34.7479166666666, 38.017521644536, 119.689583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1170, '2021-05-23 00:00:00', 3.5952464590691, 8.08333333333326, 3.50418745362529, 10.8041666666666, 6.20629611064795, 15.0562499999999, 14.2794507199093, 34.3979166666666, 37.8958354347428, 119.660416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1185, '2021-05-23 00:00:00', 3.16645689617946, 8.06666666666653, 4.91544768111686, 10.9145833333333, 6.0543249453163, 14.9062499999999, 13.9001093142924, 33.5104166666666, 37.7889907454272, 119.427083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1200, '2021-05-23 00:00:00', 4.94493180372369, 7.48125000000012, 5.33232511416813, 10.8395833333335, 7.61996775022654, 16.9770833333334, 13.4228849574043, 32.3666666666667, 37.4195135653983, 119.339583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1215, '2021-05-23 00:00:00', 3.86061260814209, 6.94583333333344, 4.18118629584719, 9.68333333333339, 8.87413166807434, 17.2395833333335, 12.9523681456215, 32.3833333333334, 37.110365595093, 119.152083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1230, '2021-05-23 00:00:00', 2.84304070227333, 6.6875, 7.00012292852713, 12.5791666666668, 8.61037354640878, 16.3875, 13.5231402254791, 32.7645833333333, 36.5214106723714, 118.68125 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1245, '2021-05-23 00:00:00', 6.59655158045644, 10.0166666666667, 8.53939692360306, 13.3770833333333, 7.93775119424505, 17.29375, 12.9671491285377, 32.4750000000001, 36.2771981300468, 119.035416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1260, '2021-05-23 00:00:00', 4.82264247428551, 8.9375, 4.850367907755, 11.5541666666666, 7.51101003455125, 23.7874999999999, 12.0909639199897, 31.9354166666667, 36.2060047240747, 119.139583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1275, '2021-05-23 00:00:00', 4.23372362830512, 8.39374999999995, 6.22914346125293, 13.6375, 9.19186687603061, 24.6208333333332, 12.689516956122, 32.4166666666667, 36.1839497582658, 119.18125 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1290, '2021-05-23 00:00:00', 5.16882201420137, 10.6791666666667, 6.91562372091455, 20.7958333333332, 10.0747064545291, 23.7833333333332, 14.6716994103257, 34.10625, 35.9154547065099, 119.602083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1305, '2021-05-23 00:00:00', 5.75472356391673, 16.5479166666667, 5.5908682662906, 20.3958333333333, 6.52040797103189, 21.15625, 15.1405492596555, 33.3833333333334, 35.9045200592963, 119.622916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1320, '2021-05-23 00:00:00', 5.75179083643401, 13.2124999999999, 6.67953524754441, 13.7145833333332, 8.7738484524561, 16.8708333333334, 17.7349230466618, 34.8354166666666, 35.9172402565249, 119.597916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1335, '2021-05-23 00:00:00', 2.87976369677703, 3.03958333333352, 4.82187610069299, 7.43749999999992, 8.04961938743774, 11.6937500000002, 18.284875352779, 34.2916666666666, 35.8645928069754, 119.702083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1350, '2021-05-23 00:00:00', 4.59448905865964, 6.62916666666653, 7.02182125462382, 10.5020833333334, 7.96454752074135, 11.7854166666668, 17.4719272764517, 38.0958333333332, 35.8645928069754, 119.702083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1365, '2021-05-23 00:00:00', 5.75486404226279, 7.02083333333341, 7.38269004623932, 8.22916666666682, 8.35102804354399, 9.55208333333333, 16.5285610022271, 39.19375, 35.5309958580768, 120.441666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1380, '2021-05-23 00:00:00', 5.83549507046248, 3.28124999999985, 6.14050905457164, 4.67083333333327, 7.44107254959951, 6.1395833333332, 18.7057011721179, 40.2770833333332, 35.5213861255809, 120.46875 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1395, '2021-05-23 00:00:00', 2.72219058075882, 2.38541666666659, 3.61210725762389, 3.49166666666648, 5.02275212899029, 10.1729166666667, 19.3629951120724, 40.9083333333332, 35.5213861255809, 120.46875 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1410, '2021-05-23 00:00:00', 2.54790959358851, 2.08541666666633, 3.04163142723266, 3.34999999999998, 9.1714938706209, 12.2229166666665, 18.8326607870169, 42.5041666666665, 35.5213861255809, 120.46875 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 1, 1425, '2021-05-23 00:00:00', 1.66681022932419, 2.31041666666708, 4.73936977939022, 8.85208333333336, 9.33550739754191, 13.4312500000001, 20.110156782012, 44.6916666666666, 35.5213861255809, 120.46875 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 0, '2021-05-23 00:00:00', 4.4997337528074, 8.04038461538452, 8.93320275928289, 11.1865384615383, 9.15569851975334, 13.9192307692306, 19.7949018300557, 44.2923076923076, 35.2491992816859, 118.175 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 15, '2021-05-23 00:00:00', 6.86075713471469, 6.81730769230776, 7.24178818758507, 9.44807692307712, 9.01584097361602, 15.7673076923077, 20.1067099401017, 43.303846153846, 35.528345184352, 118.536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 30, '2021-05-23 00:00:00', 4.5092639685943, 6.11153846153866, 6.00788200232397, 8.92307692307685, 12.0686811783482, 20.3442307692306, 20.5971645733469, 43.632692307692, 35.528345184352, 118.536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 45, '2021-05-23 00:00:00', 3.97824275084053, 6.16923076923061, 7.49248880289691, 11.9673076923076, 10.565074538308, 20.4999999999999, 18.9146183800133, 42.9673076923073, 35.528345184352, 118.536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 60, '2021-05-23 00:00:00', 5.76236062738168, 9.35000000000015, 8.91026309721217, 16.7673076923076, 12.3110402297476, 22.8365384615385, 18.7003970546082, 42.3249999999996, 35.208952751341, 118.965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 75, '2021-05-23 00:00:00', 7.07839209251545, 12.3288461538461, 7.61599051591204, 14.7634615384616, 12.3571349679195, 22.5961538461539, 16.8844676005445, 40.2230769230767, 34.5117110558142, 119.35 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 90, '2021-05-23 00:00:00', 3.82332517380059, 8.03076923076934, 7.87414366528433, 13.7076923076924, 11.6646390362564, 23.9403846153846, 15.8602793650823, 37.3884615384614, 34.4299722402086, 119.832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 105, '2021-05-23 00:00:00', 5.77976077492699, 8.82115384615379, 6.433194265801, 14.0326923076922, 12.201594630968, 24.2865384615384, 15.6355331266268, 36.4980769230767, 34.4855369907221, 119.588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 120, '2021-05-23 00:00:00', 4.55084776548437, 10.6807692307691, 10.8514217430784, 19.4346153846154, 13.8839769297064, 25.3692307692305, 16.1433163116645, 35.7384615384614, 34.560381775402, 119.782692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 135, '2021-05-23 00:00:00', 8.64047096294763, 14.7576923076924, 10.2802074582483, 18.1442307692308, 13.1278201365828, 22.7615384615384, 15.6671563616865, 33.6826923076922, 34.8482013662332, 119.642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 150, '2021-05-23 00:00:00', 5.02914123270175, 9.91153846153856, 8.34692135783272, 14.1480769230769, 9.55391522643177, 18.2980769230769, 14.0609623261871, 30.1615384615383, 35.4319361050713, 118.448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 165, '2021-05-23 00:00:00', 5.28103719416491, 9.11538461538461, 7.02744290949101, 12.7346153846153, 8.69650438173526, 18.3826923076923, 12.2369679502473, 28.9961538461536, 35.4814261811185, 118.090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 180, '2021-05-23 00:00:00', 5.63865539072797, 9.0788461538462, 6.24685397743399, 12.9961538461537, 8.89060956636473, 18.1923076923076, 12.1689296982107, 28.3249999999997, 35.4823371010684, 118.173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 195, '2021-05-23 00:00:00', 4.93100746454334, 8.92115384615373, 8.39664882786347, 14.1634615384615, 8.80445975278758, 16.4634615384614, 12.6079346200958, 27.9807692307691, 35.7351090019972, 118.169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 210, '2021-05-23 00:00:00', 5.25720933576003, 8.92500000000004, 4.93969011796684, 10.8576923076923, 7.32616806124029, 15.6923076923076, 11.9560837426616, 26.3923076923075, 35.7351090019972, 118.169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 225, '2021-05-23 00:00:00', 3.05130237011127, 7.02692307692317, 6.92340845360003, 10.3961538461538, 7.98180743942124, 16.0749999999998, 11.7468321425231, 26.9057692307693, 35.7351090019972, 118.169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 240, '2021-05-23 00:00:00', 6.01414486536004, 7.94230769230769, 6.91662211910301, 12.0615384615383, 7.82589685202054, 15.2884615384613, 10.4902328198847, 27.4961538461539, 35.6857056601315, 118.282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 255, '2021-05-23 00:00:00', 3.89556157697433, 7.74999999999993, 5.61720605338232, 11.6903846153846, 7.92591004238625, 13.8750000000001, 12.5927068331086, 35.5057692307693, 35.6857056601315, 118.282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 270, '2021-05-23 00:00:00', 5.25052378339543, 8.25, 6.75554245387845, 10.4846153846154, 9.24019563562453, 13.7807692307695, 12.6908308814492, 36.1326923076924, 35.7043421729067, 118.125 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 285, '2021-05-23 00:00:00', 3.74347278092665, 6.28269230769232, 4.81619263925988, 8.93653846153869, 7.23513329843726, 13.4653846153849, 13.1966563364188, 36.6576923076924, 35.8208847547822, 117.853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 300, '2021-05-23 00:00:00', 3.73483600710928, 5.80000000000011, 5.16830875476827, 8.51923076923105, 6.24967076055892, 13.0538461538463, 14.5194898193907, 38.5961538461539, 35.8691671752517, 118.034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 315, '2021-05-23 00:00:00', 3.229560579779, 5.83846153846179, 5.77485031441038, 10.0980769230771, 5.86874249405591, 12.8423076923077, 16.0480275567293, 48.2326923076924, 35.8420902657112, 118.128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 330, '2021-05-23 00:00:00', 4.35748736703232, 7.44807692307684, 4.17906504081772, 8.59615384615378, 5.60806013355226, 13.007692307692, 17.5028886626884, 51.7134615384615, 35.7819791880688, 118.321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 345, '2021-05-23 00:00:00', 2.54541518451108, 5.24230769230773, 4.20034659742041, 9.21346153846151, 6.18931337064152, 13.7499999999999, 19.5530548469071, 58.1653846153848, 35.7819791880688, 118.321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 360, '2021-05-23 00:00:00', 4.40843466026726, 7.84807692307683, 5.61085246505507, 10.455769230769, 7.07704985254341, 14.6211538461536, 20.0426212204048, 63.3442307692309, 35.7819791880688, 118.321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 375, '2021-05-23 00:00:00', 3.90406888337699, 6.6346153846151, 5.71883157781252, 9.9788461538459, 6.90170658939905, 14.8653846153844, 23.7220456537798, 68.6750000000001, 35.9116501345263, 118.730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 390, '2021-05-23 00:00:00', 4.94216084786345, 6.86538461538448, 6.0261047502958, 9.94230769230769, 6.62447008040289, 14.3096153846154, 24.3408883599974, 72.9230769230771, 35.9426378467777, 118.619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 405, '2021-05-23 00:00:00', 3.92787914979402, 6.82115384615386, 5.48941814206794, 11.5865384615385, 6.40511934675372, 15.4153846153847, 25.7137013013568, 75.6211538461541, 35.8361296523711, 118.567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 420, '2021-05-23 00:00:00', 4.24992488621424, 8.86153846153845, 4.37487582241368, 11.1423076923077, 5.49990769153339, 15.6461538461537, 27.6141787019752, 77.8942307692311, 35.9439551460113, 118.786538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 435, '2021-05-23 00:00:00', 3.1061972793855, 6.56153846153855, 4.41399871039719, 10.3538461538463, 10.8066952181722, 26.9384615384615, 29.4458663678598, 78.7269230769233, 35.4118989128709, 117.996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 450, '2021-05-23 00:00:00', 3.3595810178332, 6.69615384615407, 4.16290625183168, 10.2826923076924, 11.6198517136046, 26.6653846153847, 31.122424329635, 80.7519230769233, 35.4062324478876, 117.951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 465, '2021-05-23 00:00:00', 3.45549784902459, 7.39423076923091, 10.6574251833388, 24.2134615384616, 11.9304731030056, 26.8173076923076, 31.5450917796194, 82.819230769231, 35.468605619835, 117.696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 480, '2021-05-23 00:00:00', 9.13803568355067, 18.2480769230769, 9.34373525211076, 20.5173076923076, 11.9554332675726, 28.503846153846, 30.6071406952437, 83.2115384615386, 35.1672434999477, 116.530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 495, '2021-05-23 00:00:00', 3.68603393281259, 10.0730769230768, 5.15061758806277, 14.3384615384614, 11.6405499803985, 38.6403846153846, 30.4457290171314, 82.5807692307692, 36.1461358717849, 114.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 510, '2021-05-23 00:00:00', 4.43199599069519, 9.68269230769224, 8.99844772938415, 18.9384615384615, 13.6685619073617, 43.1538461538462, 31.1555711773126, 82.9807692307693, 36.7449917047835, 114.119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 525, '2021-05-23 00:00:00', 6.50225996215021, 15.1461538461539, 12.7289217925164, 36.7250000000001, 15.7664172067868, 50.0634615384617, 31.6217590616623, 84.0269230769232, 36.7065395556956, 114.073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 540, '2021-05-23 00:00:00', 13.0791744328973, 35.0903846153846, 14.4671080518745, 41.2307692307692, 17.7558835319452, 54.5500000000001, 31.8644921744948, 84.8884615384617, 37.1808974940296, 113.392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 555, '2021-05-23 00:00:00', 9.44678231747964, 25.1019230769231, 14.0094507936058, 34.5365384615387, 18.5785732664107, 49.3538461538463, 31.4621002770975, 77.6153846153847, 38.0406467327537, 113.659615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 570, '2021-05-23 00:00:00', 9.69096724552554, 22.5730769230772, 11.5632095624276, 31.0307692307694, 14.6488121072614, 43.9019230769233, 25.4246049814256, 70.9423076923077, 35.0292078129096, 109.95 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 585, '2021-05-23 00:00:00', 5.50016503248907, 18.9692307692307, 10.9684919375736, 28.3692307692307, 15.1629330428364, 39.9576923076924, 26.4900468971911, 65.953846153846, 36.0078083946333, 109.905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 600, '2021-05-23 00:00:00', 9.38265174916747, 20.0153846153847, 11.5016722864379, 28.0442307692311, 14.4771735447964, 39.3153846153849, 24.5768959672416, 63.4692307692307, 37.0616106586774, 110.103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 615, '2021-05-23 00:00:00', 6.32879135380523, 18.9500000000003, 9.71539321821897, 28.0057692307695, 14.5205203604576, 37.0634615384617, 22.8397616348872, 61.2365384615383, 36.7578371026036, 109.582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 630, '2021-05-23 00:00:00', 8.96015710713919, 18.7692307692309, 10.4931340188936, 25.4615384615387, 14.2912765215492, 34.2038461538462, 20.9747512133408, 57.3173076923076, 36.7320200391136, 108.098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 645, '2021-05-23 00:00:00', 7.07287886115782, 16.0192307692308, 11.1755178850914, 23.0499999999998, 13.9567917020847, 32.4211538461536, 19.6647282834402, 56.6076923076922, 37.3942089819348, 107.444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 660, '2021-05-23 00:00:00', 8.07542163700342, 15.4211538461537, 9.67171928077697, 22.4846153846153, 10.071012667743, 29.8980769230769, 18.983620875335, 54.4115384615383, 38.3904215317391, 106.494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 675, '2021-05-23 00:00:00', 5.09481938986911, 14.8038461538461, 6.42476728102927, 20.6211538461538, 9.63510588341497, 28.1057692307692, 21.7561704775026, 54.6846153846154, 39.2550112920435, 106.986538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 690, '2021-05-23 00:00:00', 3.78288300719901, 13.3596153846153, 8.30503484918364, 18.7403846153846, 7.58092976842861, 26.6480769230769, 21.6812006479915, 53.4384615384615, 40.1779752619995, 106.448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 705, '2021-05-23 00:00:00', 5.13811848233019, 14.0884615384616, 6.52683572762396, 19.7038461538461, 7.54365856964537, 27.2038461538462, 20.868417432902, 52.6269230769231, 41.1679834524167, 106.811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 720, '2021-05-23 00:00:00', 5.61461040500582, 14.0750000000001, 4.56744037054253, 19.0365384615386, 9.99670715016458, 28.2846153846155, 22.1126139602231, 54.1480769230769, 41.2254338970494, 106.85 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 735, '2021-05-23 00:00:00', 4.60376434603753, 14.2769230769231, 8.12001231526153, 20.95, 10.7634397204325, 28.5711538461537, 24.5824422176604, 56.8942307692307, 41.4818735668409, 107.328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 750, '2021-05-23 00:00:00', 5.16970613656735, 13.2115384615385, 6.59611540692978, 18.7076923076924, 9.74452745825121, 25.8692307692307, 24.0345982187857, 54.6865384615385, 40.4004850028008, 106.282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 765, '2021-05-23 00:00:00', 4.65979200592265, 13.4384615384617, 6.79222434394369, 17.7365384615384, 12.2091995579626, 25.1153846153846, 25.0136015307364, 56.2615384615384, 40.2417940034408, 106.596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 780, '2021-05-23 00:00:00', 6.26319683671077, 12.0788461538461, 6.9270351077943, 17.3692307692306, 12.2531653681187, 23.8384615384614, 26.476399941196, 57.0346153846154, 40.2651221473181, 106.961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 795, '2021-05-23 00:00:00', 3.82633033677876, 12.1096153846153, 10.5335582781887, 17.325, 12.3504649554331, 24.3038461538461, 29.2152394374001, 58.9307692307694, 40.4097916542321, 106.961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 810, '2021-05-23 00:00:00', 10.3943107589608, 13.0019230769231, 9.91908824128819, 17.6365384615385, 16.4998817012077, 26.7980769230769, 29.1365438661066, 59.517307692308, 40.3461002309535, 108.490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 825, '2021-05-23 00:00:00', 3.28474562883531, 10.6653846153847, 4.63090122479905, 17.373076923077, 9.39190158512192, 25.3307692307695, 23.6211486075183, 58.1884615384617, 39.0060141319453, 108.507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 840, '2021-05-23 00:00:00', 5.23550342888292, 12.8519230769232, 9.08961960784847, 18.9038461538463, 8.98294473732552, 24.3980769230771, 23.6255949864028, 57.9923076923079, 41.7294181418999, 109.207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 855, '2021-05-23 00:00:00', 5.88387235127985, 12.6346153846154, 5.9456412606213, 16.4250000000002, 8.91816491127067, 24.1057692307694, 22.1203174966783, 57.5269230769233, 41.7901191855018, 109.961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 870, '2021-05-23 00:00:00', 3.99580982453453, 11.898076923077, 5.02762254565102, 17.3826923076925, 7.12576068813816, 24.5057692307695, 22.1104639341788, 56.7307692307694, 41.6426942525981, 110.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 885, '2021-05-23 00:00:00', 4.67798156670799, 13.3865384615386, 6.10538255589655, 18.4519230769234, 11.9233463617199, 31.4826923076926, 22.1134028275928, 56.8038461538463, 40.8310304321827, 112.473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 900, '2021-05-23 00:00:00', 4.47025038018439, 13.1076923076925, 5.16369016826601, 18.448076923077, 13.9116050061147, 34.6846153846156, 22.5429088287548, 57.0576923076925, 40.8544932092494, 114.230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 915, '2021-05-23 00:00:00', 4.94017167250754, 12.4980769230769, 12.3901165636784, 25.9673076923077, 14.8821095485615, 38.1461538461538, 22.5368689382193, 57.0115384615387, 41.2077266839791, 115.342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 930, '2021-05-23 00:00:00', 8.83446746468722, 20.7807692307693, 11.9108019816534, 29.2596153846154, 12.9997480744821, 37.275, 22.1992162890082, 55.9596153846156, 40.5253854439979, 115.155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 945, '2021-05-23 00:00:00', 7.20094865545241, 17.6884615384615, 10.2137584433182, 26.2115384615383, 10.9209410696218, 35.8653846153846, 17.7974493634948, 51.7403846153848, 39.276543058362, 115.628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 960, '2021-05-23 00:00:00', 7.03382623743704, 17.8365384615383, 8.12591012654046, 24.8192307692309, 12.2176599799069, 34.3692307692309, 15.4595891327633, 49.5019230769233, 39.2220538924013, 117.786538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 975, '2021-05-23 00:00:00', 7.64425173678806, 18.6538461538462, 9.54423386134279, 26.7500000000001, 13.9709462264208, 33.3923076923079, 15.4353161488643, 47.6961538461541, 37.7893660764707, 117.717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 990, '2021-05-23 00:00:00', 6.55322351683034, 17.6576923076922, 8.64652798259792, 22.7769230769231, 10.283562126034, 29.5750000000002, 17.4010614176705, 45.4076923076925, 38.4281531412339, 117.734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1005, '2021-05-23 00:00:00', 5.30142796438304, 15.2923076923078, 6.79528230013043, 20.5615384615387, 9.24638494847509, 29.021153846154, 16.4968920149781, 44.7269230769232, 38.319097116792, 117.840384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1020, '2021-05-23 00:00:00', 5.1458870805872, 13.9346153846156, 6.75540040377968, 17.6788461538464, 10.1822953434644, 27.8423076923077, 16.659623691382, 43.9615384615385, 38.3429845654274, 117.994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1035, '2021-05-23 00:00:00', 6.12460642377566, 10.8096153846156, 8.60144196319165, 21.5403846153848, 11.4742107152718, 26.8634615384616, 16.3045973931847, 43.1519230769232, 37.9299516822176, 118.021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1050, '2021-05-23 00:00:00', 6.74815558846656, 12.3403846153846, 6.08820581123854, 16.275, 9.02375753220358, 21.25, 14.0343737357192, 37.923076923077, 38.6747777578018, 116.971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1065, '2021-05-23 00:00:00', 3.68298582883301, 10.5961538461538, 5.97032791265406, 15.180769230769, 7.69570109766584, 19.6307692307691, 14.2614090629762, 36.2173076923077, 39.147286034234, 117.540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1080, '2021-05-23 00:00:00', 5.64117861389321, 10.7480769230767, 6.60660304893169, 13.6403846153845, 7.55316133508643, 19.873076923077, 14.8182523883944, 35.1903846153846, 39.0440528811315, 117.355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1095, '2021-05-23 00:00:00', 4.88908517477003, 8.13461538461539, 5.85317040979963, 12.6403846153847, 6.75085208297123, 18.0596153846155, 15.253833440004, 34.4211538461541, 38.6175373174095, 117.032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1110, '2021-05-23 00:00:00', 4.20275047301906, 9.31346153846152, 5.18101304320369, 13.498076923077, 6.7156693921467, 17.3192307692309, 13.6125616478083, 33.2788461538463, 38.9053961552891, 116.825 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1125, '2021-05-23 00:00:00', 3.21241162703956, 8.3673076923078, 4.33899890970963, 11.2634615384615, 8.33277957134441, 15.7692307692309, 13.0400760969934, 32.1038461538462, 39.0371775954073, 116.671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1140, '2021-05-23 00:00:00', 3.60081401053445, 7.91153846153842, 6.45839733632468, 11.298076923077, 7.69469047710578, 15.8115384615385, 12.517872761038, 31.9576923076924, 39.0211421983202, 116.592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1155, '2021-05-23 00:00:00', 4.36445828870507, 8.10192307692306, 5.81047462644964, 11.1807692307693, 7.24212065202338, 16.6365384615385, 10.8379582238325, 30.6923076923077, 38.9472487425668, 116.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1170, '2021-05-23 00:00:00', 2.94665651465942, 7.60384615384618, 4.83503917731345, 11.4596153846154, 8.59617625190692, 17.1269230769233, 10.4252705185341, 29.6057692307693, 39.2252085350144, 116.246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1185, '2021-05-23 00:00:00', 3.87938982117242, 8.05576923076926, 5.13821429621687, 11.6769230769231, 7.64931997983132, 17.5019230769231, 9.75527569298556, 28.7096153846155, 39.2043398304123, 116.311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1200, '2021-05-23 00:00:00', 3.82732734625426, 8.57884615384613, 5.77606233985132, 12.248076923077, 6.93603300497875, 16.7153846153846, 9.17205622445791, 27.5192307692307, 39.1852036439186, 116.246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1215, '2021-05-23 00:00:00', 5.01928933063396, 8.85576923076937, 5.37505921255399, 12.4384615384615, 7.86015878680868, 17.048076923077, 8.76452025980971, 28.1692307692308, 39.3513193992467, 116.092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1230, '2021-05-23 00:00:00', 5.06585591522741, 9.25192307692305, 7.01230594137072, 12.5711538461539, 9.17845826671598, 17.5019230769233, 8.98994074593275, 28.3711538461539, 39.3513193992467, 116.092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1245, '2021-05-23 00:00:00', 4.61922112981769, 8.80961538461536, 6.42537068670263, 13.0673076923078, 7.76737654948811, 17.5423076923079, 9.19036535642715, 27.5192307692308, 39.0877679076203, 116.5 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1260, '2021-05-23 00:00:00', 3.76293308266496, 8.89423076923098, 5.53064782684771, 11.844230769231, 6.7243955976612, 18.2019230769231, 8.99731263296905, 27.3288461538462, 38.9031112064119, 116.861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1275, '2021-05-23 00:00:00', 4.77935302992113, 8.23076923076937, 5.42335831239417, 11.919230769231, 6.99088224871406, 19.6288461538463, 9.83005908112755, 27.7384615384617, 38.9031112064119, 116.861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1290, '2021-05-23 00:00:00', 4.36115766211749, 9.45192307692315, 5.4512260441679, 15.8557692307692, 6.32439233931105, 18.4923076923077, 10.3291933187146, 28.7288461538463, 38.8893841555763, 116.85 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1305, '2021-05-23 00:00:00', 5.2368869202403, 13.5538461538461, 6.49818465774497, 17.2596153846154, 8.91836329413368, 18.6903846153846, 10.4828367050434, 29.1442307692308, 39.0326752665192, 116.942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1320, '2021-05-23 00:00:00', 6.08153731829731, 12.3480769230769, 6.00365689841143, 12.4480769230769, 6.86757963186458, 15.7750000000002, 11.1769627427955, 28.8019230769231, 38.7076341108771, 115.942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1335, '2021-05-23 00:00:00', 0.971654021996525, 2.28653846153849, 4.89797956775559, 8.00961538461573, 6.15894971066169, 11.3884615384618, 13.3394821719352, 30.0538461538462, 44.4091669764077, 118.536538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1350, '2021-05-23 00:00:00', 4.6395192058593, 7.3576923076927, 5.73265947143087, 10.3461538461543, 5.8424612832396, 11.2346153846158, 12.9149192200931, 34.1423076923077, 44.4091669764077, 118.536538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1365, '2021-05-23 00:00:00', 4.48736516831938, 6.62692307692333, 4.47414667411973, 7.43269230769259, 4.69241982842046, 7.85961538461561, 14.1150428485138, 35.6211538461538, 44.9085477558389, 118.661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1380, '2021-05-23 00:00:00', 2.62312863698169, 2.75961538461545, 3.24254707575121, 3.71346153846144, 3.27954968766243, 4.37692307692298, 14.8902177490922, 36.8461538461538, 44.936542094209, 118.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1395, '2021-05-23 00:00:00', 1.40310233192251, 1.99807692307674, 2.91732490740827, 3.15384615384601, 5.41341247415935, 11.7711538461537, 14.8506249544744, 37.7884615384615, 44.936542094209, 118.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1410, '2021-05-23 00:00:00', 2.85917147762458, 2.11153846153859, 2.75247371258332, 3.01346153846148, 6.52394082178475, 14.3403846153846, 14.8696448666919, 38.1576923076922, 44.936542094209, 118.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 2, 1425, '2021-05-23 00:00:00', 1.21988177232927, 1.83653846153832, 5.29126311806687, 11.0557692307691, 6.93284601344569, 15.1653846153845, 14.9958077475004, 38.775, 44.936542094209, 118.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 0, '2021-05-23 00:00:00', 5.58678247845206, 10.2423076923078, 6.69168628856824, 13.4057692307693, 7.20932008956768, 15.848076923077, 14.6262656257104, 39.6769230769232, 44.936542094209, 118.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 15, '2021-05-23 00:00:00', 3.51396554424672, 6.06538461538464, 5.09438756038258, 9.04615384615387, 6.42631997814739, 13.9173076923078, 14.4802714594187, 38.9384615384617, 45.2068826022696, 118.378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 30, '2021-05-23 00:00:00', 4.69583284986228, 6.92692307692302, 5.18053457295079, 9.09230769230768, 8.14695341830289, 18.0250000000002, 14.3862578659152, 38.9307692307694, 46.5242069745997, 119.171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 45, '2021-05-23 00:00:00', 3.34062177538175, 5.83461538461541, 6.10874814067129, 11.5403846153849, 9.14340283399005, 18.7807692307693, 14.2993928058285, 38.9788461538463, 46.4538847013483, 119.090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 60, '2021-05-23 00:00:00', 5.63615116901587, 9.55000000000018, 7.8033348393736, 15.5788461538463, 12.165099512698, 21.1730769230771, 14.1452978052777, 39.3750000000001, 47.526925364633, 119.628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 75, '2021-05-23 00:00:00', 6.01358462150496, 10.85, 7.27405399611957, 14.1615384615385, 12.6146996061675, 22.3269230769231, 14.842507045126, 38.4807692307693, 47.9170554588463, 119.809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 90, '2021-05-23 00:00:00', 4.87436623099309, 8.37307692307702, 9.94348201664718, 13.771153846154, 12.4267894547965, 24.901923076923, 14.2698126773324, 36.7846153846156, 48.076247933721, 119.619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 105, '2021-05-23 00:00:00', 9.55299711327077, 10.0153846153848, 10.6360737767572, 16.1942307692308, 14.6835236024812, 25.4057692307691, 14.99149104813, 36.6596153846156, 48.015607238288, 119.542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 120, '2021-05-23 00:00:00', 5.60114274054858, 11.3500000000002, 8.42208383678568, 18.248076923077, 12.5752212092489, 24.3826923076925, 16.666108977849, 35.5826923076927, 47.9224013781253, 119.415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 135, '2021-05-23 00:00:00', 6.17354810087736, 13.148076923077, 11.0710254198134, 17.8096153846155, 12.9394768649457, 22.2615384615386, 18.385030700169, 35.1846153846158, 47.9096086797435, 119.009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 150, '2021-05-23 00:00:00', 7.74122952865933, 11.8211538461536, 9.92509639557919, 15.7423076923077, 10.1066659266966, 19.6519230769231, 16.4736778388572, 33.9884615384618, 47.9786409609687, 118.567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 165, '2021-05-23 00:00:00', 7.55465317637977, 10.4038461538462, 7.91560411222919, 14.6673076923076, 7.79600193393022, 18.6230769230768, 15.2281319880723, 32.5596153846156, 47.9786409609687, 118.567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 180, '2021-05-23 00:00:00', 5.76762849545111, 10.6576923076923, 5.76169713245629, 12.9653846153846, 7.00129246309887, 18.801923076923, 16.0139377994968, 32.5903846153848, 48.0497906823265, 118.653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 195, '2021-05-23 00:00:00', 4.39314194556071, 8.29807692307699, 6.56468553350757, 12.501923076923, 8.00538568714832, 17.65, 16.8779502264391, 31.4596153846155, 48.0069166891606, 118.425 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 210, '2021-05-23 00:00:00', 4.37173130640295, 8.87884615384617, 6.69952351922254, 13.4692307692307, 8.20981401457114, 17.426923076923, 16.6939505395036, 30.5461538461539, 48.208730138207, 118.038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 225, '2021-05-23 00:00:00', 5.87123398116088, 8.51730769230751, 6.79236590705934, 11.9788461538458, 8.3555380068919, 15.980769230769, 17.0728453984683, 29.925, 48.1859168701333, 118.146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 240, '2021-05-23 00:00:00', 5.15051341727563, 8.43269230769224, 6.34738225873163, 10.7615384615385, 7.1003101232379, 15.2403846153845, 16.9012439232694, 30.1730769230768, 48.2640410817253, 117.938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 255, '2021-05-23 00:00:00', 3.59545065111706, 7.1057692307693, 5.92715815936738, 10.8596153846154, 6.82315430100978, 15.228846153846, 14.8532049118651, 33.7480769230769, 48.447640134638, 117.471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 270, '2021-05-23 00:00:00', 5.0420039514219, 7.9096153846153, 4.76466037210812, 10.5326923076921, 8.32233510130816, 15.1615384615386, 14.76794045846, 34.1942307692307, 48.8026971196659, 117.026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 285, '2021-05-23 00:00:00', 2.91347796390372, 6.86538461538455, 5.69149838321628, 10.5653846153845, 7.96011330611292, 14.4096153846154, 14.6933679440238, 34.3884615384615, 48.7999796658218, 117.019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 300, '2021-05-23 00:00:00', 4.14308877715471, 7.59615384615392, 7.57930075930512, 10.7000000000002, 10.551820295023, 14.1865384615384, 15.9306594822207, 36.1634615384616, 49.4771266499832, 117.138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 315, '2021-05-23 00:00:00', 6.12834806452774, 7.22500000000008, 6.47790000397822, 9.68269230769224, 11.0165108604524, 14.8134615384615, 24.3856023884208, 52.6096153846154, 50.9133209106796, 117.723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 330, '2021-05-23 00:00:00', 5.82457162505412, 6.57884615384599, 9.38671073707596, 8.99230769230745, 12.479999383629, 14.7461538461538, 26.4140842384105, 57.0269230769232, 50.8806112762627, 117.609615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 345, '2021-05-23 00:00:00', 5.30007401980244, 5.65384615384601, 8.61020972674088, 10.7134615384614, 10.340188400307, 14.9519230769231, 30.0356460662223, 62.7288461538462, 51.1194489557396, 117.738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 360, '2021-05-23 00:00:00', 6.23619706601307, 7.86538461538455, 7.83729643337606, 10.0807692307692, 9.046494433672, 14.5884615384617, 31.4540179651796, 64.4769230769231, 51.1006749917787, 117.653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 375, '2021-05-23 00:00:00', 3.97723957228905, 6.071153846154, 5.14834103227558, 9.86923076923099, 9.25134938182607, 15.3442307692309, 30.9359477854584, 66.6442307692308, 51.1142124221676, 117.736538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 390, '2021-05-23 00:00:00', 4.16861349390141, 7.29230769230785, 5.24043304141349, 10.442307692308, 8.49143120128494, 15.5596153846156, 31.1347391929879, 68.5461538461539, 51.0767432023016, 117.801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 405, '2021-05-23 00:00:00', 4.530926633024, 7.95192307692329, 8.35410101962822, 12.5403846153847, 8.94263082956282, 15.8769230769231, 31.3401637740553, 70.1557692307693, 51.0776270456586, 117.903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 420, '2021-05-23 00:00:00', 4.85682865822814, 8.64615384615368, 5.37807943986895, 11.0423076923076, 6.39896175472722, 15.3865384615383, 31.099871196864, 71.0826923076924, 50.9766104736734, 117.480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 435, '2021-05-23 00:00:00', 3.4049104811459, 6.31923076923074, 5.10695491085827, 10.1173076923077, 10.9768784970257, 25.2115384615385, 31.7271791395617, 71.9519230769232, 50.9793917638823, 117.503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 450, '2021-05-23 00:00:00', 3.64153866465166, 7.84038461538449, 4.96882782957925, 11.1749999999999, 11.6850239458625, 25.8461538461539, 30.9264455541753, 71.6288461538462, 50.1993610134018, 116.923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 465, '2021-05-23 00:00:00', 4.30508465028882, 8.03461538461544, 10.2718841429485, 22.9403846153847, 12.0888093515639, 26.0365384615386, 29.8537139166197, 72.9788461538462, 50.1506884683168, 116.865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 480, '2021-05-23 00:00:00', 9.15796836724108, 17.6538461538463, 11.1312615913643, 20.4461538461541, 13.0675548004032, 26.7326923076924, 27.0264474457605, 72.7115384615386, 49.7256734494367, 116.65 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 495, '2021-05-23 00:00:00', 5.91504762969312, 9.83269230769236, 5.44940963633805, 13.1557692307692, 21.2815623522766, 41.4519230769231, 23.7797311882327, 70.2307692307692, 49.5861083213993, 116.342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 510, '2021-05-23 00:00:00', 4.03494161620125, 9.0346153846153, 8.85750529212375, 17.45, 22.008699328989, 46.5269230769232, 23.4680271039949, 70.1019230769231, 49.577435003623, 116.261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 525, '2021-05-23 00:00:00', 8.97159620477553, 15.2923076923077, 20.5662061308201, 39.8788461538463, 25.3596557244283, 53.1576923076924, 23.4468122320742, 70.5903846153847, 49.4800919173949, 116.351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 540, '2021-05-23 00:00:00', 11.4329254618135, 33.3038461538463, 14.3189590564936, 40.4173076923078, 20.0221062443874, 50.0576923076923, 20.783053470038, 68.0134615384616, 49.6822675764549, 114.863461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 555, '2021-05-23 00:00:00', 10.4118410771288, 24.9788461538463, 14.6845529776648, 34.1519230769231, 14.3243574161152, 42.8307692307691, 20.3029187935739, 63.1134615384616, 50.0737913944548, 114.646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 570, '2021-05-23 00:00:00', 9.35203474363493, 21.2153846153846, 9.81452318681933, 27.0942307692307, 12.932907490346, 39.8980769230769, 20.1298015772253, 61.0134615384616, 51.6604729496799, 114.405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 585, '2021-05-23 00:00:00', 7.81546297659068, 18.2615384615384, 9.9129332769794, 27.4730769230769, 12.1980729877872, 37.1038461538462, 20.6085228821625, 59.0192307692308, 51.3605492122564, 114.719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 600, '2021-05-23 00:00:00', 6.53470998709085, 18.8288461538461, 9.09514515467545, 26.1057692307693, 10.5868977442005, 32.5903846153847, 21.1196143794924, 57.1634615384617, 56.6718839868182, 116.221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 615, '2021-05-23 00:00:00', 5.29376556395854, 15.5653846153846, 4.8295070619617, 20.8576923076923, 9.1675212655246, 29.6769230769231, 20.2598481276105, 56.0269230769231, 56.3030820306833, 115.576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 630, '2021-05-23 00:00:00', 4.46218685606758, 15.5134615384616, 6.66793475119204, 20.9153846153847, 12.8173825781181, 30.8519230769231, 20.9723686347976, 56.0730769230769, 56.0059513321164, 115.446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 645, '2021-05-23 00:00:00', 5.08866916257621, 14.2346153846153, 7.95321028554855, 21.2153846153846, 10.7358350325514, 30.7153846153845, 21.5887762862664, 56.4115384615384, 55.8615282503221, 115.607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 660, '2021-05-23 00:00:00', 6.53358218390541, 15.151923076923, 9.46820915566319, 20.603846153846, 10.8903861978564, 29.9634615384614, 22.2598767188514, 56.8134615384614, 55.7403969307719, 114.475 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 675, '2021-05-23 00:00:00', 3.62253417460122, 12.2153846153844, 5.03870862576755, 19.1538461538459, 8.06849642841743, 27.978846153846, 21.965897694801, 56.1615384615384, 52.6611753060581, 113.746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 690, '2021-05-23 00:00:00', 4.87688306826581, 14.2173076923075, 7.86345588539399, 20.0576923076922, 9.20601245842167, 27.8442307692307, 20.6243027854184, 56.5942307692307, 51.1322051533685, 112.940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 705, '2021-05-23 00:00:00', 5.27781569037208, 12.4423076923076, 6.20067614179178, 19.603846153846, 8.88112627126492, 26.7596153846153, 20.5511702829789, 57.8999999999999, 49.4798975497975, 112.411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 720, '2021-05-23 00:00:00', 4.81606646069648, 13.8519230769229, 5.32567980492777, 17.9057692307691, 11.6316850092257, 25.451923076923, 26.2200226632536, 60.5173076923077, 49.0900442671816, 111.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 735, '2021-05-23 00:00:00', 3.15828824133961, 10.9461538461537, 8.3997328254213, 16.6634615384614, 11.2745419487377, 24.2480769230768, 27.2845691103681, 61.9865384615384, 48.1539198819785, 111.3 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 750, '2021-05-23 00:00:00', 6.56189114391676, 11.6192307692306, 8.98248552205034, 17.4769230769229, 11.6596246146197, 24.6730769230769, 26.6925333841046, 63.1923076923076, 47.2125858790282, 110.505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 765, '2021-05-23 00:00:00', 5.28934196867041, 11.6423076923076, 6.32699466875568, 16.4115384615383, 9.54889280734459, 24.2346153846153, 28.2048727377709, 65.7269230769229, 47.3623422302831, 110.588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 780, '2021-05-23 00:00:00', 5.95110881717409, 12.4980769230768, 8.31923466339405, 17.5942307692307, 12.5667780890117, 24.6865384615384, 29.5505541403203, 67.6249999999999, 47.328956821867, 110.684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 795, '2021-05-23 00:00:00', 4.44116408856266, 11.1923076923076, 6.78415348157292, 16.2923076923075, 8.23509189150545, 24.1076923076923, 28.2292823963945, 67.9461538461537, 47.0627099239368, 110.444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 810, '2021-05-23 00:00:00', 4.81849681316303, 11.3134615384615, 6.56701108689367, 16.6288461538462, 7.37726471094697, 23.9288461538461, 28.0856664784453, 67.7615384615384, 46.9245379879719, 110.844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 825, '2021-05-23 00:00:00', 4.80174327318086, 12.0923076923077, 5.58245603517074, 17.4692307692308, 11.2200577607179, 27.401923076923, 26.9551365163559, 68.6961538461538, 47.1716934759037, 110.755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 840, '2021-05-23 00:00:00', 5.10632789932111, 13.2538461538461, 6.94214775012861, 17.6692307692306, 15.0795553137862, 29.6173076923076, 26.0232097588642, 68.026923076923, 46.9336309221699, 110.263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 855, '2021-05-23 00:00:00', 5.35250911686772, 11.5846153846154, 11.5476324579809, 20.6192307692308, 15.2369732508183, 29.7346153846153, 25.9489202383926, 67.1115384615384, 47.2688083851692, 109.923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 987910, 3, 870, '2021-05-23 00:00:00', 10.9799628694902, 15.4538461538461, 12.4798502209948, 22.9615384615383, 12.3781556970956, 30.3576923076923, 25.3374153256526, 67.2192307692308, 47.1948662869825, 109.859615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987910 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 98[...];[ Date: 2021-05-23 16:51:48 - Database: acaweb_fx - User: pgperfstats ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 5m49s 244 178ms 18s332ms 1s433ms 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 16 244 5m49s 1s433ms [ User: postgres - Total duration: 5m49s - Times executed: 244 ]
-
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 16:03:50 Duration: 18s332ms 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 16:18:46 Duration: 10s319ms 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 16:01:02 Duration: 9s770ms Database: acaweb_fx User: postgres Bind query: yes
2 4m33s 147 51ms 14s458ms 1s859ms with rar_max as ( ;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 23 16 147 4m33s 1s859ms [ User: postgres - Total duration: 4m33s - Times executed: 147 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 16:04:04 Duration: 14s458ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 16:26:41 Duration: 9s338ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 16:07:10 Duration: 9s244ms Database: acaweb_fx User: postgres Bind query: yes
3 2m4s 24 790ms 10s364ms 5s173ms 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 16 24 2m4s 5s173ms [ User: postgres - Total duration: 2m4s - 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 16:20:40 Duration: 10s364ms 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 16:00:40 Duration: 9s796ms 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 16:50:39 Duration: 9s647ms Database: acaweb_fx User: postgres Bind query: yes
4 1m21s 4 19s505ms 22s101ms 20s387ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 4 1m21s 20s387ms [ User: pgperfstats - Total duration: 1m21s - 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 986745, 1, 1005, '2021-05-23 00:00:00', 0.036078509477997, 0.0846730769230779, 0.054287624315734, 0.129884615384617, 0.0649580337898736, 0.178884615384615, 0.112763974061551, 0.292923076923076, 0.153346812813309, 0.556250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1020, '2021-05-23 00:00:00', 0.0498983582279617, 0.0981153846153852, 0.0528585958368754, 0.135134615384613, 0.0777713215879655, 0.199538461538462, 0.111870811481542, 0.280961538461538, 0.150413481392512, 0.551846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1035, '2021-05-23 00:00:00', 0.0310983365867287, 0.0874423076923038, 0.0395490153529098, 0.117269230769227, 0.0810293702687732, 0.189673076923075, 0.0904709409360061, 0.260865384615383, 0.150191196095561, 0.546346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1050, '2021-05-23 00:00:00', 0.0339997285057025, 0.0831923076923076, 0.0540414513270929, 0.139038461538463, 0.0741740287328486, 0.180557692307693, 0.0836155878916229, 0.247442307692307, 0.149178562339026, 0.543211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1065, '2021-05-23 00:00:00', 0.0409395849439719, 0.107019230769232, 0.0647505628131175, 0.138346153846154, 0.065947519927707, 0.162153846153848, 0.0793484622506233, 0.228038461538462, 0.149934207365969, 0.538557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1080, '2021-05-23 00:00:00', 0.0400482785570697, 0.0802692307692309, 0.0399929849617896, 0.0983269230769225, 0.0461766216241002, 0.132403846153848, 0.0615228537899665, 0.209807692307692, 0.15898485655994, 0.53023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1095, '2021-05-23 00:00:00', 0.0245514843668444, 0.0663461538461531, 0.0308987677125451, 0.0850769230769227, 0.0539645218211445, 0.123019230769229, 0.0592296086299887, 0.199942307692306, 0.165896371732013, 0.530115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1110, '2021-05-23 00:00:00', 0.0227588782338128, 0.0625576923076926, 0.0381066973721867, 0.0969038461538454, 0.0495931912200134, 0.122730769230767, 0.0604498011703805, 0.194961538461536, 0.177862301968514, 0.538538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1125, '2021-05-23 00:00:00', 0.0294114119662104, 0.0678653846153845, 0.0442434219360959, 0.0875961538461518, 0.0446163129876909, 0.121153846153845, 0.0538252764471819, 0.189903846153845, 0.186886049197407, 0.542846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1140, '2021-05-23 00:00:00', 0.023802302732815, 0.0545192307692287, 0.0263457849496913, 0.074596153846152, 0.031618130144682, 0.102384615384615, 0.0506784584793792, 0.180384615384613, 0.186177157154562, 0.543923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1155, '2021-05-23 00:00:00', 0.0210513383459074, 0.0533269230769225, 0.0317949439618716, 0.0780384615384608, 0.0290192243972047, 0.0973461538461557, 0.0564351806534258, 0.178519230769229, 0.184890255390763, 0.546557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1170, '2021-05-23 00:00:00', 0.0202899368767262, 0.0528076923076925, 0.018698961303936, 0.0671346153846173, 0.0216961180505067, 0.0843076923076953, 0.0581370033098215, 0.174134615384616, 0.185082955413554, 0.550096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1185, '2021-05-23 00:00:00', 0.0166206660053539, 0.0484423076923094, 0.0200967372016912, 0.0641730769230794, 0.0242067457222476, 0.083942307692309, 0.0601812806316186, 0.172057692307692, 0.184371260066372, 0.552807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1200, '2021-05-23 00:00:00', 0.0164966313577622, 0.0468269230769237, 0.0187819164255263, 0.0605961538461546, 0.0358530118893603, 0.0909615384615383, 0.0663975121174324, 0.17501923076923, 0.184345717231344, 0.552788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1215, '2021-05-23 00:00:00', 0.0138774443446362, 0.041211538461539, 0.0223121905279131, 0.0610769230769234, 0.0373140105672854, 0.0943461538461518, 0.0621120482552411, 0.183442307692307, 0.191621698626789, 0.557846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1230, '2021-05-23 00:00:00', 0.0187207515463872, 0.046442307692307, 0.0309283290602895, 0.0706923076923064, 0.0377052995663038, 0.0950192307692292, 0.062740739433125, 0.178096153846153, 0.192618654739997, 0.560615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1245, '2021-05-23 00:00:00', 0.0216740273493064, 0.0477115384615384, 0.0218998770632311, 0.0632307692307678, 0.0359322225221952, 0.0867692307692302, 0.0630153949444092, 0.171499999999999, 0.190265167190829, 0.562923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1260, '2021-05-23 00:00:00', 0.0162715892089438, 0.0432692307692297, 0.031964120510348, 0.0607499999999982, 0.0394075988377083, 0.0908269230769228, 0.0623198573119715, 0.16576923076923, 0.188959793240622, 0.560288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1275, '2021-05-23 00:00:00', 0.0248837991781499, 0.0407115384615377, 0.027939391822024, 0.0584807692307692, 0.0400830867842498, 0.090076923076923, 0.0620013027158415, 0.163192307692307, 0.187218285801525, 0.55994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1290, '2021-05-23 00:00:00', 0.0189030013896866, 0.0442884615384626, 0.0313884349108683, 0.0705769230769245, 0.0353876173475759, 0.0912115384615389, 0.0619399740443543, 0.161403846153846, 0.190514562334585, 0.561461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1305, '2021-05-23 00:00:00', 0.0256041237664206, 0.0541346153846148, 0.0298170059890975, 0.0679230769230766, 0.0340597043665747, 0.0927115384615379, 0.0586072061728295, 0.160730769230769, 0.196649226953829, 0.565461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1320, '2021-05-23 00:00:00', 0.0179060475387928, 0.0449423076923075, 0.0207648741869517, 0.0590000000000002, 0.0323444680800982, 0.0877307692307678, 0.0545053314258902, 0.154365384615385, 0.196865635552624, 0.568538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1335, '2021-05-23 00:00:00', 0.0144678954931246, 0.0400000000000013, 0.0177150956922217, 0.0607692307692312, 0.0299345182793258, 0.0846538461538459, 0.0521449311645336, 0.158423076923079, 0.198534225880964, 0.569173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1350, '2021-05-23 00:00:00', 0.0186846296354899, 0.0468461538461529, 0.024098236449998, 0.0677499999999999, 0.0320281666902498, 0.0832884615384619, 0.0575154327115781, 0.160250000000001, 0.197397440751861, 0.571019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1365, '2021-05-23 00:00:00', 0.0184256510165759, 0.0532692307692304, 0.0206084094112442, 0.062557692307692, 0.0272052101910363, 0.0807884615384603, 0.0589721577069676, 0.162153846153847, 0.199582714682409, 0.570500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1380, '2021-05-23 00:00:00', 0.0143168136764469, 0.0443653846153838, 0.0226499533027199, 0.058096153846153, 0.0424236372792328, 0.083249999999998, 0.0597704744450357, 0.163980769230769, 0.200218830283267, 0.571000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1395, '2021-05-23 00:00:00', 0.017365527301568, 0.0388076923076912, 0.02169669418279, 0.0559423076923064, 0.0369611438384444, 0.114615384615383, 0.0654603579392795, 0.172038461538462, 0.200000549999243, 0.573000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1410, '2021-05-23 00:00:00', 0.0134162358586652, 0.0366538461538457, 0.0263090215588586, 0.0582307692307674, 0.0318289237112314, 0.110903846153845, 0.0669992451162999, 0.177173076923078, 0.200000549999243, 0.573000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1425, '2021-05-23 00:00:00', 0.0223442042046358, 0.0447115384615377, 0.0298089816098338, 0.098846153846153, 0.0273346005022094, 0.105403846153845, 0.0726809889437822, 0.187615384615387, 0.200016733915325, 0.573076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 0, '2021-05-23 00:00:00', 0.0265812904126189, 0.0757499999999993, 0.023404774332141, 0.0882115384615372, 0.025935808332229, 0.0973846153846163, 0.0738512251864406, 0.191788461538462, 0.199465247599676, 0.572750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 15, '2021-05-23 00:00:00', 0.0271194295946366, 0.0522115384615369, 0.0262059887459677, 0.061576923076923, 0.0269612613834111, 0.0804807692307698, 0.0670315195664293, 0.186769230769232, 0.204070207564418, 0.571519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 30, '2021-05-23 00:00:00', 0.0244062176819454, 0.0397884615384635, 0.0226411894903638, 0.0547884615384635, 0.0298023747117851, 0.0791923076923076, 0.0748738015185968, 0.189884615384616, 0.204022171683524, 0.570057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 45, '2021-05-23 00:00:00', 0.0166770339550699, 0.0402115384615403, 0.0214440327005354, 0.0610576923076925, 0.0267380814569804, 0.0777500000000007, 0.0856149609499521, 0.197192307692308, 0.204433227767368, 0.56623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 60, '2021-05-23 00:00:00', 0.0214247879443776, 0.046307692307691, 0.0249778671257941, 0.0589230769230757, 0.0310306858051587, 0.0747115384615388, 0.0994941281607215, 0.208192307692309, 0.204745478958257, 0.564634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 75, '2021-05-23 00:00:00', 0.0147934106953059, 0.0347499999999998, 0.0175867957461091, 0.0473461538461542, 0.0312277736342796, 0.0809230769230774, 0.0980016659983981, 0.210057692307693, 0.205139866920109, 0.564750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 90, '2021-05-23 00:00:00', 0.0111076030786957, 0.0358269230769236, 0.0183647655956897, 0.0497307692307695, 0.0356348791969966, 0.0822307692307689, 0.0971650934472631, 0.212846153846155, 0.204252160331293, 0.563250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 105, '2021-05-23 00:00:00', 0.0149371503821329, 0.034461538461539, 0.0276514083658571, 0.0645961538461546, 0.0413458769221481, 0.0848076923076939, 0.096622924895623, 0.217519230769233, 0.204659142516001, 0.562230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 120, '2021-05-23 00:00:00', 0.0208527898889776, 0.0523269230769231, 0.0297721152448696, 0.0633269230769227, 0.0402278510487436, 0.087, 0.0941962783030952, 0.214673076923077, 0.206002782841547, 0.558557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 135, '2021-05-23 00:00:00', 0.0177658271798608, 0.0392307692307691, 0.0255863319883002, 0.0555961538461542, 0.036463153161261, 0.0941923076923093, 0.0912140529827442, 0.206211538461541, 0.206751236625452, 0.556576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 150, '2021-05-23 00:00:00', 0.0180628390306235, 0.0403846153846142, 0.0237805350266557, 0.0589230769230768, 0.0319762171236464, 0.0980384615384629, 0.091682120142624, 0.205134615384618, 0.207977429433691, 0.555134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 165, '2021-05-23 00:00:00', 0.0173727903963029, 0.0449230769230777, 0.0254448120751261, 0.075538461538462, 0.0406111248494612, 0.11121153846154, 0.0863901970934585, 0.204615384615387, 0.209229480199648, 0.554653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 180, '2021-05-23 00:00:00', 0.023604790908758, 0.0606153846153844, 0.0280019024079005, 0.0785576923076925, 0.0452819925152798, 0.110173076923077, 0.0860553578540297, 0.19773076923077, 0.210165232614721, 0.554250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 195, '2021-05-23 00:00:00', 0.0185597994020989, 0.0493846153846167, 0.0350793605765763, 0.0773076923076947, 0.0452281438929333, 0.0952500000000017, 0.0798413041361045, 0.185576923076924, 0.211637143206516, 0.555096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 210, '2021-05-23 00:00:00', 0.024322805063433, 0.0531730769230783, 0.023200033156475, 0.0651923076923074, 0.0425580372956906, 0.0930576923076939, 0.0683417796531073, 0.179326923076925, 0.222624451798227, 0.56194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 225, '2021-05-23 00:00:00', 0.0169672081924572, 0.0453846153846151, 0.0348673971585974, 0.0633461538461524, 0.0492343258931589, 0.0958269230769226, 0.0651846519217051, 0.182673076923078, 0.22195337088261, 0.563326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 240, '2021-05-23 00:00:00', 0.0202405153476504, 0.0484615384615365, 0.0261569302480252, 0.0677499999999983, 0.0576876203224035, 0.104807692307692, 0.0578149967236358, 0.178923076923078, 0.221114182128739, 0.56919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 255, '2021-05-23 00:00:00', 0.0202174334519652, 0.0492307692307676, 0.0309076104643398, 0.0734038461538458, 0.0545127084689019, 0.106153846153847, 0.0543710896029821, 0.177153846153846, 0.221169423397887, 0.570076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 270, '2021-05-23 00:00:00', 0.0196917886049377, 0.0485576923076908, 0.0391308505087552, 0.0707115384615372, 0.0448483984792525, 0.0923269230769234, 0.0508647263298969, 0.163403846153846, 0.221868662639721, 0.566788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 285, '2021-05-23 00:00:00', 0.0301798965181501, 0.0476153846153841, 0.0348267856685064, 0.0632500000000014, 0.0333497318637589, 0.0857307692307697, 0.0515777232772191, 0.155192307692307, 0.221714272986999, 0.565326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 300, '2021-05-23 00:00:00', 0.0231304744039951, 0.0433269230769255, 0.0245602555737122, 0.0551153846153871, 0.030848238947367, 0.0785769230769233, 0.0508749295973807, 0.147961538461539, 0.221716815225742, 0.564384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 315, '2021-05-23 00:00:00', 0.0155810659258129, 0.0379807692307697, 0.0225759572588594, 0.0560769230769219, 0.034963497448713, 0.0743846153846153, 0.0475013522074736, 0.150461538461538, 0.22293007613634, 0.563326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 330, '2021-05-23 00:00:00', 0.01732703534498, 0.0403846153846136, 0.0249141603233042, 0.0521538461538449, 0.035500227518231, 0.0706153846153846, 0.0477128913397627, 0.151999999999999, 0.222846483895564, 0.562846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 345, '2021-05-23 00:00:00', 0.0142415021895637, 0.0340961538461538, 0.0211599858223003, 0.0482500000000003, 0.0238164535886118, 0.0672884615384609, 0.0620058589043136, 0.162057692307692, 0.223461313120502, 0.562038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 360, '2021-05-23 00:00:00', 0.0137511957522019, 0.034346153846155, 0.0164587245977528, 0.0474807692307697, 0.0217067961707846, 0.066250000000001, 0.0686022117831381, 0.164288461538462, 0.225296252828274, 0.563192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 375, '2021-05-23 00:00:00', 0.0129267760273612, 0.0328076923076932, 0.0157098817505224, 0.0484038461538461, 0.0231482928428531, 0.0662884615384616, 0.0745767957312357, 0.173038461538461, 0.224329223206909, 0.565903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 390, '2021-05-23 00:00:00', 0.0129732416920365, 0.034249999999999, 0.0222598638464284, 0.0466923076923087, 0.0249884973537823, 0.0672500000000019, 0.0742219954958412, 0.176269230769232, 0.224016259712068, 0.56573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 405, '2021-05-23 00:00:00', 0.0121152161160445, 0.0315384615384624, 0.0131273203077239, 0.044942307692308, 0.0431923070073286, 0.0768461538461551, 0.079391648466031, 0.184923076923078, 0.224197364974565, 0.565038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 420, '2021-05-23 00:00:00', 0.00840631630657513, 0.0328846153846139, 0.015654392354863, 0.0454999999999997, 0.0436723640831971, 0.0796538461538455, 0.0828327903299531, 0.187134615384616, 0.223124573690608, 0.567653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 435, '2021-05-23 00:00:00', 0.0149552280542243, 0.0316730769230768, 0.0375838191451906, 0.0582884615384622, 0.036737907481971, 0.0829230769230766, 0.0819799975603808, 0.198, 0.223900840002548, 0.567884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 450, '2021-05-23 00:00:00', 0.0339986934138092, 0.043634615384616, 0.0338617551455692, 0.0590384615384614, 0.032301297902003, 0.0779230769230762, 0.0808799109791782, 0.200000000000001, 0.223803822920535, 0.568865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 465, '2021-05-23 00:00:00', 0.0131262508561456, 0.0370384615384608, 0.0199536000222054, 0.0553846153846142, 0.0265290624381286, 0.0753653846153843, 0.0803328292887686, 0.20821153846154, 0.223670961115103, 0.567826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 480, '2021-05-23 00:00:00', 0.0181985312171489, 0.0420576923076914, 0.0235257387687487, 0.0575961538461534, 0.0269664820443098, 0.0751346153846161, 0.080285394782516, 0.212269230769232, 0.223375483297656, 0.567057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 495, '2021-05-23 00:00:00', 0.0150375043960601, 0.0369423076923075, 0.0177177551104483, 0.0503269230769223, 0.0250674858363151, 0.0813269230769217, 0.0819294443173732, 0.216076923076924, 0.223821701017024, 0.566076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 510, '2021-05-23 00:00:00', 0.0131397810542588, 0.0369230769230756, 0.0162408790970845, 0.0511153846153844, 0.0246285637796074, 0.0906153846153833, 0.0855558319731341, 0.221096153846155, 0.223821701017024, 0.566076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 525, '2021-05-23 00:00:00', 0.0112847753121706, 0.0343846153846167, 0.0192429107825364, 0.0665192307692308, 0.0448850711861381, 0.107480769230768, 0.0870222606357342, 0.224423076923079, 0.22378825156487, 0.566692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 540, '2021-05-23 00:00:00', 0.0196266694537363, 0.0571153846153846, 0.0244880818735593, 0.0776153846153835, 0.0484291711201497, 0.111730769230768, 0.0917833925819154, 0.226365384615387, 0.223490770761087, 0.566269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 555, '2021-05-23 00:00:00', 0.017201118031641, 0.0494615384615385, 0.0391242203166366, 0.0777692307692315, 0.0516662961111613, 0.115384615384616, 0.109890007945007, 0.237076923076925, 0.224258436081781, 0.569884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 570, '2021-05-23 00:00:00', 0.035568438905214, 0.0604230769230774, 0.0385372996139903, 0.0812115384615398, 0.047012604692787, 0.122750000000001, 0.124001254646257, 0.244365384615386, 0.227565521418473, 0.573942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 585, '2021-05-23 00:00:00', 0.0153437659603554, 0.0511346153846158, 0.0341097324257162, 0.0879230769230764, 0.0564590661793673, 0.124384615384615, 0.123023495254423, 0.246596153846155, 0.231368408354761, 0.575903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 600, '2021-05-23 00:00:00', 0.0334439887665247, 0.0765961538461517, 0.0412460907238516, 0.0999999999999987, 0.0599207714081989, 0.128826923076922, 0.124129474898032, 0.248942307692308, 0.231941328788123, 0.5795 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 615, '2021-05-23 00:00:00', 0.0248346299781952, 0.0663269230769222, 0.0373395284466132, 0.0899038461538447, 0.0527704790724742, 0.12828846153846, 0.13547120045916, 0.248115384615384, 0.23332493354844, 0.57723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 630, '2021-05-23 00:00:00', 0.0311391233017241, 0.0632499999999998, 0.0411987910576911, 0.0889038461538454, 0.0464916245558927, 0.125134615384615, 0.133813026846589, 0.243884615384616, 0.229938633953964, 0.575846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 645, '2021-05-23 00:00:00', 0.0246626235425186, 0.0597499999999978, 0.0287948980523658, 0.0871153846153835, 0.0473094762015125, 0.120057692307692, 0.120839957731767, 0.245846153846154, 0.227038293110349, 0.575057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 660, '2021-05-23 00:00:00', 0.0236716318374174, 0.0651153846153845, 0.0356253636958496, 0.0879423076923078, 0.0471228019279251, 0.117538461538463, 0.123257560229975, 0.250615384615385, 0.22768536319971, 0.57976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 675, '2021-05-23 00:00:00', 0.0221631797913011, 0.0519423076923065, 0.0429869568769238, 0.0769615384615392, 0.0358047697724986, 0.105307692307693, 0.117596214290192, 0.246980769230769, 0.227759799248782, 0.579615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 690, '2021-05-23 00:00:00', 0.0210594488203142, 0.0555961538461548, 0.02119866650378, 0.0717884615384622, 0.0332391856329008, 0.106288461538462, 0.118583351082038, 0.249865384615383, 0.231102128605847, 0.585423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 705, '2021-05-23 00:00:00', 0.018354793966112, 0.0480384615384614, 0.0218950644245189, 0.0705769230769228, 0.0401425584635568, 0.103250000000002, 0.120093969617386, 0.251692307692308, 0.228957634643483, 0.585461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 720, '2021-05-23 00:00:00', 0.0169724777212991, 0.0527499999999999, 0.0297923583387525, 0.0757692307692329, 0.0546162415967434, 0.107076923076925, 0.131118349358363, 0.261692307692308, 0.230420449312857, 0.593288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 735, '2021-05-23 00:00:00', 0.0248430767325312, 0.053538461538463, 0.0308004807654786, 0.0734807692307708, 0.0760765631554053, 0.11621153846154, 0.144855483685796, 0.275365384615385, 0.231341616363201, 0.594788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 750, '2021-05-23 00:00:00', 0.0140022663000843, 0.0517115384615383, 0.0304324472587043, 0.0774230769230771, 0.0765886012808296, 0.117423076923078, 0.137629358730671, 0.274903846153848, 0.220209410823844, 0.591769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 765, '2021-05-23 00:00:00', 0.0237650033582015, 0.0568461538461536, 0.0479890091583478, 0.0867500000000005, 0.068765879285049, 0.119384615384615, 0.129425834123106, 0.285057692307691, 0.220682580958402, 0.594807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 780, '2021-05-23 00:00:00', 0.0330017482054421, 0.0578461538461546, 0.0510054446565781, 0.0798461538461547, 0.0530066650381, 0.108942307692308, 0.120942925191374, 0.300865384615385, 0.22089669444196, 0.594019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 795, '2021-05-23 00:00:00', 0.0265278083411464, 0.0512692307692318, 0.0287126881628734, 0.0710384615384624, 0.056762355483191, 0.11675, 0.127764338349345, 0.308115384615384, 0.21784876281847, 0.589788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 810, '2021-05-23 00:00:00', 0.0170709942930632, 0.0538269230769227, 0.0247745527010763, 0.0754615384615386, 0.0611235193308173, 0.120269230769229, 0.122731033314568, 0.313442307692308, 0.216854883239034, 0.588903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 825, '2021-05-23 00:00:00', 0.0228649210666611, 0.0527692307692313, 0.0534200192955661, 0.0915384615384619, 0.080075505233884, 0.136557692307692, 0.117086340594648, 0.317365384615385, 0.218324754577986, 0.588038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 840, '2021-05-23 00:00:00', 0.0422360627899897, 0.067750000000001, 0.0454559803969316, 0.0883846153846155, 0.0789617239309906, 0.137576923076923, 0.120785754381625, 0.32646153846154, 0.222515783364132, 0.590423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 855, '2021-05-23 00:00:00', 0.0202955944442669, 0.0548653846153842, 0.0632433669370834, 0.0987884615384615, 0.0694003990234617, 0.129846153846153, 0.118770528589959, 0.327038461538463, 0.219511727389537, 0.589038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 870, '2021-05-23 00:00:00', 0.0619147925657627, 0.0741923076923083, 0.0627920499622494, 0.0956923076923077, 0.0684645809609132, 0.132826923076922, 0.136926015958085, 0.334923076923078, 0.218805302460007, 0.587403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 885, '2021-05-23 00:00:00', 0.0272447948451449, 0.0633269230769221, 0.0257648314269992, 0.0884423076923069, 0.0395301832099893, 0.126346153846154, 0.144312071034109, 0.337423076923079, 0.217740319046476, 0.58444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 900, '2021-05-23 00:00:00', 0.0256259558921145, 0.0665192307692325, 0.0306786382708504, 0.0938269230769229, 0.0514820207600545, 0.141538461538463, 0.142795487162047, 0.339134615384617, 0.22228939211342, 0.585923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 915, '2021-05-23 00:00:00', 0.0180083741204355, 0.0613076923076926, 0.0344178006270017, 0.0912500000000006, 0.072269484995664, 0.155461538461541, 0.151027598089274, 0.336153846153847, 0.223695621668923, 0.588634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 930, '2021-05-23 00:00:00', 0.0254331174168352, 0.0757884615384616, 0.0444155767894398, 0.111288461538463, 0.074827894839785, 0.160923076923078, 0.149253697287023, 0.335384615384616, 0.221315094726604, 0.591134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 945, '2021-05-23 00:00:00', 0.0354425645885772, 0.0776538461538485, 0.0656855094662915, 0.120615384615386, 0.0792349014979162, 0.173980769230769, 0.152655318131554, 0.327615384615386, 0.236289490797915, 0.594211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 960, '2021-05-23 00:00:00', 0.0566671421548665, 0.0902499999999997, 0.0589582936033202, 0.114403846153846, 0.090172998261035, 0.192980769230769, 0.14535757634193, 0.325250000000001, 0.23810687403252, 0.592711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 975, '2021-05-23 00:00:00', 0.0292476757787958, 0.0714423076923088, 0.0669026502867, 0.127730769230768, 0.092170360662283, 0.193153846153846, 0.14242969655777, 0.32246153846154, 0.241008186902118, 0.597384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 990, '2021-05-23 00:00:00', 0.0456137462411707, 0.101923076923076, 0.0730287956904678, 0.156250000000001, 0.0727746891756715, 0.190653846153846, 0.144292566043386, 0.324730769230772, 0.226094579426739, 0.596826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1005, '2021-05-23 00:00:00', 0.0329415566396912, 0.0996153846153858, 0.05051153714366, 0.129153846153846, 0.0651787512567123, 0.172019230769231, 0.132008573439526, 0.31221153846154, 0.22198363765065, 0.600153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1020, '2021-05-23 00:00:00', 0.0301520505744835, 0.0866153846153844, 0.0453825449332148, 0.122346153846154, 0.0742845982587338, 0.171192307692309, 0.130231759390122, 0.294134615384616, 0.228155305573941, 0.59621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1035, '2021-05-23 00:00:00', 0.0400027306760238, 0.0865384615384604, 0.053000468067599, 0.123480769230769, 0.0606593895325484, 0.172307692307692, 0.121221678690799, 0.281346153846154, 0.227920607803549, 0.614288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1050, '2021-05-23 00:00:00', 0.0349674848966878, 0.0812499999999994, 0.0493819337877266, 0.119153846153847, 0.0863723713838033, 0.165057692307693, 0.126672516902686, 0.269942307692309, 0.246702948128684, 0.615769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1065, '2021-05-23 00:00:00', 0.0346167645024108, 0.093403846153845, 0.0421577851191644, 0.124326923076921, 0.0844199848741625, 0.168076923076923, 0.111638144845815, 0.266846153846153, 0.261046665442142, 0.626307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1080, '2021-05-23 00:00:00', 0.0252359938305458, 0.0836538461538439, 0.0498730233847781, 0.115961538461538, 0.0617298986279367, 0.155403846153845, 0.0849166559724206, 0.250038461538461, 0.269047951116524, 0.625999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1095, '2021-05-23 00:00:00', 0.0426465256949063, 0.0711153846153853, 0.05461500216551, 0.104538461538463, 0.0582906543505507, 0.139596153846154, 0.0879346544971798, 0.234711538461538, 0.285079349277731, 0.625346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1110, '2021-05-23 00:00:00', 0.0297645956439214, 0.0736346153846172, 0.0322854396808322, 0.0954807692307687, 0.0442769300930127, 0.128942307692306, 0.0894959560753771, 0.223884615384614, 0.284940736753343, 0.621711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1125, '2021-05-23 00:00:00', 0.020578601656912, 0.0631730769230774, 0.0377423655041122, 0.0883846153846155, 0.0466400949992431, 0.116461538461539, 0.0935769222865078, 0.216596153846153, 0.28860844648869, 0.616653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1140, '2021-05-23 00:00:00', 0.0274314810727766, 0.0608846153846159, 0.0364511105666008, 0.0857115384615383, 0.0373123819415734, 0.115423076923078, 0.095690124882351, 0.2075, 0.287022609669585, 0.61453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1155, '2021-05-23 00:00:00', 0.0261175449429334, 0.0598846153846144, 0.0324535229805028, 0.0801346153846165, 0.0437511889948321, 0.118942307692308, 0.101829580483956, 0.202288461538462, 0.287117647422688, 0.611288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1170, '2021-05-23 00:00:00', 0.0199846479540194, 0.0503846153846177, 0.0260816248314062, 0.077134615384618, 0.0605201174435786, 0.120269230769233, 0.103229721420796, 0.191846153846155, 0.28535069718614, 0.613096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1185, '2021-05-23 00:00:00', 0.0187160256300477, 0.0525192307692329, 0.0284866567955009, 0.080519230769231, 0.0645320194822816, 0.114692307692308, 0.100785209537602, 0.184038461538463, 0.282130676896637, 0.614826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1200, '2021-05-23 00:00:00', 0.0234398411651226, 0.0588846153846162, 0.0549070438244349, 0.0857115384615394, 0.0569455779332674, 0.104826923076924, 0.10236406370627, 0.179192307692308, 0.282080602910697, 0.614942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1215, '2021-05-23 00:00:00', 0.0547902468861578, 0.0546346153846166, 0.0547169113219611, 0.0720961538461559, 0.050455326775277, 0.090500000000002, 0.101513403813713, 0.180134615384615, 0.278236228493261, 0.610173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1230, '2021-05-23 00:00:00', 0.0282027549118063, 0.0481538461538454, 0.0346880438280319, 0.0625961538461527, 0.033838462412788, 0.0831923076923076, 0.0907120910437981, 0.173211538461537, 0.279251326696112, 0.604711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1245, '2021-05-23 00:00:00', 0.0144681081640338, 0.0416153846153849, 0.0173331718434285, 0.0581730769230776, 0.0308058685717759, 0.0826923076923079, 0.0708732997354044, 0.16276923076923, 0.2791489683636, 0.603942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1260, '2021-05-23 00:00:00', 0.0120295309711, 0.0424807692307682, 0.0188592050570724, 0.0554807692307685, 0.0301869113256808, 0.0849807692307689, 0.0668237866447139, 0.157961538461537, 0.278983376951719, 0.602230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1275, '2021-05-23 00:00:00', 0.0164779106218477, 0.0393076923076931, 0.0268106537377611, 0.0586346153846155, 0.0368657700312896, 0.0862500000000019, 0.0629717305316739, 0.157826923076924, 0.275997171808254, 0.602326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1290, '2021-05-23 00:00:00', 0.0211556139121503, 0.0454999999999992, 0.0222692354191561, 0.0648269230769249, 0.0432651263010529, 0.0866346153846164, 0.0611713891141414, 0.157673076923077, 0.275167303653615, 0.601749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1305, '2021-05-23 00:00:00', 0.016517834184716, 0.0493269230769247, 0.0297939655738422, 0.0654038461538475, 0.046161559932314, 0.0854807692307691, 0.0599031815002005, 0.157134615384616, 0.275282811919782, 0.600942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1320, '2021-05-23 00:00:00', 0.0195111802268895, 0.0468846153846157, 0.0324096376928921, 0.0612692307692309, 0.0415326562894981, 0.0823076923076923, 0.0566067439581033, 0.153288461538462, 0.276002037339193, 0.60076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1335, '2021-05-23 00:00:00', 0.0197713565154614, 0.0410576923076905, 0.0239268757804975, 0.0571538461538452, 0.0362734274429849, 0.0798076923076924, 0.0465929839551622, 0.151384615384616, 0.276954158939429, 0.601115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1350, '2021-05-23 00:00:00', 0.0139130818352308, 0.040076923076922, 0.0176787573527822, 0.056461538461538, 0.0300643668459215, 0.0771153846153834, 0.0437140533643161, 0.148538461538462, 0.276518679992177, 0.600596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1365, '2021-05-23 00:00:00', 0.0191641893605286, 0.0473846153846159, 0.025444819632959, 0.0631730769230769, 0.0278463918391857, 0.0783076923076918, 0.0457435367439598, 0.151865384615386, 0.277790588670399, 0.601134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1380, '2021-05-23 00:00:00', 0.0191498945568494, 0.0434615384615377, 0.0200671660641489, 0.0546346153846144, 0.0300477376596242, 0.0759423076923057, 0.0477666765079523, 0.154153846153848, 0.277596705949201, 0.601865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1395, '2021-05-23 00:00:00', 0.0148561305656839, 0.0362307692307673, 0.015788018826362, 0.0513076923076919, 0.0380776989042934, 0.099365384615383, 0.0610187991208746, 0.165576923076925, 0.277442221982275, 0.603057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1410, '2021-05-23 00:00:00', 0.00989438457681076, 0.0366730769230766, 0.021786031163251, 0.0556346153846138, 0.0391532099086876, 0.0929230769230752, 0.0780614476895245, 0.178980769230771, 0.27878388376331, 0.603923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1425, '2021-05-23 00:00:00', 0.0152302835975415, 0.0441923076923066, 0.0350902353281445, 0.0842307692307681, 0.0335885339868317, 0.0914807692307682, 0.089448483239493, 0.184634615384617, 0.277707291946036, 0.605 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 0, '2021-05-23 00:00:00', 0.0290283680878924, 0.0656153846153836, 0.0308155055875349, 0.070153846153845, 0.0279515033309743, 0.0809423076923078, 0.103775986550914, 0.195846153846157, 0.277707291946036, 0.605 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 15, '2021-05-23 00:00:00', 0.0276115081916109, 0.0401538461538449, 0.0264873336928033, 0.0536730769230752, 0.0248861716312782, 0.0761923076923091, 0.100388478116074, 0.19344230769231, 0.275156998541114, 0.601076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 30, '2021-05-23 00:00:00', 0.021787646464489, 0.0398076923076911, 0.0242703443606526, 0.0534807692307693, 0.0333018594999407, 0.0780769230769248, 0.100725094268432, 0.192230769230772, 0.275211979837642, 0.600423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 45, '2021-05-23 00:00:00', 0.023648971355089, 0.0394230769230771, 0.0200257238417145, 0.0574807692307688, 0.0306689770590094, 0.0768846153846168, 0.099001136357115, 0.192750000000002, 0.274756662269615, 0.599288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 60, '2021-05-23 00:00:00', 0.0158622556355056, 0.0436346153846166, 0.0287943370500825, 0.0560769230769247, 0.0318009675711508, 0.0726923076923083, 0.0946070740565329, 0.189038461538462, 0.27325251775883, 0.594461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 75, '2021-05-23 00:00:00', 0.0180775679099384, 0.0325384615384633, 0.0234010930053722, 0.0491346153846182, 0.0329079193180927, 0.0806346153846162, 0.0942829048865494, 0.183115384615387, 0.274743961927074, 0.590730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 90, '2021-05-23 00:00:00', 0.0142618506728735, 0.0359038461538476, 0.0206326477662489, 0.051115384615386, 0.0287449059032142, 0.0794807692307705, 0.089390913322414, 0.178153846153848, 0.27176727388309, 0.587134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 105, '2021-05-23 00:00:00', 0.0154688272142592, 0.0367307692307697, 0.0215384539835155, 0.0632499999999992, 0.0303665301581563, 0.0841153846153856, 0.0840893480860599, 0.175538461538463, 0.271386732995838, 0.585826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 120, '2021-05-23 00:00:00', 0.0161589341803914, 0.0506346153846145, 0.0203611999041946, 0.060461538461538, 0.0339428025677601, 0.0914230769230778, 0.0843611945970775, 0.178865384615385, 0.272720781414592, 0.586230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 135, '2021-05-23 00:00:00', 0.017492415939046, 0.0382692307692326, 0.0257977637671296, 0.0602307692307715, 0.0405473749506017, 0.102480769230771, 0.0924175495322095, 0.181711538461541, 0.273527664892492, 0.585711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 150, '2021-05-23 00:00:00', 0.0169805318390952, 0.0440384615384614, 0.0259359047238801, 0.0693653846153862, 0.0592558111398879, 0.119134615384615, 0.0926757976040033, 0.179711538461541, 0.273667580497554, 0.582769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 165, '2021-05-23 00:00:00', 0.0198796765180307, 0.0521923076923093, 0.0317583907749659, 0.0843461538461543, 0.0648910329232482, 0.118384615384614, 0.0885411964090065, 0.175788461538464, 0.269605130058474, 0.580615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 180, '2021-05-23 00:00:00', 0.0309576944579845, 0.0641730769230767, 0.0515103910353581, 0.0929038461538454, 0.0810136170890201, 0.123884615384617, 0.0937382608034802, 0.174692307692309, 0.269811376420926, 0.581826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 195, '2021-05-23 00:00:00', 0.0283016172410946, 0.0566923076923073, 0.0365057002925046, 0.0753846153846141, 0.05582055039279, 0.109423076923078, 0.0750646695548884, 0.160269230769232, 0.261031322170055, 0.574134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 210, '2021-05-23 00:00:00', 0.0245125713430103, 0.0513846153846148, 0.0443422528139413, 0.0786538461538462, 0.0468556252266977, 0.0950192307692303, 0.0762950749494246, 0.158038461538461, 0.260695658840845, 0.575057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 225, '2021-05-23 00:00:00', 0.0333226649594538, 0.0594999999999999, 0.0384895240492582, 0.079211538461539, 0.0389980078386656, 0.0917692307692306, 0.0694816771641164, 0.152288461538462, 0.26052931696836, 0.570749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 240, '2021-05-23 00:00:00', 0.0228651229201564, 0.0535769230769236, 0.027264657314215, 0.0656923076923082, 0.0345760532961561, 0.0837884615384621, 0.0710342089852055, 0.148326923076923, 0.261359069981394, 0.567711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 255, '2021-05-23 00:00:00', 0.0203848359930015, 0.0428076923076923, 0.0243551605651428, 0.0589230769230757, 0.0360245002100615, 0.079269230769231, 0.0694929216096592, 0.146615384615386, 0.260846173354808, 0.566884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 270, '2021-05-23 00:00:00', 0.01875842374877, 0.0440384615384608, 0.0218658497345838, 0.0581538461538456, 0.0288133048861372, 0.0754423076923083, 0.0660990282716887, 0.147192307692309, 0.258846274545635, 0.569923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 285, '2021-05-23 00:00:00', 0.0186010338835914, 0.0384615384615379, 0.0237465463075893, 0.0560384615384602, 0.0286406381536124, 0.0743846153846158, 0.0663262362522134, 0.141519230769233, 0.259183639233178, 0.572673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 300, '2021-05-23 00:00:00', 0.0169615855572333, 0.0388461538461524, 0.0174280057555462, 0.0511538461538466, 0.0381108958778882, 0.0774038461538463, 0.0650175242649105, 0.141538461538464, 0.258441647185589, 0.573749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 315, '2021-05-23 00:00:00', 0.0113519229140322, 0.0361153846153854, 0.0197464310309852, 0.0548076923076922, 0.0540373802246042, 0.0810384615384621, 0.0647918115671543, 0.152326923076925, 0.259546575040753, 0.572769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 330, '2021-05-23 00:00:00', 0.0174599431667058, 0.0389807692307668, 0.0351827536421767, 0.0583846153846143, 0.0514282958631196, 0.0794807692307683, 0.0632572525486184, 0.158500000000001, 0.259301997975038, 0.571615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 345, '2021-05-23 00:00:00', 0.0275537865609455, 0.0443653846153833, 0.0437028779196709, 0.0621923076923068, 0.0438104483498565, 0.0823461538461541, 0.0574653239922857, 0.160711538461539, 0.259299470467288, 0.568153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 360, '2021-05-23 00:00:00', 0.0226710252219759, 0.0423461538461527, 0.0247474940456305, 0.0539615384615376, 0.0380074284237251, 0.0742307692307689, 0.054551133387364, 0.160615384615385, 0.260413795717509, 0.562749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 375, '2021-05-23 00:00:00', 0.0137923752626077, 0.0319807692307694, 0.0209807970809945, 0.0470769230769232, 0.0302860782945148, 0.0684423076923076, 0.0510839881582653, 0.168423076923077, 0.262374791384094, 0.558365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 390, '2021-05-23 00:00:00', 0.0143038456367521, 0.035000000000001, 0.0245746586172385, 0.046923076923078, 0.0328421926092734, 0.0689807692307696, 0.0566734539675792, 0.169403846153847, 0.263175846448428, 0.557115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 405, '2021-05-23 00:00:00', 0.0183399521851552, 0.0310769230769228, 0.0245691567119917, 0.048211538461538, 0.0280855834904645, 0.0644999999999992, 0.0576458684889575, 0.173384615384616, 0.264370969691048, 0.554519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 420, '2021-05-23 00:00:00', 0.0185308889736512, 0.0364230769230765, 0.0211224725388344, 0.0483269230769226, 0.0262170819241076, 0.064653846153845, 0.07270474801975, 0.182403846153847, 0.263801848713416, 0.553346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 435, '2021-05-23 00:00:00', 0.0134812690569034, 0.0327692307692298, 0.0179276430301181, 0.0449038461538458, 0.0230849601389168, 0.0686538461538477, 0.0708343815910363, 0.182019230769232, 0.262076850150135, 0.552846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 450, '2021-05-23 00:00:00', 0.0148661204912884, 0.0331923076923082, 0.0192991928886636, 0.0461730769230771, 0.023730603415453, 0.0711923076923098, 0.0814648980566763, 0.193019230769233, 0.26082840881728, 0.551826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 465, '2021-05-23 00:00:00', 0.0130217717097774, 0.0339423076923085, 0.0200956558642752, 0.0531538461538474, 0.022280484734404, 0.0705000000000021, 0.0832976798088554, 0.20171153846154, 0.25990321571397, 0.550692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 480, '2021-05-23 00:00:00', 0.0154468318882729, 0.042269230769232, 0.0209678233344473, 0.0564807692307705, 0.0205142727050084, 0.0693461538461559, 0.0812563772645194, 0.211326923076925, 0.259251844441182, 0.550673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 495, '2021-05-23 00:00:00', 0.0141996343398196, 0.0390192307692307, 0.0161756345732137, 0.048365384615386, 0.0361550773112798, 0.0880192307692318, 0.0800155009021089, 0.213903846153848, 0.259658276172002, 0.550596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 510, '2021-05-23 00:00:00', 0.0101617116971191, 0.0324038461538478, 0.0156864959071845, 0.0476153846153868, 0.0404968944678288, 0.0954615384615384, 0.0765316827303471, 0.215038461538462, 0.257161765910399, 0.548076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 525, '2021-05-23 00:00:00', 0.0108680902009225, 0.0373461538461545, 0.0262539447585437, 0.0705192307692313, 0.0363285488498847, 0.100288461538461, 0.0747385082496612, 0.219769230769231, 0.256769526259222, 0.549480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 540, '2021-05-23 00:00:00', 0.0225818170557331, 0.0609615384615393, 0.0305005926802468, 0.0821153846153843, 0.0358653947205598, 0.107442307692307, 0.0736348083449675, 0.220750000000001, 0.25746390934534, 0.549769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 555, '2021-05-23 00:00:00', 0.0207172262028126, 0.0532884615384624, 0.0246394071482136, 0.0704038461538456, 0.0331523812812213, 0.107096153846154, 0.0673546326429102, 0.215442307692308, 0.252965261373057, 0.54828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 570, '2021-05-23 00:00:00', 0.018225383819953, 0.047230769230769, 0.0214830165479606, 0.0695000000000001, 0.030331070639757, 0.102923076923076, 0.0660133203341448, 0.215961538461539, 0.251850365372898, 0.550442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 585, '2021-05-23 00:00:00', 0.0182259008429876, 0.0517115384615383, 0.0273600775977323, 0.0814230769230771, 0.0301678636963238, 0.107, 0.0687293689324014, 0.217884615384616, 0.25156427837403, 0.551615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 600, '2021-05-23 00:00:00', 0.0191657647502421, 0.0644423076923093, 0.0253999697153076, 0.0814615384615377, 0.0361689624699665, 0.116923076923077, 0.075264875861597, 0.221807692307694, 0.252963521997816, 0.55178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 615, '2021-05-23 00:00:00', 0.0154019978724026, 0.0541923076923057, 0.0239164893230269, 0.0785384615384611, 0.0369467860577886, 0.11475, 0.0778687579298561, 0.216288461538463, 0.253362346938441, 0.558826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 630, '2021-05-23 00:00:00', 0.0211688541167299, 0.0625961538461565, 0.0338384624127863, 0.0868076923076941, 0.0447013035432038, 0.124557692307695, 0.0741749698607708, 0.213884615384619, 0.253253862450614, 0.562826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 645, '2021-05-23 00:00:00', 0.023306552396598, 0.0596538461538473, 0.025403611190902, 0.0857115384615389, 0.0478332520324524, 0.129500000000002, 0.0743049537638399, 0.212884615384617, 0.250516206292896, 0.566019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 660, '2021-05-23 00:00:00', 0.0181959843414372, 0.0574230769230784, 0.0324464351485065, 0.089634615384617, 0.0518889087007419, 0.129826923076926, 0.0779435125834504, 0.214865384615387, 0.249640274271725, 0.57194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 675, '2021-05-23 00:00:00', 0.0217480679955359, 0.0609615384615393, 0.0381692435587366, 0.0863653846153865, 0.0482700257366348, 0.117346153846155, 0.0826523977035985, 0.218673076923079, 0.247332097671252, 0.577557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 690, '2021-05-23 00:00:00', 0.0267252689415843, 0.0575000000000002, 0.0388964156940731, 0.0828653846153851, 0.0443154426982115, 0.113961538461538, 0.0780555817744887, 0.226076923076925, 0.244265457742502, 0.578076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 705, '2021-05-23 00:00:00', 0.0211551048576573, 0.0554615384615387, 0.0312303599821615, 0.0781538461538455, 0.0402001722154749, 0.103076923076923, 0.104841068362473, 0.24048076923077, 0.243284942940451, 0.57921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 720, '2021-05-23 00:00:00', 0.0176175611688585, 0.0510384615384604, 0.0274540455194617, 0.0692307692307675, 0.031991489252854, 0.0981538461538442, 0.115069176518369, 0.241653846153847, 0.242234801063254, 0.579326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 735, '2021-05-23 00:00:00', 0.0186901454906477, 0.0473076923076897, 0.024593096279553, 0.0670961538461528, 0.0278196665356326, 0.0979230769230761, 0.13900142223954, 0.260153846153847, 0.242017192650567, 0.58019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 750, '2021-05-23 00:00:00', 0.0215094254831543, 0.0538461538461541, 0.0266702153087559, 0.0760961538461532, 0.0300562613469108, 0.100173076923076, 0.139530123574142, 0.271346153846156, 0.243241128385932, 0.582057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 765, '2021-05-23 00:00:00', 0.0187237508569704, 0.0496730769230753, 0.0215800923217538, 0.0700961538461546, 0.0428278351255155, 0.0967115384615378, 0.151443156383459, 0.29048076923077, 0.242144220376077, 0.57971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 780, '2021-05-23 00:00:00', 0.0195484408191952, 0.0531923076923092, 0.0269801137592394, 0.0704423076923079, 0.0602468256425192, 0.1085, 0.159145236038802, 0.3026153[...];
Date: 2021-05-23 16:36:46 Duration: 22s101ms 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 983610, 1, 975, '2021-05-23 00:00:00', 0.0281528793444769, 0.0627307692307676, 0.0444861084626853, 0.107923076923076, 0.0591481094047316, 0.168826923076922, 0.113988164027945, 0.306807692307693, 0.149389641541842, 0.56325 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 990, '2021-05-23 00:00:00', 0.0440265872469758, 0.0879038461538456, 0.0504418019564682, 0.122653846153846, 0.0616045858682643, 0.176749999999999, 0.113813580709187, 0.302134615384617, 0.149817150091498, 0.560538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1005, '2021-05-23 00:00:00', 0.0386380442250703, 0.0870384615384623, 0.056597227439569, 0.128115384615386, 0.065195905959242, 0.179115384615386, 0.114223875989891, 0.292076923076926, 0.151389426518295, 0.558038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1020, '2021-05-23 00:00:00', 0.050589239506504, 0.094365384615387, 0.0482045481416286, 0.13046153846154, 0.0770906584184144, 0.198480769230771, 0.112013577473722, 0.280807692307695, 0.149846722969223, 0.553903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1035, '2021-05-23 00:00:00', 0.0282810618884537, 0.0849615384615391, 0.0397994974842649, 0.117000000000001, 0.0814579646197965, 0.191500000000002, 0.0904426975408268, 0.26169230769231, 0.149849586124014, 0.548538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1050, '2021-05-23 00:00:00', 0.0342251369610117, 0.0839999999999994, 0.0540743114042719, 0.142134615384615, 0.0749000256752557, 0.181923076923077, 0.083773616647209, 0.248173076923078, 0.148963636502335, 0.54525 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1065, '2021-05-23 00:00:00', 0.0407451224074718, 0.109249999999999, 0.0645814482768717, 0.14171153846154, 0.0640035575934268, 0.159653846153846, 0.0784906584348614, 0.227288461538463, 0.150366766991195, 0.54023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1080, '2021-05-23 00:00:00', 0.0398244271772988, 0.0812500000000021, 0.0395552631915639, 0.0946730769230764, 0.0447792749108173, 0.127288461538462, 0.0589422566193783, 0.203519230769233, 0.158706154453877, 0.532711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1095, '2021-05-23 00:00:00', 0.0244670893556736, 0.0635384615384594, 0.0274476564783566, 0.0805769230769214, 0.0513685664135622, 0.116519230769231, 0.0544411750282941, 0.191307692307694, 0.165753732989637, 0.5325 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1110, '2021-05-23 00:00:00', 0.0215924488225344, 0.0614230769230762, 0.0351932030150941, 0.0911923076923064, 0.0458591195527549, 0.116673076923078, 0.0551534363250509, 0.186192307692309, 0.177245003184423, 0.539134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1125, '2021-05-23 00:00:00', 0.0277838705283941, 0.0617884615384592, 0.0417032557297588, 0.0796923076923062, 0.0420611505384174, 0.115403846153846, 0.0523666364719443, 0.179230769230769, 0.185645592874828, 0.543884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1140, '2021-05-23 00:00:00', 0.0241839107354785, 0.0511923076923067, 0.027304416379885, 0.072134615384616, 0.0320387325688029, 0.100903846153846, 0.0526423637533349, 0.174538461538461, 0.185276317553416, 0.544423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1155, '2021-05-23 00:00:00', 0.0212336090631347, 0.0523846153846157, 0.0315198594295947, 0.0788076923076931, 0.0311635388530573, 0.0986153846153843, 0.0557760666897959, 0.177480769230768, 0.183877362977025, 0.54723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1170, '2021-05-23 00:00:00', 0.019180358543211, 0.051884615384615, 0.0186527065472671, 0.0657115384615374, 0.0226504881930741, 0.0832307692307687, 0.057078704098275, 0.172961538461537, 0.184075812141044, 0.550730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1185, '2021-05-23 00:00:00', 0.0157811109095155, 0.0497884615384621, 0.0198323356784199, 0.0671923076923071, 0.0247937724811324, 0.0828653846153835, 0.0576865135551967, 0.174076923076922, 0.183087899234641, 0.553673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1200, '2021-05-23 00:00:00', 0.0177961102059286, 0.0481923076923077, 0.0195877610924621, 0.0614038461538464, 0.0364522923200262, 0.0895192307692319, 0.0644410672928852, 0.182365384615384, 0.182506589975857, 0.554153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1215, '2021-05-23 00:00:00', 0.0137251593797652, 0.0410000000000012, 0.0216487786118421, 0.0590192307692311, 0.0362461509892913, 0.0912115384615406, 0.0662860729078016, 0.183788461538461, 0.189495079091781, 0.559749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1230, '2021-05-23 00:00:00', 0.0192111846429249, 0.0444807692307679, 0.0318819939536641, 0.0693076923076931, 0.037007546008057, 0.0944615384615386, 0.0667434151174358, 0.178211538461537, 0.190662545230693, 0.562384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1245, '2021-05-23 00:00:00', 0.0223819037479977, 0.0464807692307698, 0.022237572155805, 0.0605192307692317, 0.0355099336047739, 0.0871538461538458, 0.0668746588776348, 0.170999999999997, 0.188641560801267, 0.564538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1260, '2021-05-23 00:00:00', 0.0153272507444952, 0.0422692307692315, 0.0315748256588162, 0.0624807692307697, 0.0404378583089572, 0.0935961538461526, 0.0657794333067246, 0.166423076923075, 0.187937940861828, 0.56151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1275, '2021-05-23 00:00:00', 0.0250625448397857, 0.041865384615385, 0.0285400663036287, 0.0588461538461544, 0.0403158920755344, 0.0921346153846153, 0.0652920097597056, 0.163557692307691, 0.185607828913129, 0.559884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1290, '2021-05-23 00:00:00', 0.0192957149487815, 0.0437692307692315, 0.0303379237157807, 0.0720192307692303, 0.0349468002276849, 0.091326923076923, 0.0657432886308539, 0.1605, 0.186457538989854, 0.560923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1305, '2021-05-23 00:00:00', 0.0250917393700682, 0.0551538461538461, 0.0290467064199411, 0.0688653846153855, 0.0348891045368706, 0.0920192307692307, 0.0623004290638382, 0.160211538461539, 0.19266843580059, 0.564884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1320, '2021-05-23 00:00:00', 0.0182494783908594, 0.0457115384615386, 0.0212160316741826, 0.0574999999999991, 0.0317628956246351, 0.0848076923076917, 0.0583865006789948, 0.153788461538462, 0.193001502584824, 0.568 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1335, '2021-05-23 00:00:00', 0.0142774836179724, 0.0389423076923056, 0.0181406576931064, 0.0597115384615377, 0.0317083585194799, 0.0869999999999984, 0.0561353583896826, 0.15896153846154, 0.195781251557799, 0.569038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1350, '2021-05-23 00:00:00', 0.0190596734978895, 0.0478653846153836, 0.0249107329355149, 0.066730769230767, 0.0348500524224307, 0.0871153846153841, 0.0613503965255792, 0.162134615384617, 0.196674690405637, 0.571423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1365, '2021-05-23 00:00:00', 0.0180816205025955, 0.053249999999999, 0.027023871213885, 0.0684807692307683, 0.0298454544922044, 0.084634615384615, 0.0641680516001037, 0.163673076923078, 0.198500475682434, 0.570673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1380, '2021-05-23 00:00:00', 0.026394499718401, 0.0495192307692306, 0.0302671693169614, 0.0633076923076923, 0.0455231640106273, 0.100461538461538, 0.0657439233810869, 0.165288461538463, 0.198629315560415, 0.57075 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1395, '2021-05-23 00:00:00', 0.0209438902418265, 0.0419423076923068, 0.0225194702082804, 0.0575576923076922, 0.0413009824803973, 0.110634615384615, 0.073254036381305, 0.172423076923078, 0.198402176050408, 0.572788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1410, '2021-05-23 00:00:00', 0.0132324775283583, 0.0360384615384609, 0.0291733018093851, 0.0801923076923075, 0.0363966820127653, 0.106538461538462, 0.0750976390082607, 0.176653846153846, 0.198402176050408, 0.572788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1425, '2021-05-23 00:00:00', 0.0251580007154771, 0.0682500000000001, 0.0318627585845189, 0.0948461538461531, 0.0286814131719207, 0.102288461538461, 0.0802694237217059, 0.186596153846154, 0.198688264722556, 0.573057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 0, '2021-05-23 00:00:00', 0.0297426461499309, 0.06525, 0.0271029447732996, 0.0769807692307706, 0.0284539101003703, 0.0882499999999989, 0.0764127053470891, 0.192192307692308, 0.199098279751481, 0.572750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 15, '2021-05-23 00:00:00', 0.0190133252867983, 0.0449423076923091, 0.023356402515405, 0.0578076923076929, 0.030607766736818, 0.0831538461538464, 0.0658028202575397, 0.190365384615385, 0.202641073367133, 0.573769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 30, '2021-05-23 00:00:00', 0.0226177262000729, 0.0371923076923071, 0.0213176073848672, 0.0534038461538459, 0.0312661773511551, 0.080076923076925, 0.0726604669785331, 0.193288461538463, 0.202616463185609, 0.571634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 45, '2021-05-23 00:00:00', 0.0182074055094248, 0.0424807692307698, 0.0260855987383558, 0.0640384615384629, 0.0323586155451683, 0.0795000000000019, 0.0837255704898225, 0.202634615384617, 0.203000261462505, 0.568615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 60, '2021-05-23 00:00:00', 0.0249281737428514, 0.0474230769230776, 0.0288829734245989, 0.0598846153846171, 0.0332761869117323, 0.0752692307692311, 0.10095120870233, 0.210942307692308, 0.203483869139545, 0.566250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 75, '2021-05-23 00:00:00', 0.0147307632054613, 0.0343461538461555, 0.0169239020777851, 0.0464615384615389, 0.0307346459478273, 0.0814615384615394, 0.0973784607363691, 0.209730769230768, 0.203982193793024, 0.565846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 90, '2021-05-23 00:00:00', 0.010735294055663, 0.0360576923076923, 0.018772197117423, 0.0496538461538455, 0.0338402866418108, 0.0842500000000011, 0.0962541607492284, 0.212788461538461, 0.204237065309295, 0.565326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 105, '2021-05-23 00:00:00', 0.0149653060314632, 0.0339038461538463, 0.0262169058785765, 0.0658846153846157, 0.0396216529768165, 0.0866538461538472, 0.0963111563950609, 0.217173076923076, 0.204305999761292, 0.564807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 120, '2021-05-23 00:00:00', 0.0200629394272505, 0.0536923076923094, 0.028854782299272, 0.06546153846154, 0.0381978452876003, 0.0891538461538466, 0.0941917540895241, 0.214442307692306, 0.205741443414935, 0.561192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 135, '2021-05-23 00:00:00', 0.0180088546596885, 0.0393269230769239, 0.0251658193098979, 0.0564615384615386, 0.0359252857169731, 0.095384615384615, 0.0908510297981516, 0.20551923076923, 0.206229886664968, 0.559384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 150, '2021-05-23 00:00:00', 0.0179282329988639, 0.0413076923076933, 0.0228899457269929, 0.0599807692307692, 0.0311670684191878, 0.0988846153846148, 0.0913150948007038, 0.204442307692308, 0.207260942923499, 0.558538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 165, '2021-05-23 00:00:00', 0.0171258239554721, 0.0459230769230765, 0.0239154037904754, 0.0769423076923061, 0.0398907739477921, 0.111576923076921, 0.0861600567816393, 0.204346153846152, 0.209061437418248, 0.55726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 180, '2021-05-23 00:00:00', 0.0231556605473609, 0.0612692307692293, 0.02808070785871, 0.0781153846153821, 0.0431254698971043, 0.112384615384612, 0.0868127782157573, 0.198461538461537, 0.20993676337265, 0.556730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 195, '2021-05-23 00:00:00', 0.0182491411810565, 0.0496346153846146, 0.0344450063367456, 0.0780384615384608, 0.0457462440660862, 0.100826923076921, 0.0803548691741827, 0.185750000000001, 0.210727812957487, 0.556865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 210, '2021-05-23 00:00:00', 0.0243537471449471, 0.0527499999999983, 0.0233341693989406, 0.0672115384615358, 0.0458408828281216, 0.0979423076923058, 0.0694213223728868, 0.178999999999999, 0.222581280745848, 0.563057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 225, '2021-05-23 00:00:00', 0.017352942556943, 0.0472692307692307, 0.0382049130952468, 0.0678461538461515, 0.049925806491696, 0.100115384615383, 0.0653853106297896, 0.180673076923077, 0.220816726129299, 0.563057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 240, '2021-05-23 00:00:00', 0.0219019142120932, 0.0509230769230758, 0.0268678246235165, 0.0704999999999994, 0.05714461075606, 0.104057692307692, 0.0577943303048376, 0.173269230769231, 0.218438779488935, 0.567403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 255, '2021-05-23 00:00:00', 0.0196720907339853, 0.0491346153846144, 0.0310643067498091, 0.0721346153846166, 0.0531912695265518, 0.0988653846153844, 0.054547823054637, 0.171750000000001, 0.219066379999657, 0.568673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 270, '2021-05-23 00:00:00', 0.0201426165132552, 0.0482499999999992, 0.0394305231241766, 0.0673846153846147, 0.0399655669102984, 0.0855576923076914, 0.048781668215079, 0.159634615384616, 0.219753044084981, 0.565596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 285, '2021-05-23 00:00:00', 0.0295070591293279, 0.0449423076923075, 0.0288825805900112, 0.0572884615384612, 0.0290826474829133, 0.079596153846154, 0.0510313478318808, 0.152038461538463, 0.220656530869551, 0.56523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 300, '2021-05-23 00:00:00', 0.0188013195117955, 0.0395192307692298, 0.0199429281855836, 0.0524038461538466, 0.0303443316212193, 0.0755384615384615, 0.0510311217260153, 0.148153846153846, 0.221975864938928, 0.565730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 315, '2021-05-23 00:00:00', 0.015990826697251, 0.0379423076923096, 0.023407986802668, 0.0560769230769236, 0.0362365306541084, 0.0736153846153858, 0.0459258809219986, 0.152442307692308, 0.222910117277381, 0.564596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 330, '2021-05-23 00:00:00', 0.0176810741929152, 0.040403846153845, 0.0253106013058081, 0.0515576923076925, 0.0365075545395958, 0.0696923076923092, 0.0463424045722543, 0.152961538461539, 0.222755838220997, 0.56421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 345, '2021-05-23 00:00:00', 0.0139434710389982, 0.0334038461538466, 0.0214199762981979, 0.0473461538461531, 0.0236637990317583, 0.0673461538461529, 0.060301447871379, 0.16376923076923, 0.223448073472255, 0.563307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 360, '2021-05-23 00:00:00', 0.0140875422325485, 0.0343269230769225, 0.0171458898416375, 0.0461923076923085, 0.0221491882122473, 0.0679423076923069, 0.0674259508361139, 0.165826923076921, 0.225228741846697, 0.564384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 375, '2021-05-23 00:00:00', 0.0123417365689974, 0.0310384615384611, 0.0152370121238252, 0.0485576923076908, 0.0223139228699516, 0.0686346153846157, 0.0741485437379703, 0.173057692307692, 0.22425395288515, 0.567153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 390, '2021-05-23 00:00:00', 0.0136047644369414, 0.0339807692307692, 0.0225969109529469, 0.0480961538461556, 0.0239011184160592, 0.0687884615384626, 0.0738240840418316, 0.176846153846154, 0.224034397255971, 0.567134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 405, '2021-05-23 00:00:00', 0.0119182471607455, 0.0317307692307699, 0.0125620307030598, 0.0457692307692312, 0.0434256792161567, 0.0759807692307691, 0.0797615581207269, 0.184384615384615, 0.224263739824342, 0.566250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 420, '2021-05-23 00:00:00', 0.00903003535217592, 0.033807692307693, 0.0156983708120893, 0.0461730769230766, 0.0449710847271721, 0.0775384615384612, 0.0829051844903846, 0.187019230769232, 0.223121891488797, 0.569038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 435, '2021-05-23 00:00:00', 0.0145456311178088, 0.0323461538461525, 0.0383927877842441, 0.0571153846153846, 0.0366129915992403, 0.0838653846153828, 0.0821956600950526, 0.198057692307692, 0.223911676439961, 0.569326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 450, '2021-05-23 00:00:00', 0.0343430655860279, 0.0433846153846159, 0.0347742167970205, 0.0581153846153845, 0.0322717130245449, 0.0802884615384612, 0.0807854351876728, 0.203442307692308, 0.223767726414279, 0.570153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 465, '2021-05-23 00:00:00', 0.0133917310881924, 0.0369615384615373, 0.020345033413966, 0.0574038461538453, 0.0253641251801415, 0.0776730769230767, 0.0807651319472796, 0.213442307692306, 0.223574726795178, 0.569038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 480, '2021-05-23 00:00:00', 0.0179833683847466, 0.042692307692306, 0.0228720605509462, 0.0588653846153831, 0.0258496540670203, 0.0767307692307661, 0.0858372364061554, 0.220134615384614, 0.222994936127397, 0.568807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 495, '2021-05-23 00:00:00', 0.0165595545276388, 0.0388269230769237, 0.0192419813468825, 0.0524230769230769, 0.0254219166498865, 0.0810769230769243, 0.101986733677247, 0.230923076923075, 0.223329367836972, 0.568057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 510, '2021-05-23 00:00:00', 0.0133375842582597, 0.0373653846153848, 0.0163813801428522, 0.0520192307692294, 0.0257512060957276, 0.0902692307692316, 0.120362243313194, 0.23798076923077, 0.223329367836972, 0.568057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 525, '2021-05-23 00:00:00', 0.0117220535087304, 0.0344423076923071, 0.0184130075260364, 0.0653269230769251, 0.0447453177610619, 0.108211538461539, 0.120186502505961, 0.239153846153847, 0.223249308724919, 0.568576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 540, '2021-05-23 00:00:00', 0.0190843874974773, 0.05742307692308, 0.0256327614887361, 0.0785384615384632, 0.0480524753224582, 0.113596153846154, 0.120690884557969, 0.238019230769231, 0.223147484861471, 0.568000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 555, '2021-05-23 00:00:00', 0.0166400004622775, 0.0490192307692298, 0.038014673280397, 0.0786538461538451, 0.0511779587472812, 0.11778846153846, 0.123668789981081, 0.243480769230769, 0.223533810899794, 0.571730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 570, '2021-05-23 00:00:00', 0.0339131016207375, 0.0629615384615385, 0.0369300221833341, 0.0844423076923075, 0.0458716268933883, 0.125115384615385, 0.12360410125135, 0.245576923076924, 0.226978698593908, 0.576019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 585, '2021-05-23 00:00:00', 0.0140927286215254, 0.0527500000000004, 0.0339043734415123, 0.0894423076923079, 0.0567566871695464, 0.124307692307693, 0.117666706617267, 0.245423076923076, 0.230702872510542, 0.577846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 600, '2021-05-23 00:00:00', 0.0334501925945938, 0.0776538461538464, 0.0406497847472794, 0.10025, 0.0598933186205677, 0.12848076923077, 0.118969034432688, 0.247134615384615, 0.231185539872532, 0.581423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 615, '2021-05-23 00:00:00', 0.0242045529728482, 0.0675961538461541, 0.0383399420167293, 0.0896346153846165, 0.0539346221043453, 0.126211538461539, 0.129101683239936, 0.244269230769231, 0.232233901487274, 0.579250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 630, '2021-05-23 00:00:00', 0.0310025061021746, 0.0621538461538467, 0.041525914059315, 0.0866923076923073, 0.0476723754874397, 0.125653846153845, 0.126538707972637, 0.240269230769232, 0.228856852303255, 0.577673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 645, '2021-05-23 00:00:00', 0.0245067102270759, 0.0588269230769236, 0.0277884037795518, 0.0868461538461553, 0.0514876833666206, 0.124692307692307, 0.117633943296076, 0.245769230769231, 0.225738522154762, 0.576903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 660, '2021-05-23 00:00:00', 0.0222455959340627, 0.0645576923076928, 0.0374365925471119, 0.0905384615384621, 0.0585247252154047, 0.125211538461538, 0.118405470247854, 0.250153846153847, 0.226235245162743, 0.581615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 675, '2021-05-23 00:00:00', 0.0235578257453052, 0.0533653846153842, 0.0450537627558623, 0.0811923076923057, 0.065877791869023, 0.11878846153846, 0.108273224547189, 0.247865384615386, 0.226314417094041, 0.581346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 690, '2021-05-23 00:00:00', 0.0213284209087656, 0.0573076923076905, 0.025844542646668, 0.0765961538461528, 0.0713900122296793, 0.118423076923078, 0.103781523477854, 0.24973076923077, 0.229993565963519, 0.587096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 705, '2021-05-23 00:00:00', 0.0205310365432055, 0.0517884615384618, 0.0434089320833311, 0.0798461538461536, 0.0637378917611305, 0.111326923076924, 0.103057588456461, 0.249057692307693, 0.228035355726998, 0.586788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 720, '2021-05-23 00:00:00', 0.0272406653030687, 0.056923076923076, 0.0479704235801758, 0.081307692307693, 0.0521157328969335, 0.105980769230771, 0.118186256196929, 0.261365384615385, 0.229701063257309, 0.594538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 735, '2021-05-23 00:00:00', 0.0305476739640737, 0.056403846153846, 0.0320755118671289, 0.0725384615384619, 0.0551540081533929, 0.10723076923077, 0.146416903448287, 0.280519230769231, 0.23073352262196, 0.596038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 750, '2021-05-23 00:00:00', 0.0150223039306414, 0.0505192307692315, 0.0280134102502028, 0.0743653846153855, 0.0453810533152341, 0.106500000000001, 0.141465619634108, 0.278692307692308, 0.21898835673299, 0.592403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 765, '2021-05-23 00:00:00', 0.0231408396895728, 0.0554615384615387, 0.0332020388623259, 0.0798461538461552, 0.0457739428731448, 0.111076923076923, 0.132974394585517, 0.289480769230771, 0.219527762393595, 0.595538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 780, '2021-05-23 00:00:00', 0.0269823018918814, 0.055230769230769, 0.0330823273760381, 0.0739038461538459, 0.0421834136197557, 0.105903846153846, 0.122453934823861, 0.302615384615384, 0.219492275140046, 0.594826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 795, '2021-05-23 00:00:00', 0.0172582198921597, 0.0488846153846149, 0.0233650626758441, 0.070615384615384, 0.0540722166679405, 0.116230769230769, 0.120574332324027, 0.302019230769231, 0.2159182724658, 0.590403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 810, '2021-05-23 00:00:00', 0.0151790467928133, 0.0547884615384602, 0.0216028132071132, 0.0751923076923071, 0.0590745194322714, 0.121173076923077, 0.118062447621848, 0.307307692307692, 0.215436670151935, 0.590173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 825, '2021-05-23 00:00:00', 0.0220494985116509, 0.053403846153847, 0.0535043096754489, 0.0918653846153849, 0.0804215049693704, 0.138461538461539, 0.11408178577737, 0.312576923076923, 0.21660416573876, 0.589269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 840, '2021-05-23 00:00:00', 0.0420037544109503, 0.0683461538461539, 0.0460269653405645, 0.0911923076923075, 0.0799662837604799, 0.139057692307693, 0.119267193567797, 0.324711538461539, 0.220881065281748, 0.59175 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 855, '2021-05-23 00:00:00', 0.0202823909984854, 0.0561538461538459, 0.0633741150749929, 0.100538461538462, 0.0697162711390869, 0.131538461538462, 0.11883965441526, 0.325288461538462, 0.217645127532094, 0.590192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 870, '2021-05-23 00:00:00', 0.061889529374149, 0.0764230769230773, 0.0626633373365466, 0.0969230769230768, 0.0694404698007842, 0.134673076923077, 0.136853516578859, 0.333750000000001, 0.216949714131036, 0.588461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 885, '2021-05-23 00:00:00', 0.0277015134271364, 0.063076923076922, 0.0266460056178144, 0.0899807692307693, 0.0390242922372116, 0.126153846153846, 0.14450641321941, 0.336711538461539, 0.215978595805588, 0.585923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 900, '2021-05-23 00:00:00', 0.0278745334559095, 0.0680192307692309, 0.0317699725188136, 0.0938653846153835, 0.0516032832885071, 0.143173076923076, 0.143276719886864, 0.336461538461539, 0.220593151438431, 0.587461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 915, '2021-05-23 00:00:00', 0.0184410912408616, 0.0625769230769224, 0.0345864357582779, 0.0908076923076908, 0.0761763667166784, 0.161173076923077, 0.151356005446153, 0.336403846153848, 0.222427429824789, 0.590307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 930, '2021-05-23 00:00:00', 0.0259739218329585, 0.0737692307692288, 0.04416497045606, 0.112730769230767, 0.0773357838360661, 0.163211538461537, 0.151808205159821, 0.343865384615385, 0.220157126581484, 0.592403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 945, '2021-05-23 00:00:00', 0.0345442692564416, 0.0784423076923073, 0.0682414181699527, 0.123365384615384, 0.080087548249499, 0.175346153846155, 0.153464047405749, 0.333923076923077, 0.235444650526486, 0.595288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 960, '2021-05-23 00:00:00', 0.0575436824040263, 0.0913461538461555, 0.0580889503593098, 0.113884615384616, 0.0905198851931715, 0.192980769230768, 0.146439659403298, 0.331576923076924, 0.237103995359389, 0.59373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 975, '2021-05-23 00:00:00', 0.0298601677052337, 0.0699807692307683, 0.0689706068944207, 0.13123076923077, 0.0898858100378135, 0.193173076923076, 0.143747102980841, 0.32798076923077, 0.240917135450856, 0.596615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 990, '2021-05-23 00:00:00', 0.0466031527490788, 0.104923076923079, 0.0728162730121831, 0.15801923076923, 0.070477328596889, 0.193076923076922, 0.14246656962789, 0.322211538461539, 0.226388251427974, 0.596096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1005, '2021-05-23 00:00:00', 0.0329026828459561, 0.101942307692307, 0.0489236807534109, 0.132057692307693, 0.0654541795104398, 0.17698076923077, 0.132163465218123, 0.31119230769231, 0.222871771515512, 0.598942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1020, '2021-05-23 00:00:00', 0.0287961535892988, 0.0864615384615392, 0.0461052182930104, 0.123634615384615, 0.075861049598288, 0.171173076923079, 0.127131235948709, 0.287365384615386, 0.231935860663111, 0.592788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1035, '2021-05-23 00:00:00', 0.0399487941475859, 0.0863846153846136, 0.0515677187335702, 0.119980769230769, 0.0622122669081109, 0.166384615384617, 0.121037427460078, 0.273826923076924, 0.234463987721914, 0.608807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1050, '2021-05-23 00:00:00', 0.0321027197505854, 0.0782692307692306, 0.0497801628702096, 0.11623076923077, 0.0861499787936935, 0.157673076923077, 0.130352451217695, 0.265692307692308, 0.253665006227929, 0.611153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1065, '2021-05-23 00:00:00', 0.0343338810013579, 0.0921538461538478, 0.0406562371031143, 0.117980769230771, 0.0838603692960021, 0.160307692307693, 0.119024309087877, 0.264384615384616, 0.267329290605023, 0.622019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1080, '2021-05-23 00:00:00', 0.0250703701914915, 0.0802884615384618, 0.0492645292898831, 0.112923076923077, 0.0604003693315246, 0.150269230769232, 0.103378090596531, 0.253480769230769, 0.272890676899123, 0.624307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1095, '2021-05-23 00:00:00', 0.0430281482109287, 0.0721923076923075, 0.0541660445723665, 0.105596153846154, 0.0587994145706107, 0.138365384615385, 0.106694144097113, 0.241096153846152, 0.284285517366987, 0.626846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1110, '2021-05-23 00:00:00', 0.0294586085106652, 0.0740192307692311, 0.0321640506442559, 0.0938846153846166, 0.0574245190194521, 0.135346153846152, 0.103262294853744, 0.226692307692306, 0.284109714046149, 0.623019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1125, '2021-05-23 00:00:00', 0.0212889642772973, 0.0600000000000012, 0.0387494714604172, 0.0863076923076928, 0.0612270804841727, 0.123153846153846, 0.10245806646924, 0.217653846153844, 0.287643005236593, 0.618461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1140, '2021-05-23 00:00:00', 0.0275555173869346, 0.0595576923076925, 0.0576411211389389, 0.0928269230769214, 0.0543085947299161, 0.122211538461538, 0.104316369760456, 0.208749999999999, 0.286282349196625, 0.616211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1155, '2021-05-23 00:00:00', 0.0563074014809624, 0.0677115384615377, 0.056619162969656, 0.0864807692307684, 0.0581519098171718, 0.12626923076923, 0.106114531738843, 0.202076923076921, 0.286311043877378, 0.612923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1170, '2021-05-23 00:00:00', 0.0308322820333593, 0.0535192307692305, 0.0381829653923533, 0.0823269230769215, 0.0507068497876221, 0.11676923076923, 0.0972160658612493, 0.190211538461536, 0.284171310737298, 0.614423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1185, '2021-05-23 00:00:00', 0.0184817581581223, 0.053846153846153, 0.0279276537889217, 0.0814230769230765, 0.0505081562339587, 0.106076923076922, 0.0740129614428359, 0.17753846153846, 0.280876075192218, 0.61601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1200, '2021-05-23 00:00:00', 0.0233454739477732, 0.059365384615385, 0.0312536336349005, 0.0749807692307687, 0.0392198929116333, 0.0944999999999987, 0.0711558230494618, 0.175134615384613, 0.279396525500118, 0.61503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1215, '2021-05-23 00:00:00', 0.0163944760865908, 0.0431730769230759, 0.0256069401650304, 0.0613461538461533, 0.0283788653754866, 0.0824999999999993, 0.0674729689465464, 0.169307692307692, 0.273967371021834, 0.609403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1230, '2021-05-23 00:00:00', 0.0142835031255808, 0.0425384615384619, 0.0150693269718525, 0.055269230769229, 0.0325905602189453, 0.0822307692307683, 0.0650823029236556, 0.164384615384617, 0.275350588411323, 0.604942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1245, '2021-05-23 00:00:00', 0.0136124518788423, 0.0411730769230757, 0.02362369247501, 0.0603269230769231, 0.0453943108939714, 0.0892884615384616, 0.0657873760394361, 0.159326923076924, 0.275200987392012, 0.604211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1260, '2021-05-23 00:00:00', 0.019186102742912, 0.0450576923076937, 0.0322542781896994, 0.0619615384615392, 0.0456955518791336, 0.0932115384615386, 0.0623815554594368, 0.156461538461539, 0.274164920187719, 0.604288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1275, '2021-05-23 00:00:00', 0.0192808095106157, 0.042519230769231, 0.0300635800621582, 0.0628269230769246, 0.0393939520934149, 0.0892884615384626, 0.0498905417273292, 0.153384615384615, 0.272674446632158, 0.603923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1290, '2021-05-23 00:00:00', 0.0206896202143817, 0.0460961538461548, 0.021346167013162, 0.066173076923077, 0.0351462439179263, 0.0824615384615387, 0.0491812073240007, 0.151365384615384, 0.271541845479023, 0.603423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1305, '2021-05-23 00:00:00', 0.0170806795937581, 0.0500192307692302, 0.0266056385001361, 0.0645000000000003, 0.0308719937807711, 0.0794999999999975, 0.0478890544744994, 0.15330769230769, 0.271674683852128, 0.602576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1320, '2021-05-23 00:00:00', 0.0171563063085799, 0.0463269230769235, 0.0209411354478716, 0.0573653846153841, 0.0224418907745852, 0.0790384615384602, 0.0486010644074642, 0.15228846153846, 0.271863543259934, 0.602884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1335, '2021-05-23 00:00:00', 0.0189437324727723, 0.0402499999999998, 0.0184062384909186, 0.0549807692307683, 0.0290654433993373, 0.0785000000000015, 0.0457391937637071, 0.154076923076922, 0.271824550314805, 0.604115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1350, '2021-05-23 00:00:00', 0.0138938835463661, 0.0394999999999989, 0.0207681338741688, 0.0586538461538453, 0.0297117239227475, 0.0779423076923076, 0.0452364939469817, 0.153903846153846, 0.271424706233323, 0.603634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1365, '2021-05-23 00:00:00', 0.0216709749168359, 0.0493653846153848, 0.0245163446265174, 0.0631346153846162, 0.0276175877629857, 0.0798653846153861, 0.0452722915768051, 0.155403846153846, 0.271817230024995, 0.605057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1380, '2021-05-23 00:00:00', 0.0171582341748787, 0.0417500000000004, 0.0187492358818665, 0.0540769230769233, 0.0335139006751167, 0.0868076923076936, 0.045049600869058, 0.156057692307692, 0.27288489049696, 0.605211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1395, '2021-05-23 00:00:00', 0.0128352878964458, 0.0362307692307668, 0.0154714625632546, 0.0513846153846153, 0.0339558367023098, 0.0983269230769231, 0.0581870987551232, 0.167538461538462, 0.273404260419226, 0.60548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1410, '2021-05-23 00:00:00', 0.00943563213813404, 0.0356346153846183, 0.0326155696656591, 0.0673461538461535, 0.0355518689328084, 0.0921538461538473, 0.0781029202645214, 0.179115384615386, 0.274766771728594, 0.606173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1425, '2021-05-23 00:00:00', 0.0274566231326098, 0.0588846153846129, 0.032912401216658, 0.0826153846153839, 0.031063167652632, 0.0890961538461529, 0.0907562754770252, 0.184307692307693, 0.274766771728594, 0.606173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 0, '2021-05-23 00:00:00', 0.0302662289587702, 0.06473076923077, 0.0306010557887265, 0.0692307692307691, 0.0277902583927989, 0.0789615384615389, 0.107588196378599, 0.194500000000001, 0.274766771728594, 0.606173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 15, '2021-05-23 00:00:00', 0.0286898333641312, 0.0395576923076921, 0.0281314838679995, 0.0535961538461529, 0.0290539087797943, 0.0785192307692296, 0.106881892040485, 0.193326923076924, 0.276614027120823, 0.6025 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 30, '2021-05-23 00:00:00', 0.022897027015615, 0.0395769230769218, 0.0275048806857691, 0.0529615384615383, 0.0387011627732295, 0.081999999999998, 0.106709483393716, 0.192923076923078, 0.276510181339883, 0.601596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 45, '2021-05-23 00:00:00', 0.0224094073652457, 0.0401923076923083, 0.0195616579445228, 0.0590384615384603, 0.0372554022928208, 0.0817499999999974, 0.102598905377277, 0.193346153846154, 0.274972670669985, 0.599980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 60, '2021-05-23 00:00:00', 0.0157700299985085, 0.0449230769230761, 0.0304792489307819, 0.0592692307692296, 0.0377515766354401, 0.0786923076923052, 0.0956280052318119, 0.190846153846155, 0.272810224966282, 0.595326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 75, '2021-05-23 00:00:00', 0.0204110170100518, 0.0340192307692292, 0.026724614122563, 0.051749999999999, 0.0360897652229285, 0.082865384615384, 0.0944280617515463, 0.184673076923078, 0.274211872744135, 0.591134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 90, '2021-05-23 00:00:00', 0.0136747380793355, 0.0364615384615382, 0.0207462415502553, 0.0529423076923069, 0.0321367989406818, 0.0819230769230784, 0.0891457169254581, 0.17967307692308, 0.270371098961863, 0.589134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 105, '2021-05-23 00:00:00', 0.0176490683999072, 0.0390192307692302, 0.0251111452423933, 0.0655192307692315, 0.0328165120257843, 0.0857884615384623, 0.0832663127930737, 0.177173076923078, 0.268860316178093, 0.589019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 120, '2021-05-23 00:00:00', 0.0170939035466321, 0.0511923076923089, 0.0220431133498393, 0.0621730769230781, 0.0315359928677339, 0.0908269230769222, 0.0834692227940722, 0.179134615384618, 0.269425946012285, 0.591096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 135, '2021-05-23 00:00:00', 0.0173904040736907, 0.0396153846153852, 0.024181183084882, 0.0595192307692313, 0.0386126125269174, 0.100576923076923, 0.0916404596570414, 0.182076923076925, 0.269200968680391, 0.593192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 150, '2021-05-23 00:00:00', 0.0179011495118651, 0.0451346153846155, 0.0261431341185093, 0.0702115384615376, 0.0574830945047876, 0.116115384615384, 0.0918441258956634, 0.18071153846154, 0.2693966056836, 0.591365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 165, '2021-05-23 00:00:00', 0.0197362318124254, 0.0511730769230759, 0.0300329562570603, 0.0810384615384621, 0.062006178352212, 0.114884615384616, 0.0884284086792165, 0.175788461538464, 0.266551084005702, 0.588096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 180, '2021-05-23 00:00:00', 0.030595072504219, 0.062461538461541, 0.0511962288274628, 0.0904230769230791, 0.0823617349538932, 0.124653846153848, 0.0936931099182532, 0.174326923076926, 0.267176850822417, 0.588519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 195, '2021-05-23 00:00:00', 0.0279631075636364, 0.0568461538461553, 0.0366318115220191, 0.0759807692307707, 0.0601400576858848, 0.113942307692309, 0.0753307603940021, 0.160211538461541, 0.260057813838502, 0.578942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 210, '2021-05-23 00:00:00', 0.02392867606997, 0.0513076923076919, 0.0455607793544485, 0.0812692307692297, 0.0499751784542942, 0.0985384615384609, 0.0742563050936007, 0.155673076923078, 0.260510534262125, 0.578538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 225, '2021-05-23 00:00:00', 0.0343753769210109, 0.0609423076923079, 0.0398829682176008, 0.0813653846153851, 0.0408781914773823, 0.092442307692308, 0.0665776700842417, 0.148384615384617, 0.260232562409974, 0.573442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 240, '2021-05-23 00:00:00', 0.0233382485665458, 0.0529230769230771, 0.0277393153373458, 0.0644807692307689, 0.0274732317272387, 0.0804615384615395, 0.067855142654152, 0.145403846153848, 0.26123722272766, 0.570057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 255, '2021-05-23 00:00:00', 0.0194676556211753, 0.0414807692307673, 0.0221739972455615, 0.0568846153846154, 0.023434302602416, 0.0740576923076934, 0.0663288427806135, 0.143846153846154, 0.260681807219806, 0.569230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 270, '2021-05-23 00:00:00', 0.0196641806338339, 0.0425000000000002, 0.0179035986928302, 0.055173076923078, 0.0213626921380404, 0.0717692307692329, 0.0654639889263846, 0.146576923076924, 0.258683162307751, 0.572038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 285, '2021-05-23 00:00:00', 0.0169608259051441, 0.0370192307692326, 0.0211865432618135, 0.0535192307692322, 0.0262414528209465, 0.0730769230769249, 0.0661326289768124, 0.142269230769231, 0.25877843507823, 0.573461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 300, '2021-05-23 00:00:00', 0.0174095906371717, 0.038076923076924, 0.0177144986250955, 0.0497115384615403, 0.0391869925436427, 0.0769038461538461, 0.0651588030536524, 0.14251923076923, 0.258081564328321, 0.574576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 315, '2021-05-23 00:00:00', 0.0110120912567134, 0.0343846153846172, 0.0223224964140187, 0.0550769230769243, 0.0549648978894723, 0.0805000000000001, 0.0655880031243994, 0.155884615384615, 0.259205128154398, 0.573461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 330, '2021-05-23 00:00:00', 0.0172817934432565, 0.040096153846154, 0.0353872695492875, 0.0578269230769226, 0.0517463079322128, 0.0785961538461542, 0.0640692563979373, 0.161980769230768, 0.258947530325234, 0.572288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 345, '2021-05-23 00:00:00', 0.0273689394415252, 0.0436730769230756, 0.0435525721222241, 0.0619423076923072, 0.0435770758365186, 0.0813076923076925, 0.0581296065172153, 0.164134615384615, 0.258942583478386, 0.568807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 360, '2021-05-23 00:00:00', 0.0223576952851056, 0.0430576923076907, 0.0245136775008445, 0.0549038461538471, 0.0380897119160305, 0.0771153846153844, 0.0556842471854967, 0.163346153846155, 0.260012961955004, 0.563403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 375, '2021-05-23 00:00:00', 0.0135264982107766, 0.0316153846153875, 0.0182210043630982, 0.0457500000000026, 0.0291133329223244, 0.0698846153846168, 0.051186972501274, 0.168884615384616, 0.261862015925591, 0.558846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 390, '2021-05-23 00:00:00', 0.0140508554352246, 0.0345576923076944, 0.0246948141550782, 0.0494230769230773, 0.0322019170475676, 0.0702115384615381, 0.0569711296656881, 0.169519230769232, 0.262779401487546, 0.557423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 405, '2021-05-23 00:00:00', 0.0187929610390524, 0.0328461538461533, 0.0246836055837737, 0.0494038461538459, 0.027820827837044, 0.0649615384615387, 0.0639299977740074, 0.178230769230768, 0.263925331077967, 0.554903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 420, '2021-05-23 00:00:00', 0.0186604889044704, 0.0365769230769239, 0.0210766093463453, 0.0472115384615387, 0.0240132335310228, 0.0626538461538469, 0.0760568941901147, 0.187634615384615, 0.263198796612866, 0.553557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 435, '2021-05-23 00:00:00', 0.0131961678586564, 0.0331730769230757, 0.0186756937879586, 0.0463076923076926, 0.0234726354588635, 0.0682692307692299, 0.0752656730419771, 0.188807692307691, 0.261563556035915, 0.553076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 450, '2021-05-23 00:00:00', 0.015199455961923, 0.0337884615384605, 0.0187526100747444, 0.0459038461538434, 0.0236842693656493, 0.0722307692307676, 0.0889723293199376, 0.203153846153845, 0.260386955392279, 0.552057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 465, '2021-05-23 00:00:00', 0.0126336699095941, 0.0330192307692299, 0.0204880077493769, 0.0525384615384604, 0.0220475709459203, 0.0706538461538452, 0.0874098942648063, 0.208019230769231, 0.25929076417145, 0.550903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 480, '2021-05-23 00:00:00', 0.0155762146087708, 0.0424615384615384, 0.0204928880721703, 0.0585384615384618, 0.0251524046869962, 0.0717115384615393, 0.0857721781142429, 0.216942307692308, 0.258783049171427, 0.550942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 495, '2021-05-23 00:00:00', 0.0150208060830509, 0.039769230769231, 0.016935760980835, 0.0485000000000009, 0.0437484109601533, 0.092711538461539, 0.0844414863404505, 0.218269230769231, 0.259295083610574, 0.550903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 510, '2021-05-23 00:00:00', 0.0105533807926111, 0.0315769230769246, 0.0194047278140781, 0.0487884615384628, 0.0444619673255859, 0.0984423076923061, 0.0753970413620716, 0.216923076923075, 0.256441582041601, 0.54725 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 525, '2021-05-23 00:00:00', 0.0138520895396812, 0.0389038461538472, 0.0311284682961028, 0.0738076923076927, 0.0382465885859309, 0.103192307692308, 0.073720647353057, 0.220923076923075, 0.256055003856592, 0.548750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 540, '2021-05-23 00:00:00', 0.0242017561346249, 0.0617499999999997, 0.0322256288355391, 0.0828653846153824, 0.0361909731626749, 0.106557692307691, 0.0721667193699103, 0.221846153846154, 0.256707829283378, 0.549019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 555, '2021-05-23 00:00:00', 0.0204653647376756, 0.0541346153846142, 0.0241026730084827, 0.0721730769230783, 0.0278890935396171, 0.106692307692308, 0.0658170190756171, 0.216500000000001, 0.252218781707773, 0.547423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 570, '2021-05-23 00:00:00', 0.0203617382513223, 0.049596153846154, 0.0226965602273533, 0.0695769230769224, 0.0299779919274134, 0.104499999999998, 0.0653150147657194, 0.215365384615385, 0.252002457252976, 0.551961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 585, '2021-05-23 00:00:00', 0.0171176921521378, 0.0511538461538466, 0.023841342566739, 0.0810192307692301, 0.0451696119770122, 0.113423076923076, 0.0680721223861414, 0.217076923076923, 0.25196743150348, 0.553057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 600, '2021-05-23 00:00:00', 0.0180794507234467, 0.064057692307691, 0.031317947668292, 0.0849230769230758, 0.0480872804228055, 0.124442307692308, 0.0749354388790786, 0.2205, 0.253318981037438, 0.553384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 615, '2021-05-23 00:00:00', 0.0186101709164249, 0.0559615384615384, 0.0360713182459425, 0.0830000000000006, 0.0416778533700887, 0.117788461538463, 0.0722097718722746, 0.211634615384617, 0.252550324764117, 0.557442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 630, '2021-05-23 00:00:00', 0.0217315792905516, 0.062807692307691, 0.0325518993892241, 0.0871153846153846, 0.0449712087383117, 0.125519230769231, 0.0648150860881574, 0.205346153846156, 0.252309974954497, 0.558211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 645, '2021-05-23 00:00:00', 0.0237110490310707, 0.0604230769230774, 0.0250875697078498, 0.0848846153846157, 0.0359470604340077, 0.124865384615386, 0.0644898948554073, 0.203557692307694, 0.249612592908415, 0.561057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 660, '2021-05-23 00:00:00', 0.0175014395012325, 0.0584038461538452, 0.0287348421580176, 0.0888653846153848, 0.0393268405114794, 0.124596153846154, 0.0689401077859495, 0.206038461538463, 0.248744957428595, 0.566076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 675, '2021-05-23 00:00:00', 0.0211422289778979, 0.0600769230769246, 0.0266837100983997, 0.0815961538461554, 0.0411982869322722, 0.111826923076925, 0.0796302416460923, 0.212846153846156, 0.247647895982613, 0.574096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 690, '2021-05-23 00:00:00', 0.0242717626376534, 0.0565384615384609, 0.0378050261208762, 0.0815000000000005, 0.0399236627346979, 0.111826923076922, 0.0781778962465624, 0.224211538461539, 0.244764458989893, 0.577903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 705, '2021-05-23 00:00:00', 0.020313513880023, 0.0543269230769234, 0.0307623208587281, 0.0770961538461541, 0.0377560387426755, 0.101038461538462, 0.106102591862782, 0.246500000000001, 0.243693319248094, 0.579576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 720, '2021-05-23 00:00:00', 0.0169363627917998, 0.0500961538461542, 0.0243315638626057, 0.0692499999999989, 0.0332475620852945, 0.0999038461538482, 0.117091180775431, 0.249730769230771, 0.242540680172339, 0.580192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 735, '2021-05-23 00:00:00', 0.017316033033001, 0.0477499999999984, 0.0252595526484535, 0.0692500000000011, 0.0305214678546112, 0.102000000000001, 0.139154302844001, 0.268000000000001, 0.242311868340081, 0.581307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 750, '2021-05-23 00:00:00', 0.0212022132371571, 0.0545769230769235, 0.0275867931055093, 0.0791346153846166, 0.0303521637804248, 0.101076923076924, 0.139735140946665, 0.278980769230[...];
Date: 2021-05-23 16:05:38 Duration: 20s234ms 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 983855, 1, 990, '2021-05-23 00:00:00', 0.0413265606527391, 0.0782692307692279, 0.0483480967726595, 0.123461538461537, 0.100131644118361, 0.172115384615382, 0.12516404620153, 0.270961538461538, 0.124415093074013, 0.518653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1005, '2021-05-23 00:00:00', 0.0419051125942699, 0.0859615384615395, 0.0776295443362009, 0.127884615384616, 0.0959015921902006, 0.168653846153845, 0.122494740860421, 0.259807692307693, 0.12367839808894, 0.512884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1020, '2021-05-23 00:00:00', 0.049123470811979, 0.0813461538461553, 0.0654302329555321, 0.108653846153846, 0.0822341871636217, 0.167307692307694, 0.0932311024365708, 0.23596153846154, 0.12532618978551, 0.510576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1035, '2021-05-23 00:00:00', 0.0268041328615844, 0.0673076923076912, 0.0388785089932521, 0.0984615384615369, 0.0679934951639893, 0.148653846153846, 0.0768905315767413, 0.218076923076924, 0.128794409816575, 0.514999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1050, '2021-05-23 00:00:00', 0.0299647228484531, 0.0732692307692303, 0.050515801031422, 0.115384615384616, 0.0666921746072664, 0.144615384615385, 0.0742638228521497, 0.208653846153848, 0.125718397160539, 0.516346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1065, '2021-05-23 00:00:00', 0.0298689445102073, 0.0830769230769235, 0.0467316397513095, 0.105384615384617, 0.0484343330230177, 0.128269230769232, 0.0672746952084122, 0.19173076923077, 0.125468506621566, 0.517884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1080, '2021-05-23 00:00:00', 0.034785054261852, 0.0700000000000008, 0.0375479181026876, 0.0896153846153835, 0.0439597718199451, 0.122307692307692, 0.0633795040881637, 0.180192307692309, 0.127539586614689, 0.517115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1095, '2021-05-23 00:00:00', 0.0207113866861085, 0.05480769230769, 0.0285198985865052, 0.07423076923077, 0.0432937195658456, 0.107884615384615, 0.0599528661020166, 0.162884615384616, 0.124022330495513, 0.513461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1110, '2021-05-23 00:00:00', 0.0205510621099296, 0.0478846153846166, 0.0303010535485814, 0.0730769230769233, 0.0353814379844338, 0.0946153846153849, 0.0539633066216182, 0.150961538461539, 0.122776375828325, 0.514038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1125, '2021-05-23 00:00:00', 0.0186712448598222, 0.0438461538461544, 0.0219308353343311, 0.0601923076923065, 0.0289834170093602, 0.0840384615384627, 0.0507285384708147, 0.139230769230769, 0.122970915886017, 0.514615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1140, '2021-05-23 00:00:00', 0.0197328309014326, 0.0392307692307691, 0.0195733335080006, 0.0563461538461545, 0.0319235866502385, 0.0786538461538462, 0.0496774209661316, 0.134615384615384, 0.121564164760204, 0.514615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1155, '2021-05-23 00:00:00', 0.0165947164900337, 0.040769230769233, 0.0248503211556401, 0.0565384615384631, 0.0391746582136198, 0.0755769230769243, 0.0485596381940663, 0.130961538461539, 0.121577610539997, 0.513653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1170, '2021-05-23 00:00:00', 0.0160156173780471, 0.0374999999999998, 0.0213036652678859, 0.0503846153846144, 0.0331436268383546, 0.0724999999999991, 0.0470862547312438, 0.126346153846154, 0.127390526154208, 0.512115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1185, '2021-05-23 00:00:00', 0.0182335278665864, 0.0323076923076897, 0.0245857995286241, 0.0476923076923075, 0.0374314758540933, 0.0686538461538449, 0.0479567112492756, 0.125384615384615, 0.130048511658593, 0.513846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1200, '2021-05-23 00:00:00', 0.0204694894904593, 0.0375999999999999, 0.0277007821790878, 0.0505999999999989, 0.0360127292310183, 0.068599999999999, 0.0478513322698538, 0.127199999999999, 0.138510529082329, 0.511799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1215, '2021-05-23 00:00:00', 0.0133089677732128, 0.0297916666666674, 0.0225863881029314, 0.0466666666666669, 0.0397222011080662, 0.0681250000000008, 0.04509601270976, 0.136458333333332, 0.14076251328009, 0.513541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1230, '2021-05-23 00:00:00', 0.0169397910772009, 0.0349999999999996, 0.0219022862945307, 0.0458333333333319, 0.0359019397158744, 0.0704166666666666, 0.0467862081746556, 0.139583333333332, 0.140601709021299, 0.514166666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1245, '2021-05-23 00:00:00', 0.017350552344715, 0.0347916666666658, 0.0311262040684397, 0.0508333333333339, 0.0350303957041365, 0.0685416666666665, 0.0481801984402209, 0.141874999999999, 0.141615773040693, 0.514374999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1260, '2021-05-23 00:00:00', 0.0258960785459487, 0.0335416666666675, 0.0276199623251104, 0.0495833333333338, 0.0267130484318379, 0.0662499999999995, 0.0490710812443834, 0.143333333333333, 0.141190429274937, 0.512291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1275, '2021-05-23 00:00:00', 0.0171193064162642, 0.031875, 0.0217153855829116, 0.0395833333333334, 0.0244050585751778, 0.0677083333333333, 0.0481237648062835, 0.149374999999999, 0.141669011063297, 0.51625 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1290, '2021-05-23 00:00:00', 0.0119612144941002, 0.0268749999999998, 0.019781414201872, 0.0449999999999987, 0.0291423293907461, 0.0691666666666665, 0.0468920862579527, 0.154791666666666, 0.142815250068661, 0.518749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1305, '2021-05-23 00:00:00', 0.0151262800392577, 0.0362499999999984, 0.0220136650577606, 0.0545833333333334, 0.0322853839142843, 0.0697916666666677, 0.0484767985741643, 0.157500000000001, 0.144146664441344, 0.5225 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1320, '2021-05-23 00:00:00', 0.0196158764447469, 0.0400000000000009, 0.0242412019001778, 0.0493750000000007, 0.0348287737117005, 0.0675000000000002, 0.0506904323076485, 0.157708333333334, 0.144508161346176, 0.5225 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1335, '2021-05-23 00:00:00', 0.0124163870214595, 0.0270833333333336, 0.0197252413148134, 0.0389583333333352, 0.023724719573487, 0.0570833333333329, 0.0522466280723228, 0.155833333333334, 0.143554766603178, 0.521666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1350, '2021-05-23 00:00:00', 0.0142171946314461, 0.0272916666666679, 0.0167448348081916, 0.043958333333333, 0.0190239646731187, 0.0535416666666665, 0.0535615587871577, 0.164166666666667, 0.143836536649638, 0.522083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1365, '2021-05-23 00:00:00', 0.014178916272645, 0.0352083333333333, 0.0167123468199974, 0.0414583333333335, 0.0207196171835268, 0.0502083333333344, 0.0555306254450531, 0.164791666666667, 0.143704703008172, 0.523541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1380, '2021-05-23 00:00:00', 0.00755928946018707, 0.0249999999999986, 0.0086571292843483, 0.0302272727272724, 0.0225162279141184, 0.0538636363636384, 0.0558566695432833, 0.171590909090909, 0.143433658134046, 0.5225 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1395, '2021-05-23 00:00:00', 0.0108736346607727, 0.0179545454545459, 0.0166904592079268, 0.0300000000000018, 0.0346667811353389, 0.0925000000000018, 0.0552762640557896, 0.175681818181819, 0.143617645637742, 0.523863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1410, '2021-05-23 00:00:00', 0.00928155084817143, 0.0213636363636382, 0.0184064853054217, 0.0443181818181829, 0.0349024614917302, 0.104090909090911, 0.0558992793981228, 0.178409090909092, 0.146593350427673, 0.525909090909092 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1425, '2021-05-23 00:00:00', 0.012698638165386, 0.0372727272727283, 0.0354134515984019, 0.087272727272728, 0.0355666863439538, 0.109318181818183, 0.0514213559151815, 0.181818181818182, 0.146592058453832, 0.524772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 0, '2021-05-23 00:00:00', 0.00946484724300561, 0.00625000000000142, 0.0457119605063376, 0.0537500000000009, 0.042303467154994, 0.0862499999999997, 0.0719229912244178, 0.141249999999999, 0.0788986691902994, 0.552499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 180, '2021-05-23 00:00:00', 0.0157590023112559, 0.0428846153846141, 0.024670910930767, 0.059423076923077, 0.0309167616972755, 0.0796153846153849, 0.0443608455215244, 0.143269230769231, 0.132410201791486, 0.512307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 195, '2021-05-23 00:00:00', 0.0209917566238239, 0.0394230769230766, 0.0251373151984183, 0.0517307692307675, 0.0251128223454441, 0.0744230769230754, 0.0430924765877011, 0.134807692307692, 0.132149099941637, 0.51076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 210, '2021-05-23 00:00:00', 0.0124961532542559, 0.0330769230769236, 0.0178594943506667, 0.050192307692309, 0.0237883293945683, 0.0732692307692319, 0.0414139515696742, 0.131346153846154, 0.132120574301833, 0.510384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 225, '2021-05-23 00:00:00', 0.0144555020134746, 0.034807692307694, 0.0192363837957775, 0.0540384615384627, 0.0265771735488591, 0.0721153846153863, 0.0405386804840094, 0.130769230769231, 0.130777115146932, 0.509423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 240, '2021-05-23 00:00:00', 0.021775073964371, 0.0380769230769218, 0.0274653628020103, 0.0528846153846159, 0.035047769598737, 0.0728846153846158, 0.0399172220399243, 0.130769230769229, 0.128566654368016, 0.509230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 255, '2021-05-23 00:00:00', 0.0117211183504226, 0.0307692307692323, 0.0154882089146777, 0.0417307692307706, 0.0285852301830059, 0.0636538461538473, 0.0363106256963661, 0.117307692307692, 0.129354610990932, 0.501153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 270, '2021-05-23 00:00:00', 0.0103700752908782, 0.026538461538462, 0.0222364911454479, 0.0423076923076926, 0.0273587280406084, 0.0625, 0.0369948021296982, 0.111153846153846, 0.129531255509418, 0.497115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 285, '2021-05-23 00:00:00', 0.0196625375934888, 0.0311538461538468, 0.0230551179033729, 0.041538461538462, 0.0214233876513851, 0.0601923076923071, 0.036089632007844, 0.107307692307691, 0.130427698804297, 0.495769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 300, '2021-05-23 00:00:00', 0.013873050798638, 0.0273076923076915, 0.0180522745210848, 0.041730769230769, 0.0203015725044599, 0.0580769230769227, 0.0392428337406971, 0.105, 0.129668957200783, 0.494038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 315, '2021-05-23 00:00:00', 0.0149215899338463, 0.0305769230769226, 0.0131573319717708, 0.0413461538461529, 0.0264109534386503, 0.056538461538462, 0.0356095276792382, 0.114038461538462, 0.129979436243406, 0.494423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 330, '2021-05-23 00:00:00', 0.0103626548424911, 0.0257692307692308, 0.0155278905397794, 0.0386538461538465, 0.0289216448090631, 0.0523076923076939, 0.0393959193513572, 0.129038461538462, 0.129116077769042, 0.495192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 345, '2021-05-23 00:00:00', 0.0135135259875189, 0.0261538461538486, 0.0210676565817399, 0.0346153846153876, 0.0242082312765396, 0.0559615384615406, 0.0484756084581167, 0.13826923076923, 0.129373638974631, 0.498461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 360, '2021-05-23 00:00:00', 0.0178594943506701, 0.0248076923076927, 0.0213334334933576, 0.038653846153846, 0.0237980283604802, 0.0571153846153846, 0.0572376960241581, 0.153076923076923, 0.12920288160635, 0.499230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 375, '2021-05-23 00:00:00', 0.00802879433424267, 0.0226923076923056, 0.0151606778821444, 0.0346153846153837, 0.020736441353329, 0.0499999999999999, 0.0591230789247192, 0.173461538461538, 0.130374608193231, 0.503461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 390, '2021-05-23 00:00:00', 0.0112266852426918, 0.0240384615384615, 0.016788274296252, 0.0353846153846138, 0.0163671810457591, 0.0482692307692311, 0.0561868448879425, 0.184807692307692, 0.131757352736005, 0.505 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 405, '2021-05-23 00:00:00', 0.0104825862927349, 0.0217307692307681, 0.0113966931776124, 0.0317307692307699, 0.0145615404933164, 0.0459615384615377, 0.0553050978315192, 0.199423076923076, 0.141923056076712, 0.518076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 420, '2021-05-23 00:00:00', 0.00802160544069538, 0.0221153846153831, 0.009744821109778, 0.0298076923076909, 0.0206071309539647, 0.0455769230769199, 0.0590032593623833, 0.20923076923077, 0.140970264185803, 0.518846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 435, '2021-05-23 00:00:00', 0.00688364840652065, 0.0207692307692316, 0.0105993468594131, 0.0321153846153849, 0.0225397085504333, 0.0490384615384607, 0.0565430401076511, 0.216346153846155, 0.141611603175185, 0.524615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 450, '2021-05-23 00:00:00', 0.0100766294731166, 0.0234615384615384, 0.016952422109675, 0.0342307692307671, 0.0224130799723321, 0.0528846153846148, 0.0585359849875401, 0.222307692307693, 0.142248428408243, 0.528846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 465, '2021-05-23 00:00:00', 0.0118581357984882, 0.0238461538461524, 0.0161828494210591, 0.0382692307692293, 0.0181754271984503, 0.0528846153846154, 0.0612563968402174, 0.227884615384616, 0.14556798570269, 0.535961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 480, '2021-05-23 00:00:00', 0.0129748277000564, 0.0321153846153833, 0.0173249486623718, 0.0419230769230765, 0.0198465265319788, 0.056730769230769, 0.069104157728639, 0.23423076923077, 0.145965881155626, 0.540961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 495, '2021-05-23 00:00:00', 0.0108910690299637, 0.0261538461538464, 0.0121907909757899, 0.0388461538461546, 0.0228110971644528, 0.0728846153846152, 0.0672655472448848, 0.239423076923077, 0.146938631878963, 0.539807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 510, '2021-05-23 00:00:00', 0.0114303913386124, 0.0305769230769237, 0.0181923483492781, 0.0448076923076936, 0.0334117666974686, 0.0928846153846167, 0.0675528283300164, 0.24423076923077, 0.146938631878963, 0.539807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 525, '2021-05-23 00:00:00', 0.0117407901712839, 0.0303846153846184, 0.0209036250076774, 0.0598076923076915, 0.0356089876295281, 0.105, 0.067146510305107, 0.250576923076924, 0.148987867342897, 0.540769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 540, '2021-05-23 00:00:00', 0.0198077296489559, 0.0521153846153831, 0.0321175724726881, 0.0784615384615392, 0.0502241131177191, 0.122307692307692, 0.0667382948538541, 0.255000000000001, 0.150749410000121, 0.540769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 555, '2021-05-23 00:00:00', 0.019946081165135, 0.0496153846153859, 0.0295407150582682, 0.0755769230769232, 0.0482684799206097, 0.130384615384616, 0.0565947129903632, 0.249807692307694, 0.156666352972954, 0.532884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 570, '2021-05-23 00:00:00', 0.0231225830337765, 0.0555769230769228, 0.0360837700571677, 0.0859615384615384, 0.0445546337053234, 0.136346153846154, 0.0588887477824458, 0.248269230769231, 0.1604599159148, 0.52576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 585, '2021-05-23 00:00:00', 0.0244634735567452, 0.0576923076923066, 0.03307799640477, 0.0980769230769224, 0.0394603013751211, 0.143653846153847, 0.0552254122107399, 0.244615384615385, 0.158915192670615, 0.519038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 600, '2021-05-23 00:00:00', 0.0290523400355036, 0.0790384615384618, 0.036104549042171, 0.103461538461538, 0.0440454310910914, 0.145000000000001, 0.0508935540727285, 0.243076923076922, 0.15705853881717, 0.514230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 615, '2021-05-23 00:00:00', 0.0214449205031089, 0.068269230769231, 0.0333818237046171, 0.102115384615385, 0.041123173328616, 0.131346153846155, 0.0582913768527098, 0.22826923076923, 0.159433251044008, 0.509807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 630, '2021-05-23 00:00:00', 0.0218667292056643, 0.0630769230769242, 0.0320006009558975, 0.085961538461539, 0.0425513264730425, 0.118846153846154, 0.0630558360624812, 0.220961538461537, 0.158147448239342, 0.506153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 645, '2021-05-23 00:00:00', 0.0221159531699499, 0.0613461538461549, 0.0304409895725134, 0.0844230769230778, 0.0348623667496151, 0.11923076923077, 0.0618947618014778, 0.215192307692305, 0.157391232284394, 0.504999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 660, '2021-05-23 00:00:00', 0.0139518402425588, 0.0555769230769245, 0.0293027958760571, 0.0794230769230768, 0.0349378569198763, 0.114423076923078, 0.0631944496102178, 0.21153846153846, 0.156975745309218, 0.500769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 675, '2021-05-23 00:00:00', 0.0287141080307221, 0.0575000000000002, 0.0309291995469555, 0.0811538461538467, 0.0374905116201211, 0.11153846153846, 0.0597085871932609, 0.208653846153845, 0.153753173825903, 0.49903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 690, '2021-05-23 00:00:00', 0.0214233876513843, 0.0598076923076931, 0.0265308238730836, 0.0832692307692326, 0.0435788410196427, 0.111346153846154, 0.0572810211554865, 0.208653846153845, 0.152334778088867, 0.49826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 705, '2021-05-23 00:00:00', 0.0253597197266707, 0.0563461538461556, 0.0289834170093615, 0.0740384615384603, 0.0384007211470729, 0.106153846153845, 0.0688186021363401, 0.224999999999999, 0.152659626419238, 0.495192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 720, '2021-05-23 00:00:00', 0.017807733842784, 0.0513461538461514, 0.0316446617201814, 0.0792307692307677, 0.0439392062531165, 0.105576923076922, 0.0814760465035357, 0.232115384615383, 0.151143462160446, 0.497115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 735, '2021-05-23 00:00:00', 0.025997780970394, 0.0532692307692304, 0.0322871729710339, 0.0723076923076916, 0.030503467646505, 0.097692307692309, 0.084442971197225, 0.236153846153845, 0.150892855517263, 0.494423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 750, '2021-05-23 00:00:00', 0.0147973490349281, 0.0448076923076925, 0.0211187120819408, 0.0600000000000017, 0.0252860557498511, 0.0892307692307706, 0.0891515563520913, 0.229999999999998, 0.150469138159495, 0.490192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 765, '2021-05-23 00:00:00', 0.0196635156102309, 0.0444230769230781, 0.0185067555233215, 0.0625000000000011, 0.0246545361717928, 0.0903846153846152, 0.090293751381043, 0.239807692307691, 0.164023919456419, 0.504615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 780, '2021-05-23 00:00:00', 0.0133934541991488, 0.0457692307692296, 0.0208178917132524, 0.0657692307692305, 0.0245450919424142, 0.0923076923076903, 0.0958050905986503, 0.248846153846152, 0.166487352256975, 0.510961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 795, '2021-05-23 00:00:00', 0.016244525705129, 0.0482692307692328, 0.0182177006064046, 0.0682692307692315, 0.0286013716723237, 0.0909615384615394, 0.0969791809537591, 0.249807692307692, 0.163527109020539, 0.518653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 810, '2021-05-23 00:00:00', 0.0139835067682773, 0.0465384615384618, 0.0246989566892704, 0.065961538461538, 0.0361599012932612, 0.0934615384615387, 0.0957922431418861, 0.256923076923078, 0.160689021213215, 0.520192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 825, '2021-05-23 00:00:00', 0.0229757397135465, 0.0482692307692295, 0.0231084400165828, 0.0650000000000016, 0.0334342063438952, 0.0946153846153833, 0.0989881500289514, 0.260576923076925, 0.166898518221748, 0.528653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 840, '2021-05-23 00:00:00', 0.0171912321122835, 0.0465384615384618, 0.0300742670477826, 0.0673076923076929, 0.0405215991787094, 0.105, 0.120629120097033, 0.27576923076923, 0.166083852778787, 0.534615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 855, '2021-05-23 00:00:00', 0.0226172160430591, 0.0484615384615397, 0.027759960097511, 0.0661538461538456, 0.0411638377518617, 0.107692307692308, 0.130814166487602, 0.287884615384616, 0.164251214724461, 0.537307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 870, '2021-05-23 00:00:00', 0.0220148551245255, 0.0494230769230752, 0.0422123751450281, 0.0832692307692299, 0.0489960751960348, 0.116153846153845, 0.130225396317899, 0.289423076923078, 0.163041759634197, 0.536153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 885, '2021-05-23 00:00:00', 0.039331431940134, 0.0601923076923071, 0.0389378202542702, 0.0819230769230762, 0.0702930678276, 0.143653846153845, 0.12125941676359, 0.289615384615385, 0.162935216007419, 0.531730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 900, '2021-05-23 00:00:00', 0.0183061570138422, 0.0536538461538449, 0.0323656988421148, 0.0815384615384612, 0.0681697541774625, 0.146346153846154, 0.115481766792592, 0.284038461538462, 0.154822478988033, 0.530000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 915, '2021-05-23 00:00:00', 0.0322251693317734, 0.0623076923076914, 0.0589393430048748, 0.110384615384614, 0.064830251722955, 0.150192307692307, 0.116846546310174, 0.281346153846154, 0.148537485556288, 0.525769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 930, '2021-05-23 00:00:00', 0.0600695110172061, 0.0778846153846156, 0.0628845095270824, 0.107307692307692, 0.0665432190384573, 0.144999999999999, 0.109362488295365, 0.271923076923077, 0.145307763570451, 0.517884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 945, '2021-05-23 00:00:00', 0.0306343196180628, 0.0676923076923073, 0.0376077937912645, 0.092884615384614, 0.0457114696934864, 0.138461538461538, 0.102654761214471, 0.254999999999999, 0.139440089147771, 0.501538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 960, '2021-05-23 00:00:00', 0.0230192227363266, 0.068269230769231, 0.0351020490307022, 0.0969230769230773, 0.0473761543394981, 0.1425, 0.0981529418815361, 0.250000000000001, 0.139055605922456, 0.497692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 975, '2021-05-23 00:00:00', 0.0268586041220417, 0.0642307692307698, 0.035034049371783, 0.0992307692307703, 0.0449448379854483, 0.139038461538463, 0.0911600452290036, 0.243076923076924, 0.13874450786081, 0.494038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 990, '2021-05-23 00:00:00', 0.0241756393599353, 0.0776923076923081, 0.0366270181906537, 0.108461538461538, 0.0480208288141711, 0.145, 0.0924139932794075, 0.237884615384615, 0.139222704823824, 0.495192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1005, '2021-05-23 00:00:00', 0.0259592876517179, 0.0732692307692314, 0.0369844041975281, 0.104615384615387, 0.0554020271775747, 0.140769230769233, 0.0930700728566324, 0.234038461538463, 0.138215550722553, 0.493461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1020, '2021-05-23 00:00:00', 0.0285852301830037, 0.076346153846156, 0.0424554064691597, 0.102307692307693, 0.0633282049205684, 0.152692307692308, 0.0902051081616884, 0.219807692307694, 0.134739064063157, 0.488846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1035, '2021-05-23 00:00:00', 0.0300768247096572, 0.0711538461538454, 0.0364190355974207, 0.0971153846153865, 0.0765378237313988, 0.150961538461538, 0.0876803635590456, 0.209615384615385, 0.123014226819502, 0.4925 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1050, '2021-05-23 00:00:00', 0.0232585798891842, 0.064807692307694, 0.0542760040476873, 0.113269230769231, 0.0748241528261703, 0.144423076923077, 0.0806619250566615, 0.202884615384615, 0.121870833262106, 0.4875 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1065, '2021-05-23 00:00:00', 0.0450781372900259, 0.0909615384615366, 0.0626099033699946, 0.114999999999999, 0.0601091955079703, 0.136346153846154, 0.0721550147518958, 0.192884615384613, 0.129176087332219, 0.482692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1080, '2021-05-23 00:00:00', 0.0476590454728651, 0.0757692307692291, 0.0467267013107562, 0.0957692307692284, 0.0442927325172683, 0.120384615384614, 0.0563440666455123, 0.17557692307692, 0.127239326286514, 0.479615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1095, '2021-05-23 00:00:00', 0.0252586618806298, 0.0549999999999981, 0.0308145819627407, 0.0765384615384613, 0.0399138495339073, 0.103653846153845, 0.0572873996079959, 0.159615384615382, 0.12583383426628, 0.471923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1110, '2021-05-23 00:00:00', 0.0201160096975972, 0.0544230769230772, 0.023777817717038, 0.07423076923077, 0.0292653641436679, 0.0973076923076929, 0.054349651474363, 0.151730769230767, 0.126445488406907, 0.482307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1125, '2021-05-23 00:00:00', 0.0213334334933567, 0.0486538461538478, 0.027428929141441, 0.067884615384617, 0.0230517811759673, 0.0892307692307706, 0.0532443568696401, 0.145192307692307, 0.12729674598536, 0.487692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1140, '2021-05-23 00:00:00', 0.0226410111217545, 0.0461538461538457, 0.0204610323824051, 0.0644230769230774, 0.0278843766568068, 0.0815384615384617, 0.0578153559585635, 0.146153846153844, 0.129130226456145, 0.486153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1155, '2021-05-23 00:00:00', 0.0172637904742391, 0.0459615384615382, 0.0246076911053941, 0.0615384615384619, 0.0304074889561013, 0.0788461538461537, 0.0602370317993855, 0.142499999999999, 0.12874841298499, 0.486923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1170, '2021-05-23 00:00:00', 0.0174884577320632, 0.0396153846153858, 0.0208437409900807, 0.052692307692309, 0.0220253350624994, 0.0713461538461545, 0.0520580297508325, 0.13403846153846, 0.129724560274689, 0.487692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1185, '2021-05-23 00:00:00', 0.0106932761044569, 0.0378846153846154, 0.0179196926484613, 0.0513461538461536, 0.0263825408469001, 0.070961538461539, 0.0491923227280903, 0.128269230769228, 0.128329503772364, 0.487692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1200, '2021-05-23 00:00:00', 0.0160192192261485, 0.0361538461538472, 0.0149203010899714, 0.0488461538461548, 0.0242169679865482, 0.0676923076923084, 0.047957112250266, 0.126730769230769, 0.129713293310817, 0.486538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1215, '2021-05-23 00:00:00', 0.0124236127533883, 0.0328846153846155, 0.0213982386047221, 0.0482692307692328, 0.0268507269633723, 0.0648076923076929, 0.0566622924405209, 0.146153846153845, 0.129475866477116, 0.484999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1230, '2021-05-23 00:00:00', 0.0143580585788552, 0.0330769230769247, 0.0161543040228139, 0.0448076923076915, 0.0256132477741203, 0.0640384615384596, 0.0580291703833883, 0.15076923076923, 0.131660402317711, 0.487307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1245, '2021-05-23 00:00:00', 0.0104807515878472, 0.0303846153846134, 0.0149666295470954, 0.0449999999999984, 0.0252708405996998, 0.063846153846151, 0.0625647357050754, 0.162115384615383, 0.132266630479731, 0.487307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1260, '2021-05-23 00:00:00', 0.0173071794795822, 0.0315384615384618, 0.0201771005007028, 0.0463461538461527, 0.0268535916520585, 0.0686538461538444, 0.0614006389342844, 0.16403846153846, 0.133818476360272, 0.48576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1275, '2021-05-23 00:00:00', 0.0137169182455033, 0.0319230769230769, 0.0190959117654495, 0.0455769230769221, 0.0190384226883845, 0.0676923076923052, 0.0618583990939117, 0.162307692307691, 0.133992680626736, 0.485961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1290, '2021-05-23 00:00:00', 0.0127821991607305, 0.0307692307692318, 0.0158902485820727, 0.0474999999999994, 0.0162291286082969, 0.0607692307692302, 0.0595263354775405, 0.16076923076923, 0.135675659627601, 0.486730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1305, '2021-05-23 00:00:00', 0.0107703296142687, 0.035000000000001, 0.0182081976466217, 0.0465384615384608, 0.016779107888635, 0.0565384615384604, 0.0540697555158008, 0.163461538461539, 0.13426222906628, 0.487884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1320, '2021-05-23 00:00:00', 0.0117881948771435, 0.029807692307692, 0.0125652144981527, 0.0367307692307697, 0.0313147790127194, 0.0611538461538457, 0.0568168447395115, 0.161923076923078, 0.136356574409213, 0.486346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1335, '2021-05-23 00:00:00', 0.009184016215477, 0.022884615384617, 0.0158854069461934, 0.0328846153846161, 0.0328656940616484, 0.0619230769230796, 0.0563546462489666, 0.160384615384616, 0.13475404946106, 0.489423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1350, '2021-05-23 00:00:00', 0.0138063530526853, 0.0238461538461546, 0.030404959109683, 0.0473076923076914, 0.032482539688505, 0.0636538461538478, 0.0580891225088332, 0.162884615384615, 0.135436189914149, 0.490192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1365, '2021-05-23 00:00:00', 0.0182725098271853, 0.0382692307692298, 0.0206061977233884, 0.0488461538461553, 0.0239615075935099, 0.0569230769230771, 0.0582408791142444, 0.16, 0.135952056028812, 0.489807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1380, '2021-05-23 00:00:00', 0.0124163870214592, 0.0270000000000005, 0.0135400640077248, 0.0360000000000008, 0.0170611644776466, 0.0484000000000009, 0.0542079329987764, 0.155200000000001, 0.135008641698719, 0.482399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1395, '2021-05-23 00:00:00', 0.00746974574194198, 0.019166666666667, 0.0081176806496966, 0.024374999999998, 0.0462017472534871, 0.0845833333333352, 0.0547524071339017, 0.1575, 0.134822582022405, 0.488541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1410, '2021-05-23 00:00:00', 0.00607546145441325, 0.0172916666666634, 0.0132697760539404, 0.0324999999999995, 0.0462815697189706, 0.0943750000000006, 0.0544521462559938, 0.157083333333333, 0.132377233254278, 0.487916666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1425, '2021-05-23 00:00:00', 0.00807292397147987, 0.0260416666666679, 0.0438851432389278, 0.0754166666666691, 0.0550687153091211, 0.107291666666667, 0.0571321725906477, 0.156458333333333, 0.132377233254278, 0.487916666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 180, '2021-05-23 00:00:00', 0.0233444112896748, 0.0501923076923085, 0.0370410375332328, 0.0690384615384627, 0.0461773337671866, 0.092115384615385, 0.0554883910242643, 0.140192307692308, 0.138093752991886, 0.486730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 195, '2021-05-23 00:00:00', 0.0253650274075258, 0.0392307692307702, 0.0328000938084953, 0.0596153846153851, 0.0314324672910045, 0.0799999999999999, 0.0429476425429849, 0.127500000000001, 0.137905207131006, 0.484615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 210, '2021-05-23 00:00:00', 0.0233765168162735, 0.0376923076923084, 0.0223124663326616, 0.0546153846153852, 0.0266573701744091, 0.0738461538461545, 0.0420279211221076, 0.122115384615385, 0.144324420877195, 0.488461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 225, '2021-05-23 00:00:00', 0.0152681166034115, 0.0336538461538462, 0.0189908885035388, 0.0494230769230779, 0.0241318493664748, 0.0671153846153864, 0.0408675157815322, 0.111923076923078, 0.146772456020035, 0.486923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 240, '2021-05-23 00:00:00', 0.0126079950214725, 0.0351923076923079, 0.0165726837342008, 0.0455769230769232, 0.0221220391326072, 0.0607692307692323, 0.0371690524702793, 0.108461538461538, 0.14789874394848, 0.485961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 255, '2021-05-23 00:00:00', 0.0158259766985027, 0.0273076923076921, 0.0225806247784407, 0.0417307692307701, 0.0255350437935496, 0.059038461538462, 0.0388527793283616, 0.108461538461538, 0.148332915585696, 0.485576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 270, '2021-05-23 00:00:00', 0.0155921577921543, 0.0313461538461532, 0.0176765816396017, 0.0423076923076932, 0.0264546055318563, 0.0603846153846151, 0.0376364185331169, 0.112499999999999, 0.148242654507345, 0.486730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 285, '2021-05-23 00:00:00', 0.0148544217711026, 0.029423076923078, 0.0185886648670218, 0.0434615384615388, 0.0243286788664024, 0.0582692307692308, 0.0391741673123408, 0.111153846153846, 0.148641670314369, 0.487115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 300, '2021-05-23 00:00:00', 0.0164363574478601, 0.0319230769230763, 0.0243413228892741, 0.0424999999999996, 0.0242495043565503, 0.0559615384615378, 0.0445472955235391, 0.112692307692309, 0.1491304282009, 0.486730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 315, '2021-05-23 00:00:00', 0.0122427372504925, 0.0267307692307706, 0.012588150716508, 0.0373076923076934, 0.0182725098271854, 0.0482692307692311, 0.0484545782547516, 0.120384615384617, 0.148829923583416, 0.487115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 330, '2021-05-23 00:00:00', 0.00738241153011672, 0.0224999999999998, 0.0112455119252761, 0.0323076923076919, 0.0243729042491539, 0.0459615384615387, 0.052613247819858, 0.128076923076923, 0.149795373246817, 0.489423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 345, '2021-05-23 00:00:00', 0.0129377206410005, 0.0242307692307707, 0.0140013735589918, 0.0340384615384623, 0.0237041054542153, 0.0467307692307694, 0.0600012820375848, 0.141923076923077, 0.149795373246817, 0.489423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 360, '2021-05-23 00:00:00', 0.008505654227992, 0.0228846153846164, 0.0247580600706421, 0.0351923076923085, 0.024962279235185, 0.0463461538461538, 0.0581764557187858, 0.152500000000001, 0.149795373246817, 0.489423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 375, '2021-05-23 00:00:00', 0.0218068443736922, 0.026538461538462, 0.020988091861815, 0.032500000000001, 0.0224199430452848, 0.0455769230769226, 0.063575817850694, 0.168269230769232, 0.15367060176284, 0.494423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 390, '2021-05-23 00:00:00', 0.0087530214563539, 0.0211538461538488, 0.0146510697955433, 0.0305769230769237, 0.0192912893854668, 0.0469230769230769, 0.0605465491616543, 0.178269230769231, 0.154217254347434, 0.494807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 405, '2021-05-23 00:00:00', 0.0108148757950157, 0.0198076923076912, 0.0115308949549266, 0.0298076923076914, 0.0182303635138229, 0.0428846153846152, 0.061964009404964, 0.196538461538462, 0.154647614321671, 0.496730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 420, '2021-05-23 00:00:00', 0.0117096278598151, 0.0236538461538454, 0.0172001788899459, 0.0346153846153843, 0.0210027470730699, 0.0463461538461538, 0.061482017383446, 0.205961538461539, 0.155409632411101, 0.498076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 435, '2021-05-23 00:00:00', 0.00974482110977682, 0.0201923076923068, 0.0113289961535076, 0.0278846153846152, 0.0207846096908259, 0.0499999999999999, 0.0590423576765008, 0.215000000000002, 0.16008423263539, 0.504807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 450, '2021-05-23 00:00:00', 0.0113408723039911, 0.0238461538461524, 0.0169988687406404, 0.0348076923076918, 0.0253407546484674, 0.0619230769230758, 0.0610044134595054, 0.21846153846154, 0.156917543265932, 0.513653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 465, '2021-05-23 00:00:00', 0.012322587140943, 0.0246153846153841, 0.0165343465363647, 0.0407692307692298, 0.0269451008819498, 0.0659615384615375, 0.0604826739335633, 0.223076923076925, 0.159435060327202, 0.516538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 480, '2021-05-23 00:00:00', 0.0131573319717719, 0.0336538461538456, 0.0175893324314676, 0.05076923076923, 0.0265590778338526, 0.0692307692307691, 0.0597481895445034, 0.225384615384616, 0.159311137280287, 0.519038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 495, '2021-05-23 00:00:00', 0.0166097746939782, 0.0317307692307666, 0.0229489399788727, 0.0455769230769215, 0.0326785038731054, 0.0817307692307692, 0.0592286962674192, 0.224038461538463, 0.158724725425936, 0.521538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 510, '2021-05-23 00:00:00', 0.0174972525315773, 0.0319230769230752, 0.0215058131676056, 0.0474999999999989, 0.0385686201663799, 0.0934615384615382, 0.0595486226670131, 0.22596153846154, 0.159398508824219, 0.526730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 525, '2021-05-23 00:00:00', 0.0131324612491941, 0.0326923076923091, 0.0267790101500305, 0.0636538461538473, 0.0447544583082133, 0.105192307692309, 0.0581668687087814, 0.224230769230771, 0.156883714897372, 0.527499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 540, '2021-05-23 00:00:00', 0.0251005669565162, 0.0559615384615378, 0.0346765271972501, 0.077307692307692, 0.0418642494810943, 0.113846153846155, 0.0595344115100343, 0.222884615384617, 0.160812002039649, 0.532499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 555, '2021-05-23 00:00:00', 0.0282243757170196, 0.0511538461538455, 0.0380546166207719, 0.076923076923078, 0.0490054941974734, 0.121538461538464, 0.0641440686148104, 0.222307692307693, 0.162290930596403, 0.532115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 570, '2021-05-23 00:00:00', 0.0219623804230384, 0.0521153846153848, 0.0302991495184024, 0.0759615384615399, 0.0491328653910862, 0.129038461538463, 0.0627697256767816, 0.224038461538462, 0.164318288696056, 0.532499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 585, '2021-05-23 00:00:00', 0.0279621997593999, 0.0582692307692324, 0.0370140306037903, 0.0959615384615408, 0.0545925466876773, 0.142115384615385, 0.0637169220368185, 0.230384615384615, 0.165032980386906, 0.53326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 600, '2021-05-23 00:00:00', 0.0226308162944644, 0.0780769230769242, 0.0319711408328489, 0.101923076923077, 0.0515990459065046, 0.142307692307692, 0.058382030955265, 0.227307692307692, 0.168401192212115, 0.535192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 615, '2021-05-23 00:00:00', 0.0185648551342006, 0.0655769230769225, 0.0434794381111537, 0.0973076923076913, 0.0466212232951745, 0.136538461538462, 0.0574834424321155, 0.217884615384613, 0.166037646333595, 0.532499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 630, '2021-05-23 00:00:00', 0.0300646738779021, 0.0682692307692288, 0.0326826229999025, 0.0919230769230764, 0.0337986117147733, 0.127115384615385, 0.057640797517572, 0.207307692307691, 0.168013277863571, 0.527692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 645, '2021-05-23 00:00:00', 0.021540659228537, 0.0599999999999995, 0.0360880333884546, 0.0878846153846142, 0.0458744104971554, 0.127307692307692, 0.0553409015522471, 0.196153846153845, 0.170078375598293, 0.524423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 660, '2021-05-23 00:00:00', 0.0274205144989053, 0.066730769230767, 0.0320798283133724, 0.0886538461538453, 0.0417929880022205, 0.119423076923076, 0.0545149944087377, 0.19326923076923, 0.171692592017962, 0.522115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 675, '2021-05-23 00:00:00', 0.0181531942516596, 0.0534615384615396, 0.0322329263093118, 0.0851923076923095, 0.0304327758535738, 0.103076923076924, 0.0598035244652159, 0.197692307692308, 0.172120262070986, 0.519230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 690, '2021-05-23 00:00:00', 0.030505989323663, 0.0638461538461548, 0.0300000000000011, 0.0799999999999988, 0.0299923067058624, 0.103461538461539, 0.0622933506761482, 0.197692307692307, 0.173614072453376, 0.520384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 705, '2021-05-23 00:00:00', 0.0174928556845354, 0.0549999999999986, 0.0216484144027651, 0.0705769230769228, 0.0277405562586339, 0.0915384615384614, 0.0738470352511496, 0.214230769230768, 0.179263879411159, 0.518461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 720, '2021-05-23 00:00:00', 0.0180820778247828, 0.0498076923076924, 0.0213694605957633, 0.0705769230769239, 0.0238722561854695, 0.0932692307692312, 0.0829237369746807, 0.222884615384614, 0.184473158356023, 0.522884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 735, '2021-05-23 00:00:00', 0.0136438208048142, 0.0469230769230785, 0.0200777335527535, 0.0636538461538478, 0.0240648163220777, 0.0913461538461544, 0.103109351959646, 0.233461538461538, 0.18657613418161, 0.524423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 750, '2021-05-23 00:00:00', 0.0141475738610498, 0.0419230769230781, 0.0151708221976891, 0.0619230769230785, 0.0282516166998244, 0.0919230769230775, 0.107359210131222, 0.235, 0.185035547520345, 0.528076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 765, '2021-05-23 00:00:00', 0.0135887396823216, 0.0444230769230775, 0.0257263707865307, 0.0646153846153854, 0.0361130702953061, 0.0969230769230762, 0.123866708757686, 0.254807692307692, 0.186690612017274, 0.529230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 780, '2021-05-23 00:00:00', 0.0172091210163042, 0.048076923076922, 0.0222960845130994, 0.0663461538461525, 0.0302991495184018, 0.0940384615384596, 0.127490723644446, 0.261730769230769, 0.187397561760675, 0.529615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 795, '2021-05-23 00:00:00', 0.0141434953790936, 0.0459615384615382, 0.0266263316748951, 0.0651923076923069, 0.0281759581094342, 0.0867307692307696, 0.119668130838838, 0.272692307692307, 0.191090393430801, 0.528461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 810, '2021-05-23 00:00:00', 0.0220349372937252, 0.0465384615384597, 0.0255440795488877, 0.0624999999999995, 0.0290596204115179, 0.0876923076923072, 0.117647615948906, 0.279807692307691, 0.193396861799374, 0.527115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 825, '2021-05-23 00:00:00', 0.0119807537967545, 0.0434615384615388, 0.0178594943506674, 0.0598076923076937, 0.0222710574513219, 0.0850000000000003, 0.112984682419957, 0.281538461538462, 0.189968823353081, 0.526923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 840, '2021-05-23 00:00:00', 0.0165122332273329, 0.044423076923077, 0.0242304639785411, 0.0636538461538462, 0.0282141535676431, 0.0990384615384622, 0.119109677963697, 0.296346153846155, 0.189083620085442, 0.531153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 855, '2021-05-23 00:00:00', 0.0181118320867451, 0.0459615384615377, 0.0226172160430615, 0.068461538461538, 0.0395804924756562, 0.116153846153847, 0.12069940411554, 0.302115384615386, 0.193910070353799, 0.536346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 870, '2021-05-23 00:00:00', 0.0217794892925939, 0.047115384615386, 0.0304788703606544, 0.0801923076923085, 0.0454655406282088, 0.121346153846155, 0.119494608825929, 0.300192307692308, 0.196689231647678, 0.540576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 885, '2021-05-23 00:00:00', 0.0235478236786343, 0.0574999999999996, 0.03781584934308, 0.0859615384615384, 0.0695560095285679, 0.140961538461538, 0.1102968023806, 0.295769230769231, 0.194005253695716, 0.540961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 900, '2021-05-23 00:00:00', 0.0260214408635534, 0.0663461538461542, 0.0297767333022577, 0.0894230769230781, 0.0863855401005377, 0.147692307692307, 0.109453889132155, 0.288076923076923, 0.182734464771659, 0.538269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 915, '2021-05-23 00:00:00', 0.0261982089816479, 0.0571153846153857, 0.0650470244101561, 0.103653846153847, 0.106950204085108, 0.152884615384617, 0.119720347219935, 0.284807692307692, 0.180917001794916, 0.539807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 930, '2021-05-23 00:00:00', 0.064326092325324, 0.0846153846153847, 0.0877189568144503, 0.121153846153846, 0.109672238966842, 0.160000000000001, 0.117766555262781, 0.290192307692307, 0.180548736228881, 0.539615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 945, '2021-05-23 00:00:00', 0.0451152370644845, 0.0757692307692307, 0.0681539546795444, 0.10519230769231, 0.089255251946313, 0.162500000000001, 0.113790799952573, 0.282884615384614, 0.181646317373584, 0.53576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 960, '2021-05-23 00:00:00', 0.0372274712461725, 0.0782692307692328, 0.0722069674882292, 0.114615384615385, 0.0856560653921346, 0.169807692307693, 0.10957698382697, 0.281346153846152, 0.181994611078292, 0.539038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 975, '2021-05-23 00:00:00', 0.0574339085049399, 0.0805769230769214, 0.0641599563590862, 0.122499999999999, 0.0713800769445878, 0.181346153846152, 0.102267560087028, 0.284423076923075, 0.179009776269342, 0.5375 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 990, '2021-05-23 00:00:00', 0.045243359053694, 0.090192307692306, 0.0563082177360945, 0.126153846153846, 0.0615992007940159, 0.18230769230769, 0.0851144026499725, 0.272692307692306, 0.171580548476174, 0.536730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1005, '2021-05-23 00:00:00', 0.0386129711167317, 0.0851923076923078, 0.0454435406258739, 0.131346153846151, 0.0614332032498586, 0.174038461538459, 0.102481518033553, 0.267692307692305, 0.166814152692336, 0.534807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1020, '2021-05-23 00:00:00', 0.0368369588655386, 0.0948076923076908, 0.0507183019613827, 0.122115384615383, 0.0567101266224872, 0.17903846153846, 0.10011992808627, 0.249999999999996, 0.168291528193011, 0.530961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1035, '2021-05-23 00:00:00', 0.0284686061910572, 0.0776923076923065, 0.0347363697673679, 0.108846153846153, 0.0545202855684147, 0.162692307692308, 0.104058415547008, 0.25307692307692, 0.175012527024167, 0.534230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1050, '2021-05-23 00:00:00', 0.0273889365648592, 0.0780769230769237, 0.0428723507815752, 0.12596153846154, 0.0461073162891147, 0.151730769230769, 0.111563710670009, 0.252692307692306, 0.176472268468622, 0.532307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1065, '2021-05-23 00:00:00', 0.0415326562894964, 0.0998076923076945, 0.0443898810368022, 0.117307692307693, 0.0444786033261613, 0.137884615384614, 0.121784172269571, 0.245769230769229, 0.179677488851553, 0.529999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1080, '2021-05-23 00:00:00', 0.0197094276543367, 0.0673076923076912, 0.0238295227364329, 0.0853846153846143, 0.0353275878250765, 0.105961538461537, 0.129338702637686, 0.232499999999998, 0.182446198602808, 0.531153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1095, '2021-05-23 00:00:00', 0.023803684265578, 0.056153846153847, 0.0257801354654193, 0.0711538461538448, 0.0401324729441813, 0.0988461538461541, 0.14030022753422, 0.228076923076922, 0.180226353404651, 0.528461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1110, '2021-05-23 00:00:00', 0.0129213597760273, 0.0451923076923059, 0.0217512157043081, 0.0636538461538456, 0.036174789351362, 0.0961538461538456, 0.147292618228529, 0.22365384615384[...];
Date: 2021-05-23 16:18:34 Duration: 19s708ms Database: acaweb_fx User: pgperfstats
5 1m2s 13 4s618ms 5s332ms 4s792ms 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 #5
Day Hour Count Duration Avg duration May 23 16 13 1m2s 4s792ms [ 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 16:33:07 Duration: 5s332ms 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 16:01:07 Duration: 5s41ms 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 16:46:07 Duration: 4s902ms Database: acaweb_fx User: postgres
6 56s299ms 89 50ms 25s682ms 632ms (( 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 #6
Day Hour Count Duration Avg duration May 23 16 89 56s299ms 632ms [ User: postgres - Total duration: 56s299ms - 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 16:47:37 Duration: 25s682ms 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 16:47:28 Duration: 2s87ms 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 16:32:07 Duration: 1s513ms Database: acaweb_fx User: postgres Bind query: yes
7 52s481ms 191 51ms 5s33ms 274ms 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 16 191 52s481ms 274ms [ User: postgres - Total duration: 52s481ms - Times executed: 191 ]
-
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 = '689' 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 ('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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 16:25:45 Duration: 5s33ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 16:03:31 Duration: 1s826ms 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 16:03:20 Duration: 1s167ms Database: acaweb_fx User: postgres Bind query: yes
8 44s710ms 2 22s178ms 22s531ms 22s355ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = '?[...];Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 23 16 2 44s710ms 22s355ms [ User: pgperfstats - Total duration: 44s710ms - 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 986685, 1, 1005, '2021-05-23 00:00:00', 0.0173583307388257, 0.0345840384615384, 0.0220110483656241, 0.0488919230769232, 0.0248066636705045, 0.0672376923076924, 0.0453973442822882, 0.104378269230769, 0.0826081524057076, 0.213071730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1020, '2021-05-23 00:00:00', 0.0105317496628784, 0.0322898076923074, 0.0141462324965392, 0.0450403846153846, 0.0243919869913176, 0.0645907692307693, 0.0418595171868401, 0.0950413461538462, 0.0791100106531308, 0.211293461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1035, '2021-05-23 00:00:00', 0.0134544804261799, 0.0311684615384615, 0.0172300927996518, 0.0417167307692307, 0.026434670782603, 0.0612192307692308, 0.0417781807093678, 0.0889642307692308, 0.0784903025318318, 0.210326538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1050, '2021-05-23 00:00:00', 0.0128298932200723, 0.0290759615384617, 0.0199227802740017, 0.0466053846153846, 0.0245724682246991, 0.0593155769230769, 0.0370393453116464, 0.082723653846154, 0.0759091993989175, 0.210860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1065, '2021-05-23 00:00:00', 0.0175867852618424, 0.0375196153846153, 0.0196941298907528, 0.0459569230769231, 0.0253616103953625, 0.0591396153846152, 0.0336656786745104, 0.0798261538461539, 0.0745915223302117, 0.210321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1080, '2021-05-23 00:00:00', 0.0133431833201594, 0.0295363461538463, 0.0193128031238346, 0.0390324999999999, 0.0253091244902218, 0.0532826923076922, 0.0321332779511303, 0.0717567307692309, 0.0726533581700434, 0.21054923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1095, '2021-05-23 00:00:00', 0.0159056507423765, 0.0268734615384615, 0.0184338676771444, 0.0381734615384614, 0.0231918373214834, 0.0479521153846153, 0.0288219899409087, 0.0668530769230772, 0.0744758906461579, 0.214731538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1110, '2021-05-23 00:00:00', 0.011403566891379, 0.0248053846153843, 0.01620537690564, 0.0327594230769228, 0.0179090900565562, 0.040154423076923, 0.0261433956956628, 0.0617975000000003, 0.0751952371305216, 0.214031346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1125, '2021-05-23 00:00:00', 0.0118415236756737, 0.0226301923076922, 0.0130694964531329, 0.0310065384615385, 0.016506574327778, 0.0366490384615385, 0.0234872875640287, 0.0612813461538464, 0.0752014470546637, 0.214803653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1140, '2021-05-23 00:00:00', 0.00763396546061378, 0.0213444230769231, 0.011636385858425, 0.0276846153846154, 0.018467486852678, 0.034799423076923, 0.0218468474622417, 0.0603609615384617, 0.0754177044795288, 0.214514807692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1155, '2021-05-23 00:00:00', 0.0103132411901474, 0.0199503846153844, 0.0150714594005204, 0.0266876923076924, 0.0218640660102367, 0.0362475000000002, 0.0196983387790401, 0.0586805769230774, 0.0756910628765682, 0.213504230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1170, '2021-05-23 00:00:00', 0.010877867552972, 0.0184875000000001, 0.0131938341324794, 0.0232663461538462, 0.0180337678216771, 0.0335753846153848, 0.0191815272111958, 0.0569169230769236, 0.0758693599675429, 0.213043269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1185, '2021-05-23 00:00:00', 0.00956198527221991, 0.0165871153846154, 0.0146516527355999, 0.0249417307692309, 0.0151898322533402, 0.0321517307692311, 0.0200214951960289, 0.0555367307692312, 0.0758693599675429, 0.213043269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1200, '2021-05-23 00:00:00', 0.0107489779353131, 0.018239423076923, 0.0122149164360003, 0.0238665384615385, 0.0166363107978164, 0.0336948076923079, 0.0204274311800427, 0.0546011538461543, 0.0758693599675429, 0.213043269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1215, '2021-05-23 00:00:00', 0.00874939508458477, 0.0149528846153847, 0.0139645935796984, 0.0211196153846158, 0.0153001821708612, 0.0313826923076925, 0.0198819343471557, 0.0597207692307696, 0.0757868427732575, 0.213191538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1230, '2021-05-23 00:00:00', 0.00861230255997855, 0.014279230769231, 0.0124924288655784, 0.0230101923076925, 0.0119759862802451, 0.0308442307692307, 0.0180703067755236, 0.0582501923076926, 0.0758609832745702, 0.214320769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1245, '2021-05-23 00:00:00', 0.00981191186576494, 0.0165276923076925, 0.0103070580373166, 0.0226257692307694, 0.0127374063490179, 0.0317275, 0.0175089541487953, 0.0574607692307695, 0.0769845475413985, 0.215528076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1260, '2021-05-23 00:00:00', 0.0071117342145542, 0.0158215384615384, 0.00884719147309145, 0.021555192307692, 0.0122252371126919, 0.0326276923076922, 0.0169642112242667, 0.0566776923076925, 0.0766170537061782, 0.216313846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1275, '2021-05-23 00:00:00', 0.00732274551548927, 0.0141117307692309, 0.00998722794565477, 0.0210509615384618, 0.0131779826458901, 0.0308438461538464, 0.0174020768477611, 0.0551188461538464, 0.0769719956110413, 0.217207115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1290, '2021-05-23 00:00:00', 0.00822625024633866, 0.0141313461538463, 0.0101570485359445, 0.0228551923076924, 0.0139551105458235, 0.0329828846153849, 0.0182980385045879, 0.0566713461538463, 0.0782313744252365, 0.218032307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1305, '2021-05-23 00:00:00', 0.00954569471219658, 0.0175484615384616, 0.0104839369091664, 0.0234513461538462, 0.0137877922439214, 0.0335748076923079, 0.0182440634190538, 0.0554840384615386, 0.0787704622343642, 0.219428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1320, '2021-05-23 00:00:00', 0.00901978147654453, 0.0174482692307692, 0.0116848112785527, 0.0243138461538462, 0.0157364322073139, 0.0333988461538463, 0.01776423986228, 0.0545517307692309, 0.0791362341275135, 0.219866730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1335, '2021-05-23 00:00:00', 0.00732464083656111, 0.0162607692307693, 0.00915464224608709, 0.0236605769230769, 0.0109192469238777, 0.0290857692307691, 0.0165579103754068, 0.052835, 0.0794678857749372, 0.220966538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1350, '2021-05-23 00:00:00', 0.00658045854142291, 0.0156638461538461, 0.00914814457228276, 0.0218436538461538, 0.0103076157505769, 0.0252676923076924, 0.0162924822588165, 0.0516569230769231, 0.0793849079204509, 0.220883461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1365, '2021-05-23 00:00:00', 0.0101760146592938, 0.0158571153846155, 0.0090927218993251, 0.0196865384615386, 0.010072146834025, 0.0219103846153848, 0.0171221757974409, 0.0505959615384615, 0.0791652534067917, 0.221350192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1380, '2021-05-23 00:00:00', 0.00629712456968678, 0.0144153846153846, 0.00796723906671274, 0.0166278846153848, 0.0082737545658173, 0.0233461538461538, 0.0170477987581976, 0.0505775, 0.0790617438422947, 0.221230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1395, '2021-05-23 00:00:00', 0.00625160164400975, 0.00959365384615405, 0.00705744982270502, 0.0138949999999998, 0.0169134433468218, 0.0365846153846154, 0.0186105542398766, 0.0509763461538461, 0.07872203126801, 0.220805192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1410, '2021-05-23 00:00:00', 0.00548669010844899, 0.0104728846153843, 0.00823846749191744, 0.0182838461538461, 0.0178243736118229, 0.036134423076923, 0.019909683748406, 0.0534201923076923, 0.0786867448961143, 0.220757115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1425, '2021-05-23 00:00:00', 0.00794259896672049, 0.0151528846153846, 0.0167425724530656, 0.0323428846153846, 0.0170460592028232, 0.0335821153846153, 0.0194463473977862, 0.0549436538461538, 0.078514030508272, 0.220869423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 0, '2021-05-23 00:00:00', 0.0151812133395699, 0.0188326923076923, 0.0164444961344331, 0.0232636538461538, 0.0155451335162636, 0.0285040384615386, 0.0217433518433708, 0.0558257692307692, 0.0803496339008462, 0.221535 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 15, '2021-05-23 00:00:00', 0.0130589933178807, 0.00780229166666668, 0.0128094957117559, 0.0104727083333334, 0.0135356863656591, 0.0280152083333334, 0.0206258958072919, 0.0541731249999999, 0.085383588379107, 0.225903333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 30, '2021-05-23 00:00:00', 0.00978173797342779, 0.00669604166666667, 0.0115277607570011, 0.0105543750000001, 0.0146724833394355, 0.0331510416666666, 0.0225477834638004, 0.05672, 0.0862139094179625, 0.224816458333333 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 45, '2021-05-23 00:00:00', 0.00810290777025961, 0.0054132000000002, 0.0120661411153965, 0.0236252000000002, 0.0133942955301872, 0.0332843999999999, 0.0228650484054447, 0.0567935999999999, 0.0822982450830515, 0.217038 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 60, '2021-05-23 00:00:00', 0.010820468360402, 0.0201415384615384, 0.0136053302733214, 0.0283296153846151, 0.0152179449954523, 0.033083269230769, 0.0219754845024037, 0.0574136538461537, 0.0833390499578957, 0.220726730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 75, '2021-05-23 00:00:00', 0.013813689859645, 0.0179034615384614, 0.0147100405218287, 0.0224269230769231, 0.0165227221413887, 0.0289648076923076, 0.022581353554341, 0.0555128846153845, 0.0844592368770058, 0.219660384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 90, '2021-05-23 00:00:00', 0.0120087891146443, 0.01443, 0.0143833136668314, 0.0205040384615384, 0.0143576106607128, 0.0257617307692306, 0.0222885880561882, 0.0565815384615384, 0.0843221513208993, 0.218194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 105, '2021-05-23 00:00:00', 0.0130594257515994, 0.0153698076923075, 0.0125168037207831, 0.0199807692307691, 0.0134798890887927, 0.0246953846153845, 0.0224219657899258, 0.0550232692307689, 0.0843588850805798, 0.217164038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 120, '2021-05-23 00:00:00', 0.00816723888236006, 0.0139248076923079, 0.0075211396435952, 0.0172615384615385, 0.00889830396112737, 0.0209892307692309, 0.0204326567128738, 0.0522078846153845, 0.0841029612585761, 0.215422307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 135, '2021-05-23 00:00:00', 0.0061787868021282, 0.0115728846153847, 0.00649567670425143, 0.0155653846153846, 0.00933444722313749, 0.0224001923076922, 0.0195112994451538, 0.0504340384615383, 0.0841491391527796, 0.214731923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 150, '2021-05-23 00:00:00', 0.00611146382125121, 0.0109640384615384, 0.00736476982772626, 0.0141288461538462, 0.0132740083100541, 0.0251338461538462, 0.0187274920874264, 0.0499867307692305, 0.0841045599744747, 0.2145875 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 165, '2021-05-23 00:00:00', 0.00658339106271355, 0.0104532692307691, 0.00809041090522522, 0.0174138461538461, 0.0138334692697984, 0.0286840384615384, 0.0185590448330562, 0.0501886538461536, 0.0841656506888922, 0.214428269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 180, '2021-05-23 00:00:00', 0.00846555257862926, 0.0146073076923077, 0.013312959349966, 0.0222444230769231, 0.0153893280867469, 0.0298151923076922, 0.0191226988127884, 0.0509067307692306, 0.0845725044746542, 0.214456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 195, '2021-05-23 00:00:00', 0.0122142617727737, 0.0164494230769232, 0.0143051198002669, 0.0227025, 0.0148146804010282, 0.0285692307692307, 0.0182409087872455, 0.0489207692307692, 0.0849260477648733, 0.215569807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 210, '2021-05-23 00:00:00', 0.00858828448213919, 0.0144371153846154, 0.0113148534729966, 0.019061346153846, 0.0111608315171336, 0.0266469230769231, 0.0172598504728792, 0.0462078846153846, 0.085009792668483, 0.215728461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 225, '2021-05-23 00:00:00', 0.0104945577489551, 0.0127378846153844, 0.0111968720700847, 0.0180880769230769, 0.0135972613659459, 0.026005576923077, 0.0160639562099559, 0.0455436538461538, 0.0874475605370706, 0.216536730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 240, '2021-05-23 00:00:00', 0.00987959300975795, 0.0130459615384616, 0.0112742030606976, 0.0192844230769232, 0.0153274548755343, 0.0276248076923077, 0.0198876319393194, 0.047096923076923, 0.0875032888746739, 0.216493269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 255, '2021-05-23 00:00:00', 0.00868008769895437, 0.0136723076923078, 0.0110357519157579, 0.0190428846153847, 0.0126374166253051, 0.0263948076923077, 0.0214780123417843, 0.046911923076923, 0.0879127385249803, 0.215289807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 270, '2021-05-23 00:00:00', 0.00888047490284153, 0.0128224999999999, 0.0111424454245226, 0.0188259615384615, 0.0109924486405617, 0.0274913461538461, 0.0219284217503571, 0.0466976923076922, 0.0883970793019508, 0.214788653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 285, '2021-05-23 00:00:00', 0.0108985956893541, 0.01383, 0.0108756600736906, 0.0188190384615384, 0.0119611285677976, 0.0250311538461538, 0.021365079183097, 0.0466274999999997, 0.0884679891964407, 0.214732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 300, '2021-05-23 00:00:00', 0.0086437581036173, 0.0127069230769232, 0.00929570388157046, 0.0187105769230771, 0.010418067671118, 0.0215750000000001, 0.0220874909986487, 0.0467011538461537, 0.0896306039329459, 0.215014230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 315, '2021-05-23 00:00:00', 0.00838167718666963, 0.0143026923076924, 0.00917383332343417, 0.0165803846153847, 0.0108180683562981, 0.0198748076923075, 0.0234498304446881, 0.0520032692307693, 0.0897405881724567, 0.214888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 330, '2021-05-23 00:00:00', 0.00813612911411438, 0.0108151923076921, 0.00972384045094238, 0.014096346153846, 0.0112501258933127, 0.0182911538461537, 0.0273195184444833, 0.0562309615384615, 0.0895541989895161, 0.215170576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 345, '2021-05-23 00:00:00', 0.00796702419109801, 0.00946269230769228, 0.00917553696605206, 0.0126561538461536, 0.0105376583444624, 0.0176857692307692, 0.0302350942939086, 0.0620948076923077, 0.0888455158151584, 0.214842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 360, '2021-05-23 00:00:00', 0.0059378997225775, 0.00919865384615377, 0.00828465098146065, 0.0122917307692309, 0.0106496372003932, 0.0179525, 0.0376421775590179, 0.0713042307692307, 0.0889204948064023, 0.214921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 375, '2021-05-23 00:00:00', 0.00687813392906483, 0.00874788461538466, 0.00817644462182966, 0.011785576923077, 0.0106659915132882, 0.0179301923076924, 0.0356356029819144, 0.0785182692307691, 0.0889810489909986, 0.214798461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 390, '2021-05-23 00:00:00', 0.00587895206517419, 0.00851076923076944, 0.00893141454900372, 0.0135953846153847, 0.00888132932920779, 0.0184994230769234, 0.0374702309491766, 0.0834357692307692, 0.0889634511332519, 0.214813461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 405, '2021-05-23 00:00:00', 0.0058055404969338, 0.00926269230769234, 0.00651307154586383, 0.0120698076923079, 0.0103575235382863, 0.0198096153846154, 0.035532420301206, 0.0903126923076922, 0.0887766981034656, 0.214491923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 420, '2021-05-23 00:00:00', 0.00426243480437405, 0.00852769230769249, 0.00576099865808532, 0.0119034615384618, 0.0158911167359435, 0.0223413461538463, 0.0417089037441464, 0.0996034615384614, 0.0888156503247901, 0.214456153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 435, '2021-05-23 00:00:00', 0.0057724564062049, 0.00857980769230768, 0.0105793153842767, 0.0162800000000001, 0.0169312351450936, 0.0269715384615385, 0.0395127190719845, 0.105897307692308, 0.0888000211139961, 0.214449615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 450, '2021-05-23 00:00:00', 0.0096316997541371, 0.0127230769230771, 0.0142171655091788, 0.0178836538461539, 0.0181182071546829, 0.0292975000000001, 0.0387974057459441, 0.108626153846154, 0.0884817320131024, 0.214329038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 465, '2021-05-23 00:00:00', 0.0102295135684036, 0.0112203846153845, 0.0119146967423235, 0.0186276923076924, 0.0137364184014613, 0.0263575000000001, 0.0388069928294058, 0.111532692307692, 0.0862660161851788, 0.213417692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 480, '2021-05-23 00:00:00', 0.00849532897221493, 0.0134278846153848, 0.0126285626504122, 0.0199838461538462, 0.0138441565123506, 0.0270565384615384, 0.0406191012228712, 0.116881923076923, 0.0842969058892437, 0.2124425 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 495, '2021-05-23 00:00:00', 0.00955641493770224, 0.0139076923076923, 0.00853867702777291, 0.0179792307692307, 0.0162592190038568, 0.0360338461538465, 0.0453146078506023, 0.121310576923077, 0.0844667016287393, 0.212020961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 510, '2021-05-23 00:00:00', 0.00564169100399994, 0.0116892307692307, 0.0101838140882784, 0.0199892307692307, 0.0207571827531135, 0.0423896153846157, 0.0475987210013207, 0.124890192307692, 0.0848936936962024, 0.212335769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 525, '2021-05-23 00:00:00', 0.00899576532853936, 0.0158896153846155, 0.0156500034553939, 0.0334869230769235, 0.026320743870275, 0.0528082692307695, 0.0474868098463631, 0.127194230769231, 0.085054623315753, 0.212799230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 540, '2021-05-23 00:00:00', 0.0127882116464888, 0.0281236538461541, 0.0180702405809622, 0.0383144230769234, 0.0334123782152665, 0.0615050000000002, 0.0466668129254121, 0.127608846153846, 0.0839545909671505, 0.212747692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 555, '2021-05-23 00:00:00', 0.0137133968579858, 0.0267442307692312, 0.0210493768672614, 0.0411425000000002, 0.0255990940434649, 0.0632646153846153, 0.0439012135647929, 0.122147307692308, 0.0838231159757535, 0.211481730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 570, '2021-05-23 00:00:00', 0.0149988997134919, 0.0298661538461538, 0.0221341290457835, 0.0436361538461537, 0.0240250352212982, 0.0605042307692306, 0.0425797245542452, 0.119323653846154, 0.0839764369719268, 0.2090975 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 585, '2021-05-23 00:00:00', 0.0156173344913716, 0.0305438461538458, 0.0147735247617019, 0.0452932692307691, 0.0199601445510798, 0.0629274999999999, 0.0461751181548612, 0.118151153846154, 0.0821285266436323, 0.208259423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 600, '2021-05-23 00:00:00', 0.0134671589103043, 0.0352263461538461, 0.0172477086460337, 0.0442015384615386, 0.024274299927321, 0.0702051923076923, 0.0475987616746651, 0.118070192307692, 0.0831772056006841, 0.208363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 615, '2021-05-23 00:00:00', 0.0110501531228513, 0.0282490384615386, 0.0203306196176719, 0.0456109615384615, 0.0265877474477656, 0.0719078846153848, 0.0491141516301175, 0.118082115384615, 0.0827813731103711, 0.207325961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 630, '2021-05-23 00:00:00', 0.0179943984104455, 0.0305469230769229, 0.0230980685905853, 0.049418846153846, 0.025200594446591, 0.0650926923076923, 0.051748349375757, 0.113686346153846, 0.081380393096249, 0.2026375 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 645, '2021-05-23 00:00:00', 0.0165837663208516, 0.033965769230769, 0.0195719436173707, 0.0474498076923076, 0.0238317318788659, 0.0591821153846154, 0.0516091814714578, 0.113513076923077, 0.0785446101184153, 0.201420576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 660, '2021-05-23 00:00:00', 0.0112134070664745, 0.0317540384615385, 0.0171211224256875, 0.0412413461538461, 0.0275119295970647, 0.057041923076923, 0.0536829389532079, 0.109850576923077, 0.0778130326767064, 0.198247884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 675, '2021-05-23 00:00:00', 0.0134790250346461, 0.0293067307692308, 0.0172713861242765, 0.0397194230769232, 0.0282604574388643, 0.0579605769230769, 0.0497656817144105, 0.1072175, 0.0738970976280273, 0.194454615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 690, '2021-05-23 00:00:00', 0.0135680082717228, 0.0283173076923077, 0.0187255921093607, 0.0411053846153845, 0.0313501258076242, 0.0562919230769231, 0.0489703195431054, 0.107081923076923, 0.0702708747712408, 0.193621346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 705, '2021-05-23 00:00:00', 0.0144254253490149, 0.0270224999999999, 0.0227787241960563, 0.0399200000000001, 0.0283960806071217, 0.0524753846153847, 0.0492501441001406, 0.105203269230769, 0.07038392090992, 0.191089423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 720, '2021-05-23 00:00:00', 0.0189859222745534, 0.0293488461538462, 0.0282517708199245, 0.0406326923076922, 0.0274919640706432, 0.0511673076923078, 0.0486325710044204, 0.1072775, 0.0683213995029266, 0.191385961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 735, '2021-05-23 00:00:00', 0.014990628267226, 0.0245646153846152, 0.0151070246421479, 0.0345415384615385, 0.0159745317314301, 0.0455509615384617, 0.0520834362792419, 0.106569423076923, 0.0678705289696155, 0.190736153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 750, '2021-05-23 00:00:00', 0.0107245278038425, 0.023341153846154, 0.011013171477826, 0.0314700000000001, 0.0197741564791408, 0.0448873076923078, 0.0514806285554242, 0.107887307692308, 0.067896628471863, 0.191639615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 765, '2021-05-23 00:00:00', 0.0112438838707984, 0.0231425000000002, 0.0149808185986155, 0.0327432692307694, 0.0229612499994769, 0.0503915384615386, 0.051330690160431, 0.108637884615385, 0.0672814076927306, 0.192171346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 780, '2021-05-23 00:00:00', 0.0109262433775822, 0.0227521153846156, 0.0144357361766396, 0.0329098076923078, 0.0221737544373108, 0.0517496153846152, 0.0482896855382661, 0.108279230769231, 0.0670923298149649, 0.193245 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 795, '2021-05-23 00:00:00', 0.0104951743269868, 0.0230519230769232, 0.0153769845048223, 0.0356023076923076, 0.023157286638584, 0.0532223076923075, 0.0444071766254753, 0.111369615384615, 0.0683826309517602, 0.193833269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 810, '2021-05-23 00:00:00', 0.0133337265623105, 0.0251809615384614, 0.0190364810995585, 0.0381794230769229, 0.0273840547518782, 0.0536755769230768, 0.0451146570899764, 0.115107884615384, 0.0683111165083356, 0.193371153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 825, '2021-05-23 00:00:00', 0.0132372868298372, 0.0239961538461536, 0.0182921251782962, 0.0346865384615382, 0.0349150678955926, 0.0548430769230768, 0.0429977423307138, 0.114753461538461, 0.0675978084100821, 0.192439615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 840, '2021-05-23 00:00:00', 0.0128386520320476, 0.0240699999999998, 0.0218143245113073, 0.0363882692307691, 0.0331599908694429, 0.0544076923076923, 0.0390094720548739, 0.114615, 0.0654355038785993, 0.192334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 855, '2021-05-23 00:00:00', 0.0146425864045728, 0.0244011538461537, 0.0234624894967395, 0.038305769230769, 0.0249912701935016, 0.0534482692307691, 0.0426969548869165, 0.116448846153846, 0.0660101857667554, 0.193585192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 870, '2021-05-23 00:00:00', 0.0160907074616185, 0.0263611538461538, 0.0192113210343438, 0.0383617307692307, 0.0185278672243897, 0.0550582692307691, 0.0430767181437776, 0.114095961538461, 0.068558468899518, 0.194055384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 885, '2021-05-23 00:00:00', 0.012637689231635, 0.0234013461538459, 0.0155989005529728, 0.0354176923076921, 0.0131964328571717, 0.0545130769230767, 0.0427795274387716, 0.113446730769231, 0.065562824165951, 0.192346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 900, '2021-05-23 00:00:00', 0.00926800309584608, 0.0250557692307693, 0.0118854844647383, 0.0380551923076923, 0.0211274751094398, 0.0579224999999999, 0.0450784614695481, 0.113457692307692, 0.0661160555119674, 0.191562692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 915, '2021-05-23 00:00:00', 0.0106453391263681, 0.0270586538461538, 0.0147550148763057, 0.0421199999999999, 0.0229739704088378, 0.0607778846153845, 0.0461549660400033, 0.111076923076923, 0.0672063064611786, 0.191111923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 930, '2021-05-23 00:00:00', 0.01317697093855, 0.0305163461538461, 0.0206020490812481, 0.0457621153846153, 0.0236049419923361, 0.0594826923076922, 0.0460730158970103, 0.107835384615385, 0.0657156666290468, 0.1915875 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 945, '2021-05-23 00:00:00', 0.0146596738918497, 0.0338138461538461, 0.0144096039501437, 0.044095, 0.018942874752387, 0.0606417307692308, 0.0430812598076633, 0.101921153846154, 0.0652176827897277, 0.191712692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 960, '2021-05-23 00:00:00', 0.0101990817309131, 0.0305319230769231, 0.0147999186497246, 0.0402640384615385, 0.0181178714108897, 0.0606526923076922, 0.043270080958485, 0.0980680769230768, 0.0675864724257861, 0.191339807692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 975, '2021-05-23 00:00:00', 0.00931244177679281, 0.0258953846153848, 0.0155524306831391, 0.042373076923077, 0.0208911971570286, 0.0595055769230767, 0.0433013620220143, 0.0946301923076922, 0.0668330672646408, 0.19188 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 990, '2021-05-23 00:00:00', 0.0130247010965261, 0.035529423076923, 0.0167460792759197, 0.0457613461538459, 0.0285618975405238, 0.0606436538461536, 0.0433907514782373, 0.0930753846153845, 0.0685447360805055, 0.193202115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1005, '2021-05-23 00:00:00', 0.0110947248657255, 0.0303746153846155, 0.0180411981831754, 0.0437667307692307, 0.0316371045548638, 0.059853846153846, 0.0439786229561067, 0.0905113461538461, 0.0670878215877116, 0.193794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1020, '2021-05-23 00:00:00', 0.0119133072589503, 0.0314003846153846, 0.020657937521782, 0.0424305769230769, 0.0265581422376525, 0.0595913461538461, 0.0396025152469464, 0.0865967307692308, 0.0637619792557868, 0.189608846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1035, '2021-05-23 00:00:00', 0.0143167866989985, 0.0327042307692306, 0.0204991133626274, 0.0435655769230769, 0.0280441501098647, 0.0620692307692307, 0.0352468614472922, 0.0834332692307691, 0.0606857761971771, 0.186995576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1050, '2021-05-23 00:00:00', 0.0101695798566874, 0.0272723076923076, 0.0155429146410337, 0.0418234615384612, 0.0272644867526352, 0.0590967307692307, 0.0358393187370862, 0.0818534615384614, 0.060746309221536, 0.187064038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1065, '2021-05-23 00:00:00', 0.0126889479711831, 0.0325211538461535, 0.0205551631254874, 0.047311346153846, 0.0266334053485758, 0.0578676923076923, 0.0336629318853155, 0.0811663461538461, 0.058951459810985, 0.186280384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1080, '2021-05-23 00:00:00', 0.0188323099445118, 0.0321246153846151, 0.0206264430739916, 0.0405317307692308, 0.0221199486749994, 0.0527457692307692, 0.0329906162928886, 0.0762957692307691, 0.0583303195777159, 0.182709038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1095, '2021-05-23 00:00:00', 0.00813764541876446, 0.0233898076923078, 0.0146421615260126, 0.0356069230769232, 0.015457288835816, 0.045453076923077, 0.0343709222213507, 0.0713178846153845, 0.0571649936334764, 0.180426346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1110, '2021-05-23 00:00:00', 0.0134597369045036, 0.0269984615384616, 0.0141949903785156, 0.0350653846153846, 0.0155410908994879, 0.0410428846153846, 0.0364550382230789, 0.0685246153846152, 0.0566869199239255, 0.178227692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1125, '2021-05-23 00:00:00', 0.0116437196425963, 0.0231063461538462, 0.0120026544371843, 0.0312915384615385, 0.013159831054562, 0.0373157692307693, 0.035063107640148, 0.0660192307692307, 0.0546380727684109, 0.176765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1140, '2021-05-23 00:00:00', 0.0074582029311048, 0.0216701923076923, 0.00990609202033713, 0.0272113461538462, 0.0116729240354961, 0.0331834615384617, 0.0315137729499096, 0.0624315384615385, 0.0526510172262753, 0.176774807692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1155, '2021-05-23 00:00:00', 0.0083451573451544, 0.0191386538461538, 0.00888494335075664, 0.0255071153846153, 0.0146173769205853, 0.0339759615384617, 0.0304061018730678, 0.0599713461538462, 0.0530995239052249, 0.176454807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1170, '2021-05-23 00:00:00', 0.00704116894796954, 0.0172969230769231, 0.00963415637798067, 0.0218063461538464, 0.0125815036110708, 0.0326886538461539, 0.0272756327910801, 0.0565969230769231, 0.053417920611547, 0.175307307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1185, '2021-05-23 00:00:00', 0.00909072616207542, 0.0158880769230771, 0.0121949596097986, 0.0245917307692309, 0.0143368547417007, 0.0329332692307693, 0.0290292586970458, 0.0558324999999999, 0.0532330139351078, 0.176761153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1200, '2021-05-23 00:00:00', 0.0114756407027434, 0.0189465384615384, 0.0120479950263041, 0.025631923076923, 0.01275037141088, 0.0329613461538463, 0.0339270113677313, 0.0565021153846153, 0.0534853218944585, 0.177508076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1215, '2021-05-23 00:00:00', 0.00845344466202063, 0.0166644230769231, 0.010031379642824, 0.0222334615384616, 0.0108009941725462, 0.0304013461538461, 0.0349945136035088, 0.0582421153846153, 0.0556989143330875, 0.178618269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1230, '2021-05-23 00:00:00', 0.00675900669761954, 0.0152684615384616, 0.00843564709341353, 0.0217082692307693, 0.0130399782267398, 0.030123076923077, 0.0313504616092872, 0.056331346153846, 0.0557207616882199, 0.178116346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1245, '2021-05-23 00:00:00', 0.00601354632347794, 0.0159192307692308, 0.00703263937760102, 0.0226511538461538, 0.0147380903052652, 0.0304696153846155, 0.0296210935321177, 0.0541640384615383, 0.0563081258625596, 0.178708076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1260, '2021-05-23 00:00:00', 0.00630194419329356, 0.0156338461538461, 0.0103637017833326, 0.0199794230769232, 0.0143753835761536, 0.0303998076923078, 0.0275459655205904, 0.0528626923076922, 0.0565565501589747, 0.179381730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1275, '2021-05-23 00:00:00', 0.00696135138571411, 0.0138613461538463, 0.00918173915359269, 0.0207032692307692, 0.0109662615956677, 0.0314942307692307, 0.027139535201649, 0.0535798076923077, 0.0587791477664814, 0.186651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1290, '2021-05-23 00:00:00', 0.00709541033941066, 0.0144217307692307, 0.0106277623757493, 0.0232236538461539, 0.0118655143442605, 0.0315155769230768, 0.0255641468737884, 0.0534742307692306, 0.0602062996167217, 0.187981538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1305, '2021-05-23 00:00:00', 0.00870204703813144, 0.0182244230769231, 0.00759285773960293, 0.0252455769230767, 0.011469062038304, 0.0306409615384614, 0.0235506537194914, 0.051678846153846, 0.065338726178396, 0.192541153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1320, '2021-05-23 00:00:00', 0.00633101112655899, 0.0170632692307691, 0.00892512276364613, 0.0212978846153845, 0.0103677238748993, 0.0275978846153844, 0.0237538636986784, 0.050293846153846, 0.0664379153996711, 0.193934423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1335, '2021-05-23 00:00:00', 0.0070572493688298, 0.0140694230769228, 0.00851474007236888, 0.0189574999999998, 0.00918109194946965, 0.0249992307692306, 0.0221942633475065, 0.0503065384615384, 0.0661137945401714, 0.1945525 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1350, '2021-05-23 00:00:00', 0.00609630483603357, 0.0141205769230769, 0.0068313065987521, 0.0187503846153845, 0.00894602361387444, 0.0237475, 0.0200218676989397, 0.0489830769230768, 0.0660321986763916, 0.194840961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1365, '2021-05-23 00:00:00', 0.00712768583655427, 0.0158592307692307, 0.00853890464962462, 0.0192938461538462, 0.0104649947940005, 0.0239009615384614, 0.0203753839378645, 0.0506138461538462, 0.0664520943621448, 0.196783653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1380, '2021-05-23 00:00:00', 0.00682450584291595, 0.01237, 0.00827583031390881, 0.0171092307692308, 0.0148272129078725, 0.0248611538461537, 0.0206790359505986, 0.0510396153846155, 0.0666685031864027, 0.197518653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1395, '2021-05-23 00:00:00', 0.00548528054117423, 0.011741153846154, 0.00693178181389047, 0.0148913461538463, 0.0159378423221155, 0.0338732692307693, 0.0210273556624184, 0.053658076923077, 0.06665870186976, 0.197544807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1410, '2021-05-23 00:00:00', 0.00603504532198882, 0.00991903846153858, 0.0099714223138698, 0.0191698076923077, 0.016655694370441, 0.0331201923076922, 0.0205724926054184, 0.05445, 0.066631936359088, 0.197620192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1425, '2021-05-23 00:00:00', 0.0108490367597952, 0.0161138461538461, 0.0162339152536147, 0.0307423076923076, 0.0165423778183374, 0.032448269230769, 0.0257897765142283, 0.0569294230769231, 0.0665870258987325, 0.198354038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 0, '2021-05-23 00:00:00', 0.016389890678755, 0.0189626923076922, 0.0167548447918804, 0.0206749999999999, 0.0168278223887157, 0.0245121153846154, 0.0258032634668264, 0.0569615384615385, 0.0658748945890268, 0.198916346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 15, '2021-05-23 00:00:00', 0.010612903905272, 0.00761979166666656, 0.012682964765565, 0.0112818749999997, 0.0228854032611956, 0.0317545833333333, 0.0269808160477299, 0.0545304166666665, 0.0688682312276022, 0.199449375 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 30, '2021-05-23 00:00:00', 0.00953722324750366, 0.00636999999999981, 0.0142837017184836, 0.0113256521739132, 0.0225781929335863, 0.0336743478260871, 0.0278436077456296, 0.0548767391304348, 0.0657362025266783, 0.197623913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 45, '2021-05-23 00:00:00', 0.0114491257498024, 0.00757750000000016, 0.0218669402667689, 0.0279987500000001, 0.0206278147651102, 0.0328093750000002, 0.0270174597834839, 0.0563237499999999, 0.0650998519914027, 0.193383541666667 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 60, '2021-05-23 00:00:00', 0.0208347655097472, 0.0219303846153847, 0.0203158565051652, 0.0252634615384616, 0.019750221970515, 0.0286082692307692, 0.0268722951189797, 0.0554048076923075, 0.066708325206425, 0.199050384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 90, '2021-05-23 00:00:00', 0.0132706591584592, 0.0152075000000002, 0.0129802067380122, 0.0163248076923077, 0.0150366646107235, 0.0242661538461538, 0.0233884778609863, 0.0531305769230769, 0.0679603284412764, 0.198855384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 105, '2021-05-23 00:00:00', 0.00915255528002115, 0.00989192307692313, 0.014867226625651, 0.0185984615384616, 0.0143612574122723, 0.0246426923076925, 0.0228442070362571, 0.054086346153846, 0.068483054795722, 0.198181923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 120, '2021-05-23 00:00:00', 0.013952672845676, 0.0169015384615384, 0.0130566055902161, 0.0193515384615385, 0.0169402409073779, 0.0270299999999999, 0.0227631114753335, 0.0546740384615384, 0.068483054795722, 0.198181923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 135, '2021-05-23 00:00:00', 0.00684448229485744, 0.0108032692307694, 0.0123177793390755, 0.0168746153846156, 0.0161778716152651, 0.030285, 0.0221412839849002, 0.0530175, 0.0685668182690322, 0.198166538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 150, '2021-05-23 00:00:00', 0.0118583739659105, 0.0137036538461542, 0.0156010224073246, 0.019456923076923, 0.0165326582301167, 0.0299419230769231, 0.0223230834796284, 0.0524659615384615, 0.0687164640276372, 0.198192692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 165, '2021-05-23 00:00:00', 0.0149411384657879, 0.0147344230769228, 0.0165491085421076, 0.0244734615384614, 0.02342950599384, 0.0321963461538461, 0.0223418045239101, 0.0527157692307691, 0.0687866955676416, 0.198118653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 180, '2021-05-23 00:00:00', 0.012400877171208, 0.018168846153846, 0.0135722203401485, 0.0215201923076923, 0.0226256615678881, 0.0318807692307691, 0.0228477040118997, 0.052623846153846, 0.068618383381177, 0.198619615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 195, '2021-05-23 00:00:00', 0.0128848878521132, 0.0145951923076925, 0.0227294782944626, 0.0248115384615386, 0.0213637339288947, 0.0304807692307691, 0.0218655158780986, 0.051178846153846, 0.0687239242946847, 0.198472692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 210, '2021-05-23 00:00:00', 0.0188205761458445, 0.0191726923076924, 0.0178103267203219, 0.0231967307692307, 0.0176432726566944, 0.0292940384615382, 0.019765805236667, 0.049124423076923, 0.0678799411177843, 0.198176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 225, '2021-05-23 00:00:00', 0.00707272299863239, 0.0122411538461541, 0.00776571543090794, 0.016053076923077, 0.010357470340105, 0.0239546153846151, 0.0176448034319979, 0.0445830769230766, 0.0683469472406443, 0.197033653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 240, '2021-05-23 00:00:00', 0.00549019342870664, 0.0119967307692305, 0.00866389673388269, 0.0167438461538459, 0.0125757792601494, 0.0252899999999996, 0.0176851112619105, 0.0435021153846151, 0.0685030222592688, 0.196879423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 255, '2021-05-23 00:00:00', 0.00916420094506542, 0.0118148076923076, 0.0106131022579859, 0.0179284615384612, 0.0111415918279899, 0.0254326923076923, 0.0168980802061608, 0.0432644230769229, 0.0686892671629611, 0.196650769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 270, '2021-05-23 00:00:00', 0.00811755417882482, 0.0129403846153844, 0.0114469615115174, 0.0185253846153843, 0.0116112778863416, 0.0246019230769229, 0.0182329312635556, 0.0436776923076922, 0.0688064678455786, 0.196584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 285, '2021-05-23 00:00:00', 0.00840400113727878, 0.0122586538461536, 0.00775559352735407, 0.0166198076923077, 0.0104634954980858, 0.0237040384615383, 0.0178678794876342, 0.0427207692307693, 0.0692271176968636, 0.196173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 300, '2021-05-23 00:00:00', 0.00507126317142447, 0.0117719230769234, 0.00772011346319562, 0.0155032692307693, 0.00978779686061223, 0.0213942307692309, 0.0259820631886397, 0.0453465384615387, 0.0695442626976076, 0.196193076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 315, '2021-05-23 00:00:00', 0.00547877959459527, 0.0102846153846153, 0.00717960864853727, 0.0152021153846155, 0.00895335233521274, 0.0186140384615385, 0.0306987829582115, 0.0577863461538463, 0.0696352445458587, 0.196070192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 330, '2021-05-23 00:00:00', 0.0075873763479975, 0.0109453846153848, 0.0100291137272365, 0.0148980769230769, 0.0117211929426999, 0.019175, 0.0322083429158442, 0.0638907692307694, 0.0700190777750004, 0.195752692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 345, '2021-05-23 00:00:00', 0.00734987972690704, 0.00972500000000009, 0.00672859041416076, 0.0119801923076924, 0.0122622497998468, 0.0193780769230767, 0.0304766334401645, 0.0680696153846154, 0.0699095277901815, 0.195840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 360, '2021-05-23 00:00:00', 0.00361054654396696, 0.00810711538461557, 0.0102309360501146, 0.0129273076923078, 0.0121735776360746, 0.0187073076923078, 0.0315338845060113, 0.0727009615384616, 0.0696841168140478, 0.196028076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 375, '2021-05-23 00:00:00', 0.0101110577568094, 0.00980519230769236, 0.01149655704983, 0.0147849999999998, 0.0112035395231217, 0.0195353846153846, 0.02889362988885, 0.080976923076923, 0.0699170741697731, 0.196187307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 390, '2021-05-23 00:00:00', 0.00754928499161417, 0.0109632692307692, 0.00852102854030051, 0.0137092307692307, 0.00868312454618808, 0.0185667307692308, 0.0256854279400118, 0.0842726923076922, 0.0690187889527193, 0.1972375 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 405, '2021-05-23 00:00:00', 0.0052537045830684, 0.00766538461538472, 0.00695782710334196, 0.0123750000000001, 0.0072655197601145, 0.0167142307692309, 0.0274740014307234, 0.0903061538461538, 0.0690708351847246, 0.197176346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 420, '2021-05-23 00:00:00', 0.00635042017083554, 0.0090978846153846, 0.00662061240486013, 0.0122261538461539, 0.00785560428317561, 0.0173444230769232, 0.0280653728010433, 0.0932826923076922, 0.0692355425566623, 0.197056346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 435, '2021-05-23 00:00:00', 0.00436473326350399, 0.00828769230769236, 0.00592312708470281, 0.0114826923076923, 0.00875303216254015, 0.0210790384615385, 0.0253762242296574, 0.0967330769230769, 0.0692355425566623, 0.197056346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 450, '2021-05-23 00:00:00', 0.00553304727558404, 0.00866192307692289, 0.0064233383484341, 0.0126315384615382, 0.0118011499374491, 0.0246703846153844, 0.0256261102783861, 0.0993299999999999, 0.0692355425566623, 0.197056346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 465, '2021-05-23 00:00:00', 0.0048213070363192, 0.0090434615384614, 0.00792940622716393, 0.0164286538461538, 0.0117318396960513, 0.0268344230769231, 0.027416672198893, 0.100767692307692, 0.0691523615025881, 0.197444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 480, '2021-05-23 00:00:00', 0.00716367506940388, 0.0131825, 0.00982421215475011, 0.0190626923076922, 0.0182652910745617, 0.0313040384615387, 0.0288666577213227, 0.10213, 0.0691523615025881, 0.197444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 495, '2021-05-23 00:00:00', 0.00717874348604692, 0.0123809615384617, 0.0107270921663863, 0.0207928846153849, 0.0260439591969778, 0.0446044230769231, 0.0296866322182482, 0.102137692307692, 0.0691523615025881, 0.197444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 510, '2021-05-23 00:00:00', 0.00944225047530845, 0.0154009615384618, 0.0149368564309384, 0.0229559615384619, 0.0262293044696488, 0.0483701923076925, 0.0285161367649967, 0.103565, 0.0687832885990487, 0.1967225 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 525, '2021-05-23 00:00:00', 0.0125878001805167, 0.0164242307692311, 0.0224377918365423, 0.0347274999999999, 0.0225737476873876, 0.0512505769230771, 0.0304588964829906, 0.104970192307692, 0.0679580574166608, 0.196260384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 540, '2021-05-23 00:00:00', 0.0155510379928109, 0.0283305769230766, 0.017356814396657, 0.0383749999999998, 0.0193001378871119, 0.0542376923076923, 0.0309518325200004, 0.107292884615384, 0.067954098727348, 0.195925384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 555, '2021-05-23 00:00:00', 0.0120100141180343, 0.0268186538461538, 0.014623711226582, 0.0378890384615385, 0.0182870709392854, 0.0579634615384617, 0.0340410206803723, 0.106154807692308, 0.0711560247789753, 0.196157115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 570, '2021-05-23 00:00:00', 0.0120001599107936, 0.0273282692307693, 0.0144473462628418, 0.0399559615384617, 0.0218925071665735, 0.0628440384615384, 0.0347598339228792, 0.105257115384615, 0.0725038172228512, 0.197156730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 585, '2021-05-23 00:00:00', 0.0112003340952916, 0.0275653846153847, 0.0149438895153223, 0.0469696153846152, 0.0255457329306003, 0.0675701923076921, 0.0353219682285466, 0.106293461538461, 0.0747933299597065, 0.196792692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 600, '2021-05-23 00:00:00', 0.0122950321252746, 0.0378948076923074, 0.0211763551123924, 0.0495903846153844, 0.0234018922772037, 0.0656219230769228, 0.0363623544617232, 0.10593, 0.0752356405026644, 0.197449615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 615, '2021-05-23 00:00:00', 0.0141696387080044, 0.0334386538461537, 0.0183035724938727, 0.0475859615384615, 0.0204106649168062, 0.0590121153846154, 0.0350151124302064, 0.1034125, 0.0765128270294495, 0.199745961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 630, '2021-05-23 00:00:00', 0.015879618384535, 0.0307690384615383, 0.0141653645857121, 0.0388003846153846, 0.0211291611395611, 0.0540773076923078, 0.0401720385515176, 0.102449230769231, 0.07873784045709, 0.201194615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 645, '2021-05-23 00:00:00', 0.00941914536381174, 0.0266692307692309, 0.0137301638681465, 0.0372146153846157, 0.0220268036273642, 0.0572609615384617, 0.0404342636215299, 0.102643846153846, 0.0804790750692378, 0.203545 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 660, '2021-05-23 00:00:00', 0.0110704107143598, 0.0260542307692309, 0.0160242090084395, 0.0396821153846154, 0.0195461392105567, 0.0548740384615385, 0.0410099019979883, 0.0997632692307691, 0.0818378432173134, 0.205647307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 675, '2021-05-23 00:00:00', 0.013279714008737, 0.0290730769230769, 0.0175728136631121, 0.0414659615384617, 0.0204636727360011, 0.0522903846153848, 0.0398391408348815, 0.0965923076923077, 0.0822346769212731, 0.205777115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 690, '2021-05-23 00:00:00', 0.0123206418414227, 0.0275192307692311, 0.0140034995406369, 0.0376157692307693, 0.0242753495205766, 0.0496328846153845, 0.0362717189328841, 0.0935771153846153, 0.0827161210777794, 0.205803076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 705, '2021-05-23 00:00:00', 0.0110617623648036, 0.0261638461538459, 0.0185714214618966, 0.035941346153846, 0.0256527143682991, 0.0499176923076922, 0.0366100160948002, 0.0984673076923078, 0.0820058721961658, 0.206955576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 720, '2021-05-23 00:00:00', 0.0154845136780642, 0.0262896153846154, 0.0202823663768841, 0.0344553846153843, 0.0228397475442402, 0.0498032692307688, 0.0388815772076422, 0.099571923076923, 0.0802220808170381, 0.207578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 735, '2021-05-23 00:00:00', 0.011553214957152, 0.0242096153846152, 0.0152437755531689, 0.0350163461538461, 0.0179333810017478, 0.046936923076923, 0.0398791140636297, 0.1014125, 0.0782410723695585, 0.207211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 750, '2021-05-23 00:00:00', 0.012164404408576, 0.0246511538461538, 0.0140139649470972, 0.0329815384615383, 0.0157085205112971, 0.041944423076923, 0.0438779951280997, 0.104242692307692, 0.0781760643540249, 0.208653269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 765, '2021-05-23 00:00:00', 0.0116809894470265, 0.0225976923076923, 0.013593385501214, 0.0310692307692309, 0.014886950657694, 0.0409782692307693, 0.0473119422121373, 0.105338269230769, 0.0769374774336031, 0.208670384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 780, '2021-05-23 00:00:00', 0.00801165569414572, 0.0201351923076926, 0.0101425643700198, 0.0258850000000001, 0.0158753704208751, 0.0421350000000001, 0.0467366856585505, 0.109367115384615, 0.0790744128461386, 0.211395192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 and enddate = '2[...];
Date: 2021-05-23 16:32:15 Duration: 22s531ms 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 986675, 1, 1005, '2021-05-23 00:00:00', 0.0127419959793769, 0.0180384615384613, 0.0148045730980461, 0.0246538461538461, 0.0163780458118602, 0.029903846153846, 0.0221132052437875, 0.0435769230769225, 0.0459903376139616, 0.123134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1020, '2021-05-23 00:00:00', 0.00905532142741737, 0.0141730769230771, 0.0124058298950377, 0.018769230769231, 0.0149244894256178, 0.0264038461538464, 0.0195898325276544, 0.0371923076923075, 0.0448122751040385, 0.1215 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1035, '2021-05-23 00:00:00', 0.00630921182447961, 0.0106153846153852, 0.0077084369362404, 0.0140000000000002, 0.0173874512663147, 0.0272884615384616, 0.0190206871185441, 0.0359423076923073, 0.0440144425597575, 0.121634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1050, '2021-05-23 00:00:00', 0.00546446562944453, 0.0100961538461542, 0.0123037986629523, 0.0197884615384622, 0.0157957272703729, 0.0257500000000005, 0.0179389241594923, 0.0347500000000002, 0.0444708720573196, 0.121961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1065, '2021-05-23 00:00:00', 0.00894994628260665, 0.0146923076923076, 0.0114508313436861, 0.0201923076923075, 0.0114133019559838, 0.0222884615384617, 0.01732926604154, 0.0317115384615383, 0.0444693195879518, 0.121903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1080, '2021-05-23 00:00:00', 0.00864416210291926, 0.0131923076923077, 0.00975807358037435, 0.0155000000000005, 0.0108306722569961, 0.0182115384615389, 0.0174005857549507, 0.0294038461538464, 0.0445688792769126, 0.12225 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1095, '2021-05-23 00:00:00', 0.00530079819823992, 0.00896153846153875, 0.00576421320269803, 0.0111153846153848, 0.0107067915182557, 0.0156538461538467, 0.0160847754103067, 0.0265000000000004, 0.0445130922832305, 0.122153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1110, '2021-05-23 00:00:00', 0.00402969744999067, 0.00596153846153851, 0.00487663187677119, 0.00830769230769221, 0.00994809606832458, 0.0147692307692313, 0.0162226337613177, 0.0255769230769232, 0.0446707269490194, 0.122076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1125, '2021-05-23 00:00:00', 0.00389121298074797, 0.00519230769230721, 0.0103913610569256, 0.0109038461538463, 0.00985112254439124, 0.0147307692307692, 0.0165899529372911, 0.0255576923076923, 0.0446428045713978, 0.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1140, '2021-05-23 00:00:00', 0.0109348595713961, 0.0081346153846161, 0.0104994688510346, 0.0108269230769238, 0.0102470258349212, 0.0141923076923081, 0.0160262765002211, 0.0248076923076927, 0.0447476858017862, 0.122653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1155, '2021-05-23 00:00:00', 0.00438434715778751, 0.00508000000000038, 0.00511313667592231, 0.00795999999999992, 0.00653751991711436, 0.0124800000000003, 0.0107556961652884, 0.02382, 0.0450356988029126, 0.12138 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1170, '2021-05-23 00:00:00', 0.00420812705765064, 0.00459999999999951, 0.00476637528246902, 0.00751999999999995, 0.00697614984548508, 0.0116999999999999, 0.0112127903158252, 0.02318, 0.0449886559775537, 0.1215 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1185, '2021-05-23 00:00:00', 0.00370843632815738, 0.00475999999999999, 0.00589491306127585, 0.0077000000000001, 0.00627010100928709, 0.0112799999999994, 0.0121835613293762, 0.02328, 0.0448037200836421, 0.12196 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1200, '2021-05-23 00:00:00', 0.00500899191454751, 0.00456000000000003, 0.00618048002450744, 0.00713999999999956, 0.00691465834297, 0.0106999999999995, 0.0127285113033697, 0.0248399999999997, 0.0447132810247695, 0.12206 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1215, '2021-05-23 00:00:00', 0.00513590015048268, 0.004826086956521, 0.00566636634095208, 0.00730434782608646, 0.00727202936374643, 0.0117826086956513, 0.0144599419413988, 0.0291086956521739, 0.0462990045906709, 0.121565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1230, '2021-05-23 00:00:00', 0.00252289516230847, 0.00313999999999979, 0.0051770326120919, 0.00597999999999985, 0.00623284311797867, 0.00965999999999951, 0.0119626850386251, 0.02872, 0.0445425826223254, 0.1224 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1245, '2021-05-23 00:00:00', 0.00512505939148316, 0.00436363636363637, 0.0058528122518504, 0.00722727272727219, 0.00948298202317994, 0.0111136363636361, 0.0128744352206647, 0.0293181818181818, 0.0446886838383439, 0.124431818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1260, '2021-05-23 00:00:00', 0.0034569085105359, 0.0039545454545448, 0.00389416257551015, 0.0059545454545453, 0.00738801679801837, 0.00997727272727273, 0.0129944418687577, 0.0293863636363636, 0.0426155229019636, 0.129477272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1275, '2021-05-23 00:00:00', 0.00276801458845559, 0.00319047619047586, 0.00695452918539237, 0.00676190476190474, 0.00713200365889421, 0.00923809523809485, 0.0125942163596742, 0.0297142857142858, 0.0438410413284392, 0.130190476190477 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1290, '2021-05-23 00:00:00', 0.0068725645036726, 0.00507142857142893, 0.00734385068320063, 0.0070714285714285, 0.00704652903411146, 0.00864285714285696, 0.0145700687974321, 0.0325238095238093, 0.0436957963544279, 0.130619047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1305, '2021-05-23 00:00:00', 0.00273334115070814, 0.00313461538461477, 0.00323347871732331, 0.00515384615384562, 0.00465171597783649, 0.00746153846153856, 0.0158359862824665, 0.0340384615384616, 0.0440866323713456, 0.125134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1320, '2021-05-23 00:00:00', 0.00261406452355926, 0.00339999999999989, 0.00259004504465291, 0.00439999999999969, 0.00433320512630863, 0.00787999999999997, 0.0201916443114477, 0.0371600000000002, 0.0449531422705915, 0.12542 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1335, '2021-05-23 00:00:00', 0.00228257418883504, 0.00216666666666635, 0.00435967813929661, 0.00506250000000019, 0.00551020134301621, 0.00941666666666693, 0.0242260545903475, 0.0415208333333338, 0.0448216069465988, 0.127708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1350, '2021-05-23 00:00:00', 0.00446235258352694, 0.00389583333333299, 0.00473251932171799, 0.00612499999999964, 0.00841945534229326, 0.0108125, 0.026419406775093, 0.0410625000000004, 0.045614637993471, 0.125229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1365, '2021-05-23 00:00:00', 0.00327202595438256, 0.00361538461538439, 0.00466678113412696, 0.00682692307692356, 0.00826828974967752, 0.0127692307692305, 0.0267044219904898, 0.0448846153846156, 0.0440263557428962, 0.1265 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1380, '2021-05-23 00:00:00', 0.00400967579736808, 0.00466000000000079, 0.00674771566284932, 0.00714000000000084, 0.00899226519478453, 0.0154400000000001, 0.0264013415063201, 0.0500200000000004, 0.0450545225254918, 0.12708 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1395, '2021-05-23 00:00:00', 0.00358920758207096, 0.0022173913043476, 0.00620658836482977, 0.00839130434782553, 0.010096862894791, 0.0199130434782611, 0.0379960862349004, 0.0554565217391306, 0.0438794724531508, 0.129108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1410, '2021-05-23 00:00:00', 0.00506059437068592, 0.00651923076923047, 0.0072670224565922, 0.0115192307692303, 0.00974428826780873, 0.0201346153846156, 0.0358126320644635, 0.057769230769231, 0.0448194540522137, 0.127711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1425, '2021-05-23 00:00:00', 0.00658552706065859, 0.00733999999999938, 0.00850857410694259, 0.0162, 0.010734795449068, 0.0190599999999998, 0.0362673751462665, 0.0610200000000002, 0.0458196009730921, 0.12804 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 0, '2021-05-23 00:00:00', 0.00669589426439849, 0.0102200000000003, 0.00859345681318067, 0.0130800000000004, 0.0118309974220265, 0.0174200000000003, 0.0318420319703379, 0.0589600000000002, 0.0435071641610137, 0.12596 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 15, '2021-05-23 00:00:00', 0.00344419801985852, 0.00306249999999975, 0.0063744280789207, 0.00625000000000009, 0.0101570480455689, 0.0137812500000001, 0.0148112780789962, 0.0535937500000001, 0.0352467492590936, 0.11525 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 30, '2021-05-23 00:00:00', 0.00787068097737607, 0.00461904761904785, 0.0099861213214951, 0.00895238095238124, 0.0110037331327668, 0.0169285714285711, 0.0186261464971512, 0.0561666666666665, 0.0364666351092413, 0.114904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 45, '2021-05-23 00:00:00', 0.00456469024785121, 0.00214705882352984, 0.00655042656895739, 0.00879411764705923, 0.0115540609107534, 0.017558823529412, 0.0343332768179629, 0.0691470588235296, 0.040346887408194, 0.126058823529412 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 60, '2021-05-23 00:00:00', 0.00778212942976047, 0.00719230769230774, 0.0126654587818147, 0.0140769230769229, 0.0161666798836846, 0.0226923076923077, 0.0360947897369395, 0.0709230769230771, 0.044920943376628, 0.126865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 75, '2021-05-23 00:00:00', 0.0118440959425216, 0.0107500000000001, 0.0141815192814604, 0.0144375000000001, 0.0181434376486418, 0.0271458333333334, 0.0363839168063848, 0.0714375000000006, 0.0423504187820443, 0.130833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 90, '2021-05-23 00:00:00', 0.00767757769582103, 0.00797916666666687, 0.0138013861937694, 0.0170000000000002, 0.0205418338618006, 0.0290208333333339, 0.0351156474474299, 0.075, 0.0434601891790443, 0.129625 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 105, '2021-05-23 00:00:00', 0.013261001721841, 0.0122999999999998, 0.0180381078091175, 0.0229599999999998, 0.0250012166370631, 0.03004, 0.0350956668740366, 0.0738199999999999, 0.0449586198631595, 0.12606 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 120, '2021-05-23 00:00:00', 0.0122800181658597, 0.0156730769230766, 0.0140966444452356, 0.0198461538461539, 0.0195353821013602, 0.0293653846153841, 0.031682153433027, 0.0721730769230768, 0.0438516379836171, 0.125615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 135, '2021-05-23 00:00:00', 0.00777190452849254, 0.0119399999999999, 0.0126294299158752, 0.0177599999999998, 0.0140352829207918, 0.0305199999999999, 0.0334688038826211, 0.0723399999999998, 0.044207069570376, 0.12484 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 150, '2021-05-23 00:00:00', 0.00923171789996928, 0.0102692307692313, 0.0112213566984498, 0.0186730769230771, 0.0132151428293454, 0.031, 0.0344785998287904, 0.071923076923077, 0.0430250955391608, 0.125173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 165, '2021-05-23 00:00:00', 0.00926390846241458, 0.015, 0.0118082109633023, 0.0245769230769232, 0.0219517390234545, 0.0361730769230773, 0.0340246799566708, 0.0703269230769234, 0.0428758135154944, 0.124153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 180, '2021-05-23 00:00:00', 0.00917926174340021, 0.0186730769230774, 0.0104795772081479, 0.0241923076923082, 0.0212238345697983, 0.038365384615385, 0.0330596198032961, 0.0679615384615389, 0.0434267021720339, 0.123461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 195, '2021-05-23 00:00:00', 0.0100868726570724, 0.0157499999999999, 0.020598991760241, 0.0255384615384619, 0.0212489637756403, 0.0374615384615385, 0.0321633092442067, 0.0674615384615387, 0.0433407607046946, 0.123192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 210, '2021-05-23 00:00:00', 0.0131949436702673, 0.0175576923076928, 0.013761764198174, 0.0258846153846153, 0.0169124100998233, 0.0374807692307689, 0.0336877060433263, 0.0673076923076923, 0.0437776022817437, 0.122461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 225, '2021-05-23 00:00:00', 0.0070881265833459, 0.0173076923076921, 0.0153468112448359, 0.0272692307692308, 0.0172348149439977, 0.0396730769230767, 0.0322775702069028, 0.0663076923076925, 0.0415771386886894, 0.122461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 240, '2021-05-23 00:00:00', 0.012665640984114, 0.0200384615384616, 0.0131971004973989, 0.0272115384615383, 0.0203958611940303, 0.0398653846153846, 0.0324432759419598, 0.0653846153846154, 0.0396889637828186, 0.123076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 255, '2021-05-23 00:00:00', 0.00789208464222153, 0.0162500000000001, 0.010830583477428, 0.0261923076923076, 0.0185744758700252, 0.0361346153846156, 0.0311143610176788, 0.0622884615384615, 0.0400372759005715, 0.121711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 270, '2021-05-23 00:00:00', 0.00996248733229542, 0.0188653846153844, 0.0148444757919722, 0.0270384615384617, 0.0199032660636384, 0.0350000000000001, 0.0303690442087636, 0.0601730769230767, 0.0398574189600112, 0.122423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 285, '2021-05-23 00:00:00', 0.0109668205896761, 0.0168653846153849, 0.0151822391173168, 0.0215961538461543, 0.0169294463537989, 0.0301153846153845, 0.0299235435992876, 0.055961538461538, 0.0430689429421468, 0.123923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 300, '2021-05-23 00:00:00', 0.00745953184755052, 0.0127307692307696, 0.0101096298342034, 0.0197692307692309, 0.014498912426057, 0.0294615384615388, 0.0294327133541003, 0.0537692307692308, 0.0448803237682004, 0.124288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 315, '2021-05-23 00:00:00', 0.00816571161343787, 0.014673076923077, 0.0103787690095616, 0.0198269230769233, 0.0151805670310632, 0.0289807692307696, 0.0297461115752323, 0.0531346153846151, 0.0450608648215005, 0.123807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 330, '2021-05-23 00:00:00', 0.00575850541506885, 0.0119038461538462, 0.00878416407300889, 0.0191923076923081, 0.0133500792276535, 0.0272307692307697, 0.0305639556441143, 0.0533461538461537, 0.0457843145797607, 0.124211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 345, '2021-05-23 00:00:00', 0.00758804728098527, 0.0144615384615389, 0.0103007841374407, 0.0186153846153851, 0.0148885733159569, 0.0279807692307692, 0.0302988448624694, 0.0544999999999995, 0.0454792133414141, 0.123173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 360, '2021-05-23 00:00:00', 0.00869013587571888, 0.0129615384615386, 0.0114244845027619, 0.0191730769230772, 0.018141378541462, 0.0300192307692308, 0.0305833350799974, 0.0530961538461532, 0.0456338310736844, 0.123057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 375, '2021-05-23 00:00:00', 0.00849904972063678, 0.0124230769230769, 0.0120544438023751, 0.0175192307692305, 0.0189113417333055, 0.0278269230769229, 0.0292680450583648, 0.0509615384615379, 0.045702449017026, 0.122576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 390, '2021-05-23 00:00:00', 0.00653949539337746, 0.0107499999999998, 0.0112743582454243, 0.0188653846153846, 0.0195220683803275, 0.0251346153846153, 0.0259398416459195, 0.0518461538461537, 0.0456605367399973, 0.12276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 405, '2021-05-23 00:00:00', 0.00915005254293451, 0.0142115384615384, 0.0128046265677088, 0.0175384615384612, 0.0191359207131113, 0.0242115384615385, 0.0264183575451734, 0.0535192307692305, 0.046189929804933, 0.122980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 420, '2021-05-23 00:00:00', 0.00779960551270702, 0.0100769230769227, 0.0120338624785998, 0.0149230769230767, 0.0169892273559993, 0.0215769230769228, 0.0238633288025465, 0.0525384615384611, 0.0459604219368732, 0.122403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 435, '2021-05-23 00:00:00', 0.00754343831011201, 0.0102884615384615, 0.00961515230488614, 0.0151346153846156, 0.0134282709809735, 0.0220384615384617, 0.0230235414638682, 0.0522115384615384, 0.0456223123549805, 0.121846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 450, '2021-05-23 00:00:00', 0.0059271539414927, 0.010865384615385, 0.00976524449258675, 0.0149999999999999, 0.0127119568184383, 0.0219230769230769, 0.0232635733745665, 0.0534230769230769, 0.0455106073857008, 0.121653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 465, '2021-05-23 00:00:00', 0.00665478428246559, 0.00938461538461524, 0.00885185769290164, 0.0146538461538463, 0.0107463768491811, 0.0202692307692307, 0.0272968017286895, 0.0561538461538459, 0.0451431100458908, 0.121403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 480, '2021-05-23 00:00:00', 0.00630704734038406, 0.0108269230769231, 0.00766681159283296, 0.0149999999999999, 0.00916626339439258, 0.0195961538461541, 0.0280140967261954, 0.0575192307692305, 0.0454434390627093, 0.121384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 495, '2021-05-23 00:00:00', 0.00484402883812774, 0.00976923076923082, 0.00819505010075229, 0.0141730769230771, 0.00953632730465587, 0.0198076923076922, 0.0268437358399717, 0.056384615384615, 0.045539163196258, 0.120346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 510, '2021-05-23 00:00:00', 0.0047102180253306, 0.00938461538461579, 0.00556182039927955, 0.0125769230769237, 0.0102151659499302, 0.0239807692307694, 0.0264822799971261, 0.0568653846153844, 0.0450881529723893, 0.120807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 525, '2021-05-23 00:00:00', 0.00501152517856433, 0.00915384615384641, 0.00663892947811473, 0.014653846153846, 0.0122396738267246, 0.0265192307692305, 0.027165164344178, 0.0583846153846151, 0.0459699776610113, 0.121826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 540, '2021-05-23 00:00:00', 0.00537247257214596, 0.0112884615384615, 0.0102557488568795, 0.019903846153846, 0.0154357228033397, 0.026807692307692, 0.0275905781019542, 0.0599999999999999, 0.0468440128347432, 0.121692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 555, '2021-05-23 00:00:00', 0.00834782329988811, 0.0136153846153842, 0.0106693666454661, 0.0198461538461532, 0.013113014674214, 0.0261346153846146, 0.0268665147606577, 0.0595192307692306, 0.0472813388135323, 0.12075 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 570, '2021-05-23 00:00:00', 0.00647815857026785, 0.0140576923076921, 0.0102271132854703, 0.0180769230769226, 0.0130158040030628, 0.0288653846153844, 0.0259938750181952, 0.0583076923076922, 0.0475653922349178, 0.119942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 585, '2021-05-23 00:00:00', 0.00841674155843862, 0.0118076923076921, 0.00897406519665726, 0.0174230769230762, 0.0156704646242053, 0.0302884615384617, 0.0257192833971234, 0.0583076923076925, 0.0477361860807761, 0.119211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 600, '2021-05-23 00:00:00', 0.00540726007682824, 0.012961538461538, 0.0102693157587957, 0.0221730769230772, 0.0147830464227935, 0.0309615384615386, 0.0244970641883097, 0.0588846153846155, 0.0474857387498121, 0.119153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 615, '2021-05-23 00:00:00', 0.0072248502779268, 0.0155384615384619, 0.0117637644419699, 0.022115384615385, 0.0124911815047505, 0.0314807692307695, 0.0232419795926388, 0.0569807692307694, 0.048421133339134, 0.118884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 630, '2021-05-23 00:00:00', 0.00625966944322639, 0.0137884615384615, 0.00755920223711074, 0.0198076923076919, 0.0120896172873192, 0.029673076923077, 0.0215351680174189, 0.0547884615384615, 0.0468582806080045, 0.117461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 645, '2021-05-23 00:00:00', 0.00597108416904705, 0.0139230769230766, 0.0073977127442312, 0.0208846153846154, 0.0172877123992737, 0.0322500000000001, 0.0194725151470951, 0.0528269230769231, 0.0457300776294996, 0.115 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 660, '2021-05-23 00:00:00', 0.00637642894995695, 0.013826923076923, 0.0077469597014173, 0.0198461538461538, 0.0176198860556871, 0.0315961538461539, 0.019197756279155, 0.0504230769230769, 0.045232786781272, 0.11325 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 675, '2021-05-23 00:00:00', 0.00605478196266183, 0.0140961538461538, 0.012790381001121, 0.0229230769230767, 0.0138938835463669, 0.0284999999999996, 0.0188562680866027, 0.0483269230769229, 0.0453570959591347, 0.113115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 690, '2021-05-23 00:00:00', 0.0111870288899518, 0.0149807692307693, 0.0126698916272465, 0.0211153846153845, 0.0122059254210662, 0.0242692307692308, 0.0186986322000791, 0.0458269230769231, 0.0446625509967632, 0.115711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 705, '2021-05-23 00:00:00', 0.00653455313050465, 0.0140961538461535, 0.00671725676608659, 0.0166923076923076, 0.011516226011088, 0.0242115384615383, 0.0192578555400122, 0.0462499999999999, 0.0449031778899374, 0.115846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 720, '2021-05-23 00:00:00', 0.00558035703296654, 0.0115961538461537, 0.00906788500486935, 0.0165576923076923, 0.0134872161693952, 0.02575, 0.0198646574444311, 0.0457692307692303, 0.0461699702603991, 0.117115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 735, '2021-05-23 00:00:00', 0.0073812913191705, 0.0107115384615385, 0.0104091860318734, 0.0168653846153847, 0.0126136678006279, 0.0242692307692309, 0.0201634856571513, 0.0458846153846152, 0.0483177623017262, 0.117615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 750, '2021-05-23 00:00:00', 0.00827426501500063, 0.0127884615384618, 0.0105893269924886, 0.0180769230769233, 0.0110498346663576, 0.0233269230769234, 0.0219242752708919, 0.0480769230769231, 0.0496120797945261, 0.117961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 765, '2021-05-23 00:00:00', 0.00722391860419289, 0.0117499999999998, 0.00944978632236992, 0.0169615384615384, 0.0102639960729052, 0.022480769230769, 0.0218600883241227, 0.0472115384615382, 0.0494692328624566, 0.11725 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 780, '2021-05-23 00:00:00', 0.00606591993150078, 0.0108461538461541, 0.00615682860420342, 0.0145576923076925, 0.00820480628374914, 0.022326923076923, 0.0211965889853858, 0.0476538461538458, 0.049019623229258, 0.117211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 795, '2021-05-23 00:00:00', 0.00604992053348923, 0.00869230769230793, 0.00651200075600012, 0.0128846153846156, 0.00742459530106605, 0.0192692307692311, 0.0230410753621907, 0.0501346153846155, 0.0491778913740712, 0.11725 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 810, '2021-05-23 00:00:00', 0.00479474873008102, 0.00898076923076948, 0.00666633332499968, 0.0145000000000001, 0.0124819253938831, 0.0195384615384618, 0.024507620478913, 0.0507884615384618, 0.0492515091529802, 0.116865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 825, '2021-05-23 00:00:00', 0.00569372123821163, 0.0105384615384618, 0.00727873615403123, 0.0130000000000004, 0.0130352923309696, 0.0198269230769237, 0.0245857369533322, 0.0509615384615387, 0.0489131412262118, 0.116653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 840, '2021-05-23 00:00:00', 0.00473936055407695, 0.00819230769230787, 0.00933562242991003, 0.0130769230769236, 0.0108477576555634, 0.0195769230769235, 0.0243742376606622, 0.0512884615384618, 0.0489441479176477, 0.11598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 855, '2021-05-23 00:00:00', 0.00713164669731919, 0.00840384615384624, 0.00858173373195353, 0.0131153846153847, 0.0094522484097701, 0.0187500000000003, 0.0248740828976662, 0.052, 0.0495894258269454, 0.115865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 870, '2021-05-23 00:00:00', 0.00564504547913765, 0.0089423076923079, 0.00819692719161326, 0.0134807692307694, 0.00971834110566944, 0.0186153846153847, 0.0251519077117113, 0.0525384615384614, 0.0493586910747777, 0.115596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 885, '2021-05-23 00:00:00', 0.00529542618318306, 0.00880769230769255, 0.00576944871383215, 0.0124423076923082, 0.00983979361884876, 0.0208076923076926, 0.0253660963917164, 0.051673076923077, 0.049754895391153, 0.11598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 900, '2021-05-23 00:00:00', 0.0055345418822297, 0.010134615384616, 0.00694619430944845, 0.0140192307692312, 0.0114221276476841, 0.0222500000000001, 0.0253153343617291, 0.0511153846153844, 0.0497639543630338, 0.115865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 915, '2021-05-23 00:00:00', 0.00652536471129281, 0.010096153846154, 0.00911484419040603, 0.0164038461538465, 0.0145473894036535, 0.0240576923076925, 0.0250372722156386, 0.0507500000000001, 0.0517314255034149, 0.116596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 930, '2021-05-23 00:00:00', 0.00708131343749134, 0.0117500000000005, 0.0101254439598768, 0.0152307692307695, 0.0170604919218462, 0.024596153846154, 0.0250428325382422, 0.0487884615384615, 0.0513682931238865, 0.116307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 945, '2021-05-23 00:00:00', 0.00532963413378394, 0.00874999999999969, 0.00890850932881241, 0.0148076923076922, 0.015331215015326, 0.0246153846153845, 0.0236426277336896, 0.0474230769230768, 0.0485324475123443, 0.115538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 960, '2021-05-23 00:00:00', 0.00776186436763334, 0.0110576923076922, 0.0149760321334302, 0.016307692307692, 0.0167546663993598, 0.0266730769230767, 0.0229598646471481, 0.0473461538461536, 0.0464425410091285, 0.116519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 975, '2021-05-23 00:00:00', 0.0125400895592432, 0.0109230769230769, 0.0129820586254203, 0.017576923076923, 0.018015719631648, 0.0291153846153849, 0.0207588442690001, 0.0450192307692307, 0.0460853597644126, 0.115596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 990, '2021-05-23 00:00:00', 0.0073062670674932, 0.0123076923076925, 0.0121138985657598, 0.0184423076923078, 0.0167671955363392, 0.0296730769230772, 0.0188983108728302, 0.0426153846153848, 0.0454484196221806, 0.113826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1005, '2021-05-23 00:00:00', 0.00683554060660978, 0.0122692307692307, 0.0112026267524114, 0.0213269230769231, 0.0136706310697844, 0.0286153846153845, 0.0168253128899927, 0.0401346153846156, 0.0454402735636403, 0.112538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1020, '2021-05-23 00:00:00', 0.00764359963529078, 0.0142307692307693, 0.011152509203693, 0.0194615384615385, 0.011750482805138, 0.026076923076923, 0.0142572653543596, 0.0369807692307693, 0.0449689337209589, 0.111750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1035, '2021-05-23 00:00:00', 0.00859205805022642, 0.0137115384615388, 0.009249885654179, 0.0179038461538462, 0.0116426437653207, 0.0258653846153846, 0.0155129350493759, 0.0358653846153845, 0.044401424959809, 0.112557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1050, '2021-05-23 00:00:00', 0.00579097440983666, 0.0106538461538466, 0.00926274589624791, 0.0180384615384619, 0.0114963706647594, 0.0239423076923074, 0.0143060638031034, 0.0342884615384614, 0.0424815072889183, 0.111961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1065, '2021-05-23 00:00:00', 0.00759108789203536, 0.0132692307692309, 0.00821134299893487, 0.0176153846153844, 0.00954455140582658, 0.021961538461538, 0.0138517563451773, 0.0328653846153844, 0.0419248090679562, 0.11198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1080, '2021-05-23 00:00:00', 0.00517062710078661, 0.0116538461538459, 0.00704097895291462, 0.0156538461538456, 0.00787244464035068, 0.0181538461538457, 0.0147880409062916, 0.0303846153846155, 0.0416469040312073, 0.11123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1095, '2021-05-23 00:00:00', 0.00580993843473241, 0.00965384615384607, 0.00624502879219856, 0.011903846153846, 0.00755787923041514, 0.0168076923076921, 0.0154791671411808, 0.0292692307692307, 0.041819654010267, 0.111288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1110, '2021-05-23 00:00:00', 0.00485944098293908, 0.0064800000000001, 0.0049930785426763, 0.00941999999999993, 0.00603979856176238, 0.0159999999999999, 0.0167409677139646, 0.0285200000000003, 0.0428884211258311, 0.110100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1125, '2021-05-23 00:00:00', 0.00343242457477791, 0.00569230769230782, 0.00504491366092172, 0.0108653846153848, 0.00715778220916528, 0.0155769230769231, 0.017274659074895, 0.0275769230769234, 0.0427440009286051, 0.112019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1140, '2021-05-23 00:00:00', 0.00401688742876679, 0.00784615384615373, 0.00509554858524696, 0.0107692307692305, 0.007521558758252, 0.014576923076923, 0.0191178229368868, 0.0271346153846155, 0.0426642527362011, 0.112038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1155, '2021-05-23 00:00:00', 0.0052996371428762, 0.00488461538461507, 0.00680816817111266, 0.00863461538461535, 0.00845904158964729, 0.0118461538461538, 0.0198089723260797, 0.0253461538461537, 0.0421169616845569, 0.111538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1170, '2021-05-23 00:00:00', 0.00493714336589351, 0.00515384615384685, 0.00746852369306328, 0.00732692307692335, 0.00795228559307624, 0.0106730769230776, 0.0193080393778183, 0.0255961538461539, 0.0418993849780452, 0.111538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1185, '2021-05-23 00:00:00', 0.00553345392307896, 0.00435416666666659, 0.00622636836715223, 0.00706250000000042, 0.00965545482983633, 0.0106458333333335, 0.0194644673477191, 0.0263124999999997, 0.0404179254248921, 0.1135 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1200, '2021-05-23 00:00:00', 0.00466946409425515, 0.0043958333333336, 0.00506837309174262, 0.00641666666666696, 0.00859937645194773, 0.0106666666666668, 0.0174909396835757, 0.0272083333333333, 0.039107705002719, 0.114270833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1230, '2021-05-23 00:00:00', 0.00706872961753338, 0.00535416666666677, 0.0068519541272774, 0.00691666666666683, 0.00805686312892634, 0.0100000000000001, 0.0168238825888176, 0.027770833333333, 0.0404748759072849, 0.111291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1245, '2021-05-23 00:00:00', 0.00205406101824354, 0.0028600000000003, 0.0045518311333646, 0.00536000000000001, 0.00623331105165389, 0.00840000000000018, 0.0153354980356038, 0.0268599999999999, 0.038940638584046, 0.111460000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1260, '2021-05-23 00:00:00', 0.00446937315992798, 0.00304347826086911, 0.0047714566349249, 0.0056956521739129, 0.00832676289065297, 0.00969565217391269, 0.0173922714652048, 0.0291739130434778, 0.0402071341476061, 0.1135 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1275, '2021-05-23 00:00:00', 0.00277287807410565, 0.00388636363636362, 0.0052051007284275, 0.00654545454545463, 0.00938777988959125, 0.0094772727272726, 0.0182472348613862, 0.0291590909090906, 0.0397784176510639, 0.113818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1305, '2021-05-23 00:00:00', 0.00514291895567248, 0.00401923076923069, 0.00749974358535994, 0.00561538461538478, 0.00890645833089663, 0.00875000000000051, 0.0167337521655625, 0.0289615384615382, 0.0389329601316846, 0.112346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1320, '2021-05-23 00:00:00', 0.00352100837829088, 0.00271999999999991, 0.00489046691703999, 0.00500000000000028, 0.00685565460040058, 0.0093000000000005, 0.0170626785704944, 0.0314799999999998, 0.0398044909526546, 0.11272 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1335, '2021-05-23 00:00:00', 0.00359200501113249, 0.00343999999999994, 0.00601366499454921, 0.00618000000000052, 0.00630330601086973, 0.01024, 0.0191382035032904, 0.0340999999999998, 0.0394654701395193, 0.11374 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1350, '2021-05-23 00:00:00', 0.00516813461363182, 0.00398076923076938, 0.00633552256359697, 0.00682692307692329, 0.00710925723697941, 0.0106923076923076, 0.0190457041390929, 0.0351730769230768, 0.0390410484175108, 0.112788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1365, '2021-05-23 00:00:00', 0.00524221645235392, 0.00478000000000009, 0.00473840690527962, 0.00715999999999994, 0.0066253930701006, 0.0114999999999999, 0.0178383949203214, 0.0361999999999993, 0.0395635775261367, 0.11388 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1380, '2021-05-23 00:00:00', 0.00260214408635498, 0.00336538461538456, 0.0042286568152948, 0.00630769230769195, 0.0060703884047576, 0.0110192307692302, 0.0185944987729005, 0.0391538461538456, 0.0405333338604921, 0.112365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1395, '2021-05-23 00:00:00', 0.00388978595588622, 0.00369565217391324, 0.00398564618275021, 0.00710869565217387, 0.0106894262704829, 0.0181739130434778, 0.0209618041494906, 0.0450217391304346, 0.0396643899989908, 0.107673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1410, '2021-05-23 00:00:00', 0.00387898678285157, 0.005057692307692, 0.00561512380848468, 0.00848076923076901, 0.0122319883282129, 0.0188076923076919, 0.0210972473596406, 0.0434230769230767, 0.0411446276519225, 0.113096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1425, '2021-05-23 00:00:00', 0.00524598747762323, 0.00609615384615385, 0.00995236732564711, 0.0155192307692305, 0.0118101162633498, 0.018326923076923, 0.0192482167006155, 0.046076923076923, 0.0406985210466497, 0.113480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 0, '2021-05-23 00:00:00', 0.0090995421130222, 0.00847999999999985, 0.0111522792887076, 0.0109600000000002, 0.01077311468425, 0.0136800000000002, 0.018572672577383, 0.0465599999999998, 0.0409798934438173, 0.11482 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 15, '2021-05-23 00:00:00', 0.00339730285177366, 0.00299999999999984, 0.00569553356272351, 0.00530769230769251, 0.00849377600182787, 0.0120384615384619, 0.0201014255139354, 0.0512692307692307, 0.0439737684044964, 0.11276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 30, '2021-05-23 00:00:00', 0.00339522805263691, 0.00155882352941168, 0.00661687904040103, 0.00520588235294137, 0.0136472093678305, 0.0154411764705882, 0.0210736192067375, 0.051235294117647, 0.03514392676175, 0.104705882352941 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 45, '2021-05-23 00:00:00', 0.00235533841466976, 0.00161904761904757, 0.00452032447212956, 0.00666666666666652, 0.0125064745137032, 0.0120238095238096, 0.0207570125843912, 0.0503571428571426, 0.0437038736432886, 0.117142857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 60, '2021-05-23 00:00:00', 0.00665894424526436, 0.00719230769230801, 0.01262829545718, 0.0115769230769232, 0.0167303501273764, 0.0167307692307693, 0.0206660628530485, 0.0556153846153845, 0.0408782996786236, 0.113346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 75, '2021-05-23 00:00:00', 0.00773476998149634, 0.00541999999999987, 0.00844723820744547, 0.00777999999999977, 0.0125403349237568, 0.0170200000000001, 0.0240369853905738, 0.05688, 0.0403207246131976, 0.11036 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 90, '2021-05-23 00:00:00', 0.00567340285895507, 0.00560000000000002, 0.0089657682325611, 0.0100200000000004, 0.0117881649688718, 0.01974, 0.0246635696253942, 0.0569, 0.0361318534444792, 0.10836 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 105, '2021-05-23 00:00:00', 0.00727998546741636, 0.0072916666666667, 0.00936807715410277, 0.0152500000000001, 0.0127091024951366, 0.0217708333333329, 0.0241055104500605, 0.0568541666666664, 0.0367903812945325, 0.108145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 120, '2021-05-23 00:00:00', 0.00859885949503683, 0.0124038461538464, 0.0109733943980609, 0.0168461538461537, 0.0155125259560929, 0.0254615384615379, 0.0272109423691169, 0.0633461538461538, 0.0414618452964241, 0.113730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 135, '2021-05-23 00:00:00', 0.00839335054274131, 0.0111399999999998, 0.0110016286673079, 0.0158399999999993, 0.0147090674982022, 0.0282599999999992, 0.0280562975699457, 0.0629799999999997, 0.0415549636024386, 0.11224 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 150, '2021-05-23 00:00:00', 0.0100341148856516, 0.0102884615384612, 0.0139785550040049, 0.0189999999999996, 0.0143681405038529, 0.0297115384615377, 0.0269255740600186, 0.0634423076923075, 0.0404346195918602, 0.114038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 165, '2021-05-23 00:00:00', 0.0120596593905211, 0.0158461538461539, 0.0123806455653731, 0.0230961538461534, 0.014299287233447, 0.0335192307692305, 0.0272928280238319, 0.0634615384615384, 0.0414254288311676, 0.115115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 180, '2021-05-23 00:00:00', 0.0100199224624669, 0.0168269230769225, 0.0118363195943023, 0.0230384615384607, 0.016116797257711, 0.0351346153846151, 0.0268257984324505, 0.0637884615384614, 0.0433205627138673, 0.117634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 195, '2021-05-23 00:00:00', 0.00698891980208661, 0.0142499999999996, 0.00912359578236548, 0.0255, 0.0145876264743053, 0.0353269230769231, 0.0255948913171838, 0.0620384615384617, 0.0426693548832628, 0.118923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 210, '2021-05-23 00:00:00', 0.00728000422654167, 0.0180384615384617, 0.00916517237237746, 0.0250961538461537, 0.0147283739767841, 0.03425, 0.0254467165782813, 0.0603461538461539, 0.044462624753831, 0.12025 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 225, '2021-05-23 00:00:00', 0.00788757542935993, 0.0169230769230771, 0.0108076183955862, 0.0232307692307697, 0.0135411765197291, 0.0307884615384618, 0.0266516343848666, 0.056519230769231, 0.0457049610167042, 0.121211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 240, '2021-05-23 00:00:00', 0.0074494191823155, 0.0155769230769237, 0.00976676074164892, 0.021519230769231, 0.0137910784985745, 0.0305769230769231, 0.0255546774282428, 0.0553076923076924, 0.0452731751108246, 0.120903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 255, '2021-05-23 00:00:00', 0.0065203822445759, 0.0141538461538461, 0.00969379262129219, 0.0204807692307689, 0.0174167028585072, 0.0303076923076919, 0.0247943309277311, 0.0551730769230769, 0.0492603327700433, 0.123096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 270, '2021-05-23 00:00:00', 0.00768887808160936, 0.0138269230769226, 0.0114425151888103, 0.0221346153846153, 0.0200071525671736, 0.0326153846153847, 0.0237193283729021, 0.0550576923076924, 0.0499717920431118, 0.1235 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 285, '2021-05-23 00:00:00', 0.00762135158616895, 0.0147500000000003, 0.0129220890190165, 0.022096153846154, 0.0167005872766387, 0.0299807692307692, 0.022181939985909, 0.0524615384615388, 0.0519552174029196, 0.126769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 300, '2021-05-23 00:00:00', 0.00962490759196424, 0.0146730769230768, 0.014686728703153, 0.0225000000000003, 0.0181576112458075, 0.0328269230769235, 0.0236258414583567, 0.0525961538461542, 0.0538765861804695, 0.127442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 315, '2021-05-23 00:00:00', 0.0101777283244422, 0.013884615384616, 0.0103835668986368, 0.0190384615384616, 0.0172342347133212, 0.031173076923077, 0.0226804982308592, 0.0522500000000004, 0.0533843574034997, 0.12751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 330, '2021-05-23 00:00:00', 0.0068624956214087, 0.0125769230769227, 0.0134039603791628, 0.0241153846153844, 0.0148740869144449, 0.030461538461538, 0.0220838263128332, 0.0503461538461539, 0.0527540009419627, 0.127230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 345, '2021-05-23 00:00:00', 0.0106075626142576, 0.0170961538461539, 0.0118322245778864, 0.0201923076923075, 0.0128056477924627, 0.0272692307692303, 0.0221148140394622, 0.04825, 0.0560427206554209, 0.129057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 360, '2021-05-23 00:00:00', 0.00869847466734564, 0.0127884615384614, 0.0123049239675077, 0.019365384615384, 0.0119771095781135, 0.0268653846153842, 0.0227328295304725, 0.0483076923076922, 0.055002213242182, 0.128788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 375, '2021-05-23 00:00:00', 0.0106707364031079, 0.012230769230769, 0.00986836437230674, 0.0167692307692305, 0.0114995150399416, 0.0258269230769233, 0.0209399140399377, 0.0465000000000003, 0.0541663996048644, 0.130173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 390, '2021-05-23 00:00:00', 0.00454075561316179, 0.00996153846153793, 0.00845160430833138, 0.0170192307692305, 0.0156400004918348, 0.0264807692307691, 0.0203731724050564, 0.0458846153846154, 0.053708375653939, 0.130980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 405, '2021-05-23 00:00:00', 0.0065276041075278, 0.0120192307692306, 0.0091351603076333, 0.0176346153846154, 0.0176969032493081, 0.0259038461538465, 0.0206957818073006, 0.0491538461538465, 0.053785546385623, 0.13075 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 420, '2021-05-23 00:00:00', 0.00660748410167204, 0.0116730769230766, 0.0142559164505882, 0.0181346153846148, 0.0166953701550872, 0.0238461538461537, 0.0216002225772009, 0.0515192307692308, 0.0537161378129373, 0.130788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 435, '2021-05-23 00:00:00', 0.00920486911284554, 0.01151923076923, 0.0119354030578712, 0.016576923076923, 0.0130850472501427, 0.0230384615384613, 0.0206524444446286, 0.0512115384615387, 0.0542994156364648, 0.130557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 450, '2021-05-23 00:00:00', 0.00876004917443159, 0.0114615384615381, 0.0112580911074934, 0.0152692307692303, 0.0126530020761271, 0.023461538461538, 0.0240681404478075, 0.056153846153846, 0.0541585599456321, 0.13051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 465, '2021-05-23 00:00:00', 0.00483258172759119, 0.00992307692307689, 0.00722090980843427, 0.0156923076923079, 0.00908949097330836, 0.022326923076923, 0.0258692868088781, 0.0595, 0.0537312865456073, 0.130365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 480, '2021-05-23 00:00:00', 0.00513749415122268, 0.0109230769230773, 0.00630009157442657, 0.0156346153846156, 0.0121081028177898, 0.0236153846153845, 0.0278822800083048, 0.0621923076923076, 0.053354478580672, 0.129903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 495, '2021-05-23 00:00:00', 0.00493199912658317, 0.0107692307692308, 0.00754588527711537, 0.0154038461538461, 0.0129274305853277, 0.0260384615384615, 0.0334524059155456, 0.0652884615384613, 0.0528413299780213, 0.129884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 510, '2021-05-23 00:00:00', 0.00565671826578516, 0.0109615384615385, 0.0104355899910622, 0.0171923076923077, 0.0123247718031615, 0.0270000000000002, 0.0362091786068751, 0.0667307692307692, 0.0517511352532482, 0.13 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 525, '2021-05-23 00:00:00', 0.00808607540062696, 0.0112307692307692, 0.011468434941177, 0.0192499999999997, 0.011592172425325, 0.0250384615384614, 0.0368366717364011, 0.0669038461538461, 0.0514342934087902, 0.129442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 540, '2021-05-23 00:00:00', 0.00770164817525331, 0.014653846153846, 0.00898702055530837, 0.0190576923076922, 0.0137872990605344, 0.0260192307692308, 0.0363205229121963, 0.0670961538461538, 0.0514472395910457, 0.128961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 555, '2021-05-23 00:00:00', 0.00608114994185957, 0.0115961538461539, 0.00672949878119806, 0.0156153846153847, 0.0119949348284369, 0.0240384615384618, 0.0342613990014775, 0.0662884615384614, 0.0508537609228659, 0.12875 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 570, '2021-05-23 00:00:00', 0.00582227156304528, 0.011173076923077, 0.0103769159491335, 0.0179038461538465, 0.0114501763506742, 0.0245576923076927, 0.0333103414295595, 0.0663269230769233, 0.0503528167419279, 0.128384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 585, '2021-05-23 00:00:00', 0.00853139000307784, 0.0132692307692311, 0.00907608861874893, 0.0181538461538466, 0.0143368272426164, 0.0277692307692311, 0.0312319363177156, 0.0655769230769233, 0.05077753894724, 0.127961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 600, '2021-05-23 00:00:00', 0.00440039333906199, 0.0122884615384617, 0.0056057662620391, 0.0172307692307694, 0.0125229174531527, 0.0292115384615383, 0.0299187875114258, 0.0644230769230769, 0.0519995562111242, 0.128923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 615, '2021-05-23 00:00:00', 0.00437440105790343, 0.0111538461538463, 0.00956172256769393, 0.0194423076923079, 0.0119745402995115, 0.0290192307692309, 0.0307163011094461, 0.0626346153846155, 0.0517841080463282, 0.130576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 630, '2021-05-23 00:00:00', 0.00784751307985326, 0.0137884615384615, 0.00937410508549235, 0.0209230769230768, 0.0166837207619147, 0.0329423076923077, 0.0307463068451381, 0.0613461538461537, 0.0519124707116179, 0.13126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 645, '2021-05-23 00:00:00', 0.00853141254423919, 0.0152499999999998, 0.00924312634422917, 0.021346153846154, 0.0205599405117366, 0.0353653846153846, 0.0308772320899796, 0.0587115384615384, 0.0530686927844106, 0.134615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 660, '2021-05-23 00:00:00', 0.00767563577922978, 0.0138461538461538, 0.0150086129118741, 0.0224615384615386, 0.0209176866642707, 0.0360192307692306, 0.028079372390532, 0.0563653846153848, 0.0558956032397756, 0.137961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 675, '2021-05-23 00:00:00', 0.010043137726061, 0.0142307692307689, 0.0168031704883791, 0.0225576923076919, 0.0246427161964433, 0.0362115384615378, 0.0276354009309688, 0.0538461538461535, 0.0556779890220399, 0.139038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 690, '2021-05-23 00:00:00', 0.0153388019790931, 0.0156730769230766, 0.0191686843976953, 0.025538461538461, 0.0229957855670583, 0.034884615384615, 0.0238694284679087, 0.0514807692307691, 0.0549840291497304, 0.139788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 705, '2021-05-23 00:00:00', 0.0143944968116827, 0.017307692307692, 0.0173349025423809, 0.0243269230769228, 0.0224987521021464, 0.030923076923077, 0.0201095843968835, 0.0508461538461541, 0.0561993190487073, 0.140711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 720, '2021-05-23 00:00:00', 0.00890058338623819, 0.0145961538461534, 0.0133068085522465, 0.0196346153846151, 0.018259117848773, 0.0271538461538463, 0.0169513897773782, 0.0499807692307694, 0.0564518038139269, 0.140384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 735, '2021-05-23 00:00:00', 0.00862866421607882, 0.0110769230769229, 0.0132482219416565, 0.0168461538461537, 0.0147012427522827, 0.0245576923076923, 0.0153884197219358, 0.0487884615384618, 0.0569389551659018, 0.14076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 750, '2021-05-23 00:00:00', 0.00940449974132723, 0.0122692307692313, 0.0117305649414752, 0.0173846153846157, 0.0133403955655807, 0.0236153846153853, 0.0150446514901991, 0.0476923076923082, 0.0568938045836273, 0.14075 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 765, '2021-05-23 00:00:00', 0.00765516416947055, 0.0101923076923074, 0.00994517664305414, 0.0159423076923074, 0.0134855478197958, 0.0225, 0.0141576970095917, 0.0484038461538462, 0.0576754613865707, 0.140326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 780, '2021-05-23 00:00:00', 0.0080897133162096, 0.0112115384615383, 0.00986627901178841, 0.0152115384615387, 0.01407884392107, 0.0215769230769233, 0.0154233713764337, 0.0490961538461539, 0.0579793365048136, 0.140211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 795, '2021-05-23 00:00:00', 0.00711220511082586, 0.00971153846153878, 0.0126593231074359, 0.0149615384615387, 0.0131358142261763, 0.0195192307692315, 0.0168917025602699, 0.050019230769231, 0.0581489466800556, 0.139999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 and enddate = '202[...];
Date: 2021-05-23 16:31:29 Duration: 22s178ms Database: acaweb_fx User: pgperfstats
9 42s452ms 2 20s844ms 21s608ms 21s226ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, '?-05-2[...];Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 23 16 2 42s452ms 21s226ms [ User: pgperfstats - Total duration: 42s452ms - 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 986660, 1, 1005, '2021-05-23 00:00:00', 0.00235956117986767, 0.00563980769230774, 0.00333460050080962, 0.0076275, 0.00387680953283054, 0.00929692307692313, 0.00604445315971593, 0.014815, 0.0113225819646472, 0.0320728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1020, '2021-05-23 00:00:00', 0.00235308618953593, 0.00489884615384615, 0.00296356887890264, 0.00681750000000006, 0.00450205836684305, 0.0095865384615385, 0.00517721036035669, 0.0137986538461538, 0.0118915726268001, 0.0326265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1035, '2021-05-23 00:00:00', 0.00159815957853459, 0.00442096153846158, 0.00183486521198535, 0.00572788461538464, 0.0043801358821564, 0.00952211538461541, 0.0048606149974922, 0.013161923076923, 0.0120615541095856, 0.0326534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1050, '2021-05-23 00:00:00', 0.00158573152252781, 0.00389769230769229, 0.00373697350292164, 0.00762519230769231, 0.00409301711642947, 0.00919865384615382, 0.00482998810716799, 0.0126486538461538, 0.0123477398134233, 0.0327525 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1065, '2021-05-23 00:00:00', 0.00301656569883446, 0.00593384615384614, 0.00352811821710188, 0.00734807692307691, 0.00322234217850687, 0.00846134615384615, 0.00466717536055308, 0.0116303846153846, 0.0123465652293072, 0.0332248076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1080, '2021-05-23 00:00:00', 0.00160943665490562, 0.00477711538461538, 0.00199586099600763, 0.00592865384615387, 0.00362357309847608, 0.00807999999999998, 0.00447652260302397, 0.0109838461538461, 0.0128762345084028, 0.0337836538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1095, '2021-05-23 00:00:00', 0.00169969840084829, 0.00407557692307694, 0.00196578601425638, 0.00567557692307696, 0.00319958514738773, 0.00752365384615385, 0.00423803428671648, 0.0103488461538461, 0.0132741533019856, 0.0342282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1110, '2021-05-23 00:00:00', 0.00192262109751645, 0.00382326923076921, 0.00322933655963334, 0.00542615384615382, 0.00307768924932077, 0.00654365384615383, 0.00411291702585143, 0.00965769230769229, 0.0134758398810612, 0.0342775 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1125, '2021-05-23 00:00:00', 0.0023433060800107, 0.00350576923076924, 0.00214768767425657, 0.00455211538461539, 0.00248344562127826, 0.00576192307692309, 0.0032380817445851, 0.00888923076923078, 0.0135492926142347, 0.0344171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1140, '2021-05-23 00:00:00', 0.00110483963333355, 0.00292384615384618, 0.00138245290641728, 0.00369096153846154, 0.002403033699626, 0.00548480769230771, 0.00277882988656407, 0.00882346153846153, 0.0136124662661163, 0.0344253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1155, '2021-05-23 00:00:00', 0.000888867732654186, 0.00248961538461535, 0.00185664346645731, 0.00386519230769229, 0.00264256624252901, 0.00522288461538461, 0.0028307299683732, 0.00874807692307688, 0.0136842757206949, 0.034455 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1170, '2021-05-23 00:00:00', 0.00162681483273303, 0.00291249999999996, 0.00223808073684025, 0.00384923076923076, 0.00235099458494944, 0.00500846153846152, 0.00274809780365649, 0.00845846153846151, 0.0136989418007939, 0.0344076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1185, '2021-05-23 00:00:00', 0.00163078259882037, 0.00248173076923076, 0.00189191649880793, 0.00320903846153843, 0.00188589742970947, 0.00408134615384614, 0.00299317007792486, 0.00805634615384613, 0.0139328908646466, 0.0342696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1200, '2021-05-23 00:00:00', 0.00161154775102892, 0.00235192307692308, 0.00186208737298105, 0.00329423076923074, 0.00208115629842203, 0.0042184615384615, 0.00321328622225815, 0.0084128846153846, 0.0142383735363818, 0.0343951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1215, '2021-05-23 00:00:00', 0.00173538455060007, 0.00257653846153845, 0.00183347837771229, 0.00311980769230766, 0.00209708460634135, 0.00418961538461537, 0.00357561743457853, 0.0100740384615384, 0.0142503502898916, 0.0344107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1230, '2021-05-23 00:00:00', 0.000969683374176317, 0.00202538461538458, 0.00137806625943187, 0.0029111538461538, 0.00169671996918941, 0.00393442307692305, 0.00352337925642637, 0.00996576923076922, 0.0144642687562782, 0.0347405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1245, '2021-05-23 00:00:00', 0.000963412225054509, 0.00202865384615384, 0.00133231529243699, 0.00286403846153843, 0.0016097071042704, 0.00379019230769231, 0.00347249015062018, 0.00985961538461536, 0.0144190314048429, 0.0348044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1260, '2021-05-23 00:00:00', 0.00116373637313345, 0.00208788461538459, 0.00143098567428188, 0.00288999999999999, 0.00160321662243802, 0.00396846153846159, 0.0034570456484381, 0.00973384615384615, 0.0144154284722467, 0.0348209615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1275, '2021-05-23 00:00:00', 0.00109220414054127, 0.0019217307692308, 0.00139076724812662, 0.00251153846153852, 0.00203154215768747, 0.00396846153846157, 0.00326135130676751, 0.00979711538461539, 0.0143631250791205, 0.0349459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1290, '2021-05-23 00:00:00', 0.000992901827202182, 0.00175596153846162, 0.00150448694296041, 0.00279019230769239, 0.00210361400561396, 0.00403326923076926, 0.00324507020784548, 0.00976442307692309, 0.014330277968478, 0.0351394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1305, '2021-05-23 00:00:00', 0.00122684410645298, 0.00228730769230773, 0.00202779869278518, 0.00325846153846155, 0.00236285349817671, 0.00442057692307692, 0.00321472937609662, 0.00954980769230768, 0.0143073711784681, 0.0354559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1320, '2021-05-23 00:00:00', 0.00213302663260082, 0.00247115384615383, 0.00223116672652184, 0.00302980769230767, 0.00284378758808628, 0.00536461538461534, 0.00329595363228218, 0.00938711538461533, 0.0143120297490769, 0.0355234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1335, '2021-05-23 00:00:00', 0.000740987828198565, 0.00159980769230764, 0.00169028396567425, 0.00284173076923069, 0.00260838975526748, 0.00496865384615378, 0.00329326244603459, 0.00920653846153845, 0.01439094307061, 0.0356123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1350, '2021-05-23 00:00:00', 0.00148957171180692, 0.00226173076923075, 0.00230701466268555, 0.00405057692307689, 0.00246661409940519, 0.00472634615384611, 0.00323233478368909, 0.00931307692307691, 0.0143519617648599, 0.0358275 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1365, '2021-05-23 00:00:00', 0.00209719582923337, 0.00309288461538459, 0.00240877077652606, 0.00368942307692305, 0.00225976381509217, 0.00410749999999998, 0.00313166227671257, 0.00934615384615383, 0.014451563552619, 0.0359786538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1380, '2021-05-23 00:00:00', 0.00180553746526108, 0.00235653846153844, 0.00177402117106433, 0.00275634615384617, 0.00214403767188487, 0.00437153846153852, 0.00270837544267066, 0.00916153846153846, 0.0147791471037873, 0.0361213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1395, '2021-05-23 00:00:00', 0.00104227642871083, 0.00189807692307694, 0.000948052680295442, 0.00255173076923079, 0.00306235312363653, 0.00686942307692312, 0.00257444166463632, 0.00907173076923079, 0.0151800168199461, 0.0362694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1410, '2021-05-23 00:00:00', 0.000684441265671443, 0.00188038461538465, 0.00154722068437374, 0.00350461538461542, 0.00304642357780153, 0.00703384615384619, 0.0025215605363468, 0.00909653846153846, 0.0151944437175112, 0.0363232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1425, '2021-05-23 00:00:00', 0.00145640246973363, 0.00289307692307692, 0.00302416600073475, 0.00618000000000002, 0.00292069360176393, 0.00679365384615385, 0.00301870678500681, 0.00961942307692308, 0.0152192093964781, 0.0362694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 0, '2021-05-23 00:00:00', 0.00273586957769445, 0.00460788461538466, 0.00263723824074764, 0.00547153846153852, 0.00232706597209059, 0.00583903846153848, 0.00323668341647152, 0.00968846153846154, 0.0151995946871568, 0.036404423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 15, '2021-05-23 00:00:00', 0.0024700391865988, 0.00281540000000005, 0.00246497422231287, 0.00335700000000003, 0.00260024578966426, 0.00510640000000006, 0.00302920689565223, 0.0089256, 0.0156613482204864, 0.0370898 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 45, '2021-05-23 00:00:00', 0.00115596827544968, 0.00189942307692308, 0.00176809385628011, 0.0037817307692308, 0.00187423547490297, 0.00418615384615389, 0.00327871652304095, 0.0086840384615384, 0.0155483795507392, 0.036309423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 60, '2021-05-23 00:00:00', 0.00170576137974083, 0.00336326923076924, 0.00163391145838634, 0.00355557692307693, 0.00176894045862315, 0.00412788461538463, 0.00352596043107952, 0.00896480769230767, 0.0155241547075715, 0.0362207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 75, '2021-05-23 00:00:00', 0.00103048578910071, 0.00185019230769234, 0.0012156611528142, 0.00244403846153849, 0.00147972294704108, 0.00361500000000004, 0.00322958911413727, 0.0084053846153846, 0.0154554137453017, 0.0360190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 90, '2021-05-23 00:00:00', 0.000973744497367639, 0.00170788461538462, 0.00123703878740257, 0.00240019230769234, 0.00167310430039493, 0.00367000000000001, 0.00341287810528567, 0.00855519230769229, 0.0153987821746247, 0.0359526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 105, '2021-05-23 00:00:00', 0.00122449970945752, 0.00204346153846159, 0.00149775335599177, 0.00315365384615388, 0.00225597208281963, 0.00418096153846154, 0.00345978418624406, 0.00863384615384618, 0.0154096372292946, 0.0359234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 120, '2021-05-23 00:00:00', 0.00129107701015626, 0.00253461538461539, 0.00142888401854793, 0.00297153846153846, 0.00208984533840709, 0.00410653846153848, 0.00335456479465494, 0.00845980769230775, 0.0154743978930957, 0.0358030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 135, '2021-05-23 00:00:00', 0.00100287793566622, 0.00196692307692314, 0.00169116959982866, 0.00286115384615385, 0.00176574130216008, 0.00402288461538461, 0.00322078734401768, 0.00813865384615386, 0.0155465044661295, 0.0356536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 150, '2021-05-23 00:00:00', 0.00150075929500324, 0.00213730769230765, 0.00164013982752886, 0.00291942307692306, 0.00170238322766825, 0.00413557692307697, 0.00318859371582756, 0.00805673076923078, 0.0154380021575133, 0.0355311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 165, '2021-05-23 00:00:00', 0.00103754371548316, 0.00209019230769228, 0.00112006098735051, 0.00297384615384613, 0.00227588620102145, 0.00445500000000006, 0.00286810486880471, 0.00798346153846156, 0.0153743030361104, 0.0354403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 180, '2021-05-23 00:00:00', 0.00111537798008635, 0.0024509615384615, 0.00145747074122896, 0.00330480769230773, 0.00221263692318601, 0.00480692307692307, 0.00268241129324972, 0.00793288461538462, 0.0156433365563548, 0.0358688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 195, '2021-05-23 00:00:00', 0.00115193930128551, 0.00225192307692307, 0.00175857102172802, 0.00326596153846154, 0.0016193828002811, 0.00459942307692304, 0.0025300766786799, 0.007475, 0.0155486460714059, 0.0357805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 210, '2021-05-23 00:00:00', 0.00117158868143287, 0.00224903846153851, 0.00131554399394318, 0.00326000000000002, 0.00158699386843859, 0.00451346153846151, 0.00263105033866992, 0.00707326923076926, 0.0154752461494031, 0.0357992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 225, '2021-05-23 00:00:00', 0.00126788899356366, 0.00231749999999999, 0.00138777826038593, 0.0032475, 0.00182824729012404, 0.00421692307692307, 0.00270221092526382, 0.00695826923076924, 0.0154265262902773, 0.0357657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 240, '2021-05-23 00:00:00', 0.00116816753276886, 0.00231576923076922, 0.00158266352904009, 0.00318538461538461, 0.00193666061718458, 0.00415788461538464, 0.00240626589105639, 0.00680153846153846, 0.0152816626021064, 0.0356417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 255, '2021-05-23 00:00:00', 0.00098706760737975, 0.00195769230769234, 0.00098178951606042, 0.00251942307692311, 0.00167439083067431, 0.00347057692307695, 0.00230442371404354, 0.00616442307692311, 0.0151276563249109, 0.0354617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 270, '2021-05-23 00:00:00', 0.000920823293830918, 0.00190153846153847, 0.0015952893636724, 0.00268192307692311, 0.00183976007005934, 0.00352865384615388, 0.00228361798805856, 0.00616634615384618, 0.0150430222477451, 0.0354221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 285, '2021-05-23 00:00:00', 0.00147460451021231, 0.00200769230769233, 0.00148134664566242, 0.00254826923076923, 0.00162690906795205, 0.00344634615384619, 0.00241000051069263, 0.0061623076923077, 0.0149483760952357, 0.0353517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 300, '2021-05-23 00:00:00', 0.000912620929816057, 0.00174480769230769, 0.00126262743454334, 0.00247903846153848, 0.0015057901069385, 0.00323961538461543, 0.00234713986342144, 0.00610846153846157, 0.0149607420476186, 0.0352538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 315, '2021-05-23 00:00:00', 0.00116349195891574, 0.0019715384615385, 0.00116106603867044, 0.00241788461538466, 0.00169226949345004, 0.00326096153846158, 0.0023145060031163, 0.00705596153846155, 0.0149556038121039, 0.0352292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 330, '2021-05-23 00:00:00', 0.000849019819466034, 0.00171057692307693, 0.00127408470917514, 0.00241461538461535, 0.00177308320122366, 0.00323903846153844, 0.00294850060982757, 0.00850538461538464, 0.0149630652659756, 0.0352019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 345, '2021-05-23 00:00:00', 0.0012813805205565, 0.00192903846153847, 0.00150107915027316, 0.00242115384615391, 0.00161694680232177, 0.0034098076923077, 0.00361594754046355, 0.00927115384615385, 0.0149618927908408, 0.0352467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 360, '2021-05-23 00:00:00', 0.00114925882470136, 0.00181538461538464, 0.00143777746486085, 0.00249903846153844, 0.00133207670430569, 0.00330788461538459, 0.00442097004670309, 0.010546923076923, 0.0150193088901741, 0.0352484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 375, '2021-05-23 00:00:00', 0.000928375442123726, 0.00163019230769229, 0.00107193721113478, 0.0023007692307692, 0.00119182660393456, 0.00295942307692307, 0.00535838057123175, 0.0139571153846154, 0.0150360765289558, 0.0352842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 390, '2021-05-23 00:00:00', 0.000833505479655261, 0.00175923076923075, 0.000906539235011521, 0.00224423076923071, 0.00117812270811851, 0.00273365384615385, 0.0051315077743741, 0.0147259615384615, 0.0150467386461191, 0.0352967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 405, '2021-05-23 00:00:00', 0.000708256390994504, 0.00146134615384612, 0.000985152701947171, 0.00200961538461542, 0.000987481879093721, 0.00260769230769235, 0.00494116565584088, 0.0159690384615385, 0.0150525468902978, 0.0352882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 420, '2021-05-23 00:00:00', 0.000908282932029096, 0.00164673076923077, 0.000979493039987809, 0.00203884615384619, 0.00126299509713407, 0.00283615384615386, 0.00506206307896143, 0.0166888461538462, 0.0150677752390273, 0.0353294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 435, '2021-05-23 00:00:00', 0.000866349747281847, 0.00139173076923079, 0.000940277066368462, 0.0019898076923077, 0.0014002599346605, 0.00291673076923077, 0.00554835894310545, 0.0170751923076923, 0.0150960794260782, 0.0352809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 450, '2021-05-23 00:00:00', 0.000748225824611407, 0.00157326923076925, 0.00112462055139298, 0.00223076923076924, 0.00140799409963799, 0.00311923076923083, 0.00580963147580082, 0.0177417307692308, 0.0150690149963937, 0.0353148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 465, '2021-05-23 00:00:00', 0.000960107365791063, 0.00162692307692306, 0.00128710683317283, 0.00228999999999999, 0.00148672914092031, 0.00327153846153846, 0.00611187188057927, 0.0181932692307692, 0.0150435135485236, 0.0353367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 480, '2021-05-23 00:00:00', 0.000952988437253336, 0.0018801923076923, 0.00113118426710859, 0.00246461538461537, 0.00130102464057557, 0.00363634615384616, 0.00622510878496238, 0.0190242307692308, 0.0150586085231619, 0.0353594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 495, '2021-05-23 00:00:00', 0.000852680389216163, 0.00166538461538458, 0.00115470390810139, 0.00245365384615381, 0.00197832757651502, 0.00512000000000001, 0.00652668747410321, 0.0195742307692308, 0.0151452740940735, 0.0354707692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 510, '2021-05-23 00:00:00', 0.00102665760901766, 0.00189461538461543, 0.00112096414545013, 0.00291115384615384, 0.00300850837689476, 0.00665557692307694, 0.00650202341287224, 0.0199276923076923, 0.0151961665674654, 0.0355971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 525, '2021-05-23 00:00:00', 0.000956898133795653, 0.00225903846153841, 0.00193256315450589, 0.00433211538461537, 0.00330610161438141, 0.00779326923076921, 0.00709407658651817, 0.0208861538461539, 0.0150452483541635, 0.0357459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 540, '2021-05-23 00:00:00', 0.00160123745416324, 0.00356076923076926, 0.00265383250442419, 0.00584519230769232, 0.00387382835885203, 0.00925807692307689, 0.00850994891063032, 0.0217076923076923, 0.0149354188540581, 0.0359221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 555, '2021-05-23 00:00:00', 0.00215672358344423, 0.00412115384615384, 0.00259464369126382, 0.0062382692307692, 0.00488398107238189, 0.0119886538461539, 0.00843102628117394, 0.0213580769230769, 0.0150184989109584, 0.0360865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 570, '2021-05-23 00:00:00', 0.00245432024115713, 0.00424038461538464, 0.0034548000721404, 0.00636153846153848, 0.0049175416505217, 0.0116167307692308, 0.0088095986571466, 0.0212675, 0.0152881877894214, 0.0361717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 585, '2021-05-23 00:00:00', 0.00196248975499527, 0.00420596153846155, 0.00473456122977214, 0.00891596153846156, 0.00494977070175984, 0.011725, 0.00912022126081131, 0.0206703846153847, 0.0153909504542317, 0.0363717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 600, '2021-05-23 00:00:00', 0.0043630402112077, 0.00729826923076924, 0.00428233493103219, 0.00857269230769226, 0.00503686723454783, 0.0120165384615385, 0.00969569392129228, 0.0202788461538462, 0.0155465665130971, 0.0361778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 615, '2021-05-23 00:00:00', 0.00249332756495292, 0.00516211538461536, 0.00384451998103992, 0.00775326923076918, 0.00503869337840062, 0.0108348076923077, 0.0111661345164054, 0.0190209615384615, 0.015276524735685, 0.035065 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 630, '2021-05-23 00:00:00', 0.00233680508386987, 0.00503499999999993, 0.00280205570141745, 0.00741807692307689, 0.00441390732623775, 0.0103917307692308, 0.0107359129041091, 0.0182367307692308, 0.0145958754395258, 0.0353446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 645, '2021-05-23 00:00:00', 0.00185191418641524, 0.00483192307692308, 0.00278892665457796, 0.00692826923076925, 0.004401106679007, 0.0103150000000001, 0.0102191335192675, 0.0174667307692308, 0.0140057390434724, 0.0354730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 660, '2021-05-23 00:00:00', 0.00222720747021567, 0.00490365384615389, 0.00426849804245727, 0.0073884615384616, 0.00390902466686437, 0.0105646153846154, 0.00888508666032806, 0.0171901923076923, 0.0132191811060816, 0.0352063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 675, '2021-05-23 00:00:00', 0.00440841042780727, 0.00496250000000007, 0.00409311500712334, 0.00704230769230773, 0.00384936772030866, 0.00963038461538459, 0.00869833589743555, 0.0164842307692308, 0.0127234057562612, 0.0349190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 690, '2021-05-23 00:00:00', 0.0014955961507552, 0.00442538461538467, 0.00244686006012734, 0.00677307692307695, 0.00251567966041912, 0.00874807692307693, 0.00867339299458191, 0.0163859615384615, 0.0131459393745164, 0.0346040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 705, '2021-05-23 00:00:00', 0.00190257733088568, 0.0049575, 0.00219306018192359, 0.00611980769230767, 0.00354478273718528, 0.00867442307692307, 0.00864215681101394, 0.0165578846153846, 0.0131313059752404, 0.0343488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 720, '2021-05-23 00:00:00', 0.00193821293582917, 0.00421576923076923, 0.00215142135486144, 0.0060896153846154, 0.00601380404697264, 0.00887634615384615, 0.0088465039335409, 0.0166996153846154, 0.0134938397112848, 0.034443076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 735, '2021-05-23 00:00:00', 0.00180664057129424, 0.00368807692307695, 0.00366239209344855, 0.00589961538461545, 0.00588784254923787, 0.00780826923076922, 0.00908186700773332, 0.0165021153846154, 0.0136887719739152, 0.0341469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 750, '2021-05-23 00:00:00', 0.00358244220523463, 0.00428192307692315, 0.0060148687945278, 0.00619884615384616, 0.00589805137638367, 0.00805596153846149, 0.00928294589349409, 0.0168826923076923, 0.0136832742778013, 0.0342901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 765, '2021-05-23 00:00:00', 0.00301295301094352, 0.00443538461538462, 0.002813439156018, 0.00548173076923074, 0.00359206032585971, 0.00779576923076927, 0.00802237315023048, 0.0168551923076923, 0.0130131179924188, 0.0337517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 780, '2021-05-23 00:00:00', 0.00141678248696987, 0.00361115384615383, 0.0019912086491916, 0.00511326923076919, 0.00333571164129128, 0.00760307692307693, 0.00886086142061733, 0.0172486538461539, 0.0131542678011592, 0.0338307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 795, '2021-05-23 00:00:00', 0.0016246878516763, 0.00367615384615383, 0.00295618312251558, 0.00557057692307694, 0.00516933559560608, 0.0081775, 0.00892844955960783, 0.0173634615384616, 0.0135011593804156, 0.0340188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 810, '2021-05-23 00:00:00', 0.00247402757897691, 0.00403769230769232, 0.00314779136245372, 0.00553730769230771, 0.00532748143699617, 0.00815769230769236, 0.00932406725382468, 0.0176330769230769, 0.0133645859413831, 0.0340292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 825, '2021-05-23 00:00:00', 0.00172592686359002, 0.00367153846153852, 0.00373983798497292, 0.00567692307692312, 0.00536782815628301, 0.00818865384615385, 0.00944869579115792, 0.0180019230769231, 0.0134738910447062, 0.0339967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 840, '2021-05-23 00:00:00', 0.00373871360023948, 0.00422076923076923, 0.00413671082643433, 0.00586230769230767, 0.00533861961415266, 0.00869423076923078, 0.0105100639700168, 0.0187505769230769, 0.0134565771465109, 0.0341825 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 855, '2021-05-23 00:00:00', 0.00284576474107374, 0.00414480769230766, 0.00446156092036786, 0.00584538461538456, 0.00471547119759881, 0.00838884615384618, 0.0105469773814404, 0.0187482692307693, 0.0130881977897881, 0.0337907692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 870, '2021-05-23 00:00:00', 0.00220838026268469, 0.00370923076923073, 0.00273597861130862, 0.0056398076923077, 0.00311817703153615, 0.00788000000000004, 0.0107459200003465, 0.0185555769230769, 0.0129279963778674, 0.0337278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 885, '2021-05-23 00:00:00', 0.0021713115586243, 0.00406826923076926, 0.00241509846908669, 0.00563615384615386, 0.00405433426670205, 0.0090921153846154, 0.0105395459981042, 0.0187453846153846, 0.0127799984786925, 0.0335113461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 900, '2021-05-23 00:00:00', 0.00156663200725437, 0.00398461538461544, 0.00252233634827833, 0.00580942307692312, 0.00486877915514135, 0.00899730769230769, 0.0105826628556042, 0.0185336538461539, 0.0128651014047246, 0.0335119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 915, '2021-05-23 00:00:00', 0.00207691669585907, 0.00404480769230767, 0.0037611588690804, 0.00664403846153846, 0.00434882654817987, 0.00892788461538463, 0.010206629632819, 0.0180423076923077, 0.0121969613239717, 0.0335234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 930, '2021-05-23 00:00:00', 0.00373522453758197, 0.00500788461538467, 0.00400910156825887, 0.00664923076923081, 0.00646027614318103, 0.0103096153846154, 0.00966762708137919, 0.0175992307692308, 0.0110697565691391, 0.0339675000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 945, '2021-05-23 00:00:00', 0.00185366527764282, 0.00443980769230772, 0.0022934908981725, 0.00622250000000004, 0.00635443830356758, 0.0103480769230769, 0.00919235479163991, 0.0168411538461539, 0.0103029769503023, 0.0335009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 960, '2021-05-23 00:00:00', 0.00162038111613857, 0.0043248076923077, 0.00603156015025579, 0.00730461538461541, 0.00769292744118809, 0.0104438461538462, 0.00876876184795518, 0.0164971153846154, 0.00956487128265956, 0.033570576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 975, '2021-05-23 00:00:00', 0.00621746218633143, 0.00558596153846157, 0.00634074329542382, 0.00796653846153849, 0.00768288734035686, 0.00988673076923076, 0.00875784340550716, 0.0159163461538461, 0.00956191457534282, 0.0331821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 990, '2021-05-23 00:00:00', 0.00247565727869159, 0.00573980769230776, 0.00388204771995398, 0.00757750000000003, 0.00396868674752745, 0.00926249999999997, 0.00643711910299586, 0.0151828846153846, 0.0095195690614326, 0.0329963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1005, '2021-05-23 00:00:00', 0.00365658745911455, 0.00545461538461535, 0.00338534849927424, 0.00680730769230764, 0.00386547640610493, 0.00897461538461534, 0.00572790211629409, 0.0147805769230769, 0.00946349583318003, 0.0334992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1020, '2021-05-23 00:00:00', 0.00175561494814607, 0.00499538461538456, 0.00347116703939538, 0.00701115384615378, 0.00482953083005607, 0.0096690384615385, 0.00558329108900977, 0.0144407692307692, 0.00929560769726965, 0.0335876923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1035, '2021-05-23 00:00:00', 0.00252102051985668, 0.00473730769230766, 0.00281750970921813, 0.00619980769230768, 0.00423928466843169, 0.00928250000000001, 0.00497632560228929, 0.0137825, 0.0103168664760486, 0.0341967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1050, '2021-05-23 00:00:00', 0.00221988659620258, 0.00461249999999999, 0.00370055378911782, 0.00704288461538461, 0.00406981381165512, 0.00930769230769231, 0.00463754321978614, 0.0135186538461539, 0.0103511106873388, 0.0344823076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1065, '2021-05-23 00:00:00', 0.00221459119339132, 0.00518192307692305, 0.00269636099500508, 0.00693884615384614, 0.00271081537549133, 0.00881999999999998, 0.00383330231202605, 0.0126611538461538, 0.0107103532316238, 0.0344971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1080, '2021-05-23 00:00:00', 0.00267209767785534, 0.00531999999999999, 0.00262093005365531, 0.00706288461538464, 0.00272399430277276, 0.00861980769230772, 0.00410636712454427, 0.0121798076923077, 0.0109521280633211, 0.0350186538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1095, '2021-05-23 00:00:00', 0.00201439764808622, 0.00417826923076922, 0.00222692309286567, 0.00585269230769227, 0.00282872937634823, 0.00754826923076921, 0.00402660979752671, 0.0109726923076923, 0.0106067559547967, 0.0346617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1110, '2021-05-23 00:00:00', 0.00175087377087512, 0.0039898076923076, 0.00188255587311105, 0.00533884615384612, 0.00280451850385441, 0.00674903846153843, 0.00453269785515804, 0.0100803846153846, 0.0105029667164166, 0.0344803846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1125, '2021-05-23 00:00:00', 0.00158231651020317, 0.00371846153846159, 0.00272599470200961, 0.00480134615384619, 0.00264863172949006, 0.00603596153846155, 0.00447472500229388, 0.00941038461538467, 0.010430985291613, 0.0342619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1140, '2021-05-23 00:00:00', 0.00234678130638536, 0.00331249999999998, 0.0023508724730651, 0.00423923076923075, 0.0026693959342604, 0.005689423076923, 0.00467983909979821, 0.0099, 0.0104208148433796, 0.03431 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1155, '2021-05-23 00:00:00', 0.00113476598739736, 0.0028496153846154, 0.00155316462300483, 0.00400788461538464, 0.00230934383787654, 0.00520019230769229, 0.00409605641487591, 0.00953692307692309, 0.010258236375638, 0.0340765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1170, '2021-05-23 00:00:00', 0.0013085826301766, 0.0027025, 0.0017394554850916, 0.00367076923076923, 0.00298541331373831, 0.00495557692307689, 0.00358599444420181, 0.00917307692307695, 0.0102823864260873, 0.0343361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1185, '2021-05-23 00:00:00', 0.000850712732857656, 0.00238807692307692, 0.001622499318478, 0.00339403846153843, 0.00257203963511744, 0.00463173076923077, 0.0030991727680389, 0.00856038461538461, 0.0102976699605, 0.0341638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1200, '2021-05-23 00:00:00', 0.00155752372497059, 0.00232192307692307, 0.00256545593488679, 0.00317807692307692, 0.00259173915472863, 0.00461961538461535, 0.00314347938046115, 0.00842884615384615, 0.0103066886348325, 0.0341438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1215, '2021-05-23 00:00:00', 0.00139690641721679, 0.00206153846153849, 0.00157743033492395, 0.00297230769230774, 0.00170162994259578, 0.00422769230769227, 0.00326345225419106, 0.00927884615384615, 0.0103128330510322, 0.0341365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1230, '2021-05-23 00:00:00', 0.000987895042696683, 0.00184615384615383, 0.00118793040782959, 0.00298442307692303, 0.00125002344593397, 0.00393615384615382, 0.00328546072170191, 0.00907307692307692, 0.0103128330510322, 0.0341365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1245, '2021-05-23 00:00:00', 0.00131345980290456, 0.00235442307692303, 0.00129219272496853, 0.00297403846153841, 0.00149284447126438, 0.00397615384615381, 0.00325077200889975, 0.00910557692307691, 0.0103194422628059, 0.0341288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1260, '2021-05-23 00:00:00', 0.0012036762278697, 0.00213269230769229, 0.00116841774997714, 0.00294096153846151, 0.00159544785127996, 0.0040146153846154, 0.003202924030656, 0.00905288461538461, 0.0103268795793383, 0.0341203846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1275, '2021-05-23 00:00:00', 0.00086440651049414, 0.00205884615384617, 0.00104721322492678, 0.00279153846153846, 0.00113399389497744, 0.00369807692307696, 0.00308953004267886, 0.00922326923076923, 0.0102219594012107, 0.03449 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1290, '2021-05-23 00:00:00', 0.000741130970466505, 0.00190365384615387, 0.000891009043379817, 0.00282134615384616, 0.00104029773844577, 0.00355076923076923, 0.00317477744828733, 0.00900461538461535, 0.010180455173442, 0.0348415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1305, '2021-05-23 00:00:00', 0.000844341459363428, 0.00223250000000001, 0.00100572530276183, 0.0027442307692308, 0.00113159351562983, 0.0036982692307693, 0.00334117043057574, 0.00891538461538457, 0.0103131305327052, 0.0351607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1320, '2021-05-23 00:00:00', 0.000861290623693026, 0.00188346153846156, 0.00103504970151938, 0.00248673076923084, 0.0019291052230344, 0.00427480769230773, 0.00355018004418841, 0.00874211538461534, 0.0103369511276481, 0.0353438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1335, '2021-05-23 00:00:00', 0.000839744283421091, 0.00164769230769239, 0.00103580717317463, 0.0024275000000001, 0.00219175645228981, 0.00433288461538464, 0.00348604577069557, 0.00872365384615384, 0.0102863771001337, 0.0353996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1350, '2021-05-23 00:00:00', 0.000733565292568861, 0.00171096153846155, 0.00176487864041262, 0.00325115384615385, 0.00203656208237916, 0.0043863461538462, 0.00338271380016784, 0.00873942307692307, 0.0103038835397145, 0.035445 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1365, '2021-05-23 00:00:00', 0.00141969868146513, 0.00268788461538467, 0.00166247544805468, 0.00347115384615387, 0.00155241355513078, 0.00410461538461542, 0.00342614740466046, 0.00852096153846153, 0.0103431676538372, 0.0354886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1380, '2021-05-23 00:00:00', 0.00111496298662258, 0.00226269230769232, 0.00116706741285745, 0.00306288461538465, 0.00215705775394315, 0.00445307692307696, 0.00420974899671993, 0.0091261538461539, 0.0104814626199709, 0.035505576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1395, '2021-05-23 00:00:00', 0.000933622061567803, 0.00195807692307699, 0.000780866579759076, 0.00231615384615385, 0.00316424724916463, 0.00589057692307695, 0.00428547096415496, 0.00922576923076928, 0.0105020391664594, 0.035485576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1410, '2021-05-23 00:00:00', 0.00060768124868222, 0.00160749999999998, 0.00197201384766556, 0.0033288461538462, 0.00311777590846176, 0.00584115384615385, 0.00422127784152911, 0.00924115384615387, 0.0104487038669875, 0.0355825000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1425, '2021-05-23 00:00:00', 0.00205172536211321, 0.00302980769230775, 0.00312785119776895, 0.00537365384615389, 0.00311503676358103, 0.00585596153846158, 0.00450690588046663, 0.00948384615384621, 0.0104510393520674, 0.0356765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 0, '2021-05-23 00:00:00', 0.0026552382842513, 0.00418288461538466, 0.00262469893511618, 0.00455750000000004, 0.00293728139612127, 0.00542000000000003, 0.00455499210925601, 0.00960865384615388, 0.0104674368400292, 0.035695 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 15, '2021-05-23 00:00:00', 0.00178807736596231, 0.0022954, 0.00207501154615259, 0.00319400000000002, 0.00311104360839461, 0.00503560000000006, 0.00457092020276004, 0.00916860000000003, 0.0106877985338422, 0.0353000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 30, '2021-05-23 00:00:00', 0.0020715961237654, 0.00255250000000003, 0.00254449003504859, 0.00349153846153848, 0.00298902366359619, 0.00496269230769232, 0.0043908605473362, 0.00913288461538467, 0.0104863492217263, 0.0354900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 45, '2021-05-23 00:00:00', 0.00225454153620231, 0.00263846153846159, 0.00277364012417998, 0.00423846153846158, 0.00266157319730552, 0.00477673076923076, 0.00427743825653408, 0.00897903846153854, 0.0105490736815353, 0.0353534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 60, '2021-05-23 00:00:00', 0.00274692410496925, 0.00360596153846157, 0.00274001654262263, 0.00392442307692307, 0.00259073503083577, 0.00451, 0.00417512109451281, 0.00889692307692314, 0.0105567629799756, 0.0352861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 75, '2021-05-23 00:00:00', 0.00147821671410046, 0.00212057692307692, 0.00140704940867813, 0.00265596153846149, 0.00180621414523906, 0.00396846153846157, 0.00394586707347552, 0.00840519230769235, 0.0108116386077511, 0.0350542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 90, '2021-05-23 00:00:00', 0.00124464936366093, 0.00188403846153841, 0.00144443964381186, 0.00236326923076923, 0.0016822573662059, 0.00398538461538461, 0.00392953017352143, 0.00833576923076929, 0.0108055271896448, 0.0350353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 105, '2021-05-23 00:00:00', 0.0013251799877752, 0.00188999999999996, 0.00149550090656564, 0.00322480769230768, 0.00195789518066256, 0.00411346153846148, 0.0038491713443885, 0.00847596153846158, 0.0108094960816155, 0.0350315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 120, '2021-05-23 00:00:00', 0.00154207672162729, 0.00281384615384618, 0.00179996093974717, 0.00344423076923075, 0.00341142837217223, 0.00523653846153845, 0.00383389868350541, 0.00850634615384621, 0.0108824635997553, 0.0349450000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 135, '2021-05-23 00:00:00', 0.00145983967770963, 0.00229173076923071, 0.00188138316548875, 0.00299615384615378, 0.00331071021894787, 0.00537807692307692, 0.00369283725088692, 0.00823519230769234, 0.0108959306871172, 0.0349284615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 150, '2021-05-23 00:00:00', 0.00183645110303709, 0.00232057692307683, 0.00317645133999949, 0.00402365384615381, 0.00317358545715186, 0.00535942307692306, 0.00364470007735149, 0.00823442307692309, 0.0109253128048864, 0.0349017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 165, '2021-05-23 00:00:00', 0.00245750340010723, 0.00308019230769231, 0.00251743780764979, 0.00426134615384619, 0.00302232068883396, 0.0053071153846154, 0.00344794074551976, 0.00790076923076924, 0.0109701870557644, 0.0348190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 180, '2021-05-23 00:00:00', 0.00168368283373542, 0.00308826923076927, 0.00191441222150461, 0.00385692307692308, 0.00239801430675144, 0.00487384615384616, 0.00316198732542587, 0.00752538461538462, 0.0110399755591285, 0.0347578846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 195, '2021-05-23 00:00:00', 0.0011789578187796, 0.00253653846153846, 0.00160784960308916, 0.00349288461538457, 0.00173030923203383, 0.00432096153846154, 0.0025377081119661, 0.00704769230769234, 0.0112628335842342, 0.0348778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 210, '2021-05-23 00:00:00', 0.00136225920949215, 0.00234192307692303, 0.00132996309954594, 0.00294038461538461, 0.00157554148201129, 0.00393519230769231, 0.00267008686836508, 0.00666826923076925, 0.011255718944676, 0.0348448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 225, '2021-05-23 00:00:00', 0.000966785335333277, 0.00201673076923075, 0.00110170120198787, 0.00275346153846152, 0.00157894454766949, 0.0038682692307692, 0.00268993618025529, 0.00643557692307692, 0.0112628963637246, 0.0348075 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 240, '2021-05-23 00:00:00', 0.000971658950138647, 0.00218865384615381, 0.00119213260749214, 0.00281192307692303, 0.00177929892200437, 0.00376557692307689, 0.00259036127566439, 0.0062965384615385, 0.0112709280912648, 0.0347990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 255, '2021-05-23 00:00:00', 0.00103644711171608, 0.00192884615384613, 0.00148925479557859, 0.00274038461538458, 0.00188904816284248, 0.00356019230769226, 0.00239927905838401, 0.00632500000000002, 0.0112577292576461, 0.0348109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 270, '2021-05-23 00:00:00', 0.00128881652629905, 0.00211403846153843, 0.00137977049373602, 0.00277615384615379, 0.00205845353640508, 0.00378480769230763, 0.00249589121588629, 0.0064551923076923, 0.0112577292576461, 0.0348109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 285, '2021-05-23 00:00:00', 0.00096229055663275, 0.00197365384615379, 0.0014199195535176, 0.00268846153846154, 0.00167668881567673, 0.00355076923076926, 0.00251318462543813, 0.00647480769230772, 0.0113892228072791, 0.0349069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 300, '2021-05-23 00:00:00', 0.00094360576839794, 0.0020196153846154, 0.00128619751145053, 0.00265903846153849, 0.00145966914059317, 0.00330000000000005, 0.00295621176508042, 0.00694500000000005, 0.0115377344813242, 0.0347701923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 315, '2021-05-23 00:00:00', 0.000860155889270166, 0.00177192307692307, 0.000944060623868247, 0.00225230769230771, 0.000930029362646469, 0.00290384615384615, 0.00356108812238402, 0.0077311538461539, 0.0116253056088861, 0.0347025000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 330, '2021-05-23 00:00:00', 0.00084600936528729, 0.00162538461538462, 0.000941254400337064, 0.00221961538461541, 0.00111855581683914, 0.00292365384615388, 0.00360671077512241, 0.00865615384615388, 0.0116568107542989, 0.0346751923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 345, '2021-05-23 00:00:00', 0.000987725358900661, 0.00176576923076924, 0.000857435622162868, 0.00222038461538463, 0.00120559586288911, 0.00299076923076925, 0.00388189234186698, 0.0094580769230769, 0.0116568107542989, 0.0346751923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 360, '2021-05-23 00:00:00', 0.0006143923827653, 0.00152, 0.00116356408702545, 0.00216576923076921, 0.0013405357711923, 0.00304192307692307, 0.00394705619612701, 0.0103311538461538, 0.0116568107542989, 0.0346751923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 375, '2021-05-23 00:00:00', 0.00109308386967964, 0.00162211538461538, 0.0011484419713413, 0.00209019230769229, 0.00131831407486987, 0.00306000000000008, 0.00416746097300726, 0.0111751923076923, 0.0116664539879882, 0.034660576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 390, '2021-05-23 00:00:00', 0.000907586571416402, 0.00167423076923075, 0.00121331801906373, 0.00234615384615383, 0.00137714291755964, 0.0031311538461539, 0.0046834313686245, 0.0128907692307692, 0.0116613280349393, 0.0346884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 405, '2021-05-23 00:00:00', 0.000886639984175333, 0.00163769230769229, 0.00108966009167291, 0.00232634615384624, 0.00129180042814437, 0.00301288461538462, 0.00541586890890665, 0.0143240384615384, 0.01165009117825, 0.0345976923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 420, '2021-05-23 00:00:00', 0.0011295708681415, 0.0018628846153847, 0.00133073369005458, 0.00229692307692313, 0.00138527638175428, 0.0029694230769231, 0.00551272282647504, 0.0150501923076923, 0.0116552505698571, 0.0345696153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 435, '2021-05-23 00:00:00', 0.000731216189224922, 0.00145365384615385, 0.000826486469710954, 0.00201326923076917, 0.000994005591223995, 0.00294365384615386, 0.00561015021052161, 0.0159907692307692, 0.0116622336576067, 0.0346067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 450, '2021-05-23 00:00:00', 0.000846454869531602, 0.00163038461538455, 0.000901897145764598, 0.00220769230769227, 0.0015275130239908, 0.00360096153846153, 0.00556809735491811, 0.0169319230769231, 0.0116592235804963, 0.0345975000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 465, '2021-05-23 00:00:00', 0.000745551241596506, 0.00172557692307695, 0.000824514332571234, 0.00237673076923082, 0.00194403265444244, 0.00398019230769233, 0.00517424433724755, 0.0179223076923077, 0.0116573129391613, 0.0346051923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 480, '2021-05-23 00:00:00', 0.000802504277486809, 0.00199134615384619, 0.00133141798326214, 0.00302538461538464, 0.00251628230041557, 0.00476615384615386, 0.00548875040073225, 0.0182698076923077, 0.0116658241441202, 0.0346101923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 495, '2021-05-23 00:00:00', 0.00123247332628337, 0.0021475, 0.00184359197888669, 0.00302076923076924, 0.00288218651641158, 0.00601865384615383, 0.00533785012903132, 0.018435, 0.0116583251221539, 0.034570576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 510, '2021-05-23 00:00:00', 0.00171686503210401, 0.00245153846153847, 0.00247105409616098, 0.00376288461538463, 0.00263208387755056, 0.00725346153846157, 0.00536328443070243, 0.0188667307692308, 0.0116636177277893, 0.0346475 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 525, '2021-05-23 00:00:00', 0.00188204460218549, 0.00273673076923079, 0.00227186368767691, 0.00491115384615384, 0.00278403486936602, 0.00757807692307688, 0.0051599824239414, 0.0189688461538461, 0.0116648053843108, 0.034640576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 540, '2021-05-23 00:00:00', 0.00222638596418921, 0.00415730769230767, 0.00240257257154459, 0.00588519230769234, 0.00279840715682772, 0.00839884615384614, 0.00531014330170244, 0.0192167307692308, 0.0116972566820009, 0.0344867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 555, '2021-05-23 00:00:00', 0.00172593408377563, 0.00399230769230777, 0.00235613207315582, 0.00551788461538463, 0.00266931342368147, 0.00823692307692308, 0.00544742925961056, 0.0191784615384616, 0.0117971305132288, 0.0345721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 570, '2021-05-23 00:00:00', 0.00203109970213176, 0.00378, 0.00207094616057489, 0.00565, 0.00360387439484871, 0.00993442307692306, 0.00543558480329815, 0.0189069230769231, 0.0117063870337784, 0.0345457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 585, '2021-05-23 00:00:00', 0.00190892470738409, 0.00427346153846163, 0.00230814471783326, 0.00673596153846156, 0.00476408819672282, 0.0112421153846154, 0.00539994468632639, 0.0187238461538462, 0.0115572928424503, 0.0344153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 600, '2021-05-23 00:00:00', 0.00210423050982101, 0.00519096153846151, 0.00365004807660648, 0.00798519230769228, 0.00496249171671466, 0.0113140384615385, 0.00549548661315675, 0.0185063461538462, 0.0112959000322445, 0.0341434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 615, '2021-05-23 00:00:00', 0.00243567205225869, 0.00560711538461539, 0.00338636806237097, 0.0080144230769231, 0.00355220677347737, 0.0106451923076924, 0.00445345855660352, 0.0174213461538462, 0.0113733181224911, 0.0338313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 630, '2021-05-23 00:00:00', 0.00319240726628769, 0.00550692307692311, 0.00348271156516783, 0.00733461538461549, 0.00354237634277417, 0.010408076923077, 0.00424003474677346, 0.016590576923077, 0.0113106739801223, 0.0338567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 645, '2021-05-23 00:00:00', 0.00171831890118041, 0.00473461538461542, 0.00250479303613021, 0.00702692307692315, 0.00322780380206351, 0.0102142307692308, 0.00450254371268237, 0.0157382692307693, 0.0126723118299458, 0.0341213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 660, '2021-05-23 00:00:00', 0.00224911791256377, 0.00510076923076927, 0.00285145960599397, 0.0072782692307693, 0.00312904648169618, 0.00958826923076932, 0.00487520573530379, 0.0157098076923078, 0.0125596411710747, 0.0343878846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 675, '2021-05-23 00:00:00', 0.00175392478568675, 0.00440307692307695, 0.00216117198439954, 0.00672788461538467, 0.00220443777063793, 0.00846673076923077, 0.0062212096399829, 0.0164807692307693, 0.0140253410160105, 0.0351761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 690, '2021-05-23 00:00:00', 0.00195009124046901, 0.00483461538461542, 0.0018085371160139, 0.00638750000000002, 0.00369688390612752, 0.00863384615384615, 0.00622028854141527, 0.0164415384615385, 0.0140021773265666, 0.0352917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 705, '2021-05-23 00:00:00', 0.00133685129487741, 0.00454076923076921, 0.00202362492724171, 0.00588961538461535, 0.00348507166353869, 0.00818249999999995, 0.00591527699136864, 0.0171532692307693, 0.0139955757638455, 0.0351351923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 720, '2021-05-23 00:00:00', 0.00183712904157132, 0.00398134615384613, 0.00321159155967159, 0.00624788461538461, 0.00330341143598317, 0.00784634615384614, 0.00622932665826608, 0.0178661538461539, 0.0139875993156576, 0.0352111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 735, '2021-05-23 00:00:00', 0.00274517058458337, 0.00442846153846151, 0.00289154414430454, 0.00564653846153846, 0.00399124649895058, 0.00763615384615384, 0.00918304840662736, 0.0187859615384616, 0.0138850153721418, 0.0352967307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 750, '2021-05-2[...];
Date: 2021-05-23 16:30:30 Duration: 21s608ms 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 986550, 1, 990, '2021-05-23 00:00:00', 0.0047653226422366, 0.00949673076923089, 0.00530051336047876, 0.0134882692307694, 0.0108315398507536, 0.0180465384615385, 0.0131378268326468, 0.0281482692307693, 0.0119402208667243, 0.0508478846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1005, '2021-05-23 00:00:00', 0.00437872120425776, 0.00944076923076915, 0.00889714838499487, 0.0133992307692307, 0.010602348128889, 0.0166246153846154, 0.0132019714567996, 0.0272371153846154, 0.0118802351780012, 0.0503917307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1020, '2021-05-23 00:00:00', 0.00571638359320104, 0.00901076923076923, 0.00733044063110509, 0.0113596153846156, 0.00862830954118285, 0.0176234615384619, 0.0101000736707138, 0.0252730769230771, 0.0121045801519032, 0.0505644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1035, '2021-05-23 00:00:00', 0.00252782128750009, 0.00700730769230777, 0.00348033616855538, 0.00964538461538478, 0.00698448881450864, 0.0158100000000002, 0.00811107449962447, 0.0235565384615385, 0.0123215708429754, 0.0509340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1050, '2021-05-23 00:00:00', 0.00255045489155315, 0.00723192307692333, 0.00507197029307635, 0.0130955769230772, 0.00648425409090259, 0.015753653846154, 0.00735022138075803, 0.0229478846153848, 0.0129720356106749, 0.0513882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1065, '2021-05-23 00:00:00', 0.00399586937204701, 0.00970403846153873, 0.00501585896087439, 0.0119263461538463, 0.00504402176229074, 0.0147015384615386, 0.00673468389127383, 0.021603653846154, 0.0136123730607912, 0.0516371153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1080, '2021-05-23 00:00:00', 0.00339522515963455, 0.00771673076923064, 0.00357472250133362, 0.00994519230769198, 0.00408854687370247, 0.0140365384615383, 0.00634038843750604, 0.0202534615384615, 0.0150517954615184, 0.0526588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1095, '2021-05-23 00:00:00', 0.00235316001123213, 0.00636903846153838, 0.0033258420564749, 0.0092707692307693, 0.00422525722931134, 0.0128255769230769, 0.00559591009989922, 0.0184696153846156, 0.0154908718282736, 0.05262 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1110, '2021-05-23 00:00:00', 0.00255700955896047, 0.00583173076923081, 0.00303878273326657, 0.00830749999999998, 0.00382100282849742, 0.0108538461538461, 0.00534230245666252, 0.0167815384615386, 0.0157938822442792, 0.0527178846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1125, '2021-05-23 00:00:00', 0.00217049824127653, 0.00529884615384621, 0.00272125356435949, 0.00735519230769234, 0.003357980351113, 0.00973903846153843, 0.00507698542065434, 0.015624807692308, 0.0155895414411765, 0.0528171153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1140, '2021-05-23 00:00:00', 0.00209222413860326, 0.00484461538461535, 0.00279669758547757, 0.00658423076923074, 0.00328590997231426, 0.00912711538461542, 0.00554994166289499, 0.0149476923076925, 0.0154866524515097, 0.0528830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1155, '2021-05-23 00:00:00', 0.00176873588061781, 0.00442615384615387, 0.0024116402334066, 0.00615615384615376, 0.00403894021229091, 0.00869403846153836, 0.00556133377748685, 0.0143357692307695, 0.0154146973734611, 0.0530663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1170, '2021-05-23 00:00:00', 0.00163661114454902, 0.00426903846153843, 0.00241703177790134, 0.00608384615384621, 0.00376749872135125, 0.00804384615384628, 0.00541177161380634, 0.0138100000000003, 0.0157460478899897, 0.052903076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1185, '2021-05-23 00:00:00', 0.00196364791023857, 0.00395865384615395, 0.00277843348918869, 0.00555442307692309, 0.00323233540243663, 0.00746692307692318, 0.00539162430213616, 0.0131688461538463, 0.0158462873460584, 0.0530094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1200, '2021-05-23 00:00:00', 0.00218515069010383, 0.00420846153846168, 0.00249482166003585, 0.00554634615384627, 0.00310055968272702, 0.00757711538461541, 0.00564611422539018, 0.0134303846153848, 0.0158822650099461, 0.0530903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1215, '2021-05-23 00:00:00', 0.00158216138678906, 0.00356442307692307, 0.00249546416215796, 0.00538923076923082, 0.00280844047197264, 0.00711326923076919, 0.0057575837079322, 0.0129380769230772, 0.0159422244997368, 0.0531900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1230, '2021-05-23 00:00:00', 0.0017955886649913, 0.00380057692307686, 0.00182546664213211, 0.00506269230769215, 0.00221501492441561, 0.0070286538461538, 0.0058970085538869, 0.0122617307692309, 0.0156849808133574, 0.0534463461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1245, '2021-05-23 00:00:00', 0.00148624767580838, 0.00366307692307701, 0.00202263381225109, 0.00478653846153844, 0.00281570756922381, 0.00661134615384626, 0.00601162910212684, 0.0118623076923079, 0.0155122615521253, 0.0538523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1260, '2021-05-23 00:00:00', 0.00144966473577624, 0.00325961538461551, 0.00210599789064102, 0.00488634615384611, 0.00249883329699139, 0.00636538461538467, 0.00540274725344568, 0.0116032692307693, 0.0156240556145374, 0.0538596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1275, '2021-05-23 00:00:00', 0.00167667882571932, 0.00349173076923065, 0.0024199027634628, 0.00429076923076926, 0.0028999394754958, 0.00673019230769236, 0.0050806004528539, 0.0114048076923078, 0.0155435194064429, 0.0541684615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1290, '2021-05-23 00:00:00', 0.0015039763833048, 0.00280519230769235, 0.00198821188508689, 0.00435250000000002, 0.00300925669329735, 0.00655461538461552, 0.00440974977922627, 0.011198653846154, 0.0155294841622688, 0.0544728846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1305, '2021-05-23 00:00:00', 0.00136511646445959, 0.00353519230769245, 0.00226246859731734, 0.00513807692307705, 0.00342488950972839, 0.00686807692307701, 0.0039797322146095, 0.0108475000000001, 0.0156150034409712, 0.0548826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1320, '2021-05-23 00:00:00', 0.00219440302903683, 0.00391057692307714, 0.00274281688443444, 0.00502269230769244, 0.00390252849494353, 0.00744942307692323, 0.00390994469762189, 0.0104515384615387, 0.0156673463083624, 0.0549778846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1335, '2021-05-23 00:00:00', 0.00138946338562793, 0.0028225, 0.00208833471565644, 0.0042482692307693, 0.00256910730530171, 0.00662211538461563, 0.00364727437220645, 0.0100228846153846, 0.0158345044905593, 0.0550376923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1350, '2021-05-23 00:00:00', 0.0014511666394264, 0.00320384615384607, 0.00208479016653024, 0.00530596153846146, 0.00233195236789997, 0.0062746153846154, 0.00372286565079199, 0.0103144230769232, 0.0160397699065121, 0.0551655769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1365, '2021-05-23 00:00:00', 0.00189064377517683, 0.00402326923076934, 0.00199408463673488, 0.00474346153846172, 0.00222667928850258, 0.00559057692307707, 0.00407953163318463, 0.0108428846153846, 0.0167626774252069, 0.0553876923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1380, '2021-05-23 00:00:00', 0.000844490583816237, 0.00280788461538462, 0.00107490423544829, 0.00344634615384631, 0.00260727393739462, 0.00564076923076919, 0.00374066759261804, 0.0111459615384615, 0.0182382875387508, 0.0558728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1395, '2021-05-23 00:00:00', 0.00117878555497404, 0.00250076923076932, 0.00169063128855649, 0.00353192307692307, 0.00258489184418875, 0.00582461538461542, 0.00331333677965042, 0.0118061538461537, 0.0185697227268973, 0.0560569230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1410, '2021-05-23 00:00:00', 0.0010336095081725, 0.00240884615384617, 0.00223791311613864, 0.00424134615384614, 0.00228275565591574, 0.00534576923076929, 0.0033780730966268, 0.0124896153846153, 0.0186040591900304, 0.0560971153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1425, '2021-05-23 00:00:00', 0.00154973676424779, 0.0030859615384614, 0.00178329621336881, 0.00431576923076913, 0.00203231777497052, 0.00501346153846161, 0.00376460410115876, 0.0130190384615385, 0.0186492390028284, 0.0560142307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 0, '2021-05-23 00:00:00', 0.00191280326906719, 0.00339288461538461, 0.00207229219984495, 0.00397980769230754, 0.00237867361229883, 0.00498692307692299, 0.00411043033494827, 0.0132584615384616, 0.0183066309308527, 0.0560409615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 15, '2021-05-23 00:00:00', 0.00164494250542475, 0.00239038461538437, 0.00175374272299598, 0.00314346153846148, 0.00222679200092536, 0.00484884615384596, 0.00424777500128492, 0.0135776923076923, 0.0182226191185147, 0.0559965384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 30, '2021-05-23 00:00:00', 0.00154337354020839, 0.00210326923076934, 0.00203592719380167, 0.00320346153846153, 0.00236661822991225, 0.00532961538461523, 0.00448184751139387, 0.0141663461538462, 0.018054843905765, 0.0559473076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 45, '2021-05-23 00:00:00', 0.00174039364468538, 0.0021440384615386, 0.00195286862963594, 0.00384173076923085, 0.00219819572866889, 0.00517769230769224, 0.00467027385130195, 0.0146253846153847, 0.0179848265618975, 0.0559226923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 60, '2021-05-23 00:00:00', 0.00165350299481027, 0.003158076923077, 0.0020874587421072, 0.00422999999999994, 0.00233914186270234, 0.00523557692307678, 0.0053351117643834, 0.0150184615384615, 0.017990026809746, 0.055821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 75, '2021-05-23 00:00:00', 0.00176931791507771, 0.00286173076923058, 0.00167319575616852, 0.0035859615384614, 0.00236836760562707, 0.00556634615384579, 0.00536157886117659, 0.0148817307692306, 0.0180557450147718, 0.0557459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 90, '2021-05-23 00:00:00', 0.000743345452355856, 0.00215269230769239, 0.00124336103117592, 0.00310942307692301, 0.00212865837126116, 0.00552230769230763, 0.00509935471030773, 0.0148373076923077, 0.0178496419668898, 0.0555421153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 105, '2021-05-23 00:00:00', 0.00108463033404871, 0.00216480769230759, 0.00198073354710207, 0.00400423076923037, 0.00320512723856404, 0.00617115384615361, 0.00497320019241592, 0.0148680769230769, 0.0176566750648628, 0.0553921153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 120, '2021-05-23 00:00:00', 0.00186052684846139, 0.00334807692307657, 0.0021157169815819, 0.00433211538461528, 0.00328953604397555, 0.00659923076923065, 0.0049591446881958, 0.0152540384615384, 0.017604530439634, 0.0553100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 135, '2021-05-23 00:00:00', 0.00145679808273033, 0.00257942307692333, 0.00266217291959912, 0.00439057692307679, 0.00231569351632266, 0.00722730769230764, 0.00513137975147476, 0.0152330769230769, 0.0176394504013456, 0.0550676923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 150, '2021-05-23 00:00:00', 0.00169764030801108, 0.00301384615384602, 0.00220278684502513, 0.00464173076923063, 0.00291183788115922, 0.00757961538461539, 0.00498824905691836, 0.0151555769230769, 0.0173434865627948, 0.054883076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 165, '2021-05-23 00:00:00', 0.00169141571335508, 0.0032886538461539, 0.00157002101896763, 0.00558499999999988, 0.00317422153388083, 0.00779288461538467, 0.00450175897673524, 0.0152967307692308, 0.0173849996659365, 0.0547657692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 180, '2021-05-23 00:00:00', 0.00125581227161473, 0.00418269230769219, 0.00265323112159775, 0.00604076923076928, 0.00305454702672287, 0.00801846153846167, 0.00402443038014259, 0.0151032692307692, 0.0173252906513525, 0.0555219230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 195, '2021-05-23 00:00:00', 0.0025663362766043, 0.00437326923076928, 0.00250409794137516, 0.00556750000000007, 0.00263061932602607, 0.00800403846153852, 0.00408555386039073, 0.0143371153846154, 0.0172220448006438, 0.0556936538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 210, '2021-05-23 00:00:00', 0.00112214773468611, 0.00356653846153865, 0.00190369996019907, 0.00516846153846182, 0.00271162267627012, 0.00751346153846159, 0.00426616790754704, 0.0136661538461539, 0.0170103245073735, 0.0556053846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 225, '2021-05-23 00:00:00', 0.00162493488626948, 0.00379076923076947, 0.00212664853701808, 0.00570500000000019, 0.00278956054576038, 0.00772596153846153, 0.00410957493590839, 0.0136419230769231, 0.0166913890927672, 0.0557896153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 240, '2021-05-23 00:00:00', 0.00210116919832766, 0.00406000000000009, 0.00266881359409031, 0.00559999999999993, 0.00339012450418076, 0.00782307692307673, 0.00393349871664477, 0.0135430769230768, 0.016487541852749, 0.0555978846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 255, '2021-05-23 00:00:00', 0.0013360406632458, 0.00334057692307699, 0.00166178394643084, 0.00477673076923071, 0.00282844809310395, 0.00676615384615356, 0.0039400891438568, 0.0123073076923076, 0.0168794856009846, 0.0548269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 270, '2021-05-23 00:00:00', 0.00106481294854298, 0.00316115384615367, 0.00266859179228398, 0.00484192307692287, 0.00294616095048331, 0.00655288461538434, 0.00386813251006025, 0.0117386538461537, 0.0166153359985934, 0.0545828846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 285, '2021-05-23 00:00:00', 0.00252734393872617, 0.00370923076923081, 0.00267231335248076, 0.00475942307692285, 0.00252182764158194, 0.00642057692307674, 0.00383884443750776, 0.0113611538461538, 0.0164865035851006, 0.0548223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 300, '2021-05-23 00:00:00', 0.0016767921870229, 0.00296096153846135, 0.00184615167307537, 0.00435499999999985, 0.00226640930005655, 0.00627365384615369, 0.00392889041392293, 0.0109832692307692, 0.0165158587284602, 0.0547134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 315, '2021-05-23 00:00:00', 0.00147853983323461, 0.00322403846153836, 0.00142537537566038, 0.00430019230769198, 0.00323801978898275, 0.00625807692307667, 0.00351089730476631, 0.0117517307692307, 0.0165697241388762, 0.0546690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 330, '2021-05-23 00:00:00', 0.000896337354931906, 0.00288057692307671, 0.00172845253155688, 0.00437807692307672, 0.00370669429753575, 0.00591115384615368, 0.00367680825738017, 0.0135098076923074, 0.0169148259967402, 0.0546575 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 345, '2021-05-23 00:00:00', 0.00160040827723604, 0.00305057692307697, 0.00302151358530018, 0.00402711538461549, 0.00336465590879925, 0.0063542307692307, 0.00459554935612916, 0.014418269230769, 0.0169073694719651, 0.0547426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 360, '2021-05-23 00:00:00', 0.00231337455811901, 0.00289961538461527, 0.00271631996529243, 0.00436807692307683, 0.0026965235739033, 0.00648923076923072, 0.00545269622790856, 0.0159980769230768, 0.0170545166632004, 0.0548361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 375, '2021-05-23 00:00:00', 0.000927530571754447, 0.00256019230769206, 0.00154213833810296, 0.00403557692307671, 0.00192085277536211, 0.00540576923076907, 0.00550242951934763, 0.018213846153846, 0.0171130811908946, 0.0548153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 390, '2021-05-23 00:00:00', 0.00129852205928952, 0.00289653846153812, 0.00161779542540505, 0.00395403846153833, 0.00165411395059065, 0.00495519230769212, 0.00513304997428068, 0.0191890384615383, 0.0171296440676569, 0.0548417307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 405, '2021-05-23 00:00:00', 0.00110289885511581, 0.0026367307692307, 0.00125112023648973, 0.00352538461538445, 0.00142223849833768, 0.00492211538461536, 0.00480734807752257, 0.0210715384615383, 0.0171332123363231, 0.0548248076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 420, '2021-05-23 00:00:00', 0.000856167421621634, 0.0025505769230769, 0.00105525643985034, 0.00334807692307698, 0.00185168643507653, 0.00519442307692313, 0.00518329050893312, 0.0228224999999999, 0.0170956803282178, 0.0549117307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 435, '2021-05-23 00:00:00', 0.000928033922622651, 0.00224019230769215, 0.00105684910865337, 0.00350096153846148, 0.00207716882947777, 0.00526211538461526, 0.00500451662539386, 0.0238905769230766, 0.0170994120467971, 0.0548528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 450, '2021-05-23 00:00:00', 0.000905589056063206, 0.00263846153846154, 0.00164735313340956, 0.00391288461538454, 0.00195243185638999, 0.00544692307692299, 0.00554211903378253, 0.0248392307692307, 0.0170646524914468, 0.054899423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 465, '2021-05-23 00:00:00', 0.0013238305724735, 0.00283576923076907, 0.00143576692183855, 0.00415057692307693, 0.00174908693762907, 0.00552634615384621, 0.0064199014490399, 0.0257711538461538, 0.0171443525586078, 0.0548405769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 480, '2021-05-23 00:00:00', 0.00130382739832181, 0.00350173076923088, 0.00153647954253071, 0.0044992307692307, 0.00182183205550399, 0.0058409615384615, 0.00702311274403211, 0.0265938461538462, 0.0171648223813884, 0.0547757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 495, '2021-05-23 00:00:00', 0.000818119889653263, 0.00264807692307697, 0.00117545671974767, 0.00389750000000009, 0.00192173836568711, 0.0073671153846153, 0.00715277180270277, 0.0271176923076923, 0.0169566307248362, 0.0548934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 510, '2021-05-23 00:00:00', 0.00111458831654741, 0.00299365384615406, 0.00137998338897474, 0.00440807692307688, 0.00309958069124514, 0.00945769230769213, 0.00752716695351955, 0.0279421153846155, 0.0167494405888215, 0.0551290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 525, '2021-05-23 00:00:00', 0.00103540590331317, 0.00315923076923073, 0.00200441927135634, 0.00613115384615375, 0.0036564174616486, 0.0108505769230766, 0.00792565851910999, 0.0284051923076926, 0.0167338068787065, 0.0554094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 540, '2021-05-23 00:00:00', 0.00191297251578627, 0.00526461538461523, 0.00315837867364798, 0.00822538461538456, 0.00519785177889735, 0.0127413461538462, 0.00797523282756367, 0.0287044230769232, 0.0168044686650719, 0.0556313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 555, '2021-05-23 00:00:00', 0.00224310942323725, 0.00560326923076931, 0.00297423673466784, 0.00806692307692294, 0.0045694800453243, 0.0144917307692307, 0.00734649763754557, 0.0277915384615386, 0.0167419048004148, 0.0554228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 570, '2021-05-23 00:00:00', 0.00257074267180057, 0.00602326923076892, 0.0040995946187962, 0.00942596153846154, 0.00437660708065742, 0.0149915384615385, 0.00751253246505216, 0.0278890384615386, 0.0171190406868627, 0.0553309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 585, '2021-05-23 00:00:00', 0.00269040148562366, 0.00659807692307719, 0.00381277603792619, 0.0111686538461541, 0.0039841952811653, 0.0161090384615384, 0.00731249273503933, 0.0280450000000001, 0.0185646856661946, 0.0561167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 600, '2021-05-23 00:00:00', 0.00331567882016042, 0.00915903846153838, 0.00364947148966042, 0.0117280769230769, 0.00490219263344317, 0.0169611538461537, 0.00713080430515822, 0.0282640384615384, 0.0188162159943531, 0.0557928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 615, '2021-05-23 00:00:00', 0.00254709769224631, 0.00771057692307709, 0.00412511137378787, 0.0116253846153848, 0.0053207708124352, 0.0157440384615384, 0.00807573802295387, 0.0267438461538462, 0.0194849924823813, 0.0557909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 630, '2021-05-23 00:00:00', 0.00273642967836099, 0.00775076923076925, 0.00418628276453181, 0.0109607692307693, 0.00591063997901598, 0.0149201923076923, 0.0085479486518021, 0.0257880769230769, 0.0200555298234674, 0.0560425000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 645, '2021-05-23 00:00:00', 0.00247076920442584, 0.00755269230769237, 0.00334480260427107, 0.0102173076923075, 0.00453064921905822, 0.0144121153846154, 0.00794102931712149, 0.0244838461538462, 0.0194048397610967, 0.056626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 660, '2021-05-23 00:00:00', 0.0017324131679871, 0.0065257692307693, 0.00345082712493027, 0.00962461538461558, 0.00394914350986864, 0.0137723076923078, 0.00805982800923574, 0.0242815384615385, 0.0195521336313572, 0.0565915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 675, '2021-05-23 00:00:00', 0.00389652760603782, 0.00720576923076924, 0.00420398101163088, 0.0101028846153847, 0.00452657503400323, 0.0135184615384615, 0.00722833327953266, 0.0238349999999999, 0.0191856232803065, 0.0563255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 690, '2021-05-23 00:00:00', 0.00283552637902617, 0.00700461538461543, 0.00369217842722427, 0.0100984615384616, 0.0057152375312371, 0.0135140384615384, 0.00728314261470636, 0.0234328846153845, 0.0190783971034899, 0.0557540384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 705, '2021-05-23 00:00:00', 0.00317847462810988, 0.0069298076923077, 0.00354566615201416, 0.0085973076923077, 0.00469270437446834, 0.0121171153846156, 0.00807133259657985, 0.0254717307692306, 0.0194637635225444, 0.0552723076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 720, '2021-05-23 00:00:00', 0.00195920325250217, 0.00597923076923083, 0.00422356912502302, 0.00943192307692299, 0.00513120674065917, 0.0118011538461538, 0.00911047866681318, 0.0263465384615383, 0.0197399781661478, 0.0554949999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 735, '2021-05-23 00:00:00', 0.00329640529154932, 0.00645538461538455, 0.00362872548615167, 0.00834442307692323, 0.00356046147073919, 0.0102982692307691, 0.00937352188347572, 0.0262574999999998, 0.0197831431313085, 0.0550980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 750, '2021-05-23 00:00:00', 0.00183210438063409, 0.00526730769230812, 0.00196419242555731, 0.00699826923076931, 0.00272305612388853, 0.010020576923077, 0.00934612053001329, 0.0260248076923075, 0.0198447452151405, 0.0543705769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 765, '2021-05-23 00:00:00', 0.00186697867813643, 0.00536923076923055, 0.00189236385548298, 0.00720980769230742, 0.00293081338801767, 0.0107863461538459, 0.00917561694635047, 0.0265528846153845, 0.0198340456878103, 0.0543878846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 780, '2021-05-23 00:00:00', 0.00125237718574893, 0.0054811538461539, 0.00239097389233894, 0.00787192307692301, 0.00315798643856378, 0.0114321153846153, 0.0102795137212883, 0.0280478846153845, 0.0198340456878103, 0.0543878846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 795, '2021-05-23 00:00:00', 0.00167595125686438, 0.00541384615384603, 0.00261032660054996, 0.00811519230769212, 0.00337838837886666, 0.0109309615384613, 0.0103876477181018, 0.0282986538461537, 0.019776485758636, 0.0541901923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 810, '2021-05-23 00:00:00', 0.00180875066317592, 0.00573980769230759, 0.00276200712971854, 0.00796576923076917, 0.00420490521707882, 0.0106482692307692, 0.0108445339439525, 0.0287326923076922, 0.0198133516608992, 0.0543059615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 825, '2021-05-23 00:00:00', 0.00257986266778203, 0.00586576923076921, 0.00264792900933178, 0.00763096153846137, 0.00354244040175702, 0.0102100000000002, 0.0113313105427125, 0.0291411538461537, 0.0200748751926382, 0.0544549999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 840, '2021-05-23 00:00:00', 0.00180028195441271, 0.00517134615384578, 0.00282113423043889, 0.00712288461538449, 0.00521343951134574, 0.0113084615384614, 0.0142992028677774, 0.0310455769230769, 0.0202041486448091, 0.0545273076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 855, '2021-05-23 00:00:00', 0.0018203834338277, 0.0052746153846152, 0.00198583434315693, 0.00698903846153848, 0.00531213727811487, 0.0116823076923076, 0.0152324142096337, 0.032115576923077, 0.0201428673575691, 0.054670769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 870, '2021-05-23 00:00:00', 0.00178741658223844, 0.00531903846153871, 0.00548958782255449, 0.00922230769230775, 0.00559630061874686, 0.0127611538461538, 0.0155633005299204, 0.0324892307692309, 0.0193881092583931, 0.055223846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 885, '2021-05-23 00:00:00', 0.00513637691823258, 0.00703538461538459, 0.00518987321617768, 0.00903499999999997, 0.00836194176244112, 0.0162359615384615, 0.0147865198121075, 0.032838076923077, 0.0189860341394973, 0.0549371153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 900, '2021-05-23 00:00:00', 0.00214746266198395, 0.00598826923076929, 0.0031157480704419, 0.00882903846153831, 0.00840797260846017, 0.0163992307692306, 0.0143189023161156, 0.0324265384615387, 0.0181802222716379, 0.0545046153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 915, '2021-05-23 00:00:00', 0.00301006379308834, 0.00685096153846146, 0.00705786453866554, 0.0125553846153845, 0.00828099200672132, 0.0165961538461536, 0.0140962371806748, 0.0321544230769232, 0.0173979037287211, 0.0538880769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 930, '2021-05-23 00:00:00', 0.00714618776260868, 0.00947653846153846, 0.00772231655408777, 0.0126748076923075, 0.00823361311706679, 0.0169651923076921, 0.013159875203991, 0.0316007692307693, 0.0164706089280737, 0.0532173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 945, '2021-05-23 00:00:00', 0.00322803444005054, 0.00770711538461528, 0.00395945192399913, 0.0104215384615382, 0.00482935082434659, 0.0155842307692307, 0.0125539080522605, 0.0294507692307694, 0.0174212866786142, 0.0528134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 960, '2021-05-23 00:00:00', 0.00290596707721296, 0.00744057692307679, 0.00427454159485597, 0.0109103846153844, 0.004991231326421, 0.0162980769230771, 0.0119079859322027, 0.0286401923076925, 0.0173815424339907, 0.0524807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 975, '2021-05-23 00:00:00', 0.00314309879553013, 0.00754596153846124, 0.00357178195669272, 0.0109871153846154, 0.00490772523288926, 0.0159298076923078, 0.0113680045691677, 0.0276882692307693, 0.0160826998032525, 0.0520348076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 990, '2021-05-23 00:00:00', 0.00249641700935887, 0.00832173076923096, 0.00440388599814011, 0.0126117307692309, 0.00556951860922141, 0.0161084615384615, 0.011219289386862, 0.0269928846153847, 0.016002654760527, 0.0515507692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1005, '2021-05-23 00:00:00', 0.00340203622849633, 0.00900249999999984, 0.0037396208209678, 0.0123017307692309, 0.00635192609492476, 0.0155863461538461, 0.0106394080734712, 0.026033076923077, 0.017149674866844, 0.0519459615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1020, '2021-05-23 00:00:00', 0.00307212668133238, 0.0084978846153847, 0.00473243255061869, 0.0110846153846154, 0.00845961369367166, 0.0171296153846153, 0.0103567069016244, 0.0246046153846154, 0.0172202097414191, 0.0519915384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1035, '2021-05-23 00:00:00', 0.00333350871397614, 0.00767211538461551, 0.00479500567096802, 0.0104857692307693, 0.00941291965863957, 0.0165925000000001, 0.00997198530692553, 0.0236851923076925, 0.0168229189511947, 0.0525759615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1050, '2021-05-23 00:00:00', 0.00268105647947843, 0.00745038461538459, 0.00675462333118248, 0.0126878846153845, 0.00865887386531221, 0.0158138461538461, 0.0089684136492813, 0.0230842307692308, 0.0162253562625342, 0.0525853846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1065, '2021-05-23 00:00:00', 0.00533225790319199, 0.0101978846153846, 0.00709879749567619, 0.0124867307692307, 0.00698899942492073, 0.0150448076923076, 0.00790038050690262, 0.0220080769230769, 0.0157045161510462, 0.0516534615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1080, '2021-05-23 00:00:00', 0.00481871273905606, 0.00832730769230767, 0.00509052570959032, 0.010605, 0.00485983097600994, 0.014118653846154, 0.00578028290497465, 0.0202626923076922, 0.0153162287987413, 0.0519311538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1095, '2021-05-23 00:00:00', 0.00310152004916672, 0.00614884615384608, 0.00311497641057855, 0.00877096153846153, 0.00397649393310228, 0.011645, 0.00593646526854303, 0.0186667307692306, 0.0154421482313832, 0.0513649999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1110, '2021-05-23 00:00:00', 0.00210072079205105, 0.00599461538461547, 0.00292841185627972, 0.00861000000000028, 0.00325101468183995, 0.0106326923076924, 0.00605051946911636, 0.0176453846153845, 0.0157193117203506, 0.0510701923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1125, '2021-05-23 00:00:00', 0.00272401330760313, 0.00587750000000022, 0.00285962617917357, 0.00736326923076916, 0.00265287957481334, 0.00972403846153831, 0.00579577733885098, 0.0169801923076922, 0.0159075971122173, 0.050768269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1140, '2021-05-23 00:00:00', 0.00185310238830427, 0.00476269230769217, 0.00208104516086012, 0.00682519230769224, 0.00265381614921747, 0.00872692307692283, 0.00590567523984001, 0.0172909615384614, 0.016242317749774, 0.0504382692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1155, '2021-05-23 00:00:00', 0.00194068914207138, 0.00520211538461542, 0.00244006150616036, 0.0068430769230768, 0.0027277815232274, 0.00902403846153837, 0.00608376775969004, 0.0169330769230769, 0.0161722117380405, 0.0503874999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1170, '2021-05-23 00:00:00', 0.00177754295631305, 0.00445519230769219, 0.00203267804594376, 0.00585596153846148, 0.00244078468624647, 0.00821673076923084, 0.00575268494169969, 0.0160909615384616, 0.0161469410868297, 0.0509423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1185, '2021-05-23 00:00:00', 0.00105917894543918, 0.00435903846153843, 0.00205210975864816, 0.00610230769230794, 0.00289301711686268, 0.00841903846153852, 0.00532609483147305, 0.0155319230769232, 0.016026633334499, 0.0509690384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1200, '2021-05-23 00:00:00', 0.00200111619814084, 0.00449596153846173, 0.00184683080937651, 0.00585596153846168, 0.00318870475874776, 0.00852403846153824, 0.00541660402054511, 0.0153263461538462, 0.0159255733684974, 0.0508763461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1215, '2021-05-23 00:00:00', 0.00168969793613667, 0.00389365384615395, 0.00271795529057003, 0.00586519230769224, 0.00358715741864694, 0.00804788461538465, 0.00531229531732397, 0.0144915384615385, 0.0158362077543352, 0.0506109615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1230, '2021-05-23 00:00:00', 0.00177529968217719, 0.00399019230769224, 0.00221235166386685, 0.00564673076923071, 0.00311585501291994, 0.00813269230769228, 0.00470338308683645, 0.0136526923076925, 0.015827580631728, 0.0503294230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1245, '2021-05-23 00:00:00', 0.00148127207546019, 0.00372519230769243, 0.00193832470289341, 0.00527557692307697, 0.00339637017213294, 0.00767711538461539, 0.00481844601904624, 0.0128540384615386, 0.0158505928753472, 0.0501524999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1260, '2021-05-23 00:00:00', 0.00197966881457111, 0.00346615384615401, 0.00254838407321494, 0.00556423076923096, 0.00327375534187614, 0.00797903846153851, 0.00467536778067954, 0.0122332692307694, 0.016029937818393, 0.0497773076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1275, '2021-05-23 00:00:00', 0.001720959660726, 0.00395807692307704, 0.00217460586172447, 0.00533057692307708, 0.00223931683435264, 0.00749326923076936, 0.0047387188304275, 0.0122880769230771, 0.0150552158109868, 0.0511263461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1290, '2021-05-23 00:00:00', 0.00141399239743362, 0.00350750000000003, 0.00208361258025967, 0.00542423076923073, 0.0021559226473921, 0.00680730769230783, 0.00513611432370383, 0.0118771153846154, 0.0156485492286521, 0.0515748076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1305, '2021-05-23 00:00:00', 0.000989768659839235, 0.00391999999999979, 0.00160581334531739, 0.00500249999999987, 0.00213205267650323, 0.00614115384615379, 0.00524890531078048, 0.0115598076923075, 0.016020602034208, 0.0527084615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1320, '2021-05-23 00:00:00', 0.00134062448135208, 0.00339999999999993, 0.00162361306493141, 0.00431923076923081, 0.00416490264453567, 0.00710096153846156, 0.00586672690819892, 0.0114961538461537, 0.0163554029557869, 0.0529346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1335, '2021-05-23 00:00:00', 0.00105191066087461, 0.00289596153846163, 0.00187562523934358, 0.00402903846153843, 0.0040866003173601, 0.00729192307692297, 0.00583168855346514, 0.0114057692307692, 0.0166113242097073, 0.0531299999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1350, '2021-05-23 00:00:00', 0.00167736414100789, 0.00312269230769222, 0.00389005402869337, 0.00565288461538459, 0.00408144525684432, 0.00745423076923067, 0.00563676329656836, 0.0116376923076922, 0.0166305214775542, 0.053083846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1365, '2021-05-23 00:00:00', 0.00234999882160338, 0.00442730769230761, 0.00248775092279062, 0.00572942307692282, 0.00271059156188912, 0.00653615384615366, 0.00502078625470016, 0.0110411538461536, 0.0166304440849168, 0.0530476923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1380, '2021-05-23 00:00:00', 0.00136681478403105, 0.00330557692307681, 0.00142708466947345, 0.00418442307692303, 0.00170957732068024, 0.0055888461538461, 0.00607017715176793, 0.0113105769230768, 0.0162227423853061, 0.0527524999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1395, '2021-05-23 00:00:00', 0.000910613064833968, 0.00250307692307692, 0.000921272134688701, 0.00314211538461524, 0.00148527107083041, 0.00542192307692298, 0.00664513419439649, 0.0119623076923075, 0.0161169723165938, 0.0527644230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1410, '2021-05-23 00:00:00', 0.000852519884722017, 0.00217192307692284, 0.00133336999308589, 0.00381653846153848, 0.00121924958005401, 0.00546846153846153, 0.0064735366418865, 0.0125244230769229, 0.016079641744, 0.0530711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1425, '2021-05-23 00:00:00', 0.000914765627823018, 0.00285307692307713, 0.00113587941193666, 0.00456096153846145, 0.0012579480850242, 0.00518576923076913, 0.00751528500150484, 0.013574423076923, 0.0160825513056855, 0.0531374999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 0, '2021-05-23 00:00:00', 0.00139906222713077, 0.00339365384615381, 0.00134385845179523, 0.00402653846153838, 0.00148757677242073, 0.00467057692307665, 0.00743819999162315, 0.0138463461538458, 0.0160825513056855, 0.0531374999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 15, '2021-05-23 00:00:00', 0.0012176847514225, 0.00224692307692301, 0.00157705993496175, 0.00310096153846145, 0.00282216449937623, 0.00520269230769204, 0.00721755596818232, 0.0140380769230767, 0.0160319277081226, 0.0530259615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 30, '2021-05-23 00:00:00', 0.00139720078673817, 0.00228403846153828, 0.00135903536208022, 0.00308865384615368, 0.00283312572693406, 0.00539923076923058, 0.00698546161956806, 0.0141559615384613, 0.0160134589834736, 0.052963846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 45, '2021-05-23 00:00:00', 0.00113379180017934, 0.00216538461538449, 0.00253098880798694, 0.00424288461538448, 0.00300306653529111, 0.00535115384615363, 0.00674542499373847, 0.0146021153846151, 0.0159885112514727, 0.0528959615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 60, '2021-05-23 00:00:00', 0.00252346795105469, 0.00345750000000001, 0.00271494726538962, 0.0042044230769231, 0.00381126191498515, 0.00541423076923083, 0.0070542123831193, 0.0146971153846151, 0.0159820938119945, 0.052878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 75, '2021-05-23 00:00:00', 0.00175117561611093, 0.00274403846153863, 0.00219468438242531, 0.00368653846153848, 0.0030353234778824, 0.00580115384615388, 0.00713693823600956, 0.014670769230769, 0.0158917948446556, 0.0527092307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 90, '2021-05-23 00:00:00', 0.00122471572839766, 0.002746153846154, 0.00218439670425016, 0.00380019230769233, 0.00271252585241148, 0.00606250000000025, 0.00717851398003362, 0.0146598076923075, 0.0158559129519075, 0.0526965384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 105, '2021-05-23 00:00:00', 0.00174827458897667, 0.00263596153846156, 0.00226610283051361, 0.0046290384615386, 0.00321940063700344, 0.0060126923076924, 0.00711144036313741, 0.0148840384615384, 0.0158854691269922, 0.0527157692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 120, '2021-05-23 00:00:00', 0.00222194744796974, 0.00367769230769232, 0.00280675794357963, 0.00469307692307696, 0.00584009718372773, 0.00749365384615396, 0.00739895235827331, 0.0151249999999999, 0.0158854691269922, 0.0527157692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 135, '2021-05-23 00:00:00', 0.00137121592587918, 0.00267865384615383, 0.00184107907321916, 0.00390307692307687, 0.00569555885013791, 0.00808115384615399, 0.00727605130918168, 0.0150394230769229, 0.0158767165419633, 0.052731923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 150, '2021-05-23 00:00:00', 0.00133537578980568, 0.0029224999999999, 0.00504397731114867, 0.00559365384615402, 0.00548716175757982, 0.00882692307692307, 0.00718710201573718, 0.0152257692307691, 0.0158767165419633, 0.052731923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 165, '2021-05-23 00:00:00', 0.00449700066283475, 0.00437480769230761, 0.00460256212927589, 0.00670807692307699, 0.00678310803790142, 0.00970942307692293, 0.00704461166697361, 0.0149834615384614, 0.0157201089886613, 0.052658846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 180, '2021-05-23 00:00:00', 0.00313583163426581, 0.00524596153846175, 0.0042502678331898, 0.007200576923077, 0.00555823945909259, 0.00947673076923062, 0.00649953647163811, 0.0144071153846152, 0.015730794654484, 0.0526773076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 195, '2021-05-23 00:00:00', 0.00267216202439453, 0.00441326923076954, 0.00371700021729678, 0.00651615384615387, 0.00374601840420134, 0.00849173076923068, 0.00489794593132215, 0.0132021153846153, 0.0157969143493767, 0.0525151923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 210, '2021-05-23 00:00:00', 0.00253441345057639, 0.00425346153846127, 0.00231906330560089, 0.00577115384615372, 0.00276290917610149, 0.00776134615384604, 0.00485099268588029, 0.0126290384615383, 0.0158532833835286, 0.0524409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 225, '2021-05-23 00:00:00', 0.0014465248542095, 0.00381307692307707, 0.00173910339410434, 0.00539384615384624, 0.00233180281030685, 0.00749288461538449, 0.00467385920676039, 0.0118982692307692, 0.0160535610583399, 0.0522144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 240, '2021-05-23 00:00:00', 0.00130433503541661, 0.00401826923076926, 0.00179414493240135, 0.00522403846153848, 0.00231538602862201, 0.00689730769230763, 0.00438637681218388, 0.0114865384615382, 0.0161973293489534, 0.0522940384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 255, '2021-05-23 00:00:00', 0.00175777547354158, 0.00327384615384629, 0.00219922881588428, 0.00468923076923061, 0.00273504796751641, 0.00619423076923075, 0.00469626472275117, 0.0113428846153845, 0.0161960705265199, 0.0523275 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 270, '2021-05-23 00:00:00', 0.00151837166069454, 0.00336749999999987, 0.00188184426724277, 0.00460961538461516, 0.00290789305829188, 0.00642903846153843, 0.00498444782838061, 0.0117469230769229, 0.0161839628847156, 0.052449423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 285, '2021-05-23 00:00:00', 0.00168384497048145, 0.00321826923076914, 0.0023624112925962, 0.00452865384615368, 0.00291763526480998, 0.00613153846153836, 0.00524004886941398, 0.0117780769230767, 0.0163714260268875, 0.0527830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 300, '2021-05-23 00:00:00', 0.00191166978963825, 0.00351576923076909, 0.00263933770830134, 0.00474653846153845, 0.00282103462335256, 0.00602211538461532, 0.00628004180841075, 0.0122013461538459, 0.0164348002737625, 0.0528359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 315, '2021-05-23 00:00:00', 0.00103421685346918, 0.00303249999999991, 0.00132669067753042, 0.00408807692307691, 0.00169615775073675, 0.00541865384615367, 0.00669729612490089, 0.0127992307692304, 0.0164844714247636, 0.0529569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 330, '2021-05-23 00:00:00', 0.00102421865153595, 0.00275461538461529, 0.00114306654022612, 0.00381634615384611, 0.00280277337924149, 0.00556884615384603, 0.0065162531116724, 0.0133338461538459, 0.0165488452304546, 0.0529173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 345, '2021-05-23 00:00:00', 0.00123062854484368, 0.00290384615384615, 0.00124433497839634, 0.00396653846153833, 0.00280832510308466, 0.0053517307692306, 0.00776670312195678, 0.0152207692307692, 0.0165522407407113, 0.0529165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 360, '2021-05-23 00:00:00', 0.000887937194590979, 0.0026173076923076, 0.00301699298206786, 0.00408057692307671, 0.00299559473997307, 0.00519538461538435, 0.00777233802315305, 0.0164378846153844, 0.0165402685728358, 0.0529276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 375, '2021-05-23 00:00:00', 0.00274599319288773, 0.00299115384615361, 0.00262848043261042, 0.00354423076923071, 0.00264003124253077, 0.00505980769230737, 0.0080817276903852, 0.0183773076923076, 0.0166050503126193, 0.0529932692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 390, '2021-05-23 00:00:00', 0.000892788393397109, 0.00216134615384611, 0.00172991618294068, 0.00343999999999992, 0.00214711915222358, 0.00475442307692291, 0.00784378275353246, 0.0197582692307693, 0.0174840816128888, 0.0536196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 405, '2021-05-23 00:00:00', 0.00132193698208904, 0.00242923076923076, 0.0014376328299832, 0.00339692307692285, 0.00204065307231222, 0.00456980769230768, 0.00809676271490874, 0.0223823076923076, 0.0174948701668188, 0.0536119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 420, '2021-05-23 00:00:00', 0.00125892648102069, 0.00251826923076886, 0.0019533563324539, 0.003390192307692, 0.00199803900015833, 0.00474961538461519, 0.00807063880085365, 0.0237494230769228, 0.0175433903836701, 0.0535819230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 435, '2021-05-23 00:00:00', 0.00105575936943684, 0.00216961538461537, 0.00106876969167669, 0.00303442307692312, 0.00198879055825793, 0.00532326923076925, 0.00733522713454642, 0.0256863461538461, 0.017592690716711, 0.0537144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 450, '2021-05-23 00:00:00', 0.000953897853748135, 0.00247634615384614, 0.00160594708457752, 0.00371096153846145, 0.00305442955142447, 0.00635826923076908, 0.00742654570546659, 0.0260563461538461, 0.017639688220034, 0.0536625 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 465, '2021-05-23 00:00:00', 0.00141275137994602, 0.00288269230769222, 0.00186534670936911, 0.0043921153846154, 0.00326808730228944, 0.00701384615384612, 0.00728074285358299, 0.0268124999999998, 0.0176986421947693, 0.0535784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 480, '2021-05-23 00:00:00', 0.00157555739831475, 0.00357634615384617, 0.00246099489731601, 0.00516326923076916, 0.0034691027658459, 0.00742500000000005, 0.00703528873170533, 0.0271315384615383, 0.0177601009666657, 0.0535271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 495, '2021-05-23 00:00:00', 0.001975436154372, 0.00314499999999975, 0.00255014271093873, 0.00471038461538447, 0.00430677830688024, 0.00841076923076913, 0.00695552028966903, 0.0267124999999998, 0.0176930068855989, 0.053354423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 510, '2021-05-23 00:00:00', 0.00210610774799226, 0.00348461538461526, 0.0028744206105149, 0.00519538461538449, 0.00397574101946337, 0.00941942307692298, 0.00729027245454757, 0.0269623076923075, 0.0175496665363894, 0.0533915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 525, '2021-05-23 00:00:00', 0.00174050365168764, 0.00365480769230754, 0.00334097440876148, 0.00682499999999974, 0.00522496282283416, 0.0113575, 0.00716124518609597, 0.0267788461538459, 0.0174601541373494, 0.0532724999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 540, '2021-05-23 00:00:00', 0.00306475169655512, 0.00605519230769215, 0.00290308335421791, 0.00805519230769228, 0.00488514810813963, 0.0126659615384615, 0.00722944489836254, 0.0264934615384613, 0.0174139307640133, 0.0531455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 555, '2021-05-23 00:00:00', 0.00221411719688427, 0.00550980769230769, 0.00426467370922499, 0.00864538461538479, 0.00560126789218328, 0.0136899999999999, 0.00791803336354103, 0.0259428846153846, 0.0173772920657525, 0.0527734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 570, '2021-05-23 00:00:00', 0.00315276903933426, 0.00595884615384623, 0.00407325347187662, 0.0085403846153848, 0.0063031803602502, 0.0151344230769232, 0.00794216657371365, 0.0259932692307692, 0.0173929441573745, 0.0527076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 585, '2021-05-23 00:00:00', 0.00320934578164363, 0.00648788461538489, 0.00451072423402104, 0.0112113461538461, 0.00719710160679009, 0.0169384615384614, 0.00781274309406396, 0.0267755769230769, 0.0171208341783204, 0.0527101923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 600, '2021-05-23 00:00:00', 0.00308258298284944, 0.00920461538461529, 0.00417039086897111, 0.0124250000000001, 0.00729244685379206, 0.0172763461538459, 0.00765754586113491, 0.0268611538461538, 0.0171726229348211, 0.0527626923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 615, '2021-05-23 00:00:00', 0.00269316545237127, 0.00788307692307692, 0.00562419469790996, 0.0115849999999997, 0.00661092717807766, 0.0166780769230768, 0.00676221885523905, 0.0253796153846153, 0.0173509195854728, 0.0532873076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 630, '2021-05-23 00:00:00', 0.00485671423036043, 0.00784134615384609, 0.00532129230978267, 0.0110253846153845, 0.00586940820303429, 0.015064423076923, 0.00686290586862009, 0.0245801923076923, 0.0174548384883347, 0.0532405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 645, '2021-05-23 00:00:00', 0.00232270029359059, 0.00735442307692279, 0.00470365609025422, 0.010973846153846, 0.00515052112374594, 0.0150153846153843, 0.00652900290714724, 0.0230848076923074, 0.0175872284736574, 0.0532257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 660, '2021-05-23 00:00:00', 0.00394967422707247, 0.00789249999999991, 0.0039172378023295, 0.0102799999999998, 0.00509768874098818, 0.0140074999999997, 0.00668244256356779, 0.022858846153846, 0.0177865234690592, 0.0531413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 675, '2021-05-23 00:00:00', 0.00233350709975658, 0.00643076923076907, 0.00448564500550182, 0.0101713461538459, 0.0043148259078882, 0.0120961538461539, 0.00825518240258794, 0.0226924999999997, 0.0176600401602472, 0.0530576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 690, '2021-05-23 00:00:00', 0.00425264245906193, 0.00774173076923085, 0.0041782704417756, 0.00954673076923091, 0.004617768796058, 0.0128155769230771, 0.00834531467121139, 0.0226048076923075, 0.0175618944264611, 0.0534853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 705, '2021-05-23 00:00:00', 0.00225795308938152, 0.00663807692307691, 0.00272208226292944, 0.0086803846153849, 0.00397704010540507, 0.0118700000000001, 0.00915641404447425, 0.0246169230769229, 0.0176724040559114, 0.0532536538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 720, '2021-05-2[...];
Date: 2021-05-23 16:22:24 Duration: 20s844ms Database: acaweb_fx User: pgperfstats
10 40s474ms 2 19s186ms 21s287ms 20s237ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 2 40s474ms 20s237ms [ User: pgperfstats - Total duration: 40s474ms - 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 986570, 1, 990, '2021-05-23 00:00:00', 0.000541357126545424, 0.00113346153846154, 0.000563870416100933, 0.00154961538461538, 0.00097669103846373, 0.00203576923076924, 0.00133849015110884, 0.00310673076923075, 0.00149961441197906, 0.0058207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1005, '2021-05-23 00:00:00', 0.000491881630538819, 0.00116653846153846, 0.000840426745995506, 0.00154634615384616, 0.000942806775211445, 0.00185615384615385, 0.00127598975158652, 0.00305538461538461, 0.00150560700766781, 0.00581269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1020, '2021-05-23 00:00:00', 0.000554094444879354, 0.00109442307692306, 0.000659378961891106, 0.00136384615384613, 0.000788876343044592, 0.0019582692307692, 0.00103637461670664, 0.00285211538461537, 0.00158955476349632, 0.00582211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1035, '2021-05-23 00:00:00', 0.000287908906533898, 0.000863461538461516, 0.000396090947209768, 0.00115903846153844, 0.000634570599818383, 0.00179038461538459, 0.000901477611821495, 0.00270173076923076, 0.00158308575257311, 0.00585749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1050, '2021-05-23 00:00:00', 0.000295551114933522, 0.000852692307692292, 0.000573429494022918, 0.00146923076923076, 0.000680643812871294, 0.00175999999999998, 0.000885391373696038, 0.00261826923076923, 0.00175441048613093, 0.00592192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1065, '2021-05-23 00:00:00', 0.000453927349320932, 0.00113403846153843, 0.000466235496784135, 0.00138653846153843, 0.000490546006624632, 0.00169423076923073, 0.000811398697407027, 0.00246961538461537, 0.00187509023372621, 0.00593923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1080, '2021-05-23 00:00:00', 0.000280086319112268, 0.000987884615384605, 0.00036367615560254, 0.0012028846153846, 0.000392124195396535, 0.00152923076923077, 0.000820587313124869, 0.00237846153846157, 0.00217186697425191, 0.00615192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1095, '2021-05-23 00:00:00', 0.000274073053147415, 0.000695961538461529, 0.00028426829147559, 0.000992692307692303, 0.000389273534439946, 0.00132826923076921, 0.000787256091653867, 0.00216307692307695, 0.0022851662875026, 0.00624480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1110, '2021-05-23 00:00:00', 0.00020869604323399, 0.00070096153846151, 0.00031333344244406, 0.00094961538461538, 0.000409159363348053, 0.00122423076923075, 0.000773684615728758, 0.00203673076923082, 0.00239359039134485, 0.00624480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1125, '2021-05-23 00:00:00', 0.000238853431079543, 0.000720192307692303, 0.000311917457029868, 0.000937500000000018, 0.000451236250589576, 0.00119692307692308, 0.000784789045638273, 0.00193538461538467, 0.00238160269243534, 0.00624923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1140, '2021-05-23 00:00:00', 0.000236453931112286, 0.000637692307692318, 0.000319446636930437, 0.000848076923076919, 0.000770414074478056, 0.00123038461538464, 0.00076707767132551, 0.00181192307692313, 0.00237558022062303, 0.00628076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1155, '2021-05-23 00:00:00', 0.000221349010875104, 0.000599230769230758, 0.00038246307011268, 0.000799999999999972, 0.000812380665792769, 0.00116711538461538, 0.000843070213336571, 0.00183576923076925, 0.00235409006591964, 0.00632096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1170, '2021-05-23 00:00:00', 0.00025242302711004, 0.000569230769230758, 0.00064121951119604, 0.000902307692307702, 0.00070619013020575, 0.00113750000000001, 0.00068814670282967, 0.00178826923076925, 0.00236896157873833, 0.00631480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1185, '2021-05-23 00:00:00', 0.000482941627305635, 0.000618846153846177, 0.000509128667430938, 0.000780000000000029, 0.000532266272288008, 0.00102076923076927, 0.000556620019541004, 0.00166961538461541, 0.00235770400047294, 0.00632807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1200, '2021-05-23 00:00:00', 0.000284405520340241, 0.00058250000000005, 0.000343742132777104, 0.000779423076923093, 0.000423599411636135, 0.0010523076923077, 0.000532562058500082, 0.00182211538461543, 0.00236172037197137, 0.00633634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1215, '2021-05-23 00:00:00', 0.000189726219752395, 0.000475961538461539, 0.000270503021453342, 0.000661730769230792, 0.000298078267987056, 0.00091057692307691, 0.000899636016141182, 0.00202019230769231, 0.0023501819896798, 0.00633923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1230, '2021-05-23 00:00:00', 0.000185357450930327, 0.000454230769230782, 0.000258313464910064, 0.00067961538461537, 0.000235532130749468, 0.000860769230769233, 0.000905110193036409, 0.00205730769230769, 0.00235324039276775, 0.00633711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1245, '2021-05-23 00:00:00', 0.000223964025270511, 0.000531730769230751, 0.000247930511356564, 0.000673461538461518, 0.000228007759652018, 0.000858461538461552, 0.000889881431168446, 0.00207019230769229, 0.00236794717976431, 0.00633961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1260, '2021-05-23 00:00:00', 0.000153095872425909, 0.000467115384615396, 0.00018884558201387, 0.000604423076923082, 0.000246401798195233, 0.00081538461538462, 0.00086965271583189, 0.00206038461538461, 0.00237666450174317, 0.00633807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1275, '2021-05-23 00:00:00', 0.000137170864814057, 0.000440384615384597, 0.000208516463102103, 0.00056865384615384, 0.000251212827330518, 0.000831730769230761, 0.000858689094805808, 0.00205980769230768, 0.00238113127606314, 0.00635192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1290, '2021-05-23 00:00:00', 0.000175778269419155, 0.000390000000000019, 0.000203820150736288, 0.000579423076923072, 0.000264111937224802, 0.000753653846153847, 0.000825555593804265, 0.00204596153846153, 0.00237805473994057, 0.00636788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1305, '2021-05-23 00:00:00', 0.000194099498671761, 0.000501153846153833, 0.000236817765056113, 0.000655576923076922, 0.000239503733711109, 0.000739038461538452, 0.00080732311708796, 0.00202384615384615, 0.00238379162260461, 0.0063925 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1320, '2021-05-23 00:00:00', 0.000196785318401712, 0.000457692307692283, 0.000225809313700425, 0.000560384615384631, 0.000236034221769134, 0.000821923076923056, 0.000781988712293119, 0.00200711538461537, 0.00239324318896731, 0.00641480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1335, '2021-05-23 00:00:00', 0.000156734955111686, 0.000395384615384635, 0.000152312053162156, 0.000514807692307683, 0.000407624261375038, 0.000991538461538424, 0.000769866446959376, 0.0020328846153846, 0.00238583515453505, 0.00642923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1350, '2021-05-23 00:00:00', 0.000160030766272756, 0.000394615384615365, 0.000211953641520598, 0.000707115384615346, 0.0004092698940233, 0.00103038461538458, 0.000757412802800518, 0.00205192307692307, 0.00241031644906127, 0.00645423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1365, '2021-05-23 00:00:00', 0.000201180363011725, 0.000631538461538431, 0.000410677910477092, 0.000882884615384583, 0.000411425149749197, 0.00101442307692305, 0.000767535641868489, 0.00206019230769229, 0.00242232116907601, 0.00646461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1380, '2021-05-23 00:00:00', 0.000370179218549825, 0.000610576923076918, 0.000411895804598895, 0.000798076923076916, 0.000579222190660789, 0.0013221153846154, 0.000756152329993011, 0.00207711538461537, 0.00262607856230247, 0.00654115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1395, '2021-05-23 00:00:00', 0.000273325742546287, 0.000544807692307675, 0.000287858739395164, 0.000650576923076898, 0.00077816351850908, 0.00163269230769229, 0.000745897703854493, 0.00208923076923076, 0.00265024930612488, 0.00655576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1410, '2021-05-23 00:00:00', 0.00022134588317836, 0.000434999999999989, 0.000599307549144467, 0.00105346153846157, 0.000747407210603095, 0.00165846153846153, 0.000770152657195067, 0.00209634615384614, 0.00265332914250411, 0.00656653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1425, '2021-05-23 00:00:00', 0.000618418236620361, 0.000913653846153879, 0.000758258531109253, 0.00148499999999999, 0.000713180525209747, 0.00169730769230767, 0.000787939401223224, 0.00214749999999999, 0.00265478923544138, 0.00656826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 0, '2021-05-23 00:00:00', 0.00052645640479893, 0.00103788461538458, 0.000552857228753137, 0.00122134615384612, 0.000627643088190913, 0.00152461538461536, 0.000836245846258534, 0.00213365384615383, 0.00274649601240453, 0.0066821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 15, '2021-05-23 00:00:00', 0.000578228195571451, 0.000725384615384602, 0.000616696160070862, 0.00111692307692307, 0.000785912624816627, 0.00162557692307694, 0.000783464495292966, 0.00207115384615383, 0.00283499689322854, 0.00672576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 30, '2021-05-23 00:00:00', 0.000585357796565484, 0.000807000000000011, 0.00065599466461242, 0.00109040000000002, 0.000804765390243224, 0.00159340000000002, 0.000828755744072636, 0.00211559999999999, 0.00281630842889532, 0.00685660000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 45, '2021-05-23 00:00:00', 0.000468581458588923, 0.000755400000000002, 0.000673755766827492, 0.00137980000000002, 0.000679960047845933, 0.00146540000000002, 0.000806340757165792, 0.00212200000000001, 0.00282009674774939, 0.00683540000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 60, '2021-05-23 00:00:00', 0.000688381407025542, 0.00104980769230769, 0.000696007183870976, 0.00118500000000001, 0.000678850527333916, 0.00126596153846154, 0.00085915828666114, 0.00210019230769231, 0.00281746864019132, 0.00669346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 75, '2021-05-23 00:00:00', 0.000197773860760227, 0.000502499999999995, 0.000221805874930855, 0.000645384615384642, 0.000353290085645482, 0.000931730769230733, 0.000726942305403033, 0.00191865384615384, 0.00293644115450085, 0.00665442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 90, '2021-05-23 00:00:00', 0.000209947612513235, 0.000425000000000017, 0.00033884810529431, 0.000609038461538463, 0.00036822902572261, 0.00087115384615384, 0.000730785562570578, 0.00193346153846155, 0.00294524125301504, 0.00664096153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 105, '2021-05-23 00:00:00', 0.000203916366717805, 0.000448269230769238, 0.000324479761132509, 0.000733653846153844, 0.000336977572867065, 0.000861730769230778, 0.000737624565751476, 0.001965, 0.00294500707195182, 0.00664057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 120, '2021-05-23 00:00:00', 0.000267581475729985, 0.000605384615384602, 0.000268729489378358, 0.000681538461538434, 0.000321049780467866, 0.000885192307692325, 0.000724730215056228, 0.00195326923076923, 0.00292170471840303, 0.00662269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 135, '2021-05-23 00:00:00', 0.000191020035195667, 0.000475576923076887, 0.000174905798821922, 0.00060596153846152, 0.000241226114800088, 0.000920961538461542, 0.000729301061607305, 0.00201596153846153, 0.00292170471840303, 0.00662269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 150, '2021-05-23 00:00:00', 0.000166782677573121, 0.00043269230769235, 0.000299845601294033, 0.000660769230769281, 0.000305758640358463, 0.000977884615384634, 0.000763031101291744, 0.00206230769230772, 0.00292170471840303, 0.00662269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 165, '2021-05-23 00:00:00', 0.000257696303068918, 0.000534230769230785, 0.000213562907323875, 0.000763653846153853, 0.000387262632013304, 0.00111711538461539, 0.000744281300212611, 0.00207557692307693, 0.00292613131967793, 0.00661750000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 180, '2021-05-23 00:00:00', 0.000215025937612572, 0.000618076923076941, 0.000306091740898329, 0.000793076923076901, 0.000387144626126301, 0.00116980769230769, 0.000764668656246754, 0.0020969230769231, 0.00289514755834923, 0.0066842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 195, '2021-05-23 00:00:00', 0.000263861050263504, 0.000530576923076889, 0.000397452512886792, 0.000817499999999992, 0.000463140782716651, 0.00113076923076921, 0.000813833190241432, 0.0020326923076923, 0.00286123752139633, 0.0066969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 210, '2021-05-23 00:00:00', 0.000301373777635274, 0.000638076923076936, 0.000298767210640403, 0.000860384615384607, 0.000427340478559435, 0.00116826923076922, 0.000784129993147741, 0.0019896153846154, 0.00281609336602216, 0.00674461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 225, '2021-05-23 00:00:00', 0.00021572819437005, 0.000564423076923085, 0.000309211652681198, 0.000790384615384609, 0.000471311957771586, 0.00113019230769233, 0.000792580813642287, 0.0019571153846154, 0.0027469620772494, 0.0067644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 240, '2021-05-23 00:00:00', 0.000203612376834018, 0.000569999999999977, 0.000318643760575746, 0.000809615384615368, 0.000487114423455592, 0.00115269230769229, 0.000742754229980458, 0.00193038461538462, 0.00273653093139135, 0.00676653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 255, '2021-05-23 00:00:00', 0.000192439500982682, 0.000580192307692308, 0.00031306647119203, 0.000808846153846158, 0.000414910370302582, 0.00112115384615382, 0.000688258784067578, 0.00194192307692308, 0.00272499541284019, 0.00678000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 270, '2021-05-23 00:00:00', 0.000229998996653338, 0.000551538461538462, 0.000415799877899858, 0.000836538461538468, 0.000388248582146122, 0.00106019230769229, 0.000714600507007539, 0.00192826923076924, 0.00268317705628696, 0.00676365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 285, '2021-05-23 00:00:00', 0.000419594309560302, 0.000619230769230778, 0.000390485742869837, 0.000778653846153857, 0.000372984635691007, 0.000956538461538451, 0.000668456459660285, 0.00189596153846155, 0.00263323363654187, 0.00671923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 300, '2021-05-23 00:00:00', 0.000186149237069453, 0.000516538461538472, 0.000199468138963447, 0.000691538461538457, 0.000372339020455647, 0.000922884615384606, 0.000703746020620006, 0.00194230769230771, 0.00263384474748347, 0.00671307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 315, '2021-05-23 00:00:00', 0.00019624993875553, 0.00048596153846152, 0.000242806428124268, 0.000639807692307691, 0.000526329415714317, 0.00098442307692307, 0.000634957176024177, 0.00198615384615385, 0.00263273301255269, 0.00671634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 330, '2021-05-23 00:00:00', 0.000171131078865995, 0.00045961538461539, 0.000338252807140556, 0.000685192307692304, 0.000528999054819574, 0.00105, 0.000621270565361479, 0.00207365384615384, 0.00263600067118005, 0.00671346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 345, '2021-05-23 00:00:00', 0.000308502088261237, 0.000521538461538454, 0.000496256951123586, 0.000739807692307688, 0.000501460980919392, 0.00099365384615384, 0.000660784295073191, 0.00210826923076925, 0.00263947331576122, 0.00670076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 360, '2021-05-23 00:00:00', 0.00030523918742269, 0.000484807692307683, 0.00033635718194526, 0.000716923076923077, 0.000352754218205153, 0.000948461538461526, 0.000823540293722528, 0.00214384615384614, 0.0026517381019887, 0.00668519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 375, '2021-05-23 00:00:00', 0.000223311786178336, 0.000481923076923049, 0.000289448547307569, 0.000652307692307687, 0.000316575486198069, 0.000880961538461537, 0.00083921036603553, 0.00227403846153847, 0.0026402936098385, 0.0066521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 390, '2021-05-23 00:00:00', 0.000163927868752859, 0.000417115384615376, 0.000201024778419149, 0.000619807692307679, 0.000295892717044506, 0.000857500000000007, 0.000955365918620447, 0.00242903846153846, 0.00263146169530288, 0.00665557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 405, '2021-05-23 00:00:00', 0.000187281462387099, 0.000447884615384612, 0.000234974712223725, 0.000621346153846142, 0.000300006474289094, 0.000931730769230784, 0.00104916782041034, 0.00261365384615385, 0.00262486676584959, 0.00666153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 420, '2021-05-23 00:00:00', 0.000178056602927704, 0.000441923076923094, 0.000259417691111339, 0.000638461538461554, 0.000297058916715157, 0.000905000000000036, 0.000989565813880022, 0.0027825, 0.00260865795882749, 0.00665288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 435, '2021-05-23 00:00:00', 0.000251268550788554, 0.000461730769230788, 0.000298550408061755, 0.000677115384615405, 0.00028147714758996, 0.000944230769230798, 0.000978677993716344, 0.00285615384615386, 0.00261943288048859, 0.00664615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 450, '2021-05-23 00:00:00', 0.000182797597190071, 0.0004848076923077, 0.000203984916486119, 0.000649615384615405, 0.000256663877773732, 0.000922884615384623, 0.00100527103119201, 0.0029546153846154, 0.00263885296322827, 0.00661519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 465, '2021-05-23 00:00:00', 0.000160667836999702, 0.000453076923076953, 0.00017891725633763, 0.000655769230769257, 0.000302049919460626, 0.00090307692307693, 0.00106835295593803, 0.00306403846153847, 0.00263103220458029, 0.00660730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 480, '2021-05-23 00:00:00', 0.000164071747907859, 0.000518461538461545, 0.000271478572606779, 0.000701153846153845, 0.000351602922889747, 0.00102884615384617, 0.0011035019256893, 0.00328750000000001, 0.00263126886618491, 0.00660538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 495, '2021-05-23 00:00:00', 0.000198516129939495, 0.000475576923076913, 0.000240783017545817, 0.000637692307692292, 0.000348741473565467, 0.00113384615384617, 0.00109533949777436, 0.00335115384615384, 0.00263096454965448, 0.00657730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 510, '2021-05-23 00:00:00', 0.000143294747340502, 0.000454230769230739, 0.000290586674478775, 0.000736153846153835, 0.000461233796880278, 0.00127884615384615, 0.00113981687125606, 0.00346249999999999, 0.00259229927640727, 0.00655153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 525, '2021-05-23 00:00:00', 0.000261029397106652, 0.000577115384615408, 0.000280785779280498, 0.000879423076923099, 0.000545345338718084, 0.00135153846153847, 0.0011571393108072, 0.00350076923076923, 0.00259746349644894, 0.00651615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 540, '2021-05-23 00:00:00', 0.000188481788551004, 0.00069076923076923, 0.000414669887241183, 0.00102634615384615, 0.000622642631172843, 0.0015103846153846, 0.00119081906201634, 0.00348403846153845, 0.0025948133770155, 0.00648269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 555, '2021-05-23 00:00:00', 0.000276836594401826, 0.000747500000000021, 0.000381792936228341, 0.00102538461538462, 0.000513643882920388, 0.00161596153846153, 0.00115670287388831, 0.00345846153846154, 0.00249864302403096, 0.00648480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 570, '2021-05-23 00:00:00', 0.000300239647871272, 0.000719615384615402, 0.000496170449930866, 0.00112365384615385, 0.000629442121735872, 0.00175423076923078, 0.00108778485217222, 0.00340326923076924, 0.00244721824024436, 0.00647134615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 585, '2021-05-23 00:00:00', 0.000404287787825198, 0.000878846153846164, 0.000431949605322742, 0.00123230769230769, 0.000607355332569009, 0.0018475, 0.00108490573854986, 0.00330269230769231, 0.00250833686855532, 0.00658538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 600, '2021-05-23 00:00:00', 0.000293786748928816, 0.000994423076923067, 0.000460264472467045, 0.00140576923076923, 0.000539300151906288, 0.00196942307692309, 0.0010572309987015, 0.00327576923076923, 0.00249995676885701, 0.00656038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 615, '2021-05-23 00:00:00', 0.000342030138123244, 0.00098615384615385, 0.000439734753966755, 0.00134942307692307, 0.000507666759263923, 0.00183346153846155, 0.00100895299882905, 0.00316807692307692, 0.00244139068187345, 0.00658269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 630, '2021-05-23 00:00:00', 0.000260154687711907, 0.000857692307692299, 0.000412684457592547, 0.0013323076923077, 0.000713873965389889, 0.00184403846153847, 0.000951416373300669, 0.00304365384615383, 0.00231662898327589, 0.0065046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 645, '2021-05-23 00:00:00', 0.000289976457930374, 0.00100288461538459, 0.000336012820268241, 0.00132615384615387, 0.000677335986391929, 0.00184096153846154, 0.000877181346920131, 0.00294134615384615, 0.00225609305761429, 0.00651826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 660, '2021-05-23 00:00:00', 0.000313267641777155, 0.000886153846153861, 0.000498793660128693, 0.00128865384615383, 0.000591414503867279, 0.00192365384615384, 0.000897876726162671, 0.00305384615384615, 0.00224462259976698, 0.00652884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 675, '2021-05-23 00:00:00', 0.000424914652063691, 0.000937692307692319, 0.000488762841656956, 0.00128865384615385, 0.000604511754673483, 0.00182230769230771, 0.000916587672586985, 0.00294480769230768, 0.00211153607958394, 0.00655115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 690, '2021-05-23 00:00:00', 0.000329734683553999, 0.000910192307692292, 0.000516948144996569, 0.00137076923076922, 0.000721769433672962, 0.00176134615384616, 0.000968758761746976, 0.00288846153846153, 0.00227654927804884, 0.00664884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 705, '2021-05-23 00:00:00', 0.000403985576665612, 0.000997115384615401, 0.000485899641426544, 0.00123769230769234, 0.000637439378716452, 0.00166019230769232, 0.00102034089326142, 0.00302153846153845, 0.00236938206809613, 0.00663576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 720, '2021-05-23 00:00:00', 0.000224449069090019, 0.0007842307692308, 0.000538136706966359, 0.00115134615384617, 0.00054507303674334, 0.00146884615384614, 0.00106428193560801, 0.00301903846153845, 0.00231644552809157, 0.00658673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 735, '2021-05-23 00:00:00', 0.000424608824503411, 0.000835576923076923, 0.000448183169972017, 0.00112807692307693, 0.000491498337112777, 0.00138884615384617, 0.0010897222828988, 0.00303442307692307, 0.00235915578935803, 0.00657403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 750, '2021-05-23 00:00:00', 0.000267283773141253, 0.000783846153846156, 0.000321518033948134, 0.00101461538461534, 0.00036150986793639, 0.00132076923076925, 0.00112251332011971, 0.00305192307692307, 0.00238079679616204, 0.00654923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 765, '2021-05-23 00:00:00', 0.000248689488194548, 0.000727692307692258, 0.000277001805048257, 0.000904999999999985, 0.000383724711018396, 0.00131057692307694, 0.00113748257805762, 0.00304615384615384, 0.00238040623553079, 0.00655038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 780, '2021-05-23 00:00:00', 0.000194879548597417, 0.00069096153846153, 0.000335073815059406, 0.000987307692307712, 0.000407212664152471, 0.00142307692307693, 0.00126487688668167, 0.00318346153846154, 0.00239705415361954, 0.00652115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 795, '2021-05-23 00:00:00', 0.000236049864353988, 0.00070153846153848, 0.000329422163095406, 0.000970192307692344, 0.000425845809943178, 0.0013694230769231, 0.00129495638477191, 0.00321096153846151, 0.00241055939885013, 0.00650384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 810, '2021-05-23 00:00:00', 0.00025341338984719, 0.000692115384615384, 0.000363224448516361, 0.00102499999999998, 0.000499315377445839, 0.00133038461538462, 0.00130179605220575, 0.00326019230769228, 0.00240692366693703, 0.00649846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 825, '2021-05-23 00:00:00', 0.000287965275684414, 0.000780000000000011, 0.000357543757408146, 0.00101653846153849, 0.000464597799590799, 0.00131634615384618, 0.00132173564504581, 0.00329134615384615, 0.00238794370021255, 0.00646365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 840, '2021-05-23 00:00:00', 0.000291834054532052, 0.00072634615384619, 0.000335029275414269, 0.000956153846153859, 0.000711376158204314, 0.00152096153846154, 0.00174733687474575, 0.0035430769230769, 0.00234264814817634, 0.0064621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 855, '2021-05-23 00:00:00', 0.000144893594910724, 0.000643076923076909, 0.00027941456654943, 0.000842499999999994, 0.000703138349445894, 0.00141653846153847, 0.00196894946608593, 0.00362999999999996, 0.00233000082535479, 0.0064546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 870, '2021-05-23 00:00:00', 0.000211737954884008, 0.0006401923076923, 0.000720353999513686, 0.00115326923076922, 0.000783719950963622, 0.0015651923076923, 0.00206371278562169, 0.00367269230769227, 0.00227271816249926, 0.00652038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 885, '2021-05-23 00:00:00', 0.000704710660757051, 0.000943653846153854, 0.000703215143794243, 0.00114153846153848, 0.00108279192191013, 0.00187288461538462, 0.002039430472913, 0.00367942307692307, 0.00226253931542555, 0.00649192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 900, '2021-05-23 00:00:00', 0.000285998924150745, 0.000734230769230771, 0.000501207656949297, 0.00108134615384614, 0.00105399366878846, 0.00193057692307691, 0.00205924307415649, 0.00362596153846152, 0.00232744839651959, 0.00653096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 915, '2021-05-23 00:00:00', 0.000397304814197647, 0.000831346153846143, 0.000931228737496031, 0.00141480769230767, 0.00103169235500931, 0.00190634615384612, 0.00201163320559343, 0.00357692307692306, 0.00231633813294906, 0.00651788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 930, '2021-05-23 00:00:00', 0.000945360981115336, 0.00114423076923078, 0.000984176500743324, 0.00154923076923079, 0.00102440340987027, 0.00190288461538461, 0.00193057015293008, 0.00349634615384616, 0.00229604150994372, 0.00647115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 945, '2021-05-23 00:00:00', 0.000392341099633378, 0.000936538461538482, 0.000387768418200658, 0.00123211538461539, 0.000445394380124137, 0.00163192307692308, 0.00173529727003317, 0.00320884615384616, 0.0023868629315162, 0.00644442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 960, '2021-05-23 00:00:00', 0.000297213468998053, 0.000905384615384594, 0.00032795191955296, 0.00120230769230766, 0.000596407578758012, 0.00173999999999999, 0.00167349142168745, 0.00310653846153846, 0.00236408203846978, 0.00645173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 975, '2021-05-23 00:00:00', 0.000316875430511007, 0.000914038461538412, 0.00037113428007414, 0.00124057692307687, 0.000648143383946651, 0.00178461538461537, 0.0017115776797581, 0.00307807692307691, 0.0023621771981341, 0.00643865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 990, '2021-05-23 00:00:00', 0.000284085577572347, 0.000931153846153823, 0.000569196059232812, 0.00143192307692307, 0.00076583800255267, 0.00183961538461539, 0.00168297603849663, 0.00303711538461537, 0.00237878602685035, 0.0064048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1005, '2021-05-23 00:00:00', 0.000369342867598859, 0.00110307692307692, 0.000420391941663234, 0.00139076923076922, 0.000694159480678192, 0.00176076923076923, 0.00146360851480696, 0.00296673076923075, 0.0021597356675867, 0.00647307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1020, '2021-05-23 00:00:00', 0.000350546167265633, 0.00098384615384616, 0.000615537070057841, 0.00127673076923079, 0.00118590562602855, 0.00202692307692306, 0.00133835830835336, 0.00285019230769229, 0.00219175782105456, 0.00653788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1035, '2021-05-23 00:00:00', 0.000419578222284438, 0.00088326923076927, 0.000535113647167234, 0.00123884615384617, 0.00124294575659849, 0.00199807692307689, 0.00123126940437659, 0.00274711538461536, 0.00214982883934082, 0.00658096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1050, '2021-05-23 00:00:00', 0.000321308203347596, 0.000869807692307694, 0.000905134860330005, 0.00154865384615383, 0.00111603523862203, 0.0018755769230769, 0.000999405592570658, 0.00267153846153845, 0.00210322679745632, 0.0065451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1065, '2021-05-23 00:00:00', 0.000741578980699557, 0.0012807692307692, 0.000898785505343389, 0.00155423076923074, 0.00091389420360596, 0.00176884615384614, 0.000802529965891515, 0.00253288461538459, 0.00192161646697611, 0.00648038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1080, '2021-05-23 00:00:00', 0.000439081383730242, 0.0010226923076923, 0.000478411835781035, 0.00124826923076924, 0.000486246692691951, 0.00159038461538461, 0.000663856246023678, 0.00229134615384614, 0.00185954030713133, 0.0064230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1095, '2021-05-23 00:00:00', 0.000268641024417339, 0.000755000000000001, 0.00035255905124584, 0.000978269230769234, 0.000462854562636967, 0.0013578846153846, 0.000583995422795574, 0.00212442307692306, 0.00183389052605067, 0.00636230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1110, '2021-05-23 00:00:00', 0.000251382944161646, 0.000705769230769234, 0.00032018414173002, 0.000976730769230771, 0.000325556387648104, 0.0012151923076923, 0.000513967374002008, 0.00199269230769229, 0.00186085943750563, 0.00626538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1125, '2021-05-23 00:00:00', 0.000299415327699758, 0.000711538461538426, 0.000267884590535109, 0.000913076923076875, 0.000329038225509079, 0.00113307692307692, 0.000504774587925559, 0.0019407692307692, 0.00184656616869921, 0.00624115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1140, '2021-05-23 00:00:00', 0.000176243712381019, 0.000644615384615363, 0.00020557349425076, 0.0007873076923077, 0.000336009615247043, 0.0010123076923077, 0.000674984558227937, 0.00198692307692306, 0.00184485321492395, 0.00624076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1155, '2021-05-23 00:00:00', 0.000168278158004951, 0.000566538461538458, 0.000325497489060393, 0.000783846153846156, 0.000375094705989758, 0.00106596153846151, 0.000692329429145952, 0.00194596153846152, 0.0018448995803399, 0.0062176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1170, '2021-05-23 00:00:00', 0.000264859106231712, 0.000602115384615384, 0.000287207510079663, 0.000788076923076919, 0.000347310158437474, 0.00104711538461535, 0.000710714808106286, 0.00193153846153844, 0.00185172742636121, 0.0062476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1185, '2021-05-23 00:00:00', 0.000186943944704114, 0.000574038461538456, 0.000280256750416199, 0.000799615384615337, 0.000322279202890007, 0.00107173076923074, 0.000697593032119414, 0.00191403846153844, 0.00184711901453209, 0.00624057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1200, '2021-05-23 00:00:00', 0.000219611282462019, 0.000553653846153835, 0.000237967757997092, 0.000714423076923052, 0.000420162056647371, 0.00110807692307693, 0.000855141126454484, 0.00211211538461542, 0.0018362538893502, 0.00624211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1215, '2021-05-23 00:00:00', 0.000195877120036625, 0.00049461538461538, 0.000302025470143495, 0.000739230769230761, 0.000428433820398824, 0.00106846153846154, 0.000800325150269451, 0.0023021153846154, 0.00185669881779461, 0.00623749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1230, '2021-05-23 00:00:00', 0.000226589089288587, 0.000526153846153834, 0.000332167300294008, 0.000788653846153837, 0.000372164149060811, 0.00107192307692307, 0.000785444533614307, 0.00229365384615388, 0.00185397005411047, 0.0062301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1245, '2021-05-23 00:00:00', 0.00022910830492284, 0.000551153846153819, 0.000269637434629988, 0.000717115384615377, 0.00033484301717946, 0.000985384615384589, 0.000789166941488574, 0.00225230769230772, 0.00186476404982999, 0.00622980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1260, '2021-05-23 00:00:00', 0.000208869944812928, 0.000449423076923092, 0.000290375685038432, 0.000724038461538457, 0.000364535953697945, 0.0010326923076923, 0.000800772415570391, 0.00223269230769234, 0.00186973861809609, 0.00622749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1275, '2021-05-23 00:00:00', 0.000219658913913207, 0.000525961538461517, 0.000218743351547274, 0.000684423076923051, 0.000276219046299255, 0.000955192307692288, 0.000855912468565656, 0.00221807692307695, 0.00185454074762872, 0.00636923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1290, '2021-05-23 00:00:00', 0.000206224299097987, 0.000517692307692283, 0.000292463015413258, 0.000768846153846118, 0.000305388529329687, 0.000963076923076913, 0.000867271317674889, 0.00221153846153849, 0.00188389053250487, 0.00646153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1305, '2021-05-23 00:00:00', 0.000164652664721847, 0.000542500000000001, 0.000177569596323432, 0.000689807692307702, 0.000311242423448081, 0.000885384615384625, 0.000845439621644344, 0.00217307692307696, 0.00185510485915525, 0.00655903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1320, '2021-05-23 00:00:00', 0.000128273295979875, 0.000460961538461544, 0.000184191894083737, 0.000585576923076942, 0.000570128359366447, 0.000962884615384646, 0.000817930314880178, 0.00215000000000005, 0.00183689742605461, 0.00658692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1335, '2021-05-23 00:00:00', 0.000161374862211698, 0.000410384615384622, 0.000265120944824447, 0.000628653846153865, 0.000560131337620583, 0.00101365384615388, 0.000809860410574175, 0.00213826923076926, 0.00182226140149664, 0.00660115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1350, '2021-05-23 00:00:00', 0.000215774098395654, 0.000467692307692314, 0.000489289123273595, 0.000804615384615412, 0.000493383763881147, 0.00103346153846155, 0.000755939049232036, 0.00213038461538464, 0.00179705429908116, 0.00659692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1365, '2021-05-23 00:00:00', 0.000305356286227194, 0.000632692307692328, 0.000339491758141721, 0.000804423076923103, 0.000329172622471275, 0.000941153846153846, 0.000654805343946987, 0.00207096153846156, 0.00175579795578489, 0.0065573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1380, '2021-05-23 00:00:00', 0.000217228344941789, 0.000543076923076894, 0.000240745396952528, 0.000707115384615354, 0.000621636673504823, 0.00130692307692308, 0.000811947445248886, 0.00218057692307695, 0.00173779360551952, 0.00654384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1395, '2021-05-23 00:00:00', 0.000186202536543878, 0.000449230769230766, 0.000201981434790403, 0.000557499999999997, 0.000635312793947862, 0.00161788461538462, 0.000842229207794149, 0.00225596153846156, 0.0017284540891969, 0.00653653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1410, '2021-05-23 00:00:00', 0.000126293461673739, 0.000375961538461576, 0.000652464440528264, 0.00107461538461542, 0.000623353338497041, 0.00169423076923078, 0.000861939695374096, 0.00235096153846157, 0.0017284540891969, 0.00653653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1425, '2021-05-23 00:00:00', 0.000667400813719792, 0.000974615384615416, 0.000588050887384617, 0.00152538461538463, 0.000574286848722295, 0.00166076923076926, 0.000969481542649739, 0.00244230769230772, 0.00171381828540384, 0.00657365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 0, '2021-05-23 00:00:00', 0.000388716032401759, 0.00107192307692306, 0.000461485769428093, 0.00125865384615383, 0.000611670222864004, 0.00143769230769231, 0.000976260388499857, 0.00239288461538465, 0.00178166604183143, 0.00663826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 15, '2021-05-23 00:00:00', 0.000385350639527971, 0.000598653846153848, 0.000406818283001902, 0.000873653846153839, 0.000544790432537729, 0.00138384615384616, 0.000965953594203089, 0.00229711538461541, 0.00177363924005026, 0.00667307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 30, '2021-05-23 00:00:00', 0.000408111645735113, 0.000686346153846167, 0.000566546114627952, 0.000872500000000028, 0.000507081695739321, 0.00136461538461539, 0.000927219686025849, 0.00230788461538463, 0.00177742688911634, 0.00664788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 45, '2021-05-23 00:00:00', 0.000610982688915056, 0.000619615384615404, 0.000505783170325619, 0.00121115384615386, 0.000496864050435741, 0.00129173076923079, 0.00087773110040343, 0.00228673076923077, 0.00178282374339134, 0.0066325 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 60, '2021-05-23 00:00:00', 0.000508937996828088, 0.0010667307692308, 0.000495627380196052, 0.00113750000000002, 0.000496419526362376, 0.00121211538461539, 0.000882182891381469, 0.00224442307692309, 0.00177474769604452, 0.00664423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 75, '2021-05-23 00:00:00', 0.00019959121685622, 0.000485576923076927, 0.00027677851461746, 0.000637115384615357, 0.0002963301173717, 0.000841538461538449, 0.000857871987043428, 0.0020678846153846, 0.00176521000058172, 0.00660788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 90, '2021-05-23 00:00:00', 0.000165249927266359, 0.000461538461538436, 0.000191605363663465, 0.000563846153846124, 0.000280998015322856, 0.000801730769230727, 0.000856754340520071, 0.002065, 0.00172874882501765, 0.00660249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 105, '2021-05-23 00:00:00', 0.00012955367168146, 0.000391923076923048, 0.000207418287896325, 0.000642115384615364, 0.000343108639444631, 0.000836538461538459, 0.000849848153857723, 0.00208826923076924, 0.00173046179919161, 0.00660096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 120, '2021-05-23 00:00:00', 0.000222150763083239, 0.000580192307692274, 0.000297490077404021, 0.000687884615384579, 0.000787231004118988, 0.00109442307692309, 0.000866863244471349, 0.00216173076923077, 0.0017477505212745, 0.00658826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 135, '2021-05-23 00:00:00', 0.000162028131460614, 0.000411346153846133, 0.000212951782191339, 0.000592307692307695, 0.000831319363791945, 0.00115673076923076, 0.00080580423276283, 0.00213730769230771, 0.00178674297579097, 0.00656269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 150, '2021-05-23 00:00:00', 0.000185898752426821, 0.000482115384615383, 0.000748198580180844, 0.000886346153846196, 0.000865041239568312, 0.00129288461538463, 0.000779182041532138, 0.00216942307692309, 0.00178835717478788, 0.00656076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 165, '2021-05-23 00:00:00', 0.000643258412005166, 0.000739230769230787, 0.000697512834180253, 0.00101192307692308, 0.00083975472609568, 0.001355, 0.00070687579150472, 0.00214423076923079, 0.00180742410203453, 0.00653326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 180, '2021-05-23 00:00:00', 0.000445008556529645, 0.000758846153846146, 0.000580658677710078, 0.000992499999999986, 0.000633384680779502, 0.00134192307692308, 0.00064501153835833, 0.00205826923076925, 0.00180503161063305, 0.00650865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 195, '2021-05-23 00:00:00', 0.000373929651960642, 0.000610769230769218, 0.000433074029912481, 0.000896346153846142, 0.000480208768702177, 0.00121269230769231, 0.000576250913565106, 0.00193365384615387, 0.00182827906681495, 0.00646211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 210, '2021-05-23 00:00:00', 0.000292842304636152, 0.000618846153846168, 0.000353731536620629, 0.00084000000000002, 0.00044295893193909, 0.00114615384615386, 0.000526720477614519, 0.00183269230769233, 0.00178110748822615, 0.00643173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 225, '2021-05-23 00:00:00', 0.000219796409293808, 0.00058730769230768, 0.000311191321314611, 0.000859038461538461, 0.000476399032809174, 0.00118096153846154, 0.000471725148136707, 0.00175115384615387, 0.00177492622815273, 0.00641634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 240, '2021-05-23 00:00:00', 0.000278915482097804, 0.000675384615384616, 0.000371795022104316, 0.000883461538461545, 0.000402951800897051, 0.00115307692307692, 0.000409466115814241, 0.00174250000000003, 0.00177061928540442, 0.00639442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 255, '2021-05-23 00:00:00', 0.000221398092549643, 0.000533653846153841, 0.000336354666295041, 0.0007926923076923, 0.000303065935958606, 0.00104480769230767, 0.000360710250222219, 0.0016417307692308, 0.00177970858677652, 0.00632942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 270, '2021-05-23 00:00:00', 0.000188455667098458, 0.000583461538461543, 0.000193295011675063, 0.000750192307692303, 0.000204960878068127, 0.000975192307692291, 0.000436161623183965, 0.00165980769230772, 0.00180404448393047, 0.00630249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 285, '2021-05-23 00:00:00', 0.000165971730679093, 0.000526153846153843, 0.000213322165172405, 0.00074211538461537, 0.000246040334404452, 0.000989615384615369, 0.000527435340550453, 0.00170903846153849, 0.00183660338668965, 0.00633499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 300, '2021-05-23 00:00:00', 0.000241298809331103, 0.000571346153846139, 0.00025228379929082, 0.000726346153846164, 0.00037950210296365, 0.00106538461538463, 0.000575448219952222, 0.00176442307692311, 0.00183660338668965, 0.00633499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 315, '2021-05-23 00:00:00', 0.000163335426464877, 0.000492692307692307, 0.000230266150356527, 0.000712500000000005, 0.000334090038531779, 0.00102807692307695, 0.000720172869204667, 0.00183519230769236, 0.00184583168663464, 0.00632384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 330, '2021-05-23 00:00:00', 0.000198319478076714, 0.000533846153846158, 0.000273810223442349, 0.000780961538461539, 0.000278653700164552, 0.00100173076923077, 0.000694271311409431, 0.00193442307692312, 0.00186336535911194, 0.0063126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 345, '2021-05-23 00:00:00', 0.000191850502695747, 0.000531153846153833, 0.00027218552779024, 0.000675192307692307, 0.000322452858808603, 0.000964615384615418, 0.000885151377753264, 0.00214980769230774, 0.00187329803780963, 0.00630653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 360, '2021-05-23 00:00:00', 0.000159328398164104, 0.000458461538461553, 0.00031391406222331, 0.000744038461538477, 0.00034426130504871, 0.000924615384615404, 0.000859677757158976, 0.00221038461538465, 0.0018682396486038, 0.00629576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 375, '2021-05-23 00:00:00', 0.000267810280149681, 0.000517884615384626, 0.000280186819543975, 0.000635576923076945, 0.00029929018591431, 0.000798846153846178, 0.000997030919202688, 0.00242057692307694, 0.00182548241253138, 0.00625903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 390, '2021-05-23 00:00:00', 0.000116539197763612, 0.000359230769230783, 0.000198529304172893, 0.000553269230769226, 0.000262532928337667, 0.000748461538461574, 0.00102862851184704, 0.00254615384615386, 0.00185473933478531, 0.006265 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 405, '2021-05-23 00:00:00', 0.000153640439388127, 0.000434230769230762, 0.000177514463116092, 0.000555769230769242, 0.000254606785818116, 0.000766153846153878, 0.00115674053004388, 0.00284942307692309, 0.00184274812544906, 0.00627442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 420, '2021-05-23 00:00:00', 0.00014304235521208, 0.000378653846153867, 0.000251758125680508, 0.000613076923076985, 0.000290650794967731, 0.000853269230769287, 0.00116161401308034, 0.00299365384615386, 0.00183602488670912, 0.00627923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 435, '2021-05-23 00:00:00', 0.000191975158649395, 0.000457692307692343, 0.00018589751105215, 0.000566730769230793, 0.000260203544586487, 0.000853269230769261, 0.00111015884171867, 0.00315942307692308, 0.00183675960488946, 0.00627538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 450, '2021-05-23 00:00:00', 0.000129550702874929, 0.000350769230769214, 0.000239672613242445, 0.00057519230769231, 0.000345496521189197, 0.000890384615384616, 0.0011967094628445, 0.00333653846153847, 0.00183776742690267, 0.00626865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 465, '2021-05-23 00:00:00', 0.000234621790580911, 0.000465769230769233, 0.000236238145815748, 0.000657692307692321, 0.000414294024168303, 0.00106153846153846, 0.0012119688527351, 0.00339250000000001, 0.00184642678831717, 0.00626826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 480, '2021-05-23 00:00:00', 0.000209919123620342, 0.000495961538461559, 0.000290528232442487, 0.000740576923076932, 0.000406092827584293, 0.00113076923076924, 0.00117377014195875, 0.00342711538461539, 0.00185482933073469, 0.00627461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 495, '2021-05-23 00:00:00', 0.000280436267269408, 0.000542499999999984, 0.000381866468808161, 0.00079999999999998, 0.000582192540184235, 0.00123192307692308, 0.00118425713489025, 0.00345480769230769, 0.00185482933073469, 0.00627461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 510, '2021-05-23 00:00:00', 0.000267035362106588, 0.000538269230769239, 0.000372403885380039, 0.000809423076923085, 0.00054364736874049, 0.00128269230769235, 0.00111951617296869, 0.00345230769230771, 0.00184583960466606, 0.00626538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 525, '2021-05-23 00:00:00', 0.000278030504690538, 0.000620192307692314, 0.000463167522443201, 0.000961923076923093, 0.000731024702308105, 0.00157134615384619, 0.00106032324534332, 0.00342076923076925, 0.00185633042690305, 0.00625942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 540, '2021-05-23 00:00:00', 0.000431996483247802, 0.000804807692307695, 0.000401212057875411, 0.00110365384615387, 0.000669339887213817, 0.00164173076923079, 0.00100937307275357, 0.00338500000000001, 0.00188920721060853, 0.00624826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 555, '2021-05-23 00:00:00', 0.000292257789262513, 0.000751153846153848, 0.00058186282417239, 0.00119288461538462, 0.000711161996042656, 0.00171423076923074, 0.00102058710478899, 0.00331596153846154, 0.00186681136000563, 0.00621442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 570, '2021-05-23 00:00:00', 0.000463626507505278, 0.000838461538461557, 0.000481497703485233, 0.00115096153846153, 0.000793789257054647, 0.00183076923076921, 0.00104471425979327, 0.00325173076923076, 0.00188993927456369, 0.00619730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 585, '2021-05-23 00:00:00', 0.000385577538844683, 0.000850961538461502, 0.000631256987775478, 0.0013807692307692, 0.000962716908625701, 0.00209538461538461, 0.0010608404686851, 0.0032625, 0.00188484306630956, 0.00618923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 600, '2021-05-23 00:00:00', 0.000424787729795238, 0.00105115384615386, 0.000602681061207679, 0.00143230769230771, 0.000981200618551647, 0.00203057692307695, 0.00109309850706781, 0.00327211538461541, 0.00185965130106112, 0.0061598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 615, '2021-05-23 00:00:00', 0.000392864284650361, 0.000922884615384641, 0.000861563627723106, 0.00144673076923078, 0.000893379237243904, 0.00203269230769232, 0.00103973652357778, 0.00317596153846157, 0.00183697825664446, 0.00618865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 630, '2021-05-23 00:00:00', 0.000715240599647873, 0.00104134615384616, 0.000786827832795448, 0.00137903846153849, 0.00105059228716292, 0.00203307692307694, 0.00100476918512893, 0.00303865384615388, 0.00185580009699317, 0.00609500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 645, '2021-05-23 00:00:00', 0.000285745448849928, 0.000872307692307728, 0.000545621628547162, 0.00129980769230769, 0.000894119700298322, 0.00197403846153846, 0.000956014825279306, 0.00284711538461541, 0.00180817882241942, 0.00603942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 660, '2021-05-23 00:00:00', 0.000533320224197858, 0.000967307692307658, 0.000757712574894907, 0.00148711538461537, 0.000812016412300991, 0.00191442307692306, 0.00101546571354459, 0.00288115384615386, 0.00180786172037576, 0.00606499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 675, '2021-05-23 00:00:00', 0.000647435206143344, 0.00103211538461541, 0.000788765076657086, 0.00144211538461541, 0.000678775622834125, 0.00176711538461538, 0.00102207159541485, 0.00281288461538464, 0.00180244032228103, 0.005988653846153[...];
Date: 2021-05-23 16:23:51 Duration: 21s287ms 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 983565, 1, 975, '2021-05-23 00:00:00', 0.000348125750931375, 0.000718461538461535, 0.000391857705728068, 0.00109730769230769, 0.000597990384538072, 0.00167249999999999, 0.000955912371265514, 0.00284230769230768, 0.00186717710626331, 0.00529788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 990, '2021-05-23 00:00:00', 0.000312366217517453, 0.000889423076923088, 0.000459321238350659, 0.001235, 0.000689262370498057, 0.00180115384615385, 0.000965534049114783, 0.00279, 0.00185808136155386, 0.00529288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1005, '2021-05-23 00:00:00', 0.000422729091281143, 0.000911730769230756, 0.000539946151161245, 0.00123461538461538, 0.000667953476039937, 0.00184038461538462, 0.000938847513628351, 0.00266442307692308, 0.00185202455748795, 0.00524480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1020, '2021-05-23 00:00:00', 0.000338758196040508, 0.000921346153846148, 0.00046963230297755, 0.00128750000000001, 0.000686645917037767, 0.00197384615384616, 0.000866830743837324, 0.00252846153846154, 0.00183000004203447, 0.00525307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1035, '2021-05-23 00:00:00', 0.000219880736904204, 0.00083153846153846, 0.000433958390419394, 0.00122826923076923, 0.000627644834648983, 0.00186596153846153, 0.000840345075640868, 0.00240461538461539, 0.00182237002279998, 0.00525249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1050, '2021-05-23 00:00:00', 0.000334177578311514, 0.000879423076923082, 0.000490032181046846, 0.00145846153846154, 0.000628943833862647, 0.00174788461538462, 0.000792328239091319, 0.00230903846153846, 0.00178643848523772, 0.00525230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1065, '2021-05-23 00:00:00', 0.00033489975538039, 0.00111538461538462, 0.000409381193435248, 0.0013601923076923, 0.000465969956113052, 0.00156, 0.000655404866064909, 0.00220846153846154, 0.00175944874452636, 0.00521826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1080, '2021-05-23 00:00:00', 0.0002891757517231, 0.000886153846153836, 0.000340944220567616, 0.00107019230769231, 0.000345913061554272, 0.00131538461538462, 0.000716454088925797, 0.00219269230769231, 0.00167660352636375, 0.00533423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1095, '2021-05-23 00:00:00', 0.000226953739779715, 0.000700000000000008, 0.000230009029923069, 0.000898076923076914, 0.000363671502235823, 0.0012151923076923, 0.000681895914683139, 0.00215903846153845, 0.00171612918645868, 0.00540923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1110, '2021-05-23 00:00:00', 0.000178317456757915, 0.000616346153846152, 0.000338050804101749, 0.000977115384615385, 0.000410365737436184, 0.00121096153846153, 0.000735827843577984, 0.00212615384615385, 0.00177498918739934, 0.00547115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1125, '2021-05-23 00:00:00', 0.000304664001559333, 0.00071807692307693, 0.000284965584966643, 0.000860769230769233, 0.00038815703602458, 0.00115326923076924, 0.000844396302327661, 0.00207634615384616, 0.00185089679926744, 0.0055251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1140, '2021-05-23 00:00:00', 0.000176735351911785, 0.000545769230769241, 0.000277251898793529, 0.00080615384615385, 0.000382539339354591, 0.00102288461538462, 0.000850079385433201, 0.0020298076923077, 0.00190706774515626, 0.00553923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1155, '2021-05-23 00:00:00', 0.000215202319833087, 0.000559038461538464, 0.000336826136387676, 0.000755384615384611, 0.000430583146620781, 0.00102461538461538, 0.00082134121083469, 0.00200576923076924, 0.00190291105940346, 0.0055275 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1170, '2021-05-23 00:00:00', 0.000228790212942925, 0.000524807692307689, 0.000269600345240602, 0.000692884615384611, 0.000420608350624878, 0.000984230769230769, 0.000778286505482009, 0.00200673076923077, 0.00203345136689778, 0.0055876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1185, '2021-05-23 00:00:00', 0.000200726085844523, 0.000515192307692318, 0.000276374119349397, 0.000724423076923079, 0.000378363073495033, 0.000993846153846153, 0.000802693183074241, 0.00202788461538462, 0.00203960546712801, 0.00561730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1200, '2021-05-23 00:00:00', 0.000204236665132913, 0.000531153846153833, 0.000302013499443563, 0.000721923076923075, 0.000378683397292002, 0.00101865384615385, 0.000833765785227125, 0.00210923076923077, 0.00202327468761373, 0.00560269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1215, '2021-05-23 00:00:00', 0.000206797280892696, 0.000503653846153862, 0.000302288769225713, 0.000687500000000012, 0.000348104372058362, 0.000945576923076935, 0.000810887571643674, 0.00212442307692307, 0.002062370751195, 0.00559634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1230, '2021-05-23 00:00:00', 0.000163818849295854, 0.00045115384615386, 0.000235687619204226, 0.000665576923076941, 0.000325988260760796, 0.000867115384615399, 0.000762179869746094, 0.00207807692307692, 0.00207898625444082, 0.00559461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1245, '2021-05-23 00:00:00', 0.000189458032698132, 0.000462115384615385, 0.000239120503898377, 0.000586153846153847, 0.000373467380925553, 0.00082826923076923, 0.000728272877852381, 0.00201076923076923, 0.00208720376064762, 0.00559153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1260, '2021-05-23 00:00:00', 0.000152852367184298, 0.000384615384615394, 0.000223114061895224, 0.000526730769230783, 0.00043388925386024, 0.000938269230769224, 0.000682615219916416, 0.00200153846153846, 0.00210403008899222, 0.00560384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1275, '2021-05-23 00:00:00', 0.000177850953155901, 0.000389807692307697, 0.000298953816860382, 0.000589230769230769, 0.000427988182798749, 0.000956730769230764, 0.000652650012228253, 0.00196096153846154, 0.00209573468850792, 0.00562673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1290, '2021-05-23 00:00:00', 0.000187493999904002, 0.000450000000000019, 0.000342086415083418, 0.000746346153846163, 0.000358009078097205, 0.00095250000000001, 0.000599209896446988, 0.0019425, 0.00210290324039447, 0.00566403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1305, '2021-05-23 00:00:00', 0.000282585317273322, 0.000577692307692309, 0.00030003897182763, 0.000699230769230773, 0.000411851961827951, 0.000970961538461546, 0.00058514643137753, 0.00187788461538462, 0.00214608255809366, 0.00565288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1320, '2021-05-23 00:00:00', 0.000201915443079146, 0.000495384615384624, 0.000294227606820622, 0.000668269230769232, 0.000335930223982021, 0.000938653846153864, 0.00057603301855149, 0.00182596153846154, 0.00223408401467253, 0.00567576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1335, '2021-05-23 00:00:00', 0.000199857737865264, 0.000491346153846153, 0.00024700482710948, 0.00070076923076924, 0.000307758896640747, 0.000958461538461545, 0.000572686550056306, 0.00180173076923077, 0.00228956429345108, 0.00570057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1350, '2021-05-23 00:00:00', 0.00020072905580945, 0.000486923076923081, 0.000212089241013877, 0.000680384615384619, 0.000444844873566571, 0.00098980769230769, 0.000591118138654324, 0.00176442307692308, 0.00232510989814709, 0.00569596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1365, '2021-05-23 00:00:00', 0.000146398428953319, 0.000487499999999995, 0.000282856922244334, 0.000689038461538458, 0.00043679853655715, 0.000950192307692298, 0.000522704505433056, 0.00178, 0.00232829951152867, 0.00568615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1380, '2021-05-23 00:00:00', 0.000247603591374483, 0.00052846153846155, 0.000408060515874031, 0.000749230769230776, 0.000469677671796954, 0.00112634615384615, 0.000547927423605038, 0.00179269230769231, 0.00232796974108012, 0.00568365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1395, '2021-05-23 00:00:00', 0.000317487795040999, 0.000512499999999988, 0.000336100946374515, 0.000690384615384599, 0.000375805800913181, 0.00128499999999998, 0.000496914943967744, 0.0017976923076923, 0.00231865800874955, 0.00568980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1410, '2021-05-23 00:00:00', 0.00024949055786047, 0.000458461538461527, 0.000270467117296093, 0.0008676923076923, 0.000351137273178721, 0.00121923076923076, 0.000450708331407363, 0.001765, 0.00231880683011426, 0.00569365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1425, '2021-05-23 00:00:00', 0.000224121961989782, 0.00075442307692307, 0.000352210219132748, 0.00108903846153845, 0.00035721793606447, 0.00118557692307691, 0.000496167349249761, 0.00182403846153845, 0.0023176602674647, 0.00569134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 0, '2021-05-23 00:00:00', 0.000373935823370806, 0.000884999999999999, 0.000375628959725716, 0.000986346153846164, 0.000343338585969283, 0.00116576923076922, 0.000485862595327597, 0.00178730769230769, 0.00234838101351023, 0.00567423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 15, '2021-05-23 00:00:00', 0.00026705494968984, 0.00050211538461539, 0.000287520701595816, 0.000716923076923068, 0.00031585275293791, 0.00100480769230768, 0.000478895082455436, 0.00175249999999999, 0.00236295842113229, 0.0056825 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 30, '2021-05-23 00:00:00', 0.000290854774758814, 0.00057249999999998, 0.000294694170024022, 0.000869423076923059, 0.000341740398548363, 0.00105249999999998, 0.000534271898510926, 0.00182730769230769, 0.00236415459763918, 0.0056748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 45, '2021-05-23 00:00:00', 0.000262312863698177, 0.000695961538461525, 0.000241334749960417, 0.000797692307692298, 0.000333138917662797, 0.000996538461538465, 0.000496643348273805, 0.00182384615384615, 0.00238078032618267, 0.00563519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 60, '2021-05-23 00:00:00', 0.00019632400613429, 0.000578653846153832, 0.000302930113798795, 0.000750576923076921, 0.000313307172939583, 0.000945769230769239, 0.000533238328878027, 0.00185634615384615, 0.00238798783175614, 0.00561673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 75, '2021-05-23 00:00:00', 0.000285630207409179, 0.000483846153846151, 0.000293193556440901, 0.000622692307692318, 0.000298807372991113, 0.000864615384615395, 0.000521660809338796, 0.00182999999999999, 0.00239865546472634, 0.00559403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 90, '2021-05-23 00:00:00', 0.000130814166487617, 0.000372115384615401, 0.000241583000548167, 0.000577884615384622, 0.000301445045380782, 0.000818653846153867, 0.00055879695638178, 0.00192903846153844, 0.00240385655690057, 0.00558288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 105, '2021-05-23 00:00:00', 0.000202202488001118, 0.000479615384615375, 0.000278917481593494, 0.000690192307692303, 0.000395976155070748, 0.000911346153846159, 0.000664051115965779, 0.00207673076923075, 0.00246636354079942, 0.00558865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 120, '2021-05-23 00:00:00', 0.000242459512877132, 0.000516153846153846, 0.000246464227393385, 0.000613846153846166, 0.000395675517797875, 0.000888653846153861, 0.000677749698521627, 0.00211942307692306, 0.00257470592794296, 0.00562615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 135, '2021-05-23 00:00:00', 0.000193668233366719, 0.000410769230769236, 0.000288676555761226, 0.000673076923076926, 0.00037211087057489, 0.000937499999999997, 0.000745768369896756, 0.00213230769230768, 0.00255864955366333, 0.00560346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 150, '2021-05-23 00:00:00', 0.000225157466266142, 0.000531730769230773, 0.000249449624943829, 0.000666346153846164, 0.000294864310384381, 0.000935192307692307, 0.000804853187759208, 0.00214557692307691, 0.00249860271721247, 0.00557346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 165, '2021-05-23 00:00:00', 0.000163033267015801, 0.000435384615384624, 0.000275024824054406, 0.000690576923076917, 0.000295405067400921, 0.00100807692307692, 0.000834570916929552, 0.00215115384615384, 0.00248989440616387, 0.00558307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 180, '2021-05-23 00:00:00', 0.000273784657096661, 0.000600961538461521, 0.000278465644891089, 0.000768653846153839, 0.000264647588603859, 0.0010828846153846, 0.000853675312083892, 0.00216653846153844, 0.00247961539356409, 0.0055775 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 195, '2021-05-23 00:00:00', 0.000200517119928992, 0.000533653846153836, 0.00026284310909742, 0.000807499999999987, 0.0002482018409403, 0.0010530769230769, 0.000895512766734575, 0.00212134615384614, 0.00244198374592965, 0.00556115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 210, '2021-05-23 00:00:00', 0.000221190833027458, 0.000579230769230755, 0.000248149458686008, 0.00079692307692305, 0.00030515954213141, 0.0011078846153846, 0.00096938616580883, 0.00214153846153844, 0.00242410374397187, 0.00557019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 225, '2021-05-23 00:00:00', 0.000167785577449312, 0.000554999999999989, 0.000192087319887448, 0.000783461538461526, 0.000291084246330065, 0.00107096153846153, 0.000945057690546737, 0.00210903846153846, 0.00238956903098574, 0.00561307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 240, '2021-05-23 00:00:00', 0.000224644077461357, 0.000625192307692304, 0.000299429200569758, 0.000869615384615385, 0.000352027151487822, 0.00115134615384615, 0.000952010443543239, 0.00212326923076922, 0.00240983201616914, 0.00564288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 255, '2021-05-23 00:00:00', 0.000207446378613848, 0.000545000000000005, 0.000261150413481445, 0.000748461538461531, 0.000353145644393135, 0.00100461538461538, 0.000959589675931239, 0.00205211538461538, 0.00238176418131279, 0.00559615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 270, '2021-05-23 00:00:00', 0.00022317714592121, 0.000525961538461542, 0.00028324201394134, 0.00071096153846155, 0.000367507666063414, 0.00101326923076922, 0.00104549038916967, 0.00202692307692309, 0.00236575118172773, 0.00559557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 285, '2021-05-23 00:00:00', 0.000211229459629537, 0.000531730769230785, 0.000283645838218112, 0.000694807692307701, 0.000686573459569047, 0.00117865384615383, 0.00104417912182803, 0.00199903846153845, 0.00236685540327245, 0.0057125 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 300, '2021-05-23 00:00:00', 0.000231222503562788, 0.000489615384615373, 0.000312123989169975, 0.000765769230769209, 0.000735298683424741, 0.00115192307692306, 0.00105110915776548, 0.00196730769230769, 0.00232207884315889, 0.00570307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 315, '2021-05-23 00:00:00', 0.000286467879794305, 0.000569615384615376, 0.000726384513559079, 0.000907307692307692, 0.00081746841858547, 0.00108884615384614, 0.00106030418349569, 0.0019648076923077, 0.00230402333722155, 0.00571653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 330, '2021-05-23 00:00:00', 0.000764244750365704, 0.000689038461538466, 0.00078979736933937, 0.000846730769230765, 0.000860950659713748, 0.00110403846153845, 0.00118483072468342, 0.00205961538461539, 0.00229182430693239, 0.00570942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 345, '2021-05-23 00:00:00', 0.000207443875634972, 0.000484807692307687, 0.000283044981475471, 0.000652692307692292, 0.00037176652102341, 0.000927115384615369, 0.000785199337748073, 0.00203999999999999, 0.00204289889241131, 0.00562673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 360, '2021-05-23 00:00:00', 0.000182723519601011, 0.00045326923076922, 0.000305403642112172, 0.000654230769230751, 0.0003081076859701, 0.000917115384615368, 0.000700750065177432, 0.00210442307692307, 0.00198989471116903, 0.00562519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 375, '2021-05-23 00:00:00', 0.000203912877323775, 0.000452307692307696, 0.00021944966130335, 0.000696923076923086, 0.000285891856907733, 0.000866923076923069, 0.000849139655089881, 0.00229307692307691, 0.00194998599600494, 0.00566576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 390, '2021-05-23 00:00:00', 0.000121918005233019, 0.000464999999999993, 0.000148721345009847, 0.00060903846153845, 0.000334670963553974, 0.000830576923076911, 0.000888626684618122, 0.00231576923076922, 0.0019001487796, 0.00566423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 405, '2021-05-23 00:00:00', 0.000128592528793617, 0.000410961538461532, 0.000172318131551894, 0.000563461538461519, 0.000416406236560116, 0.000933076923076921, 0.000904846098261183, 0.00236730769230769, 0.00185303328252728, 0.00567288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 420, '2021-05-23 00:00:00', 0.00014532509974325, 0.00042076923076922, 0.000238130539507539, 0.000598076923076917, 0.000367623396342595, 0.00091480769230769, 0.000914106141791828, 0.00240403846153845, 0.0018289739977964, 0.00571326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 435, '2021-05-23 00:00:00', 0.000151331144793841, 0.000441346153846163, 0.000326527181104428, 0.000680000000000014, 0.000340491330512027, 0.000922115384615392, 0.000870892557181336, 0.00249961538461539, 0.00179269243146897, 0.00571307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 450, '2021-05-23 00:00:00', 0.00030427619032715, 0.000504999999999999, 0.000284315913134565, 0.000656538461538458, 0.000438590969425436, 0.000969038461538473, 0.000911327117661172, 0.00258865384615384, 0.00178603334666087, 0.00570634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 465, '2021-05-23 00:00:00', 0.0001975567104559, 0.000455576923076927, 0.000254288524802351, 0.000630576923076933, 0.000357083269754362, 0.000922692307692302, 0.000932099305538102, 0.00267634615384615, 0.00177710932090897, 0.00566153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 480, '2021-05-23 00:00:00', 0.000254761426859297, 0.000514230769230782, 0.000342181069925527, 0.000733269230769252, 0.000433221208373527, 0.00100615384615385, 0.000993352830646718, 0.00270961538461537, 0.00181377328750358, 0.00568153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 495, '2021-05-23 00:00:00', 0.00019982617446171, 0.00049750000000001, 0.000252718146436833, 0.000697307692307687, 0.000436497466729804, 0.00107096153846154, 0.000959369344132657, 0.00271346153846154, 0.00183155743940674, 0.00571557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 510, '2021-05-23 00:00:00', 0.000185980147823948, 0.000463846153846135, 0.00033845582600076, 0.00069711538461537, 0.00047755676263505, 0.00122730769230769, 0.000955485237176135, 0.00268903846153846, 0.00183493429980896, 0.00573326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 525, '2021-05-23 00:00:00', 0.000222733369404224, 0.000498076923076915, 0.000267841586361438, 0.000813653846153856, 0.000506459391644213, 0.00133865384615385, 0.000925726658443969, 0.00272038461538461, 0.00183557038923768, 0.00573057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 540, '2021-05-23 00:00:00', 0.000213042159063551, 0.000650192307692306, 0.000388458293969695, 0.00098538461538461, 0.000534123437188306, 0.00137461538461538, 0.000917215099342303, 0.00275153846153846, 0.00183337936189306, 0.00573173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 555, '2021-05-23 00:00:00', 0.000223133282005311, 0.000617692307692306, 0.000348367621916848, 0.000950000000000002, 0.000627713310357519, 0.00145999999999999, 0.000839148309070195, 0.00274326923076923, 0.00176846700236718, 0.00575653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 570, '2021-05-23 00:00:00', 0.000248200291328159, 0.000705769230769238, 0.000308396909592416, 0.000959423076923068, 0.000614221082723111, 0.00146846153846153, 0.00081762799515522, 0.00268153846153847, 0.00172565694291056, 0.00574673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 585, '2021-05-23 00:00:00', 0.000210251131891219, 0.000636538461538456, 0.000543606510687218, 0.00112403846153846, 0.000652841128040786, 0.00143153846153846, 0.000857785879683626, 0.00263115384615385, 0.00170846521317099, 0.00571076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 600, '2021-05-23 00:00:00', 0.00053185773835316, 0.000900576923076922, 0.00057925336558233, 0.0011426923076923, 0.000636824846104005, 0.00140826923076922, 0.000845195038938423, 0.00260442307692308, 0.00171619010064109, 0.0057123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 615, '2021-05-23 00:00:00', 0.000288430300872744, 0.000695961538461542, 0.000332667771438489, 0.000904615384615388, 0.000376892353535914, 0.00127538461538463, 0.000833662171016884, 0.00245615384615385, 0.0017109944476824, 0.00569500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 630, '2021-05-23 00:00:00', 0.000265311428035349, 0.000691923076923075, 0.000262940838622266, 0.000878269230769228, 0.000327371113804887, 0.00133461538461538, 0.000864174684086128, 0.00243326923076924, 0.00174113019218951, 0.00568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 645, '2021-05-23 00:00:00', 0.000192723496631429, 0.000622884615384614, 0.000263876792345308, 0.000954807692307705, 0.000310309275004545, 0.00141038461538461, 0.000933424814655885, 0.00242173076923077, 0.00174979928519289, 0.00575653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 660, '2021-05-23 00:00:00', 0.000193915227314945, 0.00072365384615386, 0.000272577794117838, 0.000984423076923074, 0.000422307944514428, 0.00136999999999999, 0.000934535260889679, 0.00242692307692307, 0.00177481036906873, 0.00578961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 675, '2021-05-23 00:00:00', 0.000210629094345037, 0.000621153846153846, 0.0002563984279323, 0.000938076923076928, 0.000335446946395643, 0.00122557692307692, 0.0009214242320368, 0.00231115384615385, 0.00179781008879822, 0.00575634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 690, '2021-05-23 00:00:00', 0.000191153985451115, 0.000635384615384619, 0.000277569741755939, 0.000904807692307689, 0.000345970207699131, 0.00118076923076923, 0.000966783505317424, 0.00232211538461537, 0.00182362774541466, 0.00579692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 705, '2021-05-23 00:00:00', 0.000227285317133806, 0.000586153846153852, 0.000243922197558039, 0.000759038461538468, 0.000430800373187467, 0.00112519230769231, 0.000971754004959004, 0.00228961538461538, 0.00184130835590851, 0.00586269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 720, '2021-05-23 00:00:00', 0.000125811825297206, 0.000503846153846145, 0.000313729427765625, 0.000763076923076918, 0.000587785707942548, 0.00113903846153846, 0.00101023241804128, 0.00236653846153846, 0.00184952992988448, 0.00589019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 735, '2021-05-23 00:00:00', 0.000261976804610347, 0.000560384615384623, 0.000361816995816312, 0.000828461538461547, 0.000572453054843803, 0.00112250000000001, 0.000959095647752863, 0.00248230769230769, 0.00184865568620927, 0.00587461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 750, '2021-05-23 00:00:00', 0.000183615505462245, 0.000594423076923068, 0.000333693548956795, 0.000790769230769232, 0.000418236591122599, 0.00109961538461539, 0.000850176452273297, 0.002445, 0.00185514744386034, 0.00584903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 765, '2021-05-23 00:00:00', 0.000209241211560668, 0.000571730769230787, 0.000267470487228888, 0.000787692307692318, 0.000417382733416044, 0.00115211538461539, 0.000783796775073355, 0.00250923076923078, 0.00188986313098229, 0.00587942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 780, '2021-05-23 00:00:00', 0.000183385785037572, 0.000582115384615381, 0.000272304976083817, 0.000824999999999995, 0.000337399842688387, 0.00119442307692307, 0.000737931933488144, 0.00253153846153846, 0.00195072976482768, 0.00593115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 795, '2021-05-23 00:00:00', 0.000227005591256114, 0.000561538461538455, 0.000256126245914298, 0.000855576923076917, 0.000288506499060238, 0.00121999999999999, 0.00075731540020298, 0.00255884615384615, 0.00196462754348385, 0.00594423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 810, '2021-05-23 00:00:00', 0.000247422715206189, 0.000625000000000004, 0.000281679851003807, 0.000833461538461537, 0.00044868903057001, 0.00127461538461538, 0.000770626144019363, 0.00262057692307692, 0.00196695332547963, 0.00594576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 825, '2021-05-23 00:00:00', 0.000208389151496742, 0.000604038461538469, 0.000316908686193071, 0.000911346153846155, 0.000428207758705261, 0.00126173076923076, 0.000697596670995931, 0.00265634615384615, 0.00192760318490647, 0.00594096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 840, '2021-05-23 00:00:00', 0.000232400516350556, 0.000684999999999995, 0.000334030629641157, 0.000932692307692303, 0.00035631171530212, 0.00127903846153845, 0.000708004155789611, 0.00290326923076923, 0.00192989454674043, 0.00597519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 855, '2021-05-23 00:00:00', 0.000183885938727083, 0.000630961538461547, 0.000249692734252451, 0.000882692307692292, 0.00033102196069376, 0.00120846153846154, 0.000711967074649234, 0.00295365384615384, 0.00191458543413852, 0.00598423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 870, '2021-05-23 00:00:00', 0.000164570770374122, 0.000663461538461525, 0.000266130390251432, 0.000925769230769228, 0.000318164265749609, 0.00121749999999999, 0.000663154843271045, 0.00303788461538461, 0.00186533425546612, 0.00597173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 885, '2021-05-23 00:00:00', 0.000236215677197433, 0.000634615384615396, 0.000256639600637513, 0.000863269230769241, 0.000382704997856851, 0.00128865384615384, 0.000697508753736099, 0.00311730769230769, 0.00185160574803435, 0.00597038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 900, '2021-05-23 00:00:00', 0.000224579607266543, 0.000639999999999995, 0.000285808704179229, 0.000921153846153843, 0.00042608991467133, 0.00149384615384615, 0.000713949470308548, 0.00312538461538461, 0.00180545280917387, 0.00593038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 915, '2021-05-23 00:00:00', 0.000263990457286734, 0.000685192307692313, 0.000343216460067904, 0.00103846153846154, 0.000570421032086089, 0.00167192307692308, 0.000714089872602779, 0.00310788461538462, 0.00180421455316327, 0.00590692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 930, '2021-05-23 00:00:00', 0.000322803405281824, 0.000799038461538457, 0.000386296020410023, 0.00121884615384616, 0.000532287660805854, 0.00157307692307693, 0.000828266958079442, 0.00316192307692307, 0.00182847638339011, 0.00593826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 945, '2021-05-23 00:00:00', 0.000305966312876725, 0.000865769230769228, 0.000472009004151405, 0.00121249999999999, 0.000572455574359603, 0.00158423076923077, 0.000802219828878691, 0.00317557692307691, 0.00197156521185969, 0.00607076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 960, '2021-05-23 00:00:00', 0.000306979390438279, 0.000812884615384607, 0.000425031582536935, 0.00102961538461539, 0.000559044136141197, 0.00159788461538461, 0.000810606539289244, 0.00312480769230768, 0.00201560707594893, 0.00600326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 975, '2021-05-23 00:00:00', 0.000423624879417547, 0.000779038461538454, 0.000539432893095918, 0.00117961538461538, 0.000578993556493956, 0.00174153846153844, 0.000818934955621315, 0.0031126923076923, 0.00201971387920323, 0.00606192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 990, '2021-05-23 00:00:00', 0.000260979884282297, 0.000852499999999995, 0.000435065379702161, 0.00128673076923077, 0.000559120187987679, 0.00173076923076922, 0.000845915707748367, 0.00312076923076924, 0.00203714812912562, 0.00610749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1005, '2021-05-23 00:00:00', 0.000369324539375086, 0.000936153846153847, 0.000361586940284917, 0.00128365384615383, 0.000558261449639717, 0.00171461538461538, 0.000876571467971429, 0.00305653846153847, 0.00214921428397951, 0.00609903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1020, '2021-05-23 00:00:00', 0.00028593012863554, 0.000910961538461528, 0.000386677563949001, 0.00123346153846152, 0.000596503530197811, 0.00199730769230769, 0.000878770732330125, 0.00295000000000001, 0.0021926390228707, 0.00613673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1035, '2021-05-23 00:00:00', 0.000233481015535288, 0.000834230769230764, 0.000366033415876833, 0.0011823076923077, 0.000570487106306117, 0.00190653846153846, 0.000871131094965275, 0.00279923076923078, 0.002379107468391, 0.00629211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1050, '2021-05-23 00:00:00', 0.000329604249879258, 0.000859807692307697, 0.000679959529338666, 0.00155519230769231, 0.000602260006462832, 0.00195134615384617, 0.000924403924366743, 0.00277884615384618, 0.00240214968629864, 0.00629365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1065, '2021-05-23 00:00:00', 0.000609303795642714, 0.00132365384615385, 0.000529954279595451, 0.00156846153846154, 0.000613503965255825, 0.00193134615384616, 0.000891246232055908, 0.00270038461538463, 0.00244135740931147, 0.00629999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1080, '2021-05-23 00:00:00', 0.000272950544971056, 0.000889999999999989, 0.000393263906302128, 0.0012125, 0.00056624729579929, 0.00158500000000001, 0.000902184038021925, 0.00242403846153848, 0.00248943485245456, 0.00622173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1095, '2021-05-23 00:00:00', 0.000310391873902361, 0.000756346153846156, 0.000440495874424065, 0.00106384615384617, 0.000403714150587548, 0.00139134615384617, 0.000941806529209456, 0.00231346153846155, 0.00239432193709651, 0.00621346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1110, '2021-05-23 00:00:00', 0.000322892456495255, 0.000731538461538463, 0.000425394658387499, 0.000948846153846161, 0.000561211498593764, 0.00130788461538463, 0.000916072385450311, 0.00221384615384616, 0.00244048082431439, 0.00620942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1125, '2021-05-23 00:00:00', 0.00029888774584346, 0.000666730769230765, 0.000424912886999762, 0.000930192307692304, 0.000596582446426825, 0.00127884615384615, 0.000899713223541473, 0.00216673076923078, 0.00244784285726152, 0.00621557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1140, '2021-05-23 00:00:00', 0.000231114357307905, 0.000589615384615391, 0.000466600306637105, 0.000880384615384627, 0.000504850625280539, 0.00118192307692308, 0.000844060629430054, 0.00203288461538461, 0.00243087452607873, 0.0062051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1155, '2021-05-23 00:00:00', 0.000442319628601477, 0.000635576923076949, 0.000448004507188864, 0.000819038461538464, 0.000471196880295279, 0.0011875, 0.000887354841866891, 0.00196115384615385, 0.00242983947712918, 0.00619173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1170, '2021-05-23 00:00:00', 0.000170631068502946, 0.00057019230769229, 0.000307129639378252, 0.00084615384615383, 0.000425357948809458, 0.00114576923076923, 0.000768832781659209, 0.00187038461538461, 0.0024275469099484, 0.00616499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1185, '2021-05-23 00:00:00', 0.000210671545302163, 0.000602500000000002, 0.000240937671480539, 0.000814807692307688, 0.000471439244800935, 0.00105519230769231, 0.000703141439978748, 0.00176826923076923, 0.00245949863558848, 0.00617346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1200, '2021-05-23 00:00:00', 0.000223830035105619, 0.000583269230769222, 0.000333488611269056, 0.000759423076923077, 0.00049533131880046, 0.00104865384615385, 0.000631124302031999, 0.00181173076923077, 0.00245749916660132, 0.00619807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1215, '2021-05-23 00:00:00', 0.000221580771867833, 0.000484038461538451, 0.000339434597756114, 0.000700384615384613, 0.000423784596953896, 0.000965769230769238, 0.000573112017510865, 0.00184923076923077, 0.00240509399304573, 0.00627865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1230, '2021-05-23 00:00:00', 0.000206305971426324, 0.000506923076923076, 0.000302662607281009, 0.000744423076923086, 0.000371938787354119, 0.000962692307692316, 0.000492664224864683, 0.00183403846153846, 0.00239368917878145, 0.00630826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1245, '2021-05-23 00:00:00', 0.000188904636095723, 0.000525192307692319, 0.000189224429224621, 0.00068673076923078, 0.000336745509935237, 0.00100653846153847, 0.000491743992181032, 0.00178307692307693, 0.00238984567412916, 0.0063628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1260, '2021-05-23 00:00:00', 0.000156966434432523, 0.000472307692307691, 0.000227894374993865, 0.000639615384615382, 0.000354053885512004, 0.00100307692307691, 0.000475611873113085, 0.00175057692307692, 0.00239267841550009, 0.00637999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1275, '2021-05-23 00:00:00', 0.000200728289371093, 0.000470384615384623, 0.000279081736028369, 0.000703846153846149, 0.000388654137327187, 0.000975961538461527, 0.000491524003639537, 0.00178961538461538, 0.00239341118811303, 0.00640865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1290, '2021-05-23 00:00:00', 0.000245093781109325, 0.000499807692307692, 0.000302802105977845, 0.000751346153846148, 0.000342960470922513, 0.000906730769230778, 0.000491857585704811, 0.00180826923076922, 0.00238917253136214, 0.00641423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1305, '2021-05-23 00:00:00', 0.00019493549228872, 0.000574615384615383, 0.000218953542666377, 0.000704423076923076, 0.000242037187225443, 0.000885000000000003, 0.000502349441662322, 0.00182980769230769, 0.00239127172473946, 0.00645269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1320, '2021-05-23 00:00:00', 0.000164901952220576, 0.000484423076923065, 0.000218121790256309, 0.000641346153846158, 0.000202437929708362, 0.000838653846153849, 0.000647532505866559, 0.00190211538461538, 0.00235103001976712, 0.0065130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1335, '2021-05-23 00:00:00', 0.000198276031368839, 0.000459230769230772, 0.000211740770391874, 0.000581923076923072, 0.000253014137640858, 0.000853076923076926, 0.00061664751183, 0.00189692307692307, 0.00234758042378826, 0.00650461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1350, '2021-05-23 00:00:00', 0.000141019502197392, 0.000387499999999994, 0.000152170450987834, 0.000590384615384627, 0.000308593334590748, 0.000809615384615394, 0.000628455371403677, 0.00190692307692307, 0.00233491014486969, 0.00650923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1365, '2021-05-23 00:00:00', 0.000169837139183846, 0.000510576923076933, 0.000268918131665489, 0.000695192307692319, 0.000331463943972561, 0.000852884615384622, 0.000692420725815195, 0.00198730769230768, 0.00233281592798193, 0.00653192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1380, '2021-05-23 00:00:00', 0.000306021178251551, 0.000510192307692302, 0.000352929334831516, 0.000613653846153844, 0.000465011993228287, 0.00110692307692308, 0.000676390789410949, 0.00202249999999999, 0.00232570813864377, 0.00655211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1395, '2021-05-23 00:00:00', 0.000200158783123658, 0.000426538461538455, 0.000217297031733065, 0.000604999999999997, 0.000498451756789083, 0.00124307692307694, 0.000753014378246611, 0.00207942307692307, 0.0023370443200432, 0.00660692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1410, '2021-05-23 00:00:00', 0.000142407864951344, 0.00041, 0.000434847276461695, 0.000913076923076922, 0.000479559292876914, 0.00127634615384616, 0.00075975281911542, 0.00208711538461537, 0.00233280821197247, 0.0066280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1425, '2021-05-23 00:00:00', 0.00044769619678458, 0.000811730769230771, 0.000531608046764344, 0.00111634615384616, 0.000453025555400734, 0.00129307692307692, 0.000724724801881058, 0.00221096153846153, 0.00232502261362039, 0.0066380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 0, '2021-05-23 00:00:00', 0.000454037824584951, 0.000807115384615382, 0.000427451346759078, 0.00100557692307692, 0.000358287647654148, 0.00120596153846153, 0.000718082596491949, 0.00225384615384614, 0.00231839470323757, 0.00666999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 15, '2021-05-23 00:00:00', 0.00031115102689605, 0.000610192307692308, 0.000299874909818182, 0.000854807692307673, 0.000289356115432984, 0.00111980769230769, 0.000675590454001869, 0.0022226923076923, 0.00229986783065061, 0.00672596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 30, '2021-05-23 00:00:00', 0.000322618433828811, 0.000614423076923071, 0.000275002097894102, 0.000798076923076916, 0.000362079889187242, 0.00110961538461539, 0.000680273389612853, 0.00218826923076923, 0.00224548137720727, 0.00669615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 45, '2021-05-23 00:00:00', 0.000211968430160285, 0.000568846153846157, 0.000266352282628744, 0.000848461538461546, 0.000473166461195214, 0.0011575, 0.000843053447525481, 0.00229634615384615, 0.00225620419834185, 0.00668076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 60, '2021-05-23 00:00:00', 0.000281243940105654, 0.000658076923076934, 0.000343469234989994, 0.000841346153846161, 0.000576620425743493, 0.00118134615384617, 0.000817022855343611, 0.00226711538461539, 0.00224090631561979, 0.00663365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 75, '2021-05-23 00:00:00', 0.000263173604591799, 0.000457884615384617, 0.000343447286292276, 0.000665961538461542, 0.000520187429239146, 0.00102480769230769, 0.000816241597907038, 0.00217788461538462, 0.00224877864286715, 0.00658076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 90, '2021-05-23 00:00:00', 0.000238864300066274, 0.00046192307692308, 0.000381620078894413, 0.000708269230769238, 0.000359734570952594, 0.000984807692307692, 0.000817747751213893, 0.00215076923076923, 0.00225511476767473, 0.00659615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 105, '2021-05-23 00:00:00', 0.000263195525447121, 0.000478269230769247, 0.000303051214255163, 0.000730961538461549, 0.000396488820290518, 0.00105423076923078, 0.000838172187193427, 0.00217384615384617, 0.00221697337862647, 0.00658480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 120, '2021-05-23 00:00:00', 0.000194290128020306, 0.000570576923076925, 0.000287016282036125, 0.000747884615384617, 0.000455371403784421, 0.00112134615384615, 0.000853244396407031, 0.00218500000000001, 0.00218334521918864, 0.00659788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 135, '2021-05-23 00:00:00', 0.000214023453064237, 0.000460961538461548, 0.000353690488334716, 0.00073519230769232, 0.000550363376464906, 0.00112538461538462, 0.000817544470679399, 0.00219519230769232, 0.00218378705111451, 0.00660173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 150, '2021-05-23 00:00:00', 0.000262877055206111, 0.000517115384615386, 0.000292555057277199, 0.000762692307692295, 0.00050711006239732, 0.00104384615384616, 0.000915098166234719, 0.00226442307692309, 0.00217006185661573, 0.00662730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 165, '2021-05-23 00:00:00', 0.000240561522596302, 0.000540384615384603, 0.000446523838626276, 0.000838461538461544, 0.00044960358607932, 0.00119576923076925, 0.000985511522783188, 0.00225980769230771, 0.00220691099817057, 0.00670692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 180, '2021-05-23 00:00:00', 0.000444522042371183, 0.000689615384615393, 0.000415510668195925, 0.00081865384615385, 0.000428452896612202, 0.00123173076923079, 0.00107342580625698, 0.00233519230769232, 0.00220427539114333, 0.00672 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 195, '2021-05-23 00:00:00', 0.000195243536286185, 0.000520961538461531, 0.000325595371824968, 0.000872884615384629, 0.000337338052313186, 0.00114480769230771, 0.00101030269645366, 0.00225653846153847, 0.00222052034788801, 0.00664615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 210, '2021-05-23 00:00:00', 0.000242903985463068, 0.000622884615384618, 0.000233698770609978, 0.000828653846153848, 0.00028373640258845, 0.0011171153846154, 0.000944858638185542, 0.00225538461538462, 0.00220966482839506, 0.00665057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 225, '2021-05-23 00:00:00', 0.000118878250582412, 0.000535961538461552, 0.00019531128999625, 0.000757500000000009, 0.00064170254311959, 0.00114192307692309, 0.000970468265244229, 0.00212057692307692, 0.00218581324418661, 0.00660346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 240, '2021-05-23 00:00:00', 0.000188070465517592, 0.000582499999999999, 0.000253806785991594, 0.000758269230769232, 0.000655190518387296, 0.00114115384615384, 0.000939580941778745, 0.00214788461538461, 0.00216314860437637, 0.00658826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 255, '2021-05-23 00:00:00', 0.000264537622742302, 0.000511923076923087, 0.000643127933199556, 0.000893461538461537, 0.000607000728677792, 0.00111173076923077, 0.000922340584516439, 0.00218192307692307, 0.00216840608778396, 0.00655480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 270, '2021-05-23 00:00:00', 0.000631442792341477, 0.000679999999999993, 0.000603668815213724, 0.000869038461538459, 0.000578477710494076, 0.00110230769230768, 0.00095636370616075, 0.00219346153846154, 0.00218264575687399, 0.0065225 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 285, '2021-05-23 00:00:00', 0.000202312781451048, 0.000532307692307691, 0.000215791298748082, 0.000706730769230779, 0.000340964751167118, 0.000995192307692324, 0.000844772454569849, 0.0020675, 0.00216401810208554, 0.00644211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 300, '2021-05-23 00:00:00', 0.000147619052345514, 0.000499230769230773, 0.000221594570885996, 0.000708076923076929, 0.000413809692417249, 0.000927307692307704, 0.000859291949133784, 0.00201557692307693, 0.00215947554174264, 0.00640384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 315, '2021-05-23 00:00:00', 0.000182728045087611, 0.000468461538461529, 0.000281234093567287, 0.000658846153846157, 0.000436924610641934, 0.000921346153846165, 0.000878165417219323, 0.0020325, 0.00213942297216942, 0.00633942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 330, '2021-05-23 00:00:00', 0.000182849244334895, 0.000440384615384622, 0.000299662951689689, 0.000608269230769236, 0.000613795286594905, 0.000954423076923091, 0.000851543237079227, 0.00207326923076924, 0.00208987799607096, 0.00628096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 345, '2021-05-23 00:00:00', 0.000200084597492771, 0.000455384615384622, 0.000292408368290223, 0.00069942307692309, 0.000596673374120717, 0.000966346153846161, 0.000767201833839155, 0.00207942307692309, 0.00200171730118071, 0.00626692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 360, '2021-05-23 00:00:00', 0.000221255160739459, 0.000490384615384617, 0.000526226771824266, 0.000696153846153859, 0.000621117634095676, 0.000963653846153857, 0.000735914397195759, 0.00208, 0.00195437780773951, 0.00628615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 375, '2021-05-23 00:00:00', 0.000406987053281116, 0.000417692307692311, 0.000396123135478765, 0.000581538461538462, 0.00044852206017267, 0.000845961538461529, 0.000693820665146701, 0.00203134615384616, 0.00193875927811103, 0.00616153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 390, '2021-05-23 00:00:00', 0.000157632117968965, 0.000416730769230766, 0.000314652433402559, 0.000616923076923079, 0.000388299448285031, 0.000857307692307698, 0.000745919566709444, 0.002065, 0.00193335392119896, 0.00611076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 405, '2021-05-23 00:00:00', 0.000210367809763322, 0.000391153846153855, 0.000194734138289595, 0.000515769230769228, 0.000298526960514191, 0.00077711538461539, 0.000854239652916787, 0.00210423076923077, 0.00193988684245719, 0.00606480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 420, '2021-05-23 00:00:00', 0.000132853881562245, 0.000386923076923075, 0.000274209703581881, 0.000580192307692313, 0.000292417246676465, 0.000839615384615385, 0.000872798879820194, 0.00219673076923076, 0.00193730821383297, 0.00605634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 435, '2021-05-23 00:00:00', 0.000251658575179822, 0.000459038461538475, 0.000230484189345954, 0.000604807692307705, 0.00030009024283732, 0.000926923076923073, 0.000780505186500281, 0.00225211538461539, 0.00195184066972693, 0.00605499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 450, '2021-05-23 00:00:00', 0.000164253205096932, 0.00044365384615384, 0.000277866666974247, 0.000641730769230754, 0.000398111358599767, 0.000965576923076908, 0.00089344314527904, 0.00234442307692307, 0.00194790036864155, 0.0060503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 465, '2021-05-23 00:00:00', 0.000225039227349709, 0.000415576923076913, 0.000284667957722409, 0.0006703846153846, 0.000369226061668705, 0.000896730769230751, 0.000822559513862753, 0.00244307692307691, 0.00194380455649383, 0.00603807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 480, '2021-05-23 00:00:00', 0.000227380399669468, 0.000584615384615371, 0.000336890132741322, 0.000750192307692299, 0.000332520733882168, 0.000954038461538447, 0.000811668580527402, 0.00247673076923076, 0.00211464461462296, 0.00613461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 495, '2021-05-23 00:00:00', 0.000248812951060394, 0.000518269230769219, 0.000243188515037516, 0.000649423076923066, 0.000335949229222791, 0.00102326923076923, 0.00078750873011032, 0.00249999999999999, 0.00215233597606093, 0.00611692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 510, '2021-05-23 00:00:00', 0.000158084325112129, 0.000430576923076909, 0.000182186295186684, 0.000610384615384605, 0.000326669734417832, 0.00105365384615386, 0.000729017041058598, 0.00246461538461538, 0.00215148378137937, 0.0060676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 525, '2021-05-23 00:00:00', 0.000151920525781889, 0.000469615384615387, 0.000251737042291239, 0.000758461538461554, 0.000372020109051196, 0.00111019230769231, 0.000746865475478369, 0.00250596153846154, 0.00215764452230097, 0.00606826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 540, '2021-05-23 00:00:00', 0.000195021892262235, 0.000588461538461546, 0.000235812180803684, 0.000835769230769245, 0.000424382311311207, 0.00119288461538461, 0.000765645052327659, 0.00253788461538461, 0.00218172331320556, 0.00603884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 555, '2021-05-23 00:00:00', 0.000174728470666752, 0.000555961538461538, 0.000271226842329436, 0.000795000000000003, 0.000397754514551565, 0.00125942307692307, 0.00076180042308689, 0.00255326923076923, 0.00223756650094559, 0.00612461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 570, '2021-05-23 00:00:00', 0.000254724058843778, 0.000592884615384609, 0.000363309149983234, 0.000873461538461522, 0.000470550782022036, 0.00132096153846153, 0.000739820144463397, 0.00255961538461538, 0.00222787518639485, 0.00612038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 585, '2021-05-23 00:00:00', 0.000277598007640824, 0.000619423076923074, 0.000255946508834585, 0.000968846153846147, 0.000378620979547958, 0.0013753846153846, 0.00071627659032398, 0.00255692307692306, 0.00220880092775731, 0.00607346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 600, '2021-05-23 00:00:00', 0.000269109714543228, 0.000809038461538454, 0.000342447750085273, 0.0010526923076923, 0.000402204119628528, 0.00145692307692306, 0.00076691723051548, 0.00262903846153846, 0.00222211472389566, 0.0060903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 615, '2021-05-23 00:00:00', 0.000264659214840542, 0.000667499999999996, 0.000353335316878829, 0.000980384615384612, 0.000312384932661374, 0.00133288461538462, 0.000735656195828959, 0.00251403846153847, 0.00214856087792594, 0.00607961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 630, '2021-05-23 00:00:00', 0.000277522348372437, 0.000734423076923067, 0.000290833351700827, 0.00100096153846153, 0.000361140075104027, 0.00129692307692307, 0.000744988616330156, 0.00247403846153846, 0.00213544541381526, 0.00606134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 645, '2021-05-23 00:00:00', 0.000238670999817421, 0.000739615384615375, 0.000245877783899619, 0.000916730769230771, 0.000382341420118781, 0.00128480769230768, 0.000720431841648839, 0.00241403846153846, 0.00212067786695307, 0.00606115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 660, '2021-05-23 00:00:00', 0.00015375454965126, 0.000612692307692308, 0.000259327903509142, 0.000855192307692291, 0.000389833347036324, 0.00118403846153844, 0.000675312918920958, 0.00230346153846153, 0.00209067725500982, 0.00[...];
Date: 2021-05-23 16:02:35 Duration: 19s186ms Database: acaweb_fx User: pgperfstats
11 27s192ms 1 27s192ms 27s192ms 27s192ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 23 16 1 27s192ms 27s192ms [ User: pgperfstats - Total duration: 27s192ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 986515, 1, 990, '2021-05-23 00:00:00', 367.819628642429, 430.374423076924, 547.246258978429, 615.016730769231, 585.653988200076, 790.090576923077, 850.767341770877, 1445.46326923077, 2054.10381491743, 3315.06288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1005, '2021-05-23 00:00:00', 279.305177981967, 389.541538461539, 365.405076375678, 532.918653846154, 519.600658379438, 758.432115384616, 818.663838223367, 1366.85115384615, 2041.70609499383, 3282.70519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1020, '2021-05-23 00:00:00', 233.687185169536, 374.777692307692, 297.280068959584, 500.333846153846, 519.960292580153, 758.890961538461, 772.675165622557, 1324.16538461538, 2040.37786109255, 3286.33384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1035, '2021-05-23 00:00:00', 199.06341738994, 339.960192307692, 373.027911611337, 527.208653846154, 512.29348109788, 757.184230769231, 738.545402550201, 1273.68903846154, 2029.13263540161, 3293.09673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1050, '2021-05-23 00:00:00', 287.48050282765, 379.315961538461, 361.255696750397, 521.313846153846, 447.83199431655, 720.998461538461, 747.286638889399, 1231.90884615385, 2020.31372193883, 3302.84288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1065, '2021-05-23 00:00:00', 247.869584015233, 372.463269230769, 324.573068948272, 548.9325, 432.241688663432, 728.831153846153, 751.816419152872, 1213.78038461538, 2019.03201533504, 3299.81173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1080, '2021-05-23 00:00:00', 301.507216559635, 432.491538461538, 359.830855007653, 559.906538461538, 463.214327460801, 768.300192307692, 741.114527694529, 1203.70326923077, 2019.03201533504, 3299.81173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1095, '2021-05-23 00:00:00', 257.684213029168, 362.702692307692, 345.057715875352, 509.546346153846, 473.247177979477, 738.563461538462, 777.575665805339, 1195.26384615385, 2028.47279718425, 3326.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1110, '2021-05-23 00:00:00', 232.24613048329, 342.687307692308, 359.736216257884, 505.316538461538, 507.681657379784, 763.12826923077, 781.485133033671, 1174.29057692308, 2028.205351525, 3325.70942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1125, '2021-05-23 00:00:00', 343.406466217514, 411.16, 395.092909116908, 598.722692307693, 619.546825591994, 774.158653846155, 807.200596071981, 1205.43019230769, 2027.05425273597, 3355.00019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1140, '2021-05-23 00:00:00', 317.744780621904, 450.122692307693, 429.953973509554, 577.694423076924, 570.555051647483, 749.072692307693, 969.782046275348, 1274.52, 2001.0911499348, 3346.88423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1155, '2021-05-23 00:00:00', 309.001730076125, 382.260961538462, 456.047571870946, 505.37576923077, 531.025323670271, 698.626346153847, 1048.09246819399, 1288.30480769231, 1974.75872956727, 3315.46192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1170, '2021-05-23 00:00:00', 209.793372030306, 305.490384615385, 305.904934658064, 447.911923076924, 393.518098251577, 643.511538461539, 1072.87001912765, 1316.31480769231, 1962.99989978028, 3301.25076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1185, '2021-05-23 00:00:00', 197.198098502398, 298.309807692308, 282.02627335471, 438.742884615385, 401.085421930243, 603.369807692308, 1145.94488083999, 1409.16076923077, 1970.42551820421, 3300.36711538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1200, '2021-05-23 00:00:00', 213.450443560902, 330.807884615385, 286.896329460928, 462.028076923077, 386.546011563357, 592.418461538462, 1142.65593995595, 1414.54115384615, 1965.5151472349, 3292.34461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1215, '2021-05-23 00:00:00', 243.447480561713, 325.334615384615, 334.756405123993, 422.826538461537, 436.71687077345, 570.701923076923, 1113.64438521273, 1429.54038461538, 1964.33166938326, 3297.54096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1230, '2021-05-23 00:00:00', 199.690268472587, 280.660576923076, 252.041823423523, 389.729423076924, 430.292127520408, 556.554038461539, 1095.85465736567, 1411.64403846154, 1962.01340298505, 3286.10019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1245, '2021-05-23 00:00:00', 197.205754636741, 309.540384615385, 343.379510015466, 425.502692307693, 438.640717564063, 572.448653846154, 1060.40135998304, 1405.53673076923, 1959.06373723317, 3277.275 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1260, '2021-05-23 00:00:00', 211.547656246494, 314.599230769231, 287.526533990076, 420.127115384616, 332.512764566323, 511.361538461539, 1048.29407872344, 1375.93384615385, 1948.22638672066, 3246.95442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1275, '2021-05-23 00:00:00', 179.953065115923, 285.486153846154, 269.133701067818, 390.647692307692, 392.98526087966, 548.560576923077, 1055.04055143992, 1362.39557692308, 1942.51697209099, 3232.38846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1290, '2021-05-23 00:00:00', 208.163818857612, 273.705769230769, 267.25694147573, 351.570192307692, 359.77492106043, 535.609038461538, 1149.4647402557, 1402.55134615385, 1938.07494036999, 3217.62692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1305, '2021-05-23 00:00:00', 149.977095107758, 261.165192307692, 311.639749435701, 427.217115384615, 336.760779219235, 587.642884615384, 1132.20948098066, 1430.2625, 1932.58837029319, 3216.7225 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1320, '2021-05-23 00:00:00', 221.656771871514, 304.0225, 230.073238720011, 392.161346153846, 618.383251716088, 659.889807692308, 1110.61474931244, 1412.89788461538, 1912.73635882258, 3180.30538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1335, '2021-05-23 00:00:00', 157.603135527672, 278.418076923076, 236.789485468877, 407.296153846153, 719.095870990681, 672.685384615384, 1151.4045971249, 1464.59711538462, 1899.55146729591, 3156.55096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1350, '2021-05-23 00:00:00', 192.503147555186, 292.804423076923, 557.853616720786, 500.152692307693, 752.552875203719, 716.12576923077, 1128.27952848069, 1452.86115384615, 1894.78942088301, 3146.11692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1365, '2021-05-23 00:00:00', 421.612300973346, 378.045961538462, 561.722991394438, 495.946346153846, 669.867406979948, 755.634038461538, 1008.02837625384, 1439.01480769231, 1858.13826980048, 3116.56865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1380, '2021-05-23 00:00:00', 320.352262356072, 332.515576923076, 444.319954622619, 480.979615384615, 519.289544984892, 695.351153846153, 882.413972185325, 1409.39326923077, 1834.23549886667, 3080.05942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1395, '2021-05-23 00:00:00', 203.072120840393, 298.528846153847, 378.598615103932, 481.391153846154, 392.296220715339, 620.593461538461, 798.796538917451, 1326.0125, 1843.47522999225, 3023.33480769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1410, '2021-05-23 00:00:00', 344.917148785985, 375.214423076923, 338.399073408954, 448.650961538461, 381.118073206524, 613.280576923076, 824.668454263987, 1403.68692307692, 1842.2451393562, 3011.82153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1425, '2021-05-23 00:00:00', 148.553520048008, 247.764423076922, 264.468965029707, 420.14673076923, 364.411770974074, 606.977692307691, 817.936705292065, 1384.00596153846, 1840.71770173798, 3009.97346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 0, '2021-05-23 00:00:00', 189.030337357221, 294.044230769231, 257.654725180887, 404.430961538461, 374.293302807231, 601.662884615385, 963.644782894151, 1480.04365384615, 1839.85054626602, 3008.32923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 15, '2021-05-23 00:00:00', 153.919340844107, 257.25173076923, 259.120848673711, 425.15423076923, 392.072238869759, 615.517115384615, 951.765152598319, 1476.9925, 1780.22600473545, 2993.32211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 30, '2021-05-23 00:00:00', 198.000549890553, 319.324807692308, 286.73714416685, 429.965192307693, 511.488012288129, 701.302692307693, 975.147920537976, 1477.53153846154, 1751.29327736005, 2971.5775 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 45, '2021-05-23 00:00:00', 240.392213626701, 295.882115384615, 351.613940525466, 474.825384615385, 509.119383708923, 711.253076923077, 983.656549263336, 1487.02942307692, 1748.0904260384, 2967.71134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 60, '2021-05-23 00:00:00', 299.762512693543, 361.572115384616, 485.387440023906, 553.270192307692, 510.618804464362, 717.501153846154, 1014.28350471727, 1498.62153846154, 1726.78020372039, 2981.20115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 75, '2021-05-23 00:00:00', 321.326001855531, 375.477692307691, 330.990096336152, 496.713846153846, 487.207290602778, 718.4675, 978.064859829013, 1439.23711538462, 1717.84491695161, 2953.59230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 90, '2021-05-23 00:00:00', 192.725560603374, 343.27826923077, 252.004107737582, 444.971153846154, 415.507572219624, 703.085384615385, 1021.48319772282, 1469.83403846154, 1717.54106505009, 2947.31923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 105, '2021-05-23 00:00:00', 199.855617497694, 296.239230769231, 382.315423778083, 533.911153846153, 423.697702015381, 711.443653846154, 1029.27730635157, 1489.60788461539, 1713.02065660222, 2952.13173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 120, '2021-05-23 00:00:00', 308.288518569924, 433.010961538461, 354.758666831411, 566.79, 386.392519995335, 725.402884615384, 1011.79207656932, 1520.69269230769, 1672.46172192794, 2964.29307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 135, '2021-05-23 00:00:00', 202.053119952688, 342.461153846154, 272.812015312037, 476.161153846154, 389.423724403716, 709.472692307692, 961.467734373158, 1491.60442307692, 1628.10686184065, 2996.63384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 150, '2021-05-23 00:00:00', 237.522496179916, 345.343461538462, 299.243190683533, 499.132307692308, 509.84575736046, 833.537307692308, 973.170195327641, 1495.98096153846, 1619.50021076243, 3014.95346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 165, '2021-05-23 00:00:00', 208.511846191418, 353.748076923077, 323.425906947194, 544.273846153846, 503.675969686746, 803.946730769231, 935.877529542461, 1438.8675, 1608.86655187702, 2974.89557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 180, '2021-05-23 00:00:00', 223.606577993238, 360.535384615384, 403.8847839452, 575.382307692307, 701.291097851778, 838.821923076923, 979.850401716271, 1412.17653846154, 1615.75762147359, 2997.845 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 195, '2021-05-23 00:00:00', 327.952908909718, 412.152115384615, 394.694078227877, 532.466923076923, 658.154831068384, 792.825576923077, 942.695112120481, 1351.31538461538, 1525.14616341336, 2970.0125 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 210, '2021-05-23 00:00:00', 195.126530240883, 328.749615384615, 493.398893114346, 550.167307692308, 516.990625931086, 689.226153846154, 900.233375266317, 1295.44576923077, 1465.67922886286, 2918.09903846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 225, '2021-05-23 00:00:00', 413.561126425847, 401.671153846154, 419.296433128714, 511.737307692308, 460.044894899986, 640.631538461539, 879.221533812812, 1281.39307692308, 1455.98790011626, 2910.80519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 240, '2021-05-23 00:00:00', 233.586916574883, 340.119807692308, 271.170798800384, 444.510961538462, 429.247588964511, 605.674615384615, 879.998049745653, 1260.38692307692, 1430.69109735606, 2899.92173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 255, '2021-05-23 00:00:00', 210.833781847309, 320.979038461538, 308.297995614883, 427.728076923077, 402.294778365891, 561.617307692308, 886.752335702851, 1265.93269230769, 1446.713046973, 2916.99673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 270, '2021-05-23 00:00:00', 179.705658775678, 289.265, 283.300843415685, 421.594038461538, 378.34556263269, 612.199615384615, 835.975250409342, 1246.92980769231, 1394.725207065, 2913.0725 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 285, '2021-05-23 00:00:00', 168.78460959414, 306.239615384615, 301.64186544088, 415.970576923077, 400.248554484153, 634.864423076923, 840.344755119565, 1260.11019230769, 1439.60486728548, 2941.44096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 300, '2021-05-23 00:00:00', 247.356137413012, 300.75673076923, 343.740866619979, 483.165576923077, 445.035199630321, 644.644999999999, 856.19466990893, 1258.81730769231, 1438.17887816653, 2944.51788461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 315, '2021-05-23 00:00:00', 268.72315197451, 359.266346153845, 360.776973705843, 483.072884615384, 457.551175622339, 643.33923076923, 830.543372621734, 1247.78326923077, 1434.17587916053, 2952.00826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 330, '2021-05-23 00:00:00', 187.233050447831, 289.255, 316.328756022299, 434.541153846153, 374.990105841987, 587.29423076923, 786.84688589722, 1221.27692307692, 1431.26530900288, 2958.23865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 345, '2021-05-23 00:00:00', 231.03753390271, 326.930384615384, 286.986629322424, 444.614615384615, 423.49539552215, 586.512692307691, 770.854457898207, 1241.01346153846, 1425.91707432527, 2978.02211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 360, '2021-05-23 00:00:00', 217.092134260744, 335.746730769231, 258.800447176302, 424.275576923077, 498.373967266936, 626.775769230769, 740.185779036275, 1262.24653846154, 1431.46330573599, 2993.58615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 375, '2021-05-23 00:00:00', 242.18185393244, 321.546923076923, 370.54684018374, 441.323076923077, 575.979337458852, 655.971538461538, 775.429711972658, 1277.585, 1443.23952323104, 3014.63692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 390, '2021-05-23 00:00:00', 243.526973879929, 292.173653846153, 394.917735881597, 457.015384615385, 564.467184426197, 642.305961538461, 804.758762237694, 1277.69288461539, 1451.33671191698, 3032.78 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 405, '2021-05-23 00:00:00', 250.18765712284, 333.866153846155, 327.650027468862, 455.602884615385, 413.833551788686, 613.859038461539, 741.730273857765, 1268.18134615385, 1420.85268831453, 3036.84615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 420, '2021-05-23 00:00:00', 297.953777506099, 314.361923076922, 392.011719419056, 448.58173076923, 422.935401320752, 620.332115384615, 868.596992204184, 1270.90192307692, 1423.79379329052, 3045.40115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 435, '2021-05-23 00:00:00', 247.347979753533, 305.268076923077, 307.988677191037, 429.001730769231, 449.085816520115, 644.498461538461, 1162.33946338801, 1416.49365384615, 1429.15950562005, 3045.53307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 450, '2021-05-23 00:00:00', 308.075471058698, 351.654038461538, 393.742490246529, 501.20346153846, 533.389104462716, 681.14846153846, 1179.47492612525, 1413.28307692308, 1497.69526894143, 3055.09653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 465, '2021-05-23 00:00:00', 220.284116906745, 326.81423076923, 315.059966218154, 471.445769230769, 428.839952742996, 676.766153846153, 1176.20240943747, 1440.2725, 1547.2035458038, 3069.03538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 480, '2021-05-23 00:00:00', 276.527318762263, 325.640384615385, 370.139960590793, 465.843076923076, 441.203665908824, 634.959230769231, 1171.70285806769, 1407.735, 1605.1765915598, 3084.70346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 495, '2021-05-23 00:00:00', 208.207427555754, 308.29423076923, 316.254689882951, 459.799807692307, 416.089840329447, 609.430769230769, 1168.70665646986, 1412.73019230769, 1612.75266267689, 3072.18923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 510, '2021-05-23 00:00:00', 222.602604475744, 319.140769230769, 323.248207408201, 439.801153846154, 354.468500944941, 599.106923076924, 1129.35342168101, 1422.14384615385, 1587.5166030296, 3049.48942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 525, '2021-05-23 00:00:00', 172.642327038057, 302.878653846154, 241.118634546118, 420.009230769231, 400.194781310734, 627.927884615386, 1075.94954085653, 1413.01576923077, 1571.33390389563, 3033.83326923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 540, '2021-05-23 00:00:00', 234.870476617351, 336.487307692308, 260.561846071213, 445.229038461539, 444.681741203578, 687.190384615385, 1102.46858751847, 1440.57480769231, 1583.15296418543, 3024.56634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 555, '2021-05-23 00:00:00', 212.728861573474, 312.302115384615, 389.593417207113, 514.026346153847, 509.166496293849, 697.938076923077, 1115.73639318234, 1445.95346153846, 1584.89370884691, 3034.7075 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 570, '2021-05-23 00:00:00', 265.86142133081, 358.080961538462, 305.012567969558, 498.140769230769, 559.254788832562, 692.038076923077, 1072.5622128805, 1407.14365384615, 1570.45746970218, 3013.31576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 585, '2021-05-23 00:00:00', 203.08822162387, 346.327884615384, 396.536582405516, 482.025384615384, 557.507063116659, 664.530192307692, 1075.40307378583, 1378.82, 1565.74920744219, 2998.43538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 600, '2021-05-23 00:00:00', 312.521982561966, 351.652307692307, 464.647772255543, 507.189038461537, 631.050965276213, 685.534038461538, 1004.68841555611, 1328.45557692308, 1551.45692604856, 3001.38403846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 615, '2021-05-23 00:00:00', 239.887137590544, 330.459230769231, 278.838371421718, 432.538653846154, 753.607957096139, 777.876153846154, 832.857244251749, 1261.76384615385, 1543.46514041211, 2975.58076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 630, '2021-05-23 00:00:00', 267.659596974117, 328.322115384616, 417.040363083259, 485.041153846154, 771.7623747748, 788.394038461539, 807.539429881935, 1284.02403846154, 1540.4625597265, 2983.62634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 645, '2021-05-23 00:00:00', 332.823856393289, 351.0925, 668.833950803964, 609.955961538462, 726.495049241987, 777.621346153846, 778.852620814452, 1252.77653846154, 1534.83692018545, 2934.20211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 660, '2021-05-23 00:00:00', 498.262963785536, 468.182884615385, 695.364752315259, 598.577307692307, 703.527489673399, 738.053076923077, 844.076791404874, 1293.42211538462, 1531.19340358096, 2932.29538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 675, '2021-05-23 00:00:00', 343.897311939133, 345.365192307693, 379.091012404065, 496.403461538461, 411.520559899923, 622.777115384615, 827.98400155345, 1284.52269230769, 1515.96960522808, 2925.97923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 690, '2021-05-23 00:00:00', 232.420467854804, 348.710384615384, 229.842369175134, 410.085961538461, 316.899613795915, 582.735, 860.381519158016, 1284.48057692308, 1539.49083444345, 2939.21923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 705, '2021-05-23 00:00:00', 137.172210654653, 280.85326923077, 266.934685595847, 433.076923076923, 456.084357464587, 635.931730769231, 882.334034805414, 1327.13, 1548.71772765363, 2937.82384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 720, '2021-05-23 00:00:00', 220.931788723004, 338.037115384616, 274.875349280429, 451.774038461539, 469.464922231191, 652.726538461538, 912.14234717279, 1373.12826923077, 1559.07694826558, 2964.05634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 735, '2021-05-23 00:00:00', 186.442100122366, 298.579038461539, 381.847037241555, 460.983076923077, 429.61544096606, 611.402307692307, 898.835226741554, 1383.13346153846, 1546.79548701431, 2978.87961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 750, '2021-05-23 00:00:00', 269.551281770564, 332.533076923076, 301.862722555494, 450.326153846154, 400.650040855963, 641.711730769231, 932.055025693743, 1388.97019230769, 1549.43088199362, 2975.08346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 765, '2021-05-23 00:00:00', 209.896982258239, 303.353653846154, 334.061391976259, 442.731346153847, 583.813409787652, 653.841730769231, 957.478275253223, 1383.46826923077, 1554.07554343197, 2981.26423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 780, '2021-05-23 00:00:00', 207.248124980383, 306.463269230769, 378.633580861345, 484.058269230769, 602.171894467308, 656.302115384616, 962.68895041539, 1422.57173076923, 1552.05791449448, 2978.17980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 795, '2021-05-23 00:00:00', 326.43746615028, 354.756153846153, 519.952004527378, 509.325961538461, 549.12797062311, 675.039423076923, 972.128551904611, 1413.70807692308, 1552.42615951738, 2973.55826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 810, '2021-05-23 00:00:00', 332.926334367102, 324.681346153846, 355.289089622046, 408.682692307692, 501.822363805545, 634.699230769231, 972.720413632107, 1414.37615384615, 1567.82173889528, 2971.03615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 825, '2021-05-23 00:00:00', 268.85866923091, 308.553846153847, 347.278586520801, 472.381730769231, 728.433863395061, 747.854423076923, 987.402152467798, 1442.30596153846, 1569.06828881773, 2964.14576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 840, '2021-05-23 00:00:00', 238.08908711891, 340.196346153846, 373.310106353129, 478.625769230768, 738.594128833859, 810.405384615384, 890.534000069535, 1389.27461538462, 1535.56754572339, 2964.56519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 855, '2021-05-23 00:00:00', 241.39821191964, 334.315, 620.054147089063, 585.752115384615, 738.818053416427, 842.469038461539, 910.119495856535, 1456.76807692308, 1531.92755427308, 2966.60134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 870, '2021-05-23 00:00:00', 627.83538237702, 459.6425, 740.581879714162, 658.904807692307, 754.845321472526, 828.765192307692, 896.698527343156, 1463.43076923077, 1861.32888321755, 3110.15826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 885, '2021-05-23 00:00:00', 335.898514745668, 414.862884615385, 374.279675476929, 557.238653846154, 486.225127119273, 754.643076923077, 876.294582556069, 1492.00134615385, 1875.5251341616, 3146.74826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 900, '2021-05-23 00:00:00', 248.838803526731, 378.118846153846, 285.330316898003, 496.881346153846, 489.615407889035, 741.327115384616, 873.74858519344, 1467.65346153846, 1812.57397522653, 3149.4075 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 915, '2021-05-23 00:00:00', 243.667942954846, 336.355384615385, 406.285883107762, 525.320576923077, 491.900693430947, 737.004615384616, 881.096675332596, 1458.27307692308, 1814.12149827636, 3165.75769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 930, '2021-05-23 00:00:00', 280.711000736455, 366.067307692308, 363.13384648067, 499.315384615385, 443.61748305984, 682.932884615385, 838.402843330309, 1413.07711538462, 1768.28727456412, 3145.64923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 945, '2021-05-23 00:00:00', 240.831681432043, 350.92923076923, 267.809748741456, 475.899807692308, 490.087372732698, 718.904038461538, 831.743214830154, 1368, 1839.22885899051, 3186.56846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 960, '2021-05-23 00:00:00', 190.858544022792, 317.6675, 274.858878071304, 459.018846153847, 622.104025354405, 772.681923076923, 831.636191683692, 1327.72307692308, 2226.07088837106, 3295.12134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 975, '2021-05-23 00:00:00', 234.878240401032, 333.258269230769, 471.976092379689, 566.74, 592.06840508353, 779.531923076923, 854.683400532101, 1352.15134615385, 2788.33132643879, 3444.95173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 990, '2021-05-23 00:00:00', 394.960503953925, 422.453461538462, 529.278183542927, 605.8225, 578.776672363489, 786.313076923077, 829.876596521064, 1321.75423076923, 2789.28854921976, 3432.0425 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1005, '2021-05-23 00:00:00', 300.618905954225, 379.976346153846, 497.36519040888, 534.302307692308, 618.455784956246, 747.464615384615, 764.580311397773, 1246.59865384615, 2782.48679359282, 3427.71730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1020, '2021-05-23 00:00:00', 334.088517448537, 369.925192307692, 399.23596363925, 509.420192307692, 502.113071825001, 664.596538461538, 656.470527384601, 1181.83115384615, 2774.63185761308, 3438.00923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1035, '2021-05-23 00:00:00', 252.979113656565, 373.172307692308, 323.456997046034, 495.309038461539, 449.216123176293, 680.506538461539, 629.234502824754, 1159.74365384615, 2776.18422466974, 3444.71865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1050, '2021-05-23 00:00:00', 207.889256429124, 311.239423076923, 260.710936888186, 408.173653846155, 431.509386767008, 674.909038461539, 630.091031215607, 1158.88711538462, 2775.5810070986, 3449.58269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1065, '2021-05-23 00:00:00', 206.902593851459, 301.027307692309, 346.086976499627, 501.910576923077, 440.8043653517, 725.751346153847, 781.533155768543, 1208.12653846154, 2778.26785885028, 3468.6525 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1080, '2021-05-23 00:00:00', 295.421451898547, 436.940384615384, 394.315771883447, 558.504038461539, 455.995902881223, 743.602307692308, 763.766254590948, 1216.01826923077, 2785.9924923837, 3510.48711538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1095, '2021-05-23 00:00:00', 251.532409947276, 333.83326923077, 328.619012374747, 527.673076923077, 411.74545022366, 706.083269230769, 689.163653580556, 1164.5275, 2785.04023633636, 3518.43769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1110, '2021-05-23 00:00:00', 268.451049627015, 365.200384615384, 336.084099056266, 496.982692307691, 368.058433585097, 641.078653846153, 650.855214008462, 1137.63, 2780.40802896391, 3537.66019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1125, '2021-05-23 00:00:00', 241.720921693084, 346.276923076922, 270.14180471097, 473.8725, 328.446624522393, 591.543076923077, 618.415874370121, 1088.76980769231, 2777.62186669934, 3537.97288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1140, '2021-05-23 00:00:00', 220.792408309166, 369.450192307692, 260.35945293892, 477.904423076923, 312.282212378545, 587.960961538461, 620.633875882987, 1087.51846153846, 2783.48492689728, 3581.07211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1155, '2021-05-23 00:00:00', 235.6513902386, 346.919230769231, 300.834835870309, 429.703653846154, 358.915105955381, 570.150192307693, 663.403640768546, 1096.05519230769, 2780.29753636583, 3590.90673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1170, '2021-05-23 00:00:00', 200.3322549904, 281.001538461539, 261.279475318392, 395.285576923077, 362.568700367043, 557.185384615384, 668.10864178069, 1098.59903846154, 2783.39152738114, 3585.20134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1185, '2021-05-23 00:00:00', 195.733842478466, 308.46076923077, 267.531646460823, 439.785961538462, 333.290433788034, 562.936153846153, 670.887211390919, 1093.22326923077, 2784.46861486251, 3587.81211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1200, '2021-05-23 00:00:00', 222.896770896392, 319.850961538462, 251.186458683891, 399.823076923077, 317.095778428161, 542.919807692307, 644.745022302496, 1045.84961538462, 2787.94824673236, 3567.30096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1215, '2021-05-23 00:00:00', 208.178576849207, 275.125192307692, 282.697390755828, 386.643076923076, 317.191950075187, 530.4525, 655.640005987015, 996.049423076923, 2790.53647525624, 3549.84346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1230, '2021-05-23 00:00:00', 140.685201583043, 261.882692307692, 225.634178373892, 373.712692307692, 304.76854436466, 524.261923076923, 676.730415506909, 990.071923076923, 2772.16339607219, 3523.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1245, '2021-05-23 00:00:00', 196.569466316226, 277.985384615384, 230.527068696682, 370.953269230769, 446.013779292704, 572.624807692307, 650.043720524331, 966.393653846154, 2750.78762824169, 3515.07346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1260, '2021-05-23 00:00:00', 143.963587131768, 261.074615384615, 199.723070049218, 370.093269230768, 359.476334380839, 567.84173076923, 628.696275630677, 1013.03826923077, 2749.94800914591, 3524.63153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1275, '2021-05-23 00:00:00', 143.707530652872, 271.107115384615, 312.381705341213, 416.013269230769, 343.765443647935, 549.637692307692, 647.17996109892, 1034.115, 2750.50314056253, 3561.77211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1290, '2021-05-23 00:00:00', 277.603329753361, 324.778076923077, 284.220548214558, 448.764230769231, 334.856033696514, 569.535192307692, 662.517419007694, 1033.84115384615, 2757.45639115556, 3565.31442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1305, '2021-05-23 00:00:00', 186.428485952389, 317.6975, 264.262054345027, 413.079423076923, 424.981429510116, 594.542307692308, 662.352962083632, 1019.77980769231, 2763.08108967519, 3612.45557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1320, '2021-05-23 00:00:00', 245.469340506336, 308.976153846154, 298.984334483367, 432.942307692308, 497.854179106733, 603.294038461539, 672.286030667722, 1034.66519230769, 2763.33484254515, 3631.05596153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1335, '2021-05-23 00:00:00', 220.836652716698, 325.976346153846, 342.65132406057, 451.437307692308, 508.274420626261, 612.365192307693, 628.292588440994, 1092.09173076923, 2748.22182842563, 3628.90865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1350, '2021-05-23 00:00:00', 209.239758352433, 279.949230769231, 255.205711743186, 397.227115384616, 325.663528943365, 554.415384615385, 505.978942659178, 1091.2425, 2727.88618417739, 3616.57173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1365, '2021-05-23 00:00:00', 165.024903857313, 281.208653846154, 260.873316008718, 409.12076923077, 272.945360959916, 514.671538461539, 494.117033219241, 1073.49923076923, 2713.40397570098, 3594.27826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1380, '2021-05-23 00:00:00', 195.889953889049, 286.955576923077, 215.861834242771, 405.175576923077, 263.064067899599, 489.77326923077, 556.000873939408, 1106.79076923077, 2700.60735326351, 3615.69519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1395, '2021-05-23 00:00:00', 152.790331383088, 286.516923076923, 190.51016716872, 368.845576923077, 268.301825303075, 476.464807692308, 549.775980388831, 1132.4125, 2688.57798136599, 3643.82096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1410, '2021-05-23 00:00:00', 179.739156200996, 291.929615384615, 243.549548553188, 367.377692307692, 291.023887080399, 504.749230769231, 567.453467276292, 1145.34673076923, 2690.09839611628, 3656.99076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1425, '2021-05-23 00:00:00', 142.438441559316, 244.520384615385, 194.552049051543, 345.278076923077, 237.188044365323, 478.859615384616, 613.547851288403, 1154.01884615385, 2680.99444273019, 3661.87807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 0, '2021-05-23 00:00:00', 150.06605810942, 239.9825, 211.552955753763, 356.543076923077, 294.496185353642, 568.215384615385, 666.708421034292, 1191.41596153846, 2685.37029995505, 3704.40557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 15, '2021-05-23 00:00:00', 140.554260874034, 240.949615384615, 174.9116282928, 354.760961538462, 285.526869362385, 583.76826923077, 759.557162273291, 1266.12557692308, 2689.09940411356, 3710.51826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 30, '2021-05-23 00:00:00', 126.657440144668, 254.395, 237.919442566985, 425.754230769231, 251.151260650522, 553.737884615385, 762.618214097885, 1287.31038461538, 2679.98754706208, 3717.38538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 45, '2021-05-23 00:00:00', 160.680263829948, 305.452692307693, 192.402988625137, 416.406730769231, 223.070952625203, 517.058653846155, 803.45478304653, 1284.45711538462, 2682.64997407813, 3718.83076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 60, '2021-05-23 00:00:00', 160.10684224088, 308.752115384616, 183.217062328141, 390.726923076925, 235.672112485513, 511.354230769231, 810.778454650292, 1261.35365384615, 2686.2884920377, 3702.29192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 75, '2021-05-23 00:00:00', 153.246248921467, 269.267500000001, 155.150053239288, 344.806923076924, 262.789364845469, 551.371730769231, 836.794598491746, 1245.62980769231, 2742.84041877128, 3781.61576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 90, '2021-05-23 00:00:00', 123.161632932719, 236.915576923077, 210.461872305522, 371.807884615384, 418.051790240801, 646.228461538462, 846.027514300897, 1252.55807692308, 2746.33278687696, 3796.31923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 105, '2021-05-23 00:00:00', 165.882945513255, 277.931923076923, 243.476030558136, 438.842884615385, 431.130678375434, 633.702307692308, 861.60021076155, 1264.43711538461, 2751.69415878672, 3832.53980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 120, '2021-05-23 00:00:00', 213.234478952163, 360.68, 417.247121937486, 533.631346153846, 468.456477278676, 712.967884615384, 942.893199352949, 1305.65096153846, 2754.90718966111, 3833.79769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 135, '2021-05-23 00:00:00', 258.394961131508, 329.636923076923, 283.863535633152, 420.221923076923, 449.1056177742, 675.287884615384, 974.444109440549, 1355.97576923077, 2752.97580735781, 3858.21423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 150, '2021-05-23 00:00:00', 196.850626146989, 279.697307692307, 327.414768522048, 457.777884615385, 448.386823277068, 631.9625, 976.979607025122, 1377.46019230769, 2761.8494249286, 3862.82269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 165, '2021-05-23 00:00:00', 235.189866046481, 353.034807692308, 316.222654182205, 493.425961538462, 510.447135109391, 698.834230769231, 920.969348066002, 1369.30365384615, 2795.27706439433, 3887.12980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 180, '2021-05-23 00:00:00', 219.936609036909, 355.640576923077, 261.472717510761, 458.432307692307, 469.572158024769, 675.219038461539, 827.931628567262, 1331.16403846154, 3246.46730947657, 4053.87403846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 195, '2021-05-23 00:00:00', 177.617312273087, 317.283653846153, 315.991360038469, 469.729807692308, 587.872559247456, 723.633076923077, 783.756804844388, 1280.96826923077, 3217.51004663265, 4076.49903846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 210, '2021-05-23 00:00:00', 241.438545552805, 319.309423076923, 342.942360562911, 437.002692307692, 514.612641243429, 671.421538461539, 776.221493028791, 1233.01461538462, 3157.98367410244, 4035.63846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 225, '2021-05-23 00:00:00', 185.810013869419, 282.346923076923, 363.903611661745, 475.412307692309, 478.404025076487, 604.21576923077, 760.459682335929, 1176.04230769231, 3144.70232924229, 4023.42173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 240, '2021-05-23 00:00:00', 279.209312776207, 347.074807692309, 324.879376923427, 454.331923076924, 427.920941469916, 559.897500000001, 766.948797645981, 1169.20115384615, 3126.82852402689, 4005.02307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 255, '2021-05-23 00:00:00', 163.596652267445, 283.378653846155, 253.57217041672, 365.220384615385, 355.262867550863, 530.012692307693, 647.953034145609, 1137.2075, 3014.05279948858, 3970.80980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 270, '2021-05-23 00:00:00', 182.828318741507, 245.190384615385, 197.311013767312, 341.576730769231, 352.857121857254, 525.859230769232, 625.797058271014, 1116.53057692308, 2976.76092299489, 3961.42423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 285, '2021-05-23 00:00:00', 173.374456025212, 273.710961538461, 314.324414190976, 405.487500000001, 349.827833365159, 536.785192307692, 589.480633348087, 1136.42730769231, 2943.28631838001, 3952.73980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 300, '2021-05-23 00:00:00', 267.505596533907, 309.330192307693, 275.094591350796, 397.067307692308, 336.27649212201, 548.666730769231, 595.056306909271, 1138.3875, 2936.89774579085, 3946.61423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 315, '2021-05-23 00:00:00', 128.780968080871, 240.190384615385, 205.716945857558, 341.265192307692, 327.411978175227, 581.778846153846, 611.897121392936, 1164.93980769231, 2912.16334043402, 3979.46461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 330, '2021-05-23 00:00:00', 160.447316772156, 242.615769230769, 238.796929245573, 374.591346153846, 406.72877528889, 649.04, 618.476881439706, 1227.79576923077, 2911.63545655739, 3992.50807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 345, '2021-05-23 00:00:00', 177.569593636822, 293.022115384616, 251.33158816071, 453.645769230769, 385.774695662008, 635.571346153846, 618.42815398843, 1243.96346153846, 2873.78115425934, 4021.03307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 360, '2021-05-23 00:00:00', 171.700476099089, 334.920576923076, 314.451354050927, 500.442692307692, 336.360823176368, 643.328269230769, 625.928888397599, 1276.63942307692, 2873.79630663076, 4017.78884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 375, '2021-05-23 00:00:00', 257.271380317779, 341.613846153847, 284.084510841675, 443.766923076923, 303.697080049285, 596.357692307693, 621.2321456524, 1288.37673076923, 2874.40939340789, 4010.09846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 390, '2021-05-23 00:00:00', 193.625250088531, 293.210384615385, 202.075579634109, 413.492692307692, 331.5257616583, 561.488653846154, 604.207967414462, 1274.43865384615, 2871.78978108973, 4008.33423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 405, '2021-05-23 00:00:00', 141.597141836783, 292.357115384615, 203.713196460971, 389.837884615385, 383.935554390468, 562.881346153846, 586.440480814452, 1270.76326923077, 2861.8385482417, 3997.98807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 420, '2021-05-23 00:00:00', 133.71217567841, 279.714423076923, 274.217322596583, 412.210961538462, 412.130056873995, 600.539807692308, 626.756787562645, 1312.78961538462, 2849.57003238251, 3984.23769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 435, '2021-05-23 00:00:00', 195.500492930029, 279.061730769231, 267.624383580722, 397.325192307692, 367.685685106388, 572.741923076923, 686.520292318051, 1345.84730769231, 2827.20530174599, 3961.83115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 450, '2021-05-23 00:00:00', 226.827584386162, 288.757692307692, 317.742408592001, 407.129615384615, 360.919134735033, 563.403269230768, 717.893410727982, 1366.82557692308, 2794.173622546, 3937.82538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 465, '2021-05-23 00:00:00', 210.089376320211, 296.378846153846, 311.283483301241, 436.843076923077, 344.941511679656, 585.440384615384, 737.777090699566, 1436.13865384615, 2792.25834073926, 3937.385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 480, '2021-05-23 00:00:00', 213.467996180656, 286.515769230769, 252.994001952312, 388.110384615384, 325.716251334714, 564.216538461538, 741.313811173421, 1426.72269230769, 2788.37894772213, 3918.055 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 495, '2021-05-23 00:00:00', 155.816671157164, 265.2925, 211.703552676577, 393.64173076923, 305.763965780608, 560.126730769231, 734.091964634516, 1433.46980769231, 2790.3721432487, 3891.53211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 510, '2021-05-23 00:00:00', 171.856651159756, 278.435384615384, 250.138123964233, 409.732115384615, 321.493408521794, 630.434807692308, 712.558901709564, 1433.43846153846, 2791.29427920331, 3876.25634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 525, '2021-05-23 00:00:00', 144.569491134753, 291.874807692308, 238.820946444515, 424.739423076924, 328.35287736197, 620.026730769231, 717.591403088807, 1442.09519230769, 2776.88374334804, 3862.14942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 540, '2021-05-23 00:00:00', 207.721741548733, 321.019038461539, 274.694303044241, 485.955192307693, 395.0713582721, 659.075192307693, 714.126099902963, 1421.43115384615, 2767.00240263189, 3843.68442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 555, '2021-05-23 00:00:00', 230.100985391281, 324.054038461539, 306.915599182477, 418.063461538461, 419.771190828271, 644.540769230769, 677.68207681138, 1396.86423076923, 2775.01030527051, 3827.27846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 570, '2021-05-23 00:00:00', 159.202107856286, 267.563269230769, 236.713582115927, 408.253076923077, 310.983418317539, 652.012307692307, 638.164210021485, 1361.42711538462, 2775.3413191997, 3823.94365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 585, '2021-05-23 00:00:00', 199.754448160832, 327.230961538461, 281.808813457744, 482.007307692307, 369.859463983333, 703.089038461539, 629.040131718649, 1352.19615384615, 2775.15332307037, 3818.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 600, '2021-05-23 00:00:00', 220.173332841336, 351.057692307692, 291.973830316771, 511.624615384615, 496.095748411573, 717.285961538462, 592.528491195053, 1311.32826923077, 2782.0460693355, 3789.66865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 615, '2021-05-23 00:00:00', 191.08103653565, 321.806538461538, 245.273227593307, 444.584038461539, 524.972125808746, 689.538076923077, 522.881257844566, 1273.34365384615, 2780.59360764101, 3801.95596153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 630, '2021-05-23 00:00:00', 193.227763191226, 317.776730769231, 388.616289154868, 481.4875, 485.553794356032, 695.436538461539, 884.582169878591, 1394.04634615385, 2770.99789667649, 3829.74653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 645, '2021-05-23 00:00:00', 342.244060950717, 316.205961538462, 444.249834856513, 498.715961538462, 478.126722884377, 731.983076923076, 918.169895218996, 1442.73730769231, 2779.06423377447, 3822.05769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 660, '2021-05-23 00:00:00', 237.887770194348, 353.750961538462, 280.499144020908, 492.387692307692, 355.918904365815, 688.564807692307, 896.253309004792, 1411.48403846154, 2779.48968730231, 3830.25826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 675, '2021-05-23 00:00:00', 148.926158613538, 296.865769230769, 301.921033586343, 474.589615384615, 280.699775135971, 626.544230769231, 908.632366829147, 1387.31653846154, 2790.56935783488, 3826.12019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 690, '2021-05-23 00:00:00', 235.66256447865, 353.479423076924, 221.92821972396, 433.535384615385, 307.055295771851, 631.188461538461, 910.015195422096, 1415.44865384615, 2791.81663531397, 3846.38461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 705, '2021-05-23 00:00:00', 134.95019357355, 289.636538461538, 220.060248221674, 452.454230769231, 321.264031747193, 615.157307692307, 1111.21752561393, 1478.41153846154, 2790.15935102802, 3849.98365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 720, '2021-05-23 00:00:00', 195.664519493581, 360.820576923077, 254.584315577374, 483.745, 307.972989014708, 592.775576923077, 1570.06488920256, 1587.32442307692, 2797.98571781886, 3835.48288461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 735, '2021-05-23 00:00:00', 158.465880310728, 307.759423076923, 252.198703784642, 412.289423076923, 297.984300087527, 610.405576923076, 2186.183835746, 1743.68634615385, 2797.19326187421, 3822.22230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 750, '2021-05-23 00:00:00', 200.044883647107, 298.96076923077, 222.11634136719, 402.282884615385, 309.53364398696, 621.635384615384, 2182.01981434728, 1734.90307692308, 2802.143039722, 3818.53230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 765, '2021-05-23 00:00:00', 177.333884278738, 312.945769230769, 227.283334789675, 476.806346153846, 336.731413576333, 633.931346153846, 2182.94995956995, 1773.63269230769, 2802.94635491362, 3798.87346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 780, '2021-05-23 00:00:00', 186.140044402161, 365.545961538461, 264.899758922343, 453.541346153846, 313.229549105703, 642.859807692308, 2162.37772888073, 1760.71576923077, 2773.3615285585, 3788.14288461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 795, '2021-05-23 00:00:00', 168.265490378586, 315.212115384616, 208.701105195555, 448.495384615385, 273.267107673976, 623.4375, 2063.34735690592, 1774.70057692308, 2774.27502641953, 3790.89365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 810, '2021-05-23 00:00:00', 157.564129323221, 304.659230769231, 243.082513132808, 444.485192307693, 667.367083785344, 752.061923076923, 2014.50769896733, 1759.62057692308, 2782.49102245254, 3781.90480769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 825, '2021-05-23 00:00:00', 167.312425591719, 324.749230769231, 181.048807889347, 458.233076923077, 691.678733787699, 815.283076923077, 2017.87373132219, 1762.32307692308, 2783.86765730388, 3778.03115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 840, '2021-05-23 00:00:00', 166.854456789788, 344.426153846154, 665.472307493679, 586.084807692308, 698.531020692958, 793.067884615385, 2028.11555193114, 1789.84019230769, 2786.71680612457, 3780.06865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 855, '2021-05-23 00:00:00', 597.397180186779, 427.383653846154, 639.3097[...];
Date: 2021-05-23 16:19:54 Duration: 27s192ms Database: acaweb_fx User: pgperfstats
12 25s907ms 1 25s907ms 25s907ms 25s907ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #12
Day Hour Count Duration Avg duration May 23 16 1 25s907ms 25s907ms [ User: pgperfstats - Total duration: 25s907ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987990, 1, 1020, '2021-05-23 00:00:00', 0.0397643056018849, 0.0890000000000014, 0.0475649070703967, 0.120903846153848, 0.0738897125138844, 0.193019230769233, 0.112745226745286, 0.276115384615385, 0.226438554239673, 0.651673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1035, '2021-05-23 00:00:00', 0.0340539447618948, 0.0853653846153856, 0.0526201920880621, 0.120269230769232, 0.0865850071406045, 0.196288461538463, 0.110324709555301, 0.259692307692308, 0.227975721548116, 0.650019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1050, '2021-05-23 00:00:00', 0.0430171924485296, 0.084826923076922, 0.0584663117990566, 0.145519230769231, 0.0833777778916762, 0.180923076923078, 0.101163228725432, 0.252826923076922, 0.228051452527712, 0.647250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1065, '2021-05-23 00:00:00', 0.0458297392530229, 0.11475, 0.0741879007344516, 0.14823076923077, 0.0725248604591251, 0.170653846153847, 0.0940448849465814, 0.239903846153845, 0.226875249523065, 0.64167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1080, '2021-05-23 00:00:00', 0.041729144952438, 0.0916923076923072, 0.0395861523962428, 0.109288461538462, 0.0524157932746957, 0.145846153846153, 0.0747516297738481, 0.217884615384616, 0.234647074593705, 0.640019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1095, '2021-05-23 00:00:00', 0.0248596986181374, 0.0697692307692338, 0.0298000580794461, 0.0917884615384626, 0.058935482977967, 0.124365384615385, 0.07558806377078, 0.202846153846154, 0.243286147602743, 0.641480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1110, '2021-05-23 00:00:00', 0.0225875816800687, 0.0681730769230756, 0.0453388481751159, 0.0946346153846141, 0.0625923840292212, 0.117057692307691, 0.0757361843202092, 0.196019230769231, 0.25282146939019, 0.643846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1125, '2021-05-23 00:00:00', 0.0316344748652482, 0.0604999999999992, 0.0454332646687584, 0.0771923076923079, 0.0572738898760883, 0.103538461538461, 0.0724244115241215, 0.191653846153846, 0.261833324111703, 0.652019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1140, '2021-05-23 00:00:00', 0.0268026763875996, 0.0512884615384627, 0.0406371940279015, 0.074807692307692, 0.0411772528691016, 0.0948846153846153, 0.0770245415435899, 0.190000000000001, 0.263594586730922, 0.654615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1155, '2021-05-23 00:00:00', 0.0306972875273764, 0.0532115384615384, 0.0328195767094064, 0.0707692307692298, 0.040148206205739, 0.102461538461539, 0.078002073443841, 0.186288461538462, 0.263145356146631, 0.65446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1170, '2021-05-23 00:00:00', 0.0201519611567108, 0.0478076923076921, 0.026841042052453, 0.0661923076923078, 0.038791553402575, 0.0942307692307682, 0.0805033515785808, 0.180019230769232, 0.262792934719449, 0.651442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1185, '2021-05-23 00:00:00', 0.0265605911078789, 0.0482499999999997, 0.0328353233810554, 0.0724615384615385, 0.0423733951363915, 0.09426923076923, 0.0817578530690569, 0.176057692307693, 0.262699826505753, 0.654173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1200, '2021-05-23 00:00:00', 0.0225062128174577, 0.0479807692307704, 0.0238374947057399, 0.0626153846153835, 0.0449129756820395, 0.0901538461538448, 0.0839796793186396, 0.171442307692308, 0.263275941814781, 0.651807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1215, '2021-05-23 00:00:00', 0.0165950409645589, 0.0411538461538448, 0.0291307463793059, 0.0600961538461544, 0.0442183393905905, 0.0836923076923083, 0.0734265540942363, 0.180826923076922, 0.267488674814178, 0.649865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1230, '2021-05-23 00:00:00', 0.0200729055809468, 0.0431923076923084, 0.0372338400672541, 0.0628269230769219, 0.0518676718642293, 0.0893461538461536, 0.0694445019145071, 0.177326923076923, 0.267709766064207, 0.649826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1245, '2021-05-23 00:00:00', 0.0281027784008287, 0.0443846153846131, 0.0260165405966138, 0.0580961538461536, 0.0443205803905324, 0.082923076923075, 0.0628243491502596, 0.175326923076922, 0.267042396518719, 0.647807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1260, '2021-05-23 00:00:00', 0.0164645072808137, 0.0395000000000011, 0.0353259982710485, 0.0613846153846161, 0.0452277697200096, 0.0896346153846143, 0.0540483010478027, 0.174826923076923, 0.266327401894734, 0.646250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1275, '2021-05-23 00:00:00', 0.0272123840586209, 0.0420769230769245, 0.0317976595655443, 0.0553653846153844, 0.0440123802512975, 0.09301923076923, 0.0489573951355828, 0.173442307692308, 0.263848327642983, 0.644500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1290, '2021-05-23 00:00:00', 0.0190647883241909, 0.0378846153846148, 0.0237987152206553, 0.0623269230769228, 0.0391948780013211, 0.0959615384615375, 0.045685551494806, 0.174480769230769, 0.268828270176618, 0.649326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1305, '2021-05-23 00:00:00', 0.0210440289356892, 0.0481346153846146, 0.0289708673298911, 0.0698653846153826, 0.0448742859381769, 0.101692307692307, 0.0401755953476519, 0.171461538461537, 0.290440620172442, 0.658423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1320, '2021-05-23 00:00:00', 0.0254360737173362, 0.0504230769230761, 0.0333355492853167, 0.0686730769230747, 0.0458114236676989, 0.0959423076923072, 0.0395823192852554, 0.169999999999999, 0.299767053149349, 0.662884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1335, '2021-05-23 00:00:00', 0.0187496974334533, 0.0443653846153838, 0.0305178699226408, 0.0649038461538467, 0.0300320854062125, 0.0861153846153859, 0.0384005809250916, 0.171730769230768, 0.306660192796769, 0.664576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1350, '2021-05-23 00:00:00', 0.0208059995045786, 0.0444807692307685, 0.024103143746439, 0.0626923076923075, 0.0265262786975189, 0.079211538461539, 0.0499346226426254, 0.177557692307692, 0.306164817352702, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1365, '2021-05-23 00:00:00', 0.0176412540981021, 0.0484230769230769, 0.0186793592378965, 0.0614615384615401, 0.0173752255104324, 0.0710384615384635, 0.0576504219745698, 0.182365384615383, 0.305734639214111, 0.663019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1380, '2021-05-23 00:00:00', 0.0180958983877971, 0.044307692307694, 0.0183090561870762, 0.0518076923076932, 0.0198932149236854, 0.0690000000000021, 0.0626992945611153, 0.189807692307692, 0.305716958086294, 0.663038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1395, '2021-05-23 00:00:00', 0.0119543361942935, 0.0331153846153842, 0.0133742720865894, 0.0433653846153856, 0.033930607920372, 0.106615384615384, 0.0700763868931619, 0.202, 0.301131795832883, 0.662038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1410, '2021-05-23 00:00:00', 0.0149211775159182, 0.0296923076923085, 0.0192488561098696, 0.0564615384615391, 0.0325697122162004, 0.112615384615383, 0.0746936100654897, 0.210653846153846, 0.300763464434196, 0.662192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1425, '2021-05-23 00:00:00', 0.0186785870821274, 0.049019230769232, 0.0342998766537351, 0.102692307692306, 0.0348468296759028, 0.119192307692306, 0.0822284341612767, 0.229153846153846, 0.299980897468742, 0.663173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 0, '2021-05-23 00:00:00', 0.0370056128798769, 0.0913461538461533, 0.0318821447497831, 0.106365384615384, 0.0291991635812752, 0.123365384615384, 0.0895051201801424, 0.238557692307692, 0.299579538687139, 0.663000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 15, '2021-05-23 00:00:00', 0.0291832143534619, 0.0665799999999996, 0.0274347407496414, 0.081459999999999, 0.0280389312682671, 0.109160000000001, 0.090552484780928, 0.232740000000001, 0.297425690999727, 0.667800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 30, '2021-05-23 00:00:00', 0.0195554127204381, 0.0528199999999993, 0.0267416342058582, 0.0811399999999998, 0.0394443912362704, 0.10962, 0.104474067755273, 0.24768, 0.297044960121075, 0.666200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 45, '2021-05-23 00:00:00', 0.0280142546132925, 0.0655384615384607, 0.0269885802060498, 0.0807115384615402, 0.0383101111377205, 0.10573076923077, 0.112756047083278, 0.260615384615384, 0.296321390619138, 0.654057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 60, '2021-05-23 00:00:00', 0.0215593278045652, 0.0572307692307703, 0.0382947074069617, 0.0797692307692291, 0.0377229220256588, 0.100326923076923, 0.128577173772737, 0.278019230769231, 0.296029962101029, 0.652961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 75, '2021-05-23 00:00:00', 0.0377152540043876, 0.0515961538461532, 0.0350376994766413, 0.0710961538461534, 0.0352840561073224, 0.103769230769231, 0.129019837472919, 0.281538461538462, 0.295250892658062, 0.65048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 90, '2021-05-23 00:00:00', 0.0165422070892814, 0.0477692307692304, 0.0253634276378124, 0.0662884615384627, 0.033496842560733, 0.102461538461539, 0.130875279736677, 0.286173076923076, 0.304056879800218, 0.649615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 105, '2021-05-23 00:00:00', 0.0217255344273492, 0.0501730769230782, 0.0275274408545373, 0.0789999999999995, 0.0406162576392172, 0.107596153846153, 0.130160569475374, 0.291923076923077, 0.317256945732293, 0.652480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 120, '2021-05-23 00:00:00', 0.0217337030014181, 0.0625769230769234, 0.0274107011669086, 0.0789423076923075, 0.0414130228495637, 0.113461538461539, 0.130295086689347, 0.28898076923077, 0.332665359691176, 0.652692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 135, '2021-05-23 00:00:00', 0.0255723784279359, 0.0549423076923071, 0.029753713407547, 0.0807115384615369, 0.0401567697137883, 0.123884615384615, 0.128504164853188, 0.285403846153846, 0.333096098977225, 0.648865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 150, '2021-05-23 00:00:00', 0.0281382028839521, 0.0594615384615382, 0.0292278318362171, 0.0823846153846163, 0.0354341480235366, 0.124173076923079, 0.13021661391106, 0.282057692307693, 0.325887666464758, 0.644865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 165, '2021-05-23 00:00:00', 0.0202143608510217, 0.0564038461538466, 0.0337547090731861, 0.0900961538461539, 0.0547228155202343, 0.138942307692308, 0.126120638218396, 0.281653846153847, 0.321460726157236, 0.647961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 180, '2021-05-23 00:00:00', 0.0331221805766758, 0.0743269230769232, 0.0364302125249836, 0.101903846153848, 0.0541472387249672, 0.149288461538463, 0.129960816580054, 0.286076923076924, 0.323629141979613, 0.652307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 195, '2021-05-23 00:00:00', 0.0264813432148265, 0.0691923076923079, 0.0480999320325739, 0.106288461538461, 0.0487227991175188, 0.137634615384616, 0.12793049344799, 0.274634615384615, 0.320387796872187, 0.655596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 210, '2021-05-23 00:00:00', 0.0312323550184735, 0.0715000000000025, 0.0300044419788397, 0.0964423076923102, 0.0582680147118599, 0.144807692307693, 0.131332644310311, 0.26971153846154, 0.319832040055641, 0.657576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 225, '2021-05-23 00:00:00', 0.0195340334170501, 0.0694615384615405, 0.0405981479304755, 0.0980192307692331, 0.0639073036634985, 0.149711538461539, 0.123773386290617, 0.274134615384616, 0.31479202658263, 0.654 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 240, '2021-05-23 00:00:00', 0.0316539947655183, 0.0761538461538485, 0.0456133625832808, 0.114326923076924, 0.0745145029765765, 0.163134615384617, 0.112775258129407, 0.266673076923077, 0.309586366724276, 0.651461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 255, '2021-05-23 00:00:00', 0.0268547732471121, 0.0778269230769219, 0.0425549102291994, 0.105403846153846, 0.0729217283224851, 0.145038461538461, 0.112662839413072, 0.256153846153846, 0.302659179352209, 0.643173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 270, '2021-05-23 00:00:00', 0.0298006453208394, 0.0680384615384612, 0.053411105154697, 0.0978846153846149, 0.0593229751834422, 0.132346153846152, 0.109253311866718, 0.246884615384615, 0.306386423303342, 0.643096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 285, '2021-05-23 00:00:00', 0.0456577443089842, 0.0664807692307702, 0.0495383650859073, 0.0835192307692311, 0.0706539916668666, 0.134557692307693, 0.103587579074237, 0.241057692307693, 0.310334762796563, 0.63925 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 300, '2021-05-23 00:00:00', 0.0268850043990767, 0.0537884615384609, 0.0338054217317491, 0.0854423076923063, 0.067233316489326, 0.123673076923078, 0.098470831292238, 0.237230769230769, 0.310192932518803, 0.637653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 315, '2021-05-23 00:00:00', 0.0299660063815899, 0.0631923076923061, 0.0673533306811641, 0.0996346153846162, 0.0759625211231486, 0.12323076923077, 0.0952646112354744, 0.239384615384616, 0.31405191204885, 0.638711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 330, '2021-05-23 00:00:00', 0.0707023228864419, 0.0745384615384644, 0.0705679814080036, 0.0885000000000017, 0.078662922553231, 0.123153846153848, 0.0982405544490727, 0.245557692307694, 0.311749773918862, 0.638192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 345, '2021-05-23 00:00:00', 0.0215213042927601, 0.0539423076923078, 0.0358634858231156, 0.07801923076923, 0.0375810918087616, 0.113961538461539, 0.0845079786856729, 0.24496153846154, 0.303772909234208, 0.631403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 360, '2021-05-23 00:00:00', 0.0215224390954054, 0.0546538461538469, 0.0331910147711466, 0.0762115384615411, 0.0346949785770426, 0.11719230769231, 0.0859065682095274, 0.247461538461539, 0.303844037042283, 0.630673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 375, '2021-05-23 00:00:00', 0.0220307477438638, 0.0504230769230772, 0.0255538421016048, 0.0853269230769233, 0.0375214810270253, 0.11169230769231, 0.0922165365614229, 0.262980769230771, 0.299369409695675, 0.632788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 390, '2021-05-23 00:00:00', 0.0171530329231169, 0.056557692307694, 0.02850506702595, 0.0783269230769249, 0.041160889763876, 0.103173076923079, 0.0948070347925383, 0.256423076923078, 0.292768091472781, 0.635346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 405, '2021-05-23 00:00:00', 0.0164603953593044, 0.04973076923077, 0.0185036898607157, 0.0669423076923092, 0.0650032218136437, 0.113673076923078, 0.0904636369785354, 0.260480769230771, 0.288012224633713, 0.634692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 420, '2021-05-23 00:00:00', 0.016027284428555, 0.0509230769230763, 0.0284059649748739, 0.0706730769230771, 0.0590894790843638, 0.116057692307693, 0.0874578162052098, 0.261519230769232, 0.287649327106138, 0.636846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 435, '2021-05-23 00:00:00', 0.0203778159922849, 0.0483461538461535, 0.0538347792931163, 0.0862884615384598, 0.0552158840022849, 0.121576923076923, 0.0800589878680787, 0.270192307692308, 0.284458866162509, 0.635942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 450, '2021-05-23 00:00:00', 0.0470153820982687, 0.0663846153846143, 0.0471145453614428, 0.0860961538461545, 0.0469569893216519, 0.125173076923078, 0.0780450190595139, 0.27425, 0.284387098052039, 0.635692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 465, '2021-05-23 00:00:00', 0.0241059919139176, 0.056673076923077, 0.0354470569462939, 0.0810769230769232, 0.0443019013309634, 0.115461538461539, 0.0809712888336633, 0.279019230769232, 0.282272963908776, 0.635384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 480, '2021-05-23 00:00:00', 0.0339641043546749, 0.0650961538461531, 0.0420300441991734, 0.0947692307692313, 0.0454261911913579, 0.125826923076923, 0.0829202605843994, 0.28551923076923, 0.285181318840108, 0.634269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 495, '2021-05-23 00:00:00', 0.0280329476481915, 0.0601153846153842, 0.0299660898093441, 0.0820576923076911, 0.0508199726031476, 0.126480769230768, 0.101376967874288, 0.292980769230769, 0.289832777384051, 0.640673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 510, '2021-05-23 00:00:00', 0.0182763929280808, 0.0544423076923069, 0.0319854594368231, 0.0795192307692322, 0.0449477474407779, 0.136, 0.121694303324101, 0.299788461538461, 0.301587997108636, 0.642 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 525, '2021-05-23 00:00:00', 0.0259373208983609, 0.0537307692307722, 0.031262517492998, 0.0932499999999993, 0.058632155131673, 0.146519230769231, 0.124144859554658, 0.299884615384615, 0.302877713962885, 0.64148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 540, '2021-05-23 00:00:00', 0.0252194674499993, 0.0753076923076917, 0.0419442899753771, 0.111211538461538, 0.0529470018036924, 0.150249999999999, 0.131529541870316, 0.307403846153846, 0.303997588553187, 0.640576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 555, '2021-05-23 00:00:00', 0.0237538660820965, 0.0673846153846141, 0.04004389898791, 0.104576923076923, 0.0634880727744619, 0.161346153846155, 0.140604421913176, 0.308788461538462, 0.309165069800284, 0.640403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 570, '2021-05-23 00:00:00', 0.0360208326474485, 0.0870961538461549, 0.0416004068027457, 0.114423076923078, 0.0703226766139765, 0.169326923076923, 0.148365915897149, 0.31225, 0.307972124737586, 0.641980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 585, '2021-05-23 00:00:00', 0.0248039388931541, 0.0728461538461551, 0.0507024047373861, 0.126923076923078, 0.0704813777914746, 0.170269230769232, 0.148065527333729, 0.310903846153845, 0.301525286603856, 0.641961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 600, '2021-05-23 00:00:00', 0.0482603396653567, 0.103903846153848, 0.0637435366255968, 0.129038461538462, 0.0681917770815427, 0.171038461538462, 0.154607229406049, 0.311153846153847, 0.300247598466023, 0.646096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 615, '2021-05-23 00:00:00', 0.0303618434628318, 0.077692307692307, 0.0431337633236602, 0.110192307692307, 0.0548908147002906, 0.153307692307691, 0.153550789643036, 0.30175, 0.299904334105701, 0.638519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 630, '2021-05-23 00:00:00', 0.0369775815658849, 0.0831923076923081, 0.0377547144279833, 0.107461538461537, 0.0433516967993711, 0.15401923076923, 0.151475345797973, 0.299903846153846, 0.295503136128094, 0.639211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 645, '2021-05-23 00:00:00', 0.025223493322389, 0.0667692307692309, 0.0396078080880328, 0.103038461538463, 0.0470338217096541, 0.152596153846154, 0.152412643327757, 0.297576923076924, 0.295308129169934, 0.638134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 660, '2021-05-23 00:00:00', 0.0277403413544513, 0.0780576923076923, 0.0317052592094515, 0.10578846153846, 0.0579064630377186, 0.150961538461538, 0.151528302763746, 0.297442307692309, 0.289869153505242, 0.637384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 675, '2021-05-23 00:00:00', 0.0205023075624348, 0.0637307692307685, 0.0356918057822817, 0.0987500000000004, 0.0705737938941611, 0.140096153846154, 0.136102885291295, 0.288346153846154, 0.276292378580261, 0.635038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 690, '2021-05-23 00:00:00', 0.017640992471644, 0.0717307692307701, 0.0292185465336381, 0.0982115384615374, 0.086063116373973, 0.143999999999999, 0.120963624538695, 0.289538461538463, 0.272652343442369, 0.640903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 705, '2021-05-23 00:00:00', 0.0262986764802983, 0.0645961538461535, 0.0529497439523125, 0.0916538461538482, 0.0858783150742967, 0.14075, 0.118234950253883, 0.284788461538462, 0.272019123337933, 0.642711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 720, '2021-05-23 00:00:00', 0.03231934405275, 0.0640000000000022, 0.0661644135119836, 0.101519230769232, 0.0869867297571661, 0.135865384615387, 0.119479222525862, 0.288269230769231, 0.273907109464841, 0.64373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 735, '2021-05-23 00:00:00', 0.043023928941214, 0.0719615384615383, 0.0509874381211089, 0.0943269230769226, 0.0778840089245167, 0.130826923076924, 0.125651263423812, 0.295999999999999, 0.2749400326225, 0.638192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 750, '2021-05-23 00:00:00', 0.0218709941387083, 0.0580961538461536, 0.0402489178067615, 0.087153846153848, 0.0563511415487412, 0.127365384615383, 0.115435776350051, 0.285538461538461, 0.262292330308115, 0.627942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 765, '2021-05-23 00:00:00', 0.0305981208573336, 0.0632500000000008, 0.0381280030343139, 0.0917692307692301, 0.0539306820051305, 0.13603846153846, 0.115196175484058, 0.282173076923077, 0.261888112486112, 0.626788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 780, '2021-05-23 00:00:00', 0.0256484217538137, 0.0671923076923077, 0.0302932145232856, 0.0938269230769218, 0.0446357910891459, 0.131923076923076, 0.10520163789307, 0.288769230769232, 0.263004457405923, 0.621269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 795, '2021-05-23 00:00:00', 0.0200068834308441, 0.0551538461538455, 0.0284085645265921, 0.0824423076923073, 0.0515839122207683, 0.123, 0.10116915956038, 0.281826923076925, 0.262218241458991, 0.618615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 810, '2021-05-23 00:00:00', 0.0237650761865781, 0.0616730769230752, 0.0280757286363422, 0.0810576923076902, 0.0595082670404195, 0.123576923076923, 0.0931870905552568, 0.282923076923078, 0.262166371868059, 0.617442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 825, '2021-05-23 00:00:00', 0.0244356375937975, 0.0600961538461522, 0.0525439779174037, 0.0915192307692305, 0.0748566219258786, 0.137576923076923, 0.0922316731847653, 0.289807692307694, 0.262992021668982, 0.618788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 840, '2021-05-23 00:00:00', 0.0427606262097056, 0.0676346153846148, 0.0440089370294438, 0.0925576923076921, 0.0714743633436833, 0.140730769230768, 0.110000547201436, 0.306596153846156, 0.267970107402931, 0.620461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 855, '2021-05-23 00:00:00', 0.0250294595657549, 0.063076923076922, 0.0535837554316016, 0.106673076923075, 0.0626996779527983, 0.13751923076923, 0.114360287620376, 0.310653846153847, 0.266891288730073, 0.6205 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 870, '2021-05-23 00:00:00', 0.0504373335475287, 0.0827692307692308, 0.0574395233802823, 0.107326923076923, 0.0681330034113155, 0.139115384615386, 0.124318294959103, 0.317461538461539, 0.265326043982463, 0.62148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 885, '2021-05-23 00:00:00', 0.0261438623478147, 0.0661923076923067, 0.0322741442119755, 0.0900961538461539, 0.0482576777470536, 0.12678846153846, 0.135933756491338, 0.317384615384616, 0.263408411319467, 0.620134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 900, '2021-05-23 00:00:00', 0.0290273147225156, 0.0667500000000006, 0.0354142137913801, 0.0954423076923098, 0.0555214338376144, 0.135519230769232, 0.136918730808294, 0.320673076923078, 0.263138910375956, 0.621615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 915, '2021-05-23 00:00:00', 0.0234482408721854, 0.0700000000000019, 0.0376927099664558, 0.0979038461538474, 0.0745407916203246, 0.154980769230769, 0.132450275139826, 0.326346153846155, 0.262955848882541, 0.623538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 930, '2021-05-23 00:00:00', 0.025810433191606, 0.0705384615384617, 0.0427086191985407, 0.101115384615385, 0.0657399538976242, 0.150807692307691, 0.133535706835289, 0.32575, 0.263208446935999, 0.622942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 945, '2021-05-23 00:00:00', 0.0292595875148374, 0.0717884615384638, 0.0593320642330432, 0.109076923076923, 0.0682000338371234, 0.16823076923077, 0.138913592401343, 0.328115384615385, 0.261673883944235, 0.628692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 960, '2021-05-23 00:00:00', 0.0372991286761499, 0.0797499999999987, 0.0401270530267972, 0.105096153846152, 0.0855723175943109, 0.193807692307693, 0.140241814515007, 0.333057692307693, 0.261971423133251, 0.637557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 975, '2021-05-23 00:00:00', 0.0245968806652695, 0.0689423076923078, 0.0592917071643388, 0.131942307692309, 0.0876364013761057, 0.194173076923079, 0.141982057371293, 0.32273076923077, 0.259721700168587, 0.638807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 990, '2021-05-23 00:00:00', 0.0455846634128364, 0.106807692307693, 0.0828904675785132, 0.161519230769232, 0.0794981107661356, 0.19001923076923, 0.142304624499159, 0.314615384615385, 0.255594505327961, 0.645365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1005, '2021-05-23 00:00:00', 0.0401685343751291, 0.102634615384617, 0.0490280022028219, 0.132250000000001, 0.0600237036511414, 0.168750000000001, 0.132479532526583, 0.294442307692309, 0.246847300198694, 0.65851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1020, '2021-05-23 00:00:00', 0.0301682716671771, 0.0917692307692322, 0.0393016539092186, 0.1205, 0.0933208444025248, 0.192500000000001, 0.129040518383241, 0.286153846153848, 0.238507713953624, 0.657480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1035, '2021-05-23 00:00:00', 0.0360300515595604, 0.0877692307692317, 0.0478744351242033, 0.124307692307694, 0.089569946882956, 0.199846153846154, 0.128447602307173, 0.281557692307693, 0.237278476446168, 0.659846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1050, '2021-05-23 00:00:00', 0.0364977607321535, 0.0760576923076936, 0.0879981555750781, 0.149346153846154, 0.102353927811598, 0.189442307692308, 0.141222878948354, 0.276807692307694, 0.234275360666427, 0.655730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1065, '2021-05-23 00:00:00', 0.0565583191187507, 0.124211538461538, 0.0574864030746516, 0.151557692307692, 0.0838944941807614, 0.181884615384615, 0.133818644498381, 0.270519230769232, 0.230080388125541, 0.65525 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1080, '2021-05-23 00:00:00', 0.0445973826413771, 0.0904423076923088, 0.0466950376213718, 0.115942307692308, 0.0591306278830693, 0.148634615384615, 0.12449090173737, 0.24373076923077, 0.224761463299684, 0.660153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1095, '2021-05-23 00:00:00', 0.0428959250350808, 0.077096153846153, 0.0561215062301289, 0.10578846153846, 0.0596721459309091, 0.135250000000001, 0.126618441055731, 0.23398076923077, 0.220300797861608, 0.664307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1110, '2021-05-23 00:00:00', 0.034897724192934, 0.0703653846153839, 0.0430288320154674, 0.0910961538461537, 0.0416483446896094, 0.114269230769231, 0.114011922453478, 0.216461538461539, 0.21774857855228, 0.657711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1125, '2021-05-23 00:00:00', 0.0314070851878997, 0.0617500000000013, 0.0350015219449308, 0.0850576923076934, 0.0416659471732755, 0.110634615384617, 0.1103412904792, 0.212403846153848, 0.221827816976628, 0.660096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1140, '2021-05-23 00:00:00', 0.0284439597481394, 0.0576730769230763, 0.0296192504969317, 0.0764999999999991, 0.0397396720980627, 0.105807692307691, 0.111754173902434, 0.201153846153846, 0.222701625153825, 0.658923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1155, '2021-05-23 00:00:00', 0.0245190663644551, 0.0522307692307688, 0.0325624606894805, 0.0740769230769242, 0.0441560737175974, 0.102173076923078, 0.111809570252282, 0.196500000000001, 0.224212496220749, 0.656788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1170, '2021-05-23 00:00:00', 0.0203731440872529, 0.0497500000000014, 0.028983848287251, 0.0687115384615392, 0.0371593709063255, 0.0966730769230799, 0.10164641580574, 0.185423076923077, 0.222469876958311, 0.658115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1185, '2021-05-23 00:00:00', 0.0166061619703231, 0.0482307692307694, 0.0226629568985309, 0.0665192307692308, 0.0339673598983148, 0.0948076923076952, 0.0869638651748728, 0.178423076923077, 0.221583813800696, 0.657557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1200, '2021-05-23 00:00:00', 0.0150199994878627, 0.0489038461538446, 0.0229718556900885, 0.0676153846153855, 0.0358914870986689, 0.092826923076923, 0.0808841526743387, 0.178884615384615, 0.22325281977718, 0.657307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1215, '2021-05-23 00:00:00', 0.0202936898112156, 0.0450769230769252, 0.0273828694344021, 0.0633076923076945, 0.0366046917967944, 0.0877884615384615, 0.076521721400878, 0.183576923076922, 0.215479915180404, 0.663423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1230, '2021-05-23 00:00:00', 0.0173984084152732, 0.0417307692307723, 0.0280232870196319, 0.0632692307692323, 0.0454972695714979, 0.0946923076923095, 0.0733052758097148, 0.181288461538462, 0.215389904948785, 0.663134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1245, '2021-05-23 00:00:00', 0.0184876674070542, 0.0474230769230765, 0.0252640288522272, 0.0638653846153829, 0.057047645404115, 0.101923076923078, 0.0697245018185561, 0.175615384615385, 0.223614442391708, 0.666673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1260, '2021-05-23 00:00:00', 0.0165128854115612, 0.0443461538461557, 0.0299180483217842, 0.0669807692307726, 0.0608639497947283, 0.0985961538461573, 0.062260309618939, 0.172384615384618, 0.225209954179514, 0.663711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1275, '2021-05-23 00:00:00', 0.0267896722350513, 0.0495576923076939, 0.0402281808992334, 0.0750576923076927, 0.0585482838216575, 0.0998076923076928, 0.0542280795841464, 0.175769230769233, 0.224796233372497, 0.663057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1290, '2021-05-23 00:00:00', 0.0260403311452415, 0.0521730769230763, 0.0327058922002637, 0.0706538461538457, 0.0419292444298892, 0.0886923076923065, 0.0582526097137415, 0.183942307692308, 0.224453158553439, 0.665596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1305, '2021-05-23 00:00:00', 0.0246795150182984, 0.0515384615384617, 0.0329399220026165, 0.0705384615384611, 0.0338290043965463, 0.0858076923076926, 0.0615575028233452, 0.185115384615385, 0.224499553708654, 0.67151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1320, '2021-05-23 00:00:00', 0.0159976079942735, 0.0492884615384602, 0.0191682128696287, 0.0590961538461529, 0.0195926987971008, 0.0739230769230768, 0.0771422462328288, 0.192384615384615, 0.225045287749959, 0.671807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1335, '2021-05-23 00:00:00', 0.0157461228439066, 0.0370961538461539, 0.0200310912180202, 0.0502307692307697, 0.0219568895793566, 0.0727500000000003, 0.0755800568933377, 0.192250000000001, 0.225567885909866, 0.670634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1350, '2021-05-23 00:00:00', 0.0159676596233185, 0.0363846153846153, 0.0184415605046364, 0.0538653846153855, 0.0343668668700201, 0.0773076923076925, 0.0739255680761723, 0.19348076923077, 0.231574019567096, 0.671057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1365, '2021-05-23 00:00:00', 0.015775492190298, 0.0446153846153856, 0.0201226240833534, 0.0589999999999997, 0.0352368251429373, 0.0770769230769227, 0.0757314409861992, 0.203865384615385, 0.234385971127834, 0.67628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1380, '2021-05-23 00:00:00', 0.0149378842081276, 0.0410961538461517, 0.0282267535395895, 0.0555192307692297, 0.0273427602568156, 0.0875576923076923, 0.0816131046226873, 0.211173076923077, 0.232992272073891, 0.674673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1395, '2021-05-23 00:00:00', 0.0218521254027029, 0.0341538461538469, 0.0194241819944614, 0.0471730769230775, 0.0332933869617476, 0.109980769230772, 0.104905761739541, 0.223173076923078, 0.235529315503481, 0.673038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1410, '2021-05-23 00:00:00', 0.012746522904458, 0.0324230769230782, 0.0227486347857507, 0.0654038461538464, 0.0411871339133969, 0.114000000000002, 0.112007650837582, 0.234423076923079, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1425, '2021-05-23 00:00:00', 0.0215212953570674, 0.0546153846153858, 0.0381762511759105, 0.101115384615386, 0.0400192261486727, 0.11546153846154, 0.116367521241969, 0.242500000000001, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 0, '2021-05-23 00:00:00', 0.0424658822332251, 0.0851346153846169, 0.047886809650066, 0.0994423076923086, 0.0415035355305859, 0.11271153846154, 0.123690177459651, 0.258000000000001, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 15, '2021-05-23 00:00:00', 0.0389045627144178, 0.0682500000000001, 0.0374339418175571, 0.0824999999999993, 0.0366578987185786, 0.107807692307694, 0.122321354824716, 0.252423076923078, 0.242994168970875, 0.673115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 30, '2021-05-23 00:00:00', 0.0270210174607747, 0.0593461538461546, 0.0240107347787505, 0.073846153846155, 0.0556988744534802, 0.114269230769233, 0.125189015554019, 0.25448076923077, 0.245707355639559, 0.670269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 45, '2021-05-23 00:00:00', 0.02249267402101, 0.0529038461538462, 0.0318726552682101, 0.0793846153846167, 0.0662043718054456, 0.119326923076923, 0.12288315431899, 0.269019230769233, 0.24571757474479, 0.669557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 60, '2021-05-23 00:00:00', 0.0312314683514024, 0.0597307692307708, 0.0481739955386062, 0.085576923076925, 0.0706757275274781, 0.122961538461539, 0.117722489845334, 0.266269230769231, 0.24636936622759, 0.666730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 75, '2021-05-23 00:00:00', 0.0280821391361393, 0.0525576923076929, 0.0435281341380299, 0.0784615384615387, 0.0573320993456934, 0.117519230769231, 0.118937527234325, 0.261153846153846, 0.248339968591446, 0.664999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 90, '2021-05-23 00:00:00', 0.0264728888894611, 0.0554230769230781, 0.0385673436990416, 0.0820000000000007, 0.0455594624132543, 0.114730769230771, 0.109910139869596, 0.256326923076923, 0.244404032605534, 0.670365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 105, '2021-05-23 00:00:00', 0.0240324460165519, 0.0550384615384631, 0.0390345852565882, 0.0913269230769252, 0.0504771273411552, 0.125903846153847, 0.105336150562781, 0.257230769230769, 0.248559503013789, 0.676057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 120, '2021-05-23 00:00:00', 0.0289938720315956, 0.0687307692307695, 0.0358740799935641, 0.0880192307692313, 0.0555225283452216, 0.136365384615384, 0.105055181470722, 0.256634615384614, 0.255406029686067, 0.680999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 135, '2021-05-23 00:00:00', 0.0291517317073722, 0.0557115384615388, 0.0426466699935463, 0.0864615384615381, 0.0793919415596769, 0.140903846153847, 0.100518930478869, 0.249653846153846, 0.259885179528312, 0.681057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 150, '2021-05-23 00:00:00', 0.0308215771073538, 0.0630192307692294, 0.0434483070396913, 0.0943461538461529, 0.0819658559307579, 0.141192307692307, 0.106830210362774, 0.254076923076922, 0.264222916521987, 0.682019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 165, '2021-05-23 00:00:00', 0.0246734987073463, 0.0668076923076927, 0.0525751806024903, 0.104980769230769, 0.0702829555877816, 0.144076923076923, 0.106862299965173, 0.246134615384616, 0.253955599541459, 0.683057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 180, '2021-05-23 00:00:00', 0.0543057051826467, 0.0880192307692291, 0.066592180183102, 0.112038461538461, 0.0853384956872002, 0.160173076923075, 0.114796691522952, 0.250096153846154, 0.257463862288702, 0.687903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 195, '2021-05-23 00:00:00', 0.0340047960418269, 0.0721153846153857, 0.0395477121773366, 0.110192307692309, 0.0557031555521001, 0.143692307692307, 0.11229268076703, 0.243115384615385, 0.256446408406544, 0.688596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 210, '2021-05-23 00:00:00', 0.0287868626553578, 0.0762115384615389, 0.0433251614582654, 0.105480769230769, 0.0486954270479761, 0.134230769230768, 0.100546141340487, 0.237442307692308, 0.254079082934066, 0.687903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 225, '2021-05-23 00:00:00', 0.0341301412018977, 0.0700576923076918, 0.033526682829328, 0.09503846153846, 0.0679523843471408, 0.138057692307693, 0.105411050727068, 0.22701923076923, 0.253237721245352, 0.681788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 240, '2021-05-23 00:00:00', 0.0235722538983034, 0.0723653846153842, 0.0364666760418114, 0.0959615384615375, 0.064925448370834, 0.132076923076923, 0.107548903009104, 0.228557692307691, 0.250042018776538, 0.683865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 255, '2021-05-23 00:00:00', 0.033647979708469, 0.0664423076923079, 0.0654707568308189, 0.102500000000001, 0.0643984949656935, 0.122615384615385, 0.1146687419684, 0.230096153846154, 0.247364885419216, 0.680057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 270, '2021-05-23 00:00:00', 0.0503927535999446, 0.0755192307692301, 0.0479383097163581, 0.0948076923076919, 0.0473264765708948, 0.115846153846153, 0.115955623142914, 0.234442307692307, 0.245885870961433, 0.684192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 285, '2021-05-23 00:00:00', 0.0281496071840308, 0.0570961538461532, 0.031961828194558, 0.0770384615384621, 0.0364616183867996, 0.105480769230767, 0.10767831186527, 0.220673076923076, 0.241674794204622, 0.678884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 300, '2021-05-23 00:00:00', 0.0236618810618395, 0.0587307692307709, 0.0243376014872846, 0.0786730769230771, 0.0396956352958162, 0.110211538461538, 0.107818273033844, 0.216999999999999, 0.24061001961361, 0.685192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 315, '2021-05-23 00:00:00', 0.0167648097559683, 0.0516730769230755, 0.0309472069076464, 0.0790192307692293, 0.0419745939642262, 0.105057692307692, 0.0997219827628499, 0.218423076923076, 0.235022392550157, 0.678749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 330, '2021-05-23 00:00:00', 0.0190060820225024, 0.0551346153846147, 0.0323217954566026, 0.0749615384615373, 0.0595182874288343, 0.110057692307691, 0.089259207669832, 0.218384615384614, 0.229706445607967, 0.674134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 345, '2021-05-23 00:00:00', 0.0289698782557646, 0.0550769230769237, 0.0345108901429924, 0.078692307692309, 0.0619074619585861, 0.113576923076924, 0.0866315562509511, 0.221557692307693, 0.227265315130881, 0.675211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 360, '2021-05-23 00:00:00', 0.0221188485581538, 0.0562884615384619, 0.0499005472453395, 0.0792307692307699, 0.0616755312408899, 0.108634615384616, 0.0883437625676856, 0.225096153846154, 0.225189708912286, 0.672749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 375, '2021-05-23 00:00:00', 0.0414995134355167, 0.0489807692307697, 0.0441234457124387, 0.0670384615384614, 0.051670944818742, 0.0985576923076934, 0.084026847815721, 0.225365384615385, 0.223777489072035, 0.669269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 390, '2021-05-23 00:00:00', 0.0238348161633026, 0.047038461538461, 0.0393092277285541, 0.0666538461538463, 0.0404302485770225, 0.0992500000000006, 0.0764767963804407, 0.228903846153846, 0.221520424479412, 0.664461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 405, '2021-05-23 00:00:00', 0.0263233517271996, 0.0446730769230782, 0.0321690785597679, 0.0680192307692331, 0.0327494450921849, 0.0943846153846151, 0.0864651463796929, 0.244307692307692, 0.222351185324893, 0.662519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 420, '2021-05-23 00:00:00', 0.0223418889085062, 0.0525000000000004, 0.023025713051683, 0.0692115384615388, 0.0369023711975243, 0.0942499999999991, 0.0844487031371026, 0.258211538461538, 0.220000496502936, 0.662961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 435, '2021-05-23 00:00:00', 0.0209168316471162, 0.0510769230769232, 0.0254900885715315, 0.0702692307692296, 0.039849949329184, 0.111461538461538, 0.0869509078998924, 0.265096153846154, 0.218247417818896, 0.664153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 450, '2021-05-23 00:00:00', 0.0213319280386501, 0.0516346153846171, 0.0319827357275055, 0.0693461538461543, 0.0449646014617659, 0.115653846153847, 0.113273148423827, 0.283384615384616, 0.215601923960306, 0.663019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 465, '2021-05-23 00:00:00', 0.0216480679542972, 0.0463269230769224, 0.0311213752909479, 0.0840000000000004, 0.0404814724952614, 0.106019230769232, 0.112342984444272, 0.285115384615384, 0.22310865324735, 0.670365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 480, '2021-05-23 00:00:00', 0.0260170136641396, 0.0722500000000012, 0.0360380994974009, 0.0912307692307698, 0.0366474471773323, 0.106346153846154, 0.11359347895693, 0.283461538461538, 0.224869258596053, 0.67378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 495, '2021-05-23 00:00:00', 0.0225863556497817, 0.0597115384615405, 0.0281773845486055, 0.0722500000000017, 0.0522566631746986, 0.120673076923078, 0.119355211609973, 0.275057692307693, 0.222321897603107, 0.672884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 510, '2021-05-23 00:00:00', 0.0193505714485292, 0.0477692307692293, 0.0224230993534651, 0.0668461538461538, 0.0450825780779438, 0.121173076923077, 0.107440683098233, 0.263096153846153, 0.217264479025342, 0.663923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 525, '2021-05-23 00:00:00', 0.0162073582529193, 0.049461538461538, 0.0334413608482771, 0.0917307692307689, 0.0386776222322242, 0.122961538461539, 0.102484064427296, 0.256288461538461, 0.218169451609029, 0.660480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 540, '2021-05-23 00:00:00', 0.0280100600059787, 0.078211538461537, 0.0360888646793752, 0.0988846153846148, 0.048917638788227, 0.132346153846153, 0.10286848399777, 0.254749999999999, 0.220550343110488, 0.662423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 555, '2021-05-23 00:00:00', 0.0254642811676391, 0.0660192307692306, 0.0269792512868683, 0.0864999999999998, 0.0424264839276301, 0.127942307692308, 0.0984303990723289, 0.244711538461537, 0.224248582021071, 0.661942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 570, '2021-05-23 00:00:00', 0.0261881946392164, 0.0631923076923066, 0.0377600317796491, 0.0894999999999999, 0.0407109180215054, 0.130173076923076, 0.0926560492441692, 0.245211538461538, 0.222158471678352, 0.663942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 585, '2021-05-23 00:00:00', 0.0324937923065572, 0.0669423076923081, 0.0363775342759794, 0.102750000000001, 0.0538873326059546, 0.142230769230769, 0.0924238584748787, 0.247519230769231, 0.226343337738183, 0.66655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 600, '2021-05-23 00:00:00', 0.0331115364511201, 0.0829230769230766, 0.0353648673990693, 0.103576923076922, 0.0591518515218385, 0.154807692307693, 0.0921639008255634, 0.250730769230769, 0.234438222959941, 0.668403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 615, '2021-05-23 00:00:00', 0.0225269069883459, 0.0716923076923062, 0.041249564100262, 0.107442307692307, 0.0539196160965565, 0.153750000000001, 0.0799714973263302, 0.239903846153846, 0.241376357901609, 0.679384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 630, '2021-05-23 00:00:00', 0.0257766441690037, 0.0806538461538454, 0.0434191246412858, 0.113596153846154, 0.0678263620181354, 0.164653846153846, 0.0664086880321662, 0.232076923076924, 0.238116533364523, 0.679288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 645, '2021-05-23 00:00:00', 0.0351158303114371, 0.0776923076923086, 0.0379157416060723, 0.106788461538463, 0.0579947875641869, 0.153846153846153, 0.0651057630676048, 0.220096153846154, 0.238950076053876, 0.683326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 660, '2021-05-23 00:00:00', 0.0256696243717088, 0.0745192307692319, 0.0461926775748981, 0.10971153846154, 0.0487993734196838, 0.141673076923077, 0.0646126565358146, 0.216846153846153, 0.244126965705583, 0.688653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 675, '2021-05-23 00:00:00', 0.0286025281292524, 0.0722692307692321, 0.0300260463854045, 0.101211538461539, 0.0385393155901071, 0.122826923076923, 0.0791509001843921, 0.22075, 0.248202263207928, 0.685288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 690, '2021-05-23 00:00:00', 0.0262503406571291, 0.0695961538461511, 0.0324921588174047, 0.0904038461538444, 0.0380814966173283, 0.118403846153845, 0.0857776486038177, 0.222249999999999, 0.253157892354826, 0.689961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 705, '2021-05-23 00:00:00', 0.0217750121434226, 0.0648653846153861, 0.0304700925246635, 0.0859423076923076, 0.0359411270744913, 0.117269230769231, 0.0937975499926058, 0.233403846153846, 0.254532598033214, 0.697711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 720, '2021-05-23 00:00:00', 0.0179924022426552, 0.0590576923076901, 0.026065597722197, 0.0808461538461524, 0.0359281387473142, 0.113134615384614, 0.104367302571993, 0.240423076923076, 0.255955017832911, 0.700865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 735, '2021-05-23 00:00:00', 0.0190871281637228, 0.0585384615384623, 0.0256271565696651, 0.0868653846153829, 0.0368626974262406, 0.118461538461538, 0.115583755845639, 0.248730769230768, 0.257691363545916, 0.699326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 750, '2021-05-23 00:00:00', 0.0242284718080584, 0.0668269230769208, 0.0286005177467929, 0.0864807692307684, 0.0259784229994534, 0.115038461538461, 0.123971530540745, 0.257096153846154, 0.254146974436809, 0.698730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 765, '2021-05-23 00:00:00', 0.0180921572468888, 0.0538846153846158, 0.0239904468166308, 0.0796923076923089, 0.0338386044902298, 0.112634615384618, 0.130680697179743, 0.276230769230768, 0.252079274008425, 0.696403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 780, '2021-05-23 00:00:00', 0.0196599553955208, 0.0614230769230751, 0.0220865082381502, 0.0799230769230759, 0.0466035819026166, 0.121423076923076, 0.135355453699337, 0.279173076923074, 0.250384074972829, 0.701749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 795, '2021-05-23 00:00:00', 0.0147322383280261, 0.0536730769230791, 0.0295311634614106, 0.079019230769232, 0.0450338718675687, 0.114980769230768, 0.136941078008585, 0.286326923076922, 0.250015347221232, 0.702423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime =[...];
Date: 2021-05-23 16:57:01 Duration: 25s907ms Database: acaweb_fx User: pgperfstats
13 24s475ms 1 24s475ms 24s475ms 24s475ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 1 24s475ms 24s475ms [ User: pgperfstats - Total duration: 24s475ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987985, 1, 1020, '2021-05-23 00:00:00', 0.000332947674336594, 0.000898076923076922, 0.000447023876491886, 0.00125788461538462, 0.000679581885030456, 0.00194846153846153, 0.000851430831916758, 0.0025076923076923, 0.00181080933881468, 0.0052573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1035, '2021-05-23 00:00:00', 0.00021620476405482, 0.000822500000000008, 0.000427511988136006, 0.0012175, 0.000623502637092699, 0.00185653846153846, 0.000836991429971755, 0.00239557692307693, 0.00180515613004698, 0.00525057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1050, '2021-05-23 00:00:00', 0.000331813722069843, 0.00087211538461538, 0.000496207462815553, 0.00145538461538461, 0.000628020332840853, 0.00174653846153845, 0.000791391568937027, 0.00230615384615386, 0.00177092804874906, 0.00525307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1065, '2021-05-23 00:00:00', 0.000330382296042718, 0.00111769230769229, 0.000410456640640824, 0.00136057692307692, 0.000460756276304331, 0.00156211538461537, 0.00064863623205804, 0.00220519230769231, 0.00173903722258567, 0.00522269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1080, '2021-05-23 00:00:00', 0.000293332379077709, 0.000876730769230782, 0.000337658680645685, 0.00106423076923077, 0.000344933884411765, 0.00131076923076922, 0.000714758619825862, 0.00218326923076923, 0.00165232597128552, 0.00533865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1095, '2021-05-23 00:00:00', 0.000223084064872423, 0.000697499999999992, 0.000223014659745813, 0.00089846153846154, 0.000362227085594745, 0.00121730769230769, 0.000690073156656925, 0.00215519230769232, 0.001691174102851, 0.00541461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1110, '2021-05-23 00:00:00', 0.000185757492860577, 0.00061538461538462, 0.00033795630122616, 0.000977692307692299, 0.000410281001266221, 0.0012125, 0.00074217043968246, 0.0021198076923077, 0.0017541274074418, 0.00548019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1125, '2021-05-23 00:00:00', 0.000310886387855515, 0.000717884615384604, 0.000287833351892282, 0.000865961538461528, 0.000393556026702511, 0.00115288461538461, 0.000850334052005429, 0.00207000000000001, 0.0018205325087415, 0.00554615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1140, '2021-05-23 00:00:00', 0.000170181916240798, 0.000541730769230761, 0.00027756884107995, 0.000802307692307683, 0.000381427127831992, 0.00102442307692308, 0.000860662446115671, 0.00202461538461539, 0.00186422048052263, 0.005565 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1155, '2021-05-23 00:00:00', 0.000220449627946017, 0.000559038461538456, 0.000342314351707052, 0.000756346153846147, 0.000433758750743036, 0.00102057692307693, 0.000833524052534675, 0.00199211538461539, 0.00187150897570754, 0.00554461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1170, '2021-05-23 00:00:00', 0.000216173808276144, 0.000516346153846159, 0.000251250794105144, 0.000685192307692313, 0.000413164197197871, 0.000970576923076945, 0.000790917213405754, 0.00195903846153848, 0.00202267363046653, 0.00558615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1185, '2021-05-23 00:00:00', 0.000199759952096369, 0.000510961538461538, 0.000273804042786365, 0.000714423076923094, 0.000385463806541999, 0.000982884615384628, 0.000811089770237906, 0.00198884615384617, 0.00202350268479799, 0.00562365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1200, '2021-05-23 00:00:00', 0.000199848404085158, 0.000519230769230772, 0.000300493696337317, 0.000712692307692322, 0.000373719969207721, 0.00101384615384616, 0.000835735235954172, 0.00203576923076923, 0.00200732915740143, 0.00560711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1215, '2021-05-23 00:00:00', 0.00021059439688653, 0.000505000000000016, 0.000304065845601805, 0.000684038461538459, 0.000345640542493766, 0.000939230769230778, 0.000845273851846478, 0.00202673076923077, 0.00204965269102992, 0.00560307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1230, '2021-05-23 00:00:00', 0.000160793704430912, 0.000441153846153833, 0.00024056575944091, 0.000658269230769222, 0.000327594085134921, 0.000858269230769225, 0.000798452541819785, 0.00197769230769231, 0.00206768671373443, 0.00560211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1245, '2021-05-23 00:00:00', 0.00019649711291674, 0.000461346153846144, 0.00024985388037503, 0.000585192307692303, 0.000379097562031812, 0.000820192307692305, 0.000750421112545379, 0.00193461538461539, 0.00207077619226743, 0.00560096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1260, '2021-05-23 00:00:00', 0.000157709079783499, 0.000378076923076919, 0.000223922720185749, 0.000520769230769226, 0.000428649220046125, 0.000923076923076924, 0.000746172206356191, 0.00194519230769232, 0.00208546070357461, 0.00561711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1275, '2021-05-23 00:00:00', 0.000170983579958372, 0.000389230769230761, 0.000288582743766857, 0.000584999999999989, 0.000423114459873269, 0.000954615384615383, 0.000743257383724877, 0.00192346153846154, 0.00208662362534459, 0.00562807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1290, '2021-05-23 00:00:00', 0.000175146971251188, 0.000447692307692294, 0.000338948430386593, 0.000739038461538457, 0.000364855292705729, 0.000955769230769232, 0.000703281347574479, 0.00190557692307693, 0.00209476045996086, 0.00566076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1305, '2021-05-23 00:00:00', 0.000271549471339225, 0.000573653846153834, 0.000293121725830489, 0.00069788461538461, 0.000419525968757038, 0.000975961538461531, 0.000715379942085653, 0.00185269230769231, 0.00213662721272427, 0.00565461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1320, '2021-05-23 00:00:00', 0.000199762647621159, 0.000493653846153852, 0.000304256217937856, 0.000669615384615395, 0.000347373496619768, 0.000937115384615383, 0.000723210576845745, 0.00179346153846154, 0.00222282679521786, 0.00567480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1335, '2021-05-23 00:00:00', 0.000214756033317239, 0.000496923076923079, 0.000268839171252995, 0.000712499999999992, 0.00032796933487048, 0.000951730769230761, 0.000717985134836484, 0.00176942307692308, 0.00228929626405482, 0.00570076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1350, '2021-05-23 00:00:00', 0.000212429897939206, 0.000482692307692297, 0.000217901265573341, 0.000675192307692299, 0.000412920741137505, 0.000968461538461529, 0.000726970002555395, 0.00174423076923077, 0.00232178025197509, 0.00570346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1365, '2021-05-23 00:00:00', 0.000139942982894973, 0.000490961538461544, 0.000308687295096265, 0.000684615384615377, 0.000375245970613334, 0.000931538461538467, 0.000699063989587844, 0.0017776923076923, 0.00231669107531875, 0.00571153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1380, '2021-05-23 00:00:00', 0.000316092793094294, 0.000525576923076916, 0.000369484255936054, 0.000723846153846148, 0.000470839185350519, 0.00106346153846154, 0.000722249583965589, 0.00180730769230769, 0.00231958243092289, 0.00569942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1395, '2021-05-23 00:00:00', 0.000293129008091352, 0.000488846153846158, 0.000297189980678003, 0.000666730769230777, 0.000641786688741791, 0.00121807692307693, 0.000658239990136875, 0.00182326923076922, 0.00228224852856867, 0.00568211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1410, '2021-05-23 00:00:00', 0.000167884232090521, 0.000441346153846163, 0.000307078792194088, 0.000800769230769229, 0.000593775533863912, 0.00120576923076923, 0.00063647901651314, 0.00182153846153844, 0.00228396275902551, 0.00567826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1425, '2021-05-23 00:00:00', 0.000301360504788119, 0.000698076923076915, 0.000616561307700898, 0.00107461538461537, 0.00061029551479967, 0.00124115384615383, 0.000760559434788727, 0.00190057692307691, 0.00228167573371988, 0.00568692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 0, '2021-05-23 00:00:00', 0.000621146118075288, 0.000957499999999991, 0.000615639005112067, 0.00110423076923077, 0.000618713087477052, 0.00129326923076922, 0.000776785585701641, 0.0019103846153846, 0.00229591168417656, 0.00569230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 15, '2021-05-23 00:00:00', 0.000296133697283274, 0.000605800000000003, 0.000307742181054198, 0.000796399999999995, 0.0003490525270882, 0.0010622, 0.000488523029139867, 0.00174879999999999, 0.00232941918726536, 0.00568600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 30, '2021-05-23 00:00:00', 0.000283269600675149, 0.000623999999999998, 0.000349062673455638, 0.000924800000000006, 0.000375936829799892, 0.00106920000000001, 0.000522836972678863, 0.0017828, 0.00232838100046649, 0.00568320000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 45, '2021-05-23 00:00:00', 0.000343824865973282, 0.000773461538461537, 0.000332900135175705, 0.000842499999999998, 0.000390558771308686, 0.00100192307692308, 0.000532800583275264, 0.0018126923076923, 0.00231232461289167, 0.00560134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 60, '2021-05-23 00:00:00', 0.000210368998154687, 0.000553653846153844, 0.000332337409639883, 0.000711923076923086, 0.000322842900590266, 0.000906538461538461, 0.000543610189806591, 0.00184096153846154, 0.00232827969671898, 0.00555288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 75, '2021-05-23 00:00:00', 0.0002926086911796, 0.00046961538461537, 0.000299224189170277, 0.000606346153846134, 0.000296200360982472, 0.000850576923076906, 0.000523753648784795, 0.00180826923076921, 0.00233640431333805, 0.00553634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 90, '2021-05-23 00:00:00', 0.000132391610238494, 0.000381538461538463, 0.000240729100858217, 0.000587500000000001, 0.000296618182439723, 0.00082211538461539, 0.000549788910540996, 0.00191038461538462, 0.00234842566741736, 0.00552865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 105, '2021-05-23 00:00:00', 0.00020907203396108, 0.000476346153846166, 0.000285358344218952, 0.000685769230769236, 0.000398014930141305, 0.000903269230769226, 0.000655675488449774, 0.00205788461538462, 0.00243848705458624, 0.00554865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 120, '2021-05-23 00:00:00', 0.000245261320604404, 0.000516346153846146, 0.000248553120773324, 0.000610576923076922, 0.000391224950045954, 0.000884807692307694, 0.000671189644185268, 0.00209846153846154, 0.00254064774448141, 0.00558019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 135, '2021-05-23 00:00:00', 0.000196373662655196, 0.000403846153846156, 0.000285764090439326, 0.00065865384615384, 0.000371465496896565, 0.000918846153846131, 0.000741579084428321, 0.00211153846153846, 0.00252614065629463, 0.00555615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 150, '2021-05-23 00:00:00', 0.000220763448061499, 0.000522500000000007, 0.000249128712485367, 0.000658653846153853, 0.000292867060941659, 0.000918653846153844, 0.000805628851366345, 0.00212461538461539, 0.00246359050043757, 0.00552192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 165, '2021-05-23 00:00:00', 0.000175241372003143, 0.00043346153846153, 0.000273637604253376, 0.000683461538461537, 0.00029395244251671, 0.000995961538461534, 0.000839220265392924, 0.00213557692307693, 0.00245311732605367, 0.00552884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 180, '2021-05-23 00:00:00', 0.00027762571649892, 0.000584038461538449, 0.000282475934985884, 0.000750576923076917, 0.000262801475232962, 0.00106615384615384, 0.000851769131775834, 0.00215057692307693, 0.00244898016450805, 0.00552538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 195, '2021-05-23 00:00:00', 0.000194346340330859, 0.00052750000000001, 0.000258977055710761, 0.000798653846153856, 0.000244222471088588, 0.00102884615384616, 0.000893457674086819, 0.00209884615384616, 0.00241310578683605, 0.00550846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 210, '2021-05-23 00:00:00', 0.00021850092413113, 0.000575576923076923, 0.000242408825048791, 0.000789038461538468, 0.000297009518106996, 0.00108442307692308, 0.00096474253241274, 0.00211807692307693, 0.00238881103351567, 0.00553192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 225, '2021-05-23 00:00:00', 0.000163071598243964, 0.000552115384615385, 0.000185239969104522, 0.000764615384615389, 0.000286943575262827, 0.00105615384615383, 0.000942809304480707, 0.00208923076923077, 0.00236076187180848, 0.00556615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 240, '2021-05-23 00:00:00', 0.000210694456135312, 0.000606923076923082, 0.000293880993705847, 0.000849038461538456, 0.000345300092450257, 0.00113692307692307, 0.000947648851713463, 0.00210788461538462, 0.00238616173931146, 0.00559538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 255, '2021-05-23 00:00:00', 0.000198611816985176, 0.00053557692307693, 0.000259669686628688, 0.000742884615384619, 0.000349107212978831, 0.000999615384615383, 0.000962877997703519, 0.00204403846153847, 0.002357639595345, 0.00555230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 270, '2021-05-23 00:00:00', 0.000222216111027072, 0.000524999999999981, 0.000286042560039311, 0.000707115384615375, 0.000359698003672732, 0.00100942307692308, 0.00103816176299932, 0.00202461538461538, 0.00237660654165686, 0.00566942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 285, '2021-05-23 00:00:00', 0.000215524851324527, 0.000524807692307702, 0.000285008839269117, 0.000690961538461547, 0.000682490039375041, 0.00117057692307694, 0.00104249790628824, 0.00198826923076924, 0.00234284912019533, 0.00567 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 300, '2021-05-23 00:00:00', 0.000231460330543675, 0.000486730769230768, 0.000307532674936906, 0.00074711538461539, 0.000731898479719275, 0.00113576923076924, 0.00105638083167883, 0.0019623076923077, 0.00230033616272459, 0.0056576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 315, '2021-05-23 00:00:00', 0.000276932093870289, 0.000550769230769244, 0.000725873929507363, 0.000895192307692314, 0.000811311568719736, 0.00107769230769231, 0.00106122483661388, 0.00195807692307694, 0.00228051044387335, 0.00567173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 330, '2021-05-23 00:00:00', 0.000761624604684971, 0.000680961538461546, 0.000780847370095222, 0.000838846153846158, 0.000858376105481475, 0.00110153846153847, 0.0011858094930663, 0.00204807692307693, 0.00227113503476871, 0.00566788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 345, '2021-05-23 00:00:00', 0.000201711522877453, 0.000483461538461542, 0.000284151165078362, 0.000653269230769228, 0.000379906719320176, 0.000933653846153852, 0.000788403474409861, 0.00202903846153847, 0.00202315112177476, 0.00558730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 360, '2021-05-23 00:00:00', 0.000180748018395355, 0.00045038461538462, 0.000309001680353907, 0.000655961538461532, 0.000314261037992303, 0.000915000000000012, 0.000706929873575758, 0.00209538461538463, 0.00197198732247446, 0.00558499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 375, '2021-05-23 00:00:00', 0.000219782759875432, 0.000457307692307695, 0.000228026398606702, 0.000704038461538479, 0.000289500631060828, 0.000866153846153867, 0.000855167032717086, 0.00228442307692308, 0.00192978241101068, 0.00562692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 390, '2021-05-23 00:00:00', 0.000120750378244349, 0.0004644230769231, 0.000149438564685921, 0.000608269230769249, 0.000330992272742703, 0.000826730769230779, 0.000894013960482966, 0.00230980769230769, 0.00188788030300163, 0.00562096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 405, '2021-05-23 00:00:00', 0.000120849715953975, 0.000410576923076931, 0.000160973958715734, 0.00055384615384617, 0.000416471302917565, 0.000927884615384618, 0.000903837630074365, 0.00235269230769231, 0.0018463045940056, 0.00562557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 420, '2021-05-23 00:00:00', 0.000134962815391738, 0.000409807692307695, 0.00023389445351401, 0.000593846153846154, 0.000368429149853187, 0.000910961538461528, 0.000910659714374474, 0.00239134615384615, 0.00182261710608252, 0.00566634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 435, '2021-05-23 00:00:00', 0.000147682611861249, 0.000431923076923075, 0.000322442183249139, 0.000669807692307691, 0.000331311844734755, 0.000916538461538458, 0.000869921570293273, 0.00248653846153847, 0.00178590564183511, 0.00566480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 450, '2021-05-23 00:00:00', 0.000282205666955048, 0.000499038461538469, 0.000268203496219964, 0.000648653846153847, 0.000436408462514019, 0.000957884615384614, 0.000910409312004557, 0.00257634615384616, 0.00178034784846627, 0.00565730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 465, '2021-05-23 00:00:00', 0.000200221127756297, 0.000452499999999988, 0.000255783863086362, 0.000624230769230764, 0.000358709009987421, 0.00090807692307692, 0.000928270766201644, 0.00266115384615385, 0.00176335249977466, 0.00561096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 480, '2021-05-23 00:00:00', 0.000252042731419755, 0.000506538461538462, 0.000337227610877958, 0.000722307692307689, 0.000441195404118609, 0.000989230769230772, 0.000989966355294644, 0.00269423076923077, 0.00180222427742883, 0.00563211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 495, '2021-05-23 00:00:00', 0.000199297226813075, 0.000489230769230763, 0.000256331516115052, 0.000685384615384609, 0.000436141649537776, 0.00106153846153845, 0.000957218185079109, 0.00270057692307692, 0.00182130498438725, 0.00566538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 510, '2021-05-23 00:00:00', 0.000185174346121535, 0.000451538461538465, 0.000342467741321945, 0.000683076923076927, 0.000473778266865233, 0.00120538461538462, 0.000955571757962408, 0.00267576923076923, 0.00182743764494274, 0.00568211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 525, '2021-05-23 00:00:00', 0.000221102917212784, 0.000492499999999998, 0.000269638005196141, 0.000805576923076906, 0.000507405049852063, 0.00131826923076923, 0.000921609795621014, 0.00270384615384615, 0.00182691047526019, 0.00568326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 540, '2021-05-23 00:00:00', 0.000208976995421462, 0.000649230769230765, 0.000381591253326598, 0.000971730769230773, 0.000531678908306934, 0.00136269230769231, 0.000918647019346298, 0.00273788461538462, 0.0018242413386223, 0.0056873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 555, '2021-05-23 00:00:00', 0.000212640541760025, 0.000594999999999999, 0.000339332659563086, 0.000934423076923084, 0.000629731719434177, 0.00144596153846154, 0.00083521135049758, 0.00273, 0.0017534567617665, 0.00572384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 570, '2021-05-23 00:00:00', 0.000233331391933326, 0.000696538461538473, 0.000303848709823727, 0.000955961538461545, 0.00061844311348367, 0.00147173076923077, 0.000823373828548405, 0.0026773076923077, 0.00171432391921714, 0.0057175 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 585, '2021-05-23 00:00:00', 0.000206481513420967, 0.000636153846153846, 0.000543377365684708, 0.00111980769230768, 0.000646365578862653, 0.0014276923076923, 0.000867733763671432, 0.00262326923076924, 0.00170328786130283, 0.00568153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 600, '2021-05-23 00:00:00', 0.000530520825372445, 0.000872115384615376, 0.000588316241489215, 0.00112, 0.000635310463171652, 0.00139923076923078, 0.000845735546955804, 0.00258884615384617, 0.00171766904889694, 0.00568019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 615, '2021-05-23 00:00:00', 0.000293179716477537, 0.000692115384615388, 0.000332241860466373, 0.000894423076923086, 0.000379217666336282, 0.00126596153846156, 0.000835185400881843, 0.00244557692307693, 0.00171391361643912, 0.00566326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 630, '2021-05-23 00:00:00', 0.000249248794457387, 0.000674807692307694, 0.00024480392467945, 0.000864807692307704, 0.000311229633253946, 0.00132673076923078, 0.000863078568488764, 0.00241115384615386, 0.00174417615553548, 0.00565730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 645, '2021-05-23 00:00:00', 0.000175993881012527, 0.00061538461538462, 0.000257342408834247, 0.000938653846153859, 0.000315490826393523, 0.0014023076923077, 0.000933514863298925, 0.00240499999999999, 0.00175721615499762, 0.00572615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 660, '2021-05-23 00:00:00', 0.000200714588791767, 0.000717884615384621, 0.000272632748188133, 0.000976153846153853, 0.000433847766636401, 0.00135826923076925, 0.000934037987203123, 0.00241519230769231, 0.001778599492254, 0.00575692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 675, '2021-05-23 00:00:00', 0.000208465455540837, 0.00061538461538462, 0.000255813634086646, 0.000928846153846154, 0.000337359429415248, 0.00121923076923078, 0.000924949000673104, 0.00229057692307692, 0.00180133293595434, 0.00572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 690, '2021-05-23 00:00:00', 0.00020218318046152, 0.000629038461538449, 0.000285397698228002, 0.00089961538461539, 0.000350719480277551, 0.00117307692307692, 0.000972100758468683, 0.00230326923076922, 0.00182904329763278, 0.00576076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 705, '2021-05-23 00:00:00', 0.000222588271167966, 0.000583461538461539, 0.00024109047136836, 0.000761153846153841, 0.000428841058955585, 0.00112057692307692, 0.000981515488337379, 0.00227057692307692, 0.00184864873727979, 0.00582807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 720, '2021-05-23 00:00:00', 0.000141899205830705, 0.000499230769230765, 0.00032107080455635, 0.000752307692307689, 0.0005895240909803, 0.00113442307692308, 0.00102076662367067, 0.0023475, 0.0018571315350458, 0.00585846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 735, '2021-05-23 00:00:00', 0.000263787866403178, 0.000555961538461551, 0.000361360091023652, 0.000823653846153853, 0.000572997784933296, 0.00111769230769232, 0.000970176193355545, 0.00246461538461537, 0.00185596171421056, 0.00584173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 750, '2021-05-23 00:00:00', 0.00018037194477395, 0.000594038461538459, 0.000332839127230223, 0.000788269230769232, 0.000418490694685626, 0.00109769230769232, 0.000858006208512593, 0.00243057692307691, 0.00186273335141172, 0.00581153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 765, '2021-05-23 00:00:00', 0.00021365473585635, 0.000567115384615385, 0.000269040817606664, 0.000785192307692302, 0.000426099166861452, 0.00114250000000001, 0.000786955110634561, 0.00251711538461538, 0.00189802432707114, 0.00584211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 780, '2021-05-23 00:00:00', 0.000181467945887452, 0.000583846153846144, 0.000278418956582728, 0.000823653846153853, 0.000338806048442984, 0.00118346153846154, 0.000745170811600627, 0.00252846153846153, 0.00196255207672209, 0.00589557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 795, '2021-05-23 00:00:00', 0.000227967946464817, 0.000555769230769234, 0.000255784840472208, 0.000843269230769238, 0.000284095325280348, 0.00120192307692307, 0.000767408325770268, 0.00254846153846153, 0.00197933396917714, 0.0059098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 810, '2021-05-23 00:00:00', 0.00024708523910712, 0.000611346153846154, 0.000273743282320112, 0.000819230769230764, 0.00044570894262788, 0.0012573076923077, 0.000778988101024949, 0.00261230769230768, 0.00198218830123137, 0.00591269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 825, '2021-05-23 00:00:00', 0.000201579150326017, 0.000596923076923059, 0.000309687497574316, 0.00089211538461537, 0.00042834044691289, 0.00124846153846152, 0.000709646282420921, 0.0026503846153846, 0.00194372039181013, 0.00591019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 840, '2021-05-23 00:00:00', 0.000226589853123353, 0.000669807692307682, 0.00034527981963352, 0.000916923076923072, 0.000362809390515388, 0.00127442307692307, 0.000718113581116945, 0.00289634615384614, 0.00194937492940293, 0.00594615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 855, '2021-05-23 00:00:00', 0.000223928903552351, 0.000638076923076931, 0.00026393771118318, 0.000893653846153842, 0.000345913117148488, 0.00122826923076923, 0.000718603480048936, 0.00294980769230768, 0.00193006501484757, 0.0059598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 870, '2021-05-23 00:00:00', 0.000159872184524423, 0.000666346153846142, 0.000272052667412313, 0.000920576923076908, 0.000322067599211007, 0.00120846153846153, 0.000669236792634242, 0.00302826923076921, 0.00188046194201975, 0.00594365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 885, '2021-05-23 00:00:00', 0.000232731687703985, 0.00062596153846154, 0.000277614841101859, 0.000860000000000006, 0.000367113113987398, 0.00126903846153847, 0.000693859773020005, 0.00311076923076922, 0.00186455773267057, 0.00594153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 900, '2021-05-23 00:00:00', 0.000208276658957907, 0.000611999999999999, 0.000260648550095069, 0.0008928, 0.000422793586359436, 0.0014776, 0.000708408015670815, 0.00314239999999999, 0.00185056315752802, 0.00586940000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 915, '2021-05-23 00:00:00', 0.000289550314479851, 0.000689230769230771, 0.000320207925237035, 0.00102134615384615, 0.000567938681684775, 0.00165211538461537, 0.000702909229285957, 0.00310076923076922, 0.00181821493186631, 0.00587846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 930, '2021-05-23 00:00:00', 0.000292188098004308, 0.000786730769230769, 0.000369635007083403, 0.00120403846153846, 0.000532069869616618, 0.0015628846153846, 0.000817223559470634, 0.00315711538461537, 0.00185476099434777, 0.0059271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 945, '2021-05-23 00:00:00', 0.000305591293170379, 0.00084903846153846, 0.00046949830015256, 0.00119942307692306, 0.000560925231545709, 0.00157134615384614, 0.000793661064066629, 0.00316173076923075, 0.00200857615087062, 0.00605192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 960, '2021-05-23 00:00:00', 0.00029877911831059, 0.000809807692307686, 0.000422721994477907, 0.00102673076923077, 0.000551937844884163, 0.00158923076923077, 0.000809189932064069, 0.00312211538461538, 0.00205827855631464, 0.00598115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 975, '2021-05-23 00:00:00', 0.000417529040906145, 0.000772499999999988, 0.000534282588725655, 0.00117173076923076, 0.000576580770244192, 0.00173076923076921, 0.000816541863828562, 0.00311115384615384, 0.00205607695905054, 0.00604769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 990, '2021-05-23 00:00:00', 0.000261312147558309, 0.000845961538461538, 0.000435626162949558, 0.00128192307692308, 0.000565052754514675, 0.00172615384615384, 0.000839920234308008, 0.00311, 0.00207403450197547, 0.00609134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1005, '2021-05-23 00:00:00', 0.000374272473761276, 0.000928269230769244, 0.000368375644396595, 0.00127384615384615, 0.000568267576465126, 0.00170903846153845, 0.000872807847387707, 0.00304653846153846, 0.00218022670839527, 0.00609250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1020, '2021-05-23 00:00:00', 0.000285938199347602, 0.000895576923076923, 0.000395208221652252, 0.00122153846153847, 0.000596771828578231, 0.00198615384615384, 0.000873487549997146, 0.00293749999999999, 0.00222416622234388, 0.00613423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1035, '2021-05-23 00:00:00', 0.000240409346420119, 0.000819423076923095, 0.000370129914822026, 0.00117307692307692, 0.000569124192205742, 0.00189711538461537, 0.000866516900274631, 0.00278846153846153, 0.0024076084527054, 0.00629269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1050, '2021-05-23 00:00:00', 0.000333466870687568, 0.000851923076923064, 0.000679706073353647, 0.00154711538461537, 0.000592086044942268, 0.00194173076923076, 0.000922395731026224, 0.00276673076923076, 0.00243172579584005, 0.00629788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1065, '2021-05-23 00:00:00', 0.000613398759748938, 0.00131596153846154, 0.000530597631123477, 0.00156538461538461, 0.000612645116247197, 0.00192403846153844, 0.000897017558356591, 0.00268749999999999, 0.00248001660199159, 0.00630788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1080, '2021-05-23 00:00:00', 0.000266101556668769, 0.000889038461538461, 0.00037898792349341, 0.00120038461538461, 0.000559178380786001, 0.00157730769230768, 0.00090371685490876, 0.00241692307692307, 0.00255328220893453, 0.00624096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1095, '2021-05-23 00:00:00', 0.000295945161240269, 0.000743461538461533, 0.000443781867761434, 0.00105288461538461, 0.000396644240908826, 0.00137942307692307, 0.000934326680638965, 0.00230288461538462, 0.00246015678049498, 0.00623423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1110, '2021-05-23 00:00:00', 0.000320061111953025, 0.000721346153846144, 0.000418907048621301, 0.000933653846153831, 0.000559972423771571, 0.00129134615384615, 0.000911778418594869, 0.00219826923076923, 0.00249983560228698, 0.00622596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1125, '2021-05-23 00:00:00', 0.000294337652783577, 0.000659423076923084, 0.00041645486411632, 0.000929423076923085, 0.000587443090533363, 0.00127423076923077, 0.000892018713153131, 0.00215576923076924, 0.0025148371793143, 0.00622903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1140, '2021-05-23 00:00:00', 0.000236221213142381, 0.000592692307692313, 0.000470981789620207, 0.000875384615384633, 0.000503982600432261, 0.00118269230769233, 0.000836948417673488, 0.00202942307692308, 0.00250152492722708, 0.00622519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1155, '2021-05-23 00:00:00', 0.000441632809539264, 0.000631538461538474, 0.000450170395089898, 0.000815769230769237, 0.000473847955166415, 0.00118826923076925, 0.000844681004877002, 0.00192, 0.00248200080580164, 0.00620000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1170, '2021-05-23 00:00:00', 0.000176285716512023, 0.000574423076923082, 0.000308668355757682, 0.000843076923076938, 0.000409251897227891, 0.00113865384615387, 0.000729920991509465, 0.00183057692307693, 0.00247526021165142, 0.00617634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1185, '2021-05-23 00:00:00', 0.000211215256587663, 0.000596730769230776, 0.000248600157806766, 0.000814038461538474, 0.000459517305273874, 0.00104807692307694, 0.00067005226547005, 0.00172596153846155, 0.00250701582487104, 0.00618711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1200, '2021-05-23 00:00:00', 0.000238893362112772, 0.000579038461538467, 0.000327695038811312, 0.000749038461538475, 0.000499617238108715, 0.00104423076923078, 0.000606217401978484, 0.00177153846153847, 0.00250718616411675, 0.00620230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1215, '2021-05-23 00:00:00', 0.000211859532564533, 0.000482307692307696, 0.00033901826590227, 0.00069423076923077, 0.000427719579235667, 0.000964038461538453, 0.000517864401616423, 0.00179653846153847, 0.00243609410737763, 0.00628250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1230, '2021-05-23 00:00:00', 0.000204030634954659, 0.000497500000000005, 0.000302540334246779, 0.000739423076923083, 0.000373133302639242, 0.000957692307692313, 0.000463109099955442, 0.00176596153846154, 0.00242476641222328, 0.00631192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1245, '2021-05-23 00:00:00', 0.000178829097615145, 0.000515384615384614, 0.000181835195882273, 0.000679038461538444, 0.000331623802152154, 0.000997884615384602, 0.0004388765377468, 0.00170384615384615, 0.00242138155097139, 0.00636384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1260, '2021-05-23 00:00:00', 0.000150637108514277, 0.000471538461538455, 0.000230226727713896, 0.000637115384615391, 0.000347117415293437, 0.000997500000000002, 0.00040015117335635, 0.0016548076923077, 0.00241394704708987, 0.0063671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1275, '2021-05-23 00:00:00', 0.000202934339513676, 0.000467884615384615, 0.00028031939201286, 0.000694807692307688, 0.000385243229861135, 0.000972884615384609, 0.000440085350113609, 0.00168634615384615, 0.00242083459861391, 0.00641307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1290, '2021-05-23 00:00:00', 0.000253151900280029, 0.00049326923076923, 0.000308218516390807, 0.000745576923076927, 0.000340916412042593, 0.000899999999999999, 0.000446460955308963, 0.00170076923076923, 0.00242923267403833, 0.00643923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1305, '2021-05-23 00:00:00', 0.000200035093075045, 0.000565961538461535, 0.000218544133898704, 0.000698461538461532, 0.000238431412489071, 0.000876538461538461, 0.000502873779850916, 0.00175096153846154, 0.00241447720093734, 0.00646192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1320, '2021-05-23 00:00:00', 0.000169700188114668, 0.000483076923076928, 0.00022232097378479, 0.000636153846153842, 0.000210295853867468, 0.000832115384615396, 0.000677568531873075, 0.00182134615384616, 0.00237512597236766, 0.00652076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1335, '2021-05-23 00:00:00', 0.000191027182922719, 0.000454230769230756, 0.000200788062777263, 0.000575384615384614, 0.000180625409235621, 0.000803461538461529, 0.000657653404157552, 0.00181, 0.00237464501800553, 0.00651980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1350, '2021-05-23 00:00:00', 0.000139012036003529, 0.000382884615384621, 0.000161958802928877, 0.000585576923076933, 0.00027488431133004, 0.000779230769230776, 0.000633479767147008, 0.00182115384615384, 0.0023615856146633, 0.00652884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1365, '2021-05-23 00:00:00', 0.000172390991197792, 0.000505576923076934, 0.000160020671741553, 0.000646153846153839, 0.000293671781730249, 0.00082634615384617, 0.000674701871484459, 0.00187884615384616, 0.00236089090908822, 0.00656673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1380, '2021-05-23 00:00:00', 0.000153035440842458, 0.00045461538461537, 0.000310267378488053, 0.000585384615384624, 0.000360826881567247, 0.000949038461538466, 0.000623787932406039, 0.00191076923076924, 0.00235762807793048, 0.0065969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1395, '2021-05-23 00:00:00', 0.000251996031714789, 0.000445000000000016, 0.000263229645279261, 0.000615384615384625, 0.000365625701840219, 0.00117192307692309, 0.000692856434235504, 0.00198403846153847, 0.0023578027662668, 0.00660326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1410, '2021-05-23 00:00:00', 0.00012040508550466, 0.000394230769230756, 0.000304373063096034, 0.000774807692307683, 0.000414845893537125, 0.00117634615384615, 0.000683014725598655, 0.00196134615384616, 0.00235198770274127, 0.00662307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1425, '2021-05-23 00:00:00', 0.000292789238978386, 0.000691538461538449, 0.000401117141915505, 0.00103980769230769, 0.000400940289051401, 0.00118365384615385, 0.000675269291012557, 0.00208884615384616, 0.00233985210742375, 0.00664326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 0, '2021-05-23 00:00:00', 0.000347198956485486, 0.000826346153846166, 0.000378949205039408, 0.000962499999999994, 0.00035374501899185, 0.00115346153846154, 0.000638114319393789, 0.00212326923076922, 0.00233125972054068, 0.00665826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 15, '2021-05-23 00:00:00', 0.00037719552163097, 0.000652692307692301, 0.000360150823106963, 0.000833846153846147, 0.000365093665537195, 0.00107923076923076, 0.000663626053181713, 0.00211346153846152, 0.00232106577807563, 0.00665288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 30, '2021-05-23 00:00:00', 0.000331635109953475, 0.000620384615384602, 0.000299620336682693, 0.000802884615384619, 0.000356515616229341, 0.00110423076923076, 0.000656821864388246, 0.00213980769230768, 0.00229278768851705, 0.00661576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 45, '2021-05-23 00:00:00', 0.000288991948250898, 0.000627884615384608, 0.000295927550904977, 0.000871346153846145, 0.000474504599961502, 0.00115615384615385, 0.000895333736659137, 0.00227749999999999, 0.00229616328821664, 0.00661038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 60, '2021-05-23 00:00:00', 0.000316348639223336, 0.000607307692307683, 0.000390373046437122, 0.000788653846153842, 0.000619966252183264, 0.00111307692307691, 0.00080655432837186, 0.00222173076923076, 0.00224382972753144, 0.00654038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 75, '2021-05-23 00:00:00', 0.000259536050556482, 0.000459807692307698, 0.00033650700072726, 0.000665192307692331, 0.00052217330603781, 0.0010198076923077, 0.000816761263490409, 0.0021598076923077, 0.00225925975793979, 0.00649557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 90, '2021-05-23 00:00:00', 0.000242130924533365, 0.000455769230769245, 0.000382154469372714, 0.000694038461538456, 0.000365014857442607, 0.000990384615384613, 0.000819671510188912, 0.00213423076923078, 0.00227021894064461, 0.00650903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 105, '2021-05-23 00:00:00', 0.000259240310255841, 0.000473461538461544, 0.000297015215875458, 0.000729038461538464, 0.000390148098113453, 0.00105346153846155, 0.000842347110071694, 0.00216057692307694, 0.00223847534822597, 0.00649173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 120, '2021-05-23 00:00:00', 0.000199710656084864, 0.000567115384615381, 0.000288580078207885, 0.000767307692307685, 0.000457204717655188, 0.00112307692307693, 0.000859521893040174, 0.00216826923076925, 0.0021991734548724, 0.00650326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 135, '2021-05-23 00:00:00', 0.000232640362924293, 0.000476538461538449, 0.000342353393664873, 0.000735384615384634, 0.000544046979023522, 0.00111365384615386, 0.000828014794553821, 0.00217250000000001, 0.00219814274751699, 0.00650346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 150, '2021-05-23 00:00:00', 0.000211249032769767, 0.000491923076923088, 0.000272779144251276, 0.000742692307692318, 0.000494074893108323, 0.00101, 0.000915627926616476, 0.00224250000000001, 0.00221564652832115, 0.00654846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 165, '2021-05-23 00:00:00', 0.000244889064366192, 0.000535576923076926, 0.000440638871849284, 0.00082615384615384, 0.000442766130314682, 0.00117538461538461, 0.000981437035089945, 0.00224057692307693, 0.00222802016286968, 0.00660461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 180, '2021-05-23 00:00:00', 0.00043478717163157, 0.000678269230769233, 0.000408989185488016, 0.000803076923076919, 0.000416024823593668, 0.00121942307692308, 0.00106976757001049, 0.00231442307692308, 0.00222703705367951, 0.00662096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 195, '2021-05-23 00:00:00', 0.000192995815020389, 0.000515769230769236, 0.000313942424902793, 0.000864615384615404, 0.000330439334592833, 0.00113307692307692, 0.00101122106310221, 0.00224403846153847, 0.00224537748239834, 0.00657903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 210, '2021-05-23 00:00:00', 0.000236669925943604, 0.000615576923076925, 0.000228514685607854, 0.000824807692307686, 0.000277801810926133, 0.00110538461538461, 0.000948745507742484, 0.00224403846153846, 0.00222948580653441, 0.00655980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 225, '2021-05-23 00:00:00', 0.000122018441229182, 0.000522500000000003, 0.000196311369630377, 0.000743076923076902, 0.000641454237230956, 0.00112653846153846, 0.000970448845400149, 0.0021098076923077, 0.00220009087224911, 0.0065046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 240, '2021-05-23 00:00:00', 0.000186436625652306, 0.000568846153846123, 0.000246631225797675, 0.000749807692307681, 0.000656724418259646, 0.0011201923076923, 0.000935401847007277, 0.00213615384615385, 0.00217608937351811, 0.00649019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 255, '2021-05-23 00:00:00', 0.000256982564508837, 0.000519038461538467, 0.000648713994109772, 0.000884615384615385, 0.000616613206275902, 0.00109461538461539, 0.000923779277666561, 0.00217192307692308, 0.00218240112120712, 0.00646057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 270, '2021-05-23 00:00:00', 0.000560303386225184, 0.000653269230769223, 0.000538612212435466, 0.00083634615384615, 0.000515510538577663, 0.00106865384615385, 0.000928796988665369, 0.00216538461538462, 0.00223644150725758, 0.00643615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 285, '2021-05-23 00:00:00', 0.000194665492181217, 0.000505576923076939, 0.000205879725904382, 0.000687692307692321, 0.000330346263557134, 0.000970576923076936, 0.000830210538635553, 0.00205153846153847, 0.00217186244960401, 0.00634250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 300, '2021-05-23 00:00:00', 0.000139333578701785, 0.00048538461538461, 0.000215240920473211, 0.000690576923076925, 0.000417815794892364, 0.000910961538461532, 0.000854011101531161, 0.00200519230769231, 0.00218491200315673, 0.0063123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 315, '2021-05-23 00:00:00', 0.000178224253723747, 0.000458269230769248, 0.000279878338953528, 0.00064173076923078, 0.000437982261671028, 0.000912692307692309, 0.000873616114425907, 0.00202365384615384, 0.00215899709623205, 0.00624269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 330, '2021-05-23 00:00:00', 0.000181106428548348, 0.000423461538461546, 0.000303857064068979, 0.000596346153846153, 0.000615847508597835, 0.000941923076923069, 0.000843421602758674, 0.00207, 0.00211443984216949, 0.00619038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 345, '2021-05-23 00:00:00', 0.000197954151645892, 0.000449615384615388, 0.000293325560794455, 0.000696730769230769, 0.000600081693156476, 0.000964038461538457, 0.000765407005857265, 0.00207826923076924, 0.0020288631905956, 0.00618038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 360, '2021-05-23 00:00:00', 0.000222711610695214, 0.000492692307692316, 0.000524326857834076, 0.000700576923076918, 0.000617365650286656, 0.000962884615384599, 0.0007302536966962, 0.0020773076923077, 0.00197370632411362, 0.00619057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 375, '2021-05-23 00:00:00', 0.000404244214077806, 0.000410769230769215, 0.000393852178439496, 0.000578461538461528, 0.0004423093244117, 0.000841538461538441, 0.000690048270329397, 0.00202384615384615, 0.00195384953361304, 0.006065 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 390, '2021-05-23 00:00:00', 0.000155514159632352, 0.000414423076923076, 0.000306516971546696, 0.000615576923076916, 0.0003849967032826, 0.0008526923076923, 0.000742369620772661, 0.00205942307692308, 0.00194505603043676, 0.0060148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 405, '2021-05-23 00:00:00', 0.000201800358313317, 0.000385769230769234, 0.00018709448456288, 0.000512884615384615, 0.000294356926196759, 0.000775000000000009, 0.000856624255659745, 0.00209365384615386, 0.00194605471699497, 0.00596480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 420, '2021-05-23 00:00:00', 0.000127106254763486, 0.00038, 0.000261621644011689, 0.000581730769230776, 0.000299511204362153, 0.0008348076923077, 0.000878201505700943, 0.00218673076923078, 0.00194428817308544, 0.00595750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 435, '2021-05-23 00:00:00', 0.000242330035599881, 0.000460384615384621, 0.000227798493950583, 0.000603076923076937, 0.000305902007939706, 0.000919038461538474, 0.000781306819472255, 0.0022471153846154, 0.00195501914214509, 0.0059546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 450, '2021-05-23 00:00:00', 0.000170708478451973, 0.000440769230769236, 0.000282757846929144, 0.000635000000000005, 0.000401211434763043, 0.000951153846153864, 0.000891846485582673, 0.00233307692307694, 0.00195686263815713, 0.00595576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 465, '2021-05-23 00:00:00', 0.000225366709711427, 0.00041192307692309, 0.000280248790568985, 0.000664230769230778, 0.000367180525711167, 0.000886538461538479, 0.000819806754903002, 0.00242865384615387, 0.00212004052936582, 0.00604038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 480, '2021-05-23 00:00:00', 0.000224763123172949, 0.000577692307692313, 0.000334092801478851, 0.000740000000000023, 0.000337193393493071, 0.000945769230769244, 0.00081080833360673, 0.00246692307692309, 0.00214725184829351, 0.00604750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 495, '2021-05-23 00:00:00', 0.000235287058717642, 0.00051000000000001, 0.000235292698242324, 0.000639423076923081, 0.000335069223617129, 0.00101423076923077, 0.000792537720529144, 0.00248403846153848, 0.00215663221250168, 0.00601750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 510, '2021-05-23 00:00:00', 0.000160036053630243, 0.000423461538461537, 0.000187694207115236, 0.000603653846153851, 0.000330161557190043, 0.00104557692307692, 0.000726027441736081, 0.0024496153846154, 0.00215433560166825, 0.00596826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 525, '2021-05-23 00:00:00', 0.000144473580230493, 0.000463846153846148, 0.000252813400326442, 0.000751153846153831, 0.000374376610051769, 0.00109461538461538, 0.000753758607553858, 0.00249096153846155, 0.00216959639103681, 0.00597750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 540, '2021-05-23 00:00:00', 0.000191367146123304, 0.000575769230769232, 0.000240138741948499, 0.000826153846153844, 0.000432105756285873, 0.00117576923076923, 0.000772118489312662, 0.00252019230769232, 0.00224181663972631, 0.00597461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 555, '2021-05-23 00:00:00', 0.000176228872165167, 0.000553846153846157, 0.000274901730693835, 0.000779807692307698, 0.000394993670835388, 0.001245, 0.00076504419178543, 0.00253884615384617, 0.00224433060090392, 0.0060346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 570, '2021-05-23 00:00:00', 0.000245477869909657, 0.000555769230769229, 0.000367809106006816, 0.000846538461538448, 0.000443665024366528, 0.00128942307692307, 0.000717044173084087, 0.00253288461538462, 0.00224037944073352, 0.00601403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 585, '2021-05-23 00:00:00', 0.000274879344160584, 0.000615576923076903, 0.000258693537131976, 0.000957884615384605, 0.000370899582097379, 0.00136249999999998, 0.000717039855130897, 0.00254807692307692, 0.00221810854974717, 0.00598346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 600, '2021-05-23 00:00:00', 0.000276143287777612, 0.000788653846153846, 0.000326138066563142, 0.00102903846153846, 0.000388769261209714, 0.00143346153846154, 0.000750023897055177, 0.0026096153846154, 0.00223065258647294, 0.0060048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 615, '2021-05-23 00:00:00', 0.000263276470653952, 0.000657500000000003, 0.000350633053863355, 0.000968461538461525, 0.000305019608449126, 0.00132519230769231, 0.000726980160558849, 0.00251692307692309, 0.00216913729749514, 0.00598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 630, '2021-05-23 00:00:00', 0.000278812592144726, 0.000722692307692294, 0.000288277443819979, 0.000983269230769233, 0.000352977881198497, 0.00128076923076924, 0.000755349256966611, 0.00247250000000002, 0.00215397493021621, 0.00597500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 645, '2021-05-23 00:00:00', 0.000237082345318113, 0.000719038461538462, 0.000236304969185036, 0.000905961538461542, 0.000373046759288138, 0.00127173076923077, 0.000749885632305667, 0.00241769230769233, 0.00214053368614894, 0.0059723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 660, '2021-05-23 00:00:00', 0.000156257307521438, 0.000607115384615399, 0.000260729450108429, 0.000849615384615404, 0.000386851989187672, 0.00117730769230771, 0.00070255098364134, 0.00231326923076925, 0.00210993628230441, 0.00597865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 675, '2021-05-23 00:00:00', 0.000214047532463802, 0.000627884615384642, 0.00027269883359881, 0.000919423076923084, 0.000380963757614009, 0.00115423076923078, 0.000650393726907038, 0.00229000000000002, 0.00207828687773219, 0.00602788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 690, '2021-05-23 00:00:00', 0.000279409817568826, 0.000660384615384599, 0.000300499840010189, 0.000826923076923067, 0.000321729520895081, 0.00108673076923076, 0.0006759866009141, 0.00231673076923077, 0.00206080969897381, 0.00605115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 705, '2021-05-23 00:00:00', 0.000160812360795478, 0.000581153846153849, 0.00024148674115538, 0.000774615384615395, 0.00035227196661322, 0.00104653846153846, 0.000814260778488454, 0.00253384615384617, 0.00203415387815178, 0.[...];
Date: 2021-05-23 16:56:34 Duration: 24s475ms Database: acaweb_fx User: pgperfstats
14 24s182ms 1 24s182ms 24s182ms 24s182ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 23 16 1 24s182ms 24s182ms [ User: pgperfstats - Total duration: 24s182ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987975, 1, 1020, '2021-05-23 00:00:00', 0.00674124787865989, 0.0156098076923077, 0.010551427765218, 0.0229832692307693, 0.0131393775932674, 0.0333465384615386, 0.0221013322927688, 0.0449236538461539, 0.0255729303095164, 0.0911288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1035, '2021-05-23 00:00:00', 0.00771606736222963, 0.0164184615384616, 0.009347878716586, 0.0223175000000001, 0.0145143649494085, 0.0319932692307694, 0.0209245242800442, 0.0416771153846153, 0.0262113826866527, 0.0908378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1050, '2021-05-23 00:00:00', 0.00763803429454309, 0.0153982692307692, 0.0107574430923252, 0.0240432692307693, 0.0145456330956699, 0.029776923076923, 0.0185083796707995, 0.0389640384615383, 0.0252692775588491, 0.0895021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1065, '2021-05-23 00:00:00', 0.00600161624385149, 0.0160384615384616, 0.00925025842674355, 0.0216298076923078, 0.0108325942343537, 0.0272046153846154, 0.0163793949369322, 0.0363424999999999, 0.0264522527941311, 0.0892832692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1080, '2021-05-23 00:00:00', 0.00899676177000117, 0.0149121153846156, 0.00910164324977398, 0.0196853846153846, 0.012147248521943, 0.0268755769230771, 0.0156224312657745, 0.0350655769230768, 0.0291549568367688, 0.090993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1095, '2021-05-23 00:00:00', 0.00666763272487666, 0.0141530769230766, 0.00940512674637533, 0.0191163461538461, 0.0117949172250659, 0.0241921153846152, 0.0138916302305214, 0.0333473076923075, 0.0286507996055688, 0.0914659615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1110, '2021-05-23 00:00:00', 0.00796759583466794, 0.0124992307692308, 0.0093646989027126, 0.0169334615384617, 0.00974982341457487, 0.0198388461538461, 0.012100399168559, 0.0304190384615383, 0.0282953377166628, 0.0919275000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1125, '2021-05-23 00:00:00', 0.00777195793567153, 0.0108680769230771, 0.00809887682858662, 0.0136367307692307, 0.00824859670116449, 0.0176865384615384, 0.0123156998177123, 0.0292949999999998, 0.0287761332363898, 0.0923259615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1140, '2021-05-23 00:00:00', 0.00447249087370602, 0.0085238461538458, 0.00507363852143179, 0.0114146153846152, 0.00653500011182388, 0.0149823076923075, 0.0111290469285765, 0.0284834615384614, 0.0299085487631109, 0.091873653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1155, '2021-05-23 00:00:00', 0.00464397641698794, 0.00797519230769257, 0.00528616538348355, 0.0111423076923078, 0.00818069908616993, 0.0147034615384616, 0.0117887861921663, 0.0281567307692306, 0.0306257095289864, 0.0923119230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1170, '2021-05-23 00:00:00', 0.00330699098647331, 0.00701576923076913, 0.00441525514987091, 0.00932096153846148, 0.00804025236161542, 0.0140090384615385, 0.0115940320208284, 0.0273824999999999, 0.0308512235438702, 0.0925469230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1185, '2021-05-23 00:00:00', 0.00376200370097542, 0.0067646153846155, 0.00608752317007107, 0.00974788461538479, 0.0074871945243965, 0.0134696153846155, 0.0114647280168346, 0.0269975, 0.0317985642539941, 0.093216153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1200, '2021-05-23 00:00:00', 0.00381022868282, 0.0065588461538462, 0.0052467105738886, 0.00991538461538467, 0.00742027402562605, 0.0135788461538461, 0.0149633895841199, 0.0305096153846153, 0.03195771529152, 0.0934044230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1215, '2021-05-23 00:00:00', 0.0043165060701736, 0.00678057692307725, 0.00534388635588502, 0.00892923076923099, 0.00712313508117118, 0.0122707692307695, 0.0163180758481082, 0.0312442307692309, 0.0318553281909613, 0.093438076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1230, '2021-05-23 00:00:00', 0.00336497557997768, 0.00574942307692288, 0.00472583488757432, 0.00872423076923048, 0.00498518690337056, 0.0119226923076922, 0.0161018367084197, 0.0308207692307692, 0.0321504787857639, 0.093858076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1245, '2021-05-23 00:00:00', 0.00345837850511115, 0.00688673076923077, 0.00354016501679702, 0.00856788461538471, 0.00617862124276452, 0.0125676923076922, 0.0159192638697222, 0.030871923076923, 0.0327918910074757, 0.0942953846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1260, '2021-05-23 00:00:00', 0.00288405547796842, 0.00520500000000013, 0.00411303374838862, 0.00824115384615388, 0.0061108332932964, 0.0128865384615384, 0.0159028369904917, 0.0301528846153846, 0.0332078403369769, 0.0938853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1275, '2021-05-23 00:00:00', 0.00318296229345227, 0.00590480769230763, 0.00499908632036508, 0.00829903846153835, 0.00648435990554303, 0.0139057692307692, 0.0158845328591636, 0.030206923076923, 0.0330401124445145, 0.0940671153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1290, '2021-05-23 00:00:00', 0.00314097538133495, 0.0054021153846155, 0.00454854200224107, 0.00946711538461539, 0.00659757842813438, 0.0135986538461539, 0.0161960328630193, 0.0291775, 0.0330680340353269, 0.0943251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1305, '2021-05-23 00:00:00', 0.00368972267042045, 0.00717423076923068, 0.0053441558302937, 0.00976653846153841, 0.00987415870612997, 0.0156030769230769, 0.0156616518396418, 0.0281921153846153, 0.032730992088774, 0.0948786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1320, '2021-05-23 00:00:00', 0.00400296688047194, 0.00673461538461527, 0.00479268380330512, 0.00909596153846153, 0.0101190523442738, 0.0154121153846152, 0.0153376714020891, 0.0279140384615384, 0.0331631686084706, 0.0947680769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1335, '2021-05-23 00:00:00', 0.00258096854211461, 0.00526615384615405, 0.00874064655239224, 0.010278076923077, 0.00806443494372278, 0.0141051923076923, 0.016786773755412, 0.0290063461538462, 0.0339210339397028, 0.0952265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1350, '2021-05-23 00:00:00', 0.00800362929455223, 0.00822173076923072, 0.00773835014467152, 0.0114251923076921, 0.00730919283137014, 0.0133446153846153, 0.0165928999320147, 0.0286830769230768, 0.033858423094727, 0.0952176923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1365, '2021-05-23 00:00:00', 0.00380175089723341, 0.00723826923076917, 0.00412972660670805, 0.00897038461538471, 0.0042127542653233, 0.0104925000000001, 0.0161861908380621, 0.0282146153846154, 0.0329907500649221, 0.0943453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1380, '2021-05-23 00:00:00', 0.00353261511326401, 0.00569153846153841, 0.00310059553212711, 0.00676557692307686, 0.0128296212666687, 0.0168953846153846, 0.0155171914650025, 0.0296201923076923, 0.0340329315154965, 0.0951215384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1395, '2021-05-23 00:00:00', 0.00192952856936628, 0.00404249999999966, 0.00325226399841472, 0.00650134615384598, 0.0138805299111881, 0.020378846153846, 0.0154136328331575, 0.0304463461538462, 0.0338228760166617, 0.0955390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1410, '2021-05-23 00:00:00', 0.00343759659444693, 0.00522711538461549, 0.0133999726535313, 0.0148113461538461, 0.0142908618583292, 0.0206255769230767, 0.015796718224171, 0.0319044230769231, 0.0338119630081063, 0.0955873076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1425, '2021-05-23 00:00:00', 0.0134530282321636, 0.0137838461538459, 0.0140654958689151, 0.0195790384615382, 0.0142152300408889, 0.0204313461538458, 0.0157031536176167, 0.0328665384615384, 0.0338441982966972, 0.0957528846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 0, '2021-05-23 00:00:00', 0.00833250877587303, 0.0124375000000002, 0.00958166415809202, 0.0137240384615386, 0.00957334985981732, 0.0152115384615384, 0.0147240904015782, 0.0323819230769233, 0.0337078289587952, 0.0946513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 15, '2021-05-23 00:00:00', 0.00327351174836224, 0.00523800000000016, 0.0044850665361097, 0.00801519999999997, 0.00707701428923241, 0.0138930000000001, 0.0151605265272461, 0.0319380000000003, 0.0343565409674781, 0.0944902 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 30, '2021-05-23 00:00:00', 0.00384331114838934, 0.00494979999999998, 0.00659925022887706, 0.00757340000000006, 0.00773564601913332, 0.0145888000000003, 0.0148091386959764, 0.0325408000000003, 0.0342035776491291, 0.0943536 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 45, '2021-05-23 00:00:00', 0.00574801256622994, 0.00464769230769215, 0.00619855992270658, 0.0114013461538462, 0.00874658130357222, 0.0145125000000002, 0.0147077219187223, 0.0328759615384617, 0.0335433438570961, 0.0943536538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 60, '2021-05-23 00:00:00', 0.00538713211844102, 0.00980769230769234, 0.00628507919294106, 0.0119173076923079, 0.0071816378247691, 0.0143896153846156, 0.0144148221099514, 0.0333223076923079, 0.0329301626926067, 0.0940351923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 75, '2021-05-23 00:00:00', 0.00408006229684743, 0.0067571153846153, 0.00521929994200541, 0.00850173076923071, 0.0122612789080724, 0.0160723076923078, 0.0140635476977239, 0.0320796153846156, 0.0331082774108741, 0.0938113461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 90, '2021-05-23 00:00:00', 0.00306277290149866, 0.00502961538461532, 0.0049961135356934, 0.00795730769230774, 0.0135999847002178, 0.0161096153846153, 0.0132190040602971, 0.0323328846153846, 0.0331574846759894, 0.0935109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 105, '2021-05-23 00:00:00', 0.00455423983355488, 0.00652769230769244, 0.0128583674104273, 0.013412307692308, 0.0135365978014591, 0.0165890384615386, 0.013865644661703, 0.0328132692307694, 0.0333521664969229, 0.0933009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 120, '2021-05-23 00:00:00', 0.013294433519913, 0.0118961538461541, 0.0140552402286345, 0.0141767307692306, 0.0132983535765206, 0.0180896153846154, 0.0134643949748386, 0.0339940384615385, 0.0345370603822352, 0.0938653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 135, '2021-05-23 00:00:00', 0.00807448952661334, 0.00689365384615386, 0.00837034551258204, 0.00960500000000012, 0.00859671509938532, 0.0153675000000001, 0.0122716619039401, 0.0314367307692305, 0.0335381845828809, 0.0922936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 150, '2021-05-23 00:00:00', 0.00381025325728027, 0.00593673076923086, 0.00651927872662183, 0.0103386538461539, 0.00738804875874142, 0.0162173076923076, 0.0115062700098017, 0.0301284615384613, 0.0335974949043252, 0.0921953846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 165, '2021-05-23 00:00:00', 0.006015755227861, 0.00797019230769221, 0.00643477650379908, 0.0119155769230769, 0.00757853370483926, 0.016751346153846, 0.0108040403998474, 0.0302951923076921, 0.0339818646271575, 0.0919984615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 180, '2021-05-23 00:00:00', 0.00497250547046916, 0.0086744230769231, 0.00524715832617998, 0.0124274999999998, 0.00752569183121781, 0.0171915384615383, 0.0106507070494799, 0.0291805769230767, 0.0344974736555503, 0.0923161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 195, '2021-05-23 00:00:00', 0.00404320316656915, 0.0084653846153847, 0.00533889566872587, 0.0117948076923078, 0.00701862411730381, 0.0158325000000003, 0.010246048260746, 0.0276548076923076, 0.0352287411121396, 0.0925171153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 210, '2021-05-23 00:00:00', 0.0038089668092341, 0.00781192307692296, 0.00489337249207069, 0.0112521153846153, 0.00501001731917777, 0.0146584615384616, 0.0104596365064066, 0.0265653846153845, 0.0352647065300967, 0.092889423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 225, '2021-05-23 00:00:00', 0.00353438919214304, 0.00796019230769218, 0.00403833313385617, 0.0111625000000002, 0.0049391393364246, 0.0141392307692307, 0.0102353373173529, 0.026395, 0.034929793452229, 0.092673846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 240, '2021-05-23 00:00:00', 0.00369936743033398, 0.00799076923076945, 0.00466945006233223, 0.0100032692307693, 0.00576727632022636, 0.0136769230769229, 0.00979874154400182, 0.0263896153846153, 0.0348247263068376, 0.0927921153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 255, '2021-05-23 00:00:00', 0.00285434004901045, 0.0058186538461539, 0.00425106603824722, 0.00878769230769228, 0.00626255267442898, 0.0122399999999999, 0.0105407055084269, 0.0246811538461538, 0.0352510599927915, 0.0928811538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 270, '2021-05-23 00:00:00', 0.00340469551332604, 0.0063734615384615, 0.00499858753895686, 0.00866076923076909, 0.00663237154765597, 0.0129671153846153, 0.0103555755773623, 0.0242315384615383, 0.0357188658710685, 0.093456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 285, '2021-05-23 00:00:00', 0.00424395798572707, 0.00631576923076905, 0.0049883392989591, 0.00854480769230764, 0.00565027875418576, 0.01278, 0.011104492238937, 0.0238917307692306, 0.0361080587281479, 0.0938836538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 300, '2021-05-23 00:00:00', 0.00423941180608107, 0.00613230769230769, 0.00556595367804629, 0.00948788461538459, 0.00583843834823621, 0.0130178846153846, 0.0120493136686125, 0.0240682692307691, 0.0361790970722257, 0.0938251923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 315, '2021-05-23 00:00:00', 0.003768980029337, 0.00686269230769212, 0.0036952447613326, 0.00891961538461522, 0.00691103743742848, 0.0136523076923072, 0.0119863704007767, 0.0251307692307689, 0.0361656881566791, 0.0938196153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 330, '2021-05-23 00:00:00', 0.00281079830571029, 0.00611865384615382, 0.00456268611843784, 0.00884115384615378, 0.00665669906935868, 0.0128124999999999, 0.0130726505934512, 0.0277415384615384, 0.036306196599733, 0.0940784615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 345, '2021-05-23 00:00:00', 0.00427386708335132, 0.0063953846153845, 0.00618593758828462, 0.00970038461538433, 0.00677056316257822, 0.0126315384615383, 0.0148396834923742, 0.0303930769230769, 0.0366346421279935, 0.0943953846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 360, '2021-05-23 00:00:00', 0.00484397261076512, 0.00686942307692312, 0.00557466052778084, 0.00876500000000008, 0.00670062680190877, 0.0124215384615385, 0.0153391063286469, 0.0335751923076923, 0.0367253829120741, 0.0943159615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 375, '2021-05-23 00:00:00', 0.00269684108655926, 0.00505461538461519, 0.00510533518827281, 0.00797923076923061, 0.00625159434433736, 0.0107003846153846, 0.0149306029297598, 0.0357553846153845, 0.0367253829120741, 0.0943159615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 390, '2021-05-23 00:00:00', 0.00453996047509056, 0.00604634615384592, 0.00536704276473187, 0.00800403846153838, 0.00549304014535304, 0.0103609615384615, 0.0135091784368429, 0.0377609615384614, 0.0363464371912847, 0.0946274999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 405, '2021-05-23 00:00:00', 0.00270589621865898, 0.00505711538461564, 0.00310394681754579, 0.00669961538461543, 0.00491419481236206, 0.0100505769230771, 0.0134685336190007, 0.0394646153846153, 0.0367300073116708, 0.0948286538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 420, '2021-05-23 00:00:00', 0.00282077283463517, 0.00494923076923067, 0.00368121890348623, 0.00687384615384616, 0.00595667305180932, 0.0102453846153847, 0.0144230578921925, 0.0412248076923075, 0.0362588758449358, 0.0954984615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 435, '2021-05-23 00:00:00', 0.00352771227350169, 0.00524326923076941, 0.00458021205840935, 0.00796750000000028, 0.00587293833220179, 0.011010576923077, 0.0143976890840697, 0.0426198076923077, 0.0363427130295216, 0.0958028846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 450, '2021-05-23 00:00:00', 0.00411999406739679, 0.00643134615384624, 0.00496154456409887, 0.00844730769230785, 0.0054866804311757, 0.0114269230769232, 0.0145375160347818, 0.0431076923076923, 0.0363500073156273, 0.0958596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 465, '2021-05-23 00:00:00', 0.0028622564592401, 0.00539903846153848, 0.00334802419346095, 0.00791499999999974, 0.0046229623744289, 0.0106913461538461, 0.0147347055842269, 0.0437355769230768, 0.0365319251909046, 0.0961069230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 480, '2021-05-23 00:00:00', 0.00274389176872218, 0.00593596153846112, 0.00417586142195661, 0.00827384615384597, 0.00498246094970987, 0.0128936538461537, 0.0160374120886135, 0.0453225, 0.0364515577740355, 0.0964430769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 495, '2021-05-23 00:00:00', 0.00399383180185875, 0.0057626923076925, 0.00468990190564953, 0.00816826923076929, 0.00702734756833276, 0.0169146153846151, 0.0161882407938604, 0.0461399999999999, 0.0362181573268692, 0.0972930769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 510, '2021-05-23 00:00:00', 0.00427703618175012, 0.0060225000000002, 0.00505359456609455, 0.0105840384615385, 0.00768030358224125, 0.0203863461538461, 0.0187144592936545, 0.0487655769230768, 0.0365107435974464, 0.0974259615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 525, '2021-05-23 00:00:00', 0.00481647317906098, 0.00794826923076935, 0.00635843566876668, 0.0140769230769231, 0.00920689834392576, 0.0236363461538461, 0.0186380340794345, 0.0501021153846153, 0.0360476381329144, 0.0979098076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 540, '2021-05-23 00:00:00', 0.00508831735826901, 0.0112415384615383, 0.00695594996000935, 0.0170103846153845, 0.00996200892815387, 0.026613269230769, 0.0188321595803971, 0.0505823076923075, 0.0362253036134222, 0.0983667307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 555, '2021-05-23 00:00:00', 0.00498108970159987, 0.0119311538461538, 0.00793790895736291, 0.0186911538461537, 0.0104550909369553, 0.0284474999999999, 0.0207036070779579, 0.0521159615384614, 0.037516589657623, 0.0993284615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 570, '2021-05-23 00:00:00', 0.00756457334197718, 0.0143546153846154, 0.00894110479535613, 0.0207951923076925, 0.00993868501594416, 0.0294896153846155, 0.0208883570228821, 0.052981346153846, 0.0383811175950643, 0.0997496153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 585, '2021-05-23 00:00:00', 0.00601538143812645, 0.0141996153846154, 0.00899207375115193, 0.0229771153846154, 0.0118478383942127, 0.0310488461538461, 0.0212751755890794, 0.0535178846153847, 0.0374616835426034, 0.0999546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 600, '2021-05-23 00:00:00', 0.00859310432175782, 0.0195282692307693, 0.00937570352642303, 0.0246938461538461, 0.01318741744852, 0.0330398076923076, 0.0211028489226891, 0.0534044230769231, 0.0369542684762583, 0.099558846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 615, '2021-05-23 00:00:00', 0.00544336770758687, 0.0146699999999999, 0.00735433689161609, 0.0217013461538459, 0.00876485466990851, 0.0296642307692307, 0.0182984277971129, 0.0503596153846154, 0.0352125566240226, 0.0997699999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 630, '2021-05-23 00:00:00', 0.00610668261005915, 0.0142675, 0.00898565066562309, 0.0213182692307691, 0.00929438134656539, 0.0266438461538463, 0.0169629878593185, 0.0489836538461538, 0.0335909273190522, 0.0992219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 645, '2021-05-23 00:00:00', 0.00748868226315302, 0.0141759615384615, 0.00722491941930041, 0.0190238461538463, 0.00828069174925364, 0.0256846153846154, 0.0155789131891106, 0.0478369230769231, 0.0330124312576106, 0.0994315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 660, '2021-05-23 00:00:00', 0.00408281379217057, 0.0133573076923077, 0.00575159326755504, 0.0182186538461538, 0.00891725308040556, 0.0253475000000002, 0.0150359302710335, 0.0471613461538463, 0.0326957027663364, 0.0992407692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 675, '2021-05-23 00:00:00', 0.00489454720542694, 0.0118278846153848, 0.00751976130963259, 0.017928076923077, 0.00945354204070541, 0.0239086538461538, 0.0145457374036308, 0.046396153846154, 0.03216738198919, 0.0985709615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 690, '2021-05-23 00:00:00', 0.00680905023592733, 0.013798653846154, 0.00718577052503504, 0.0190440384615386, 0.0100525429389016, 0.0253115384615383, 0.0128128711803645, 0.0458267307692308, 0.0312817973834379, 0.0986465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 705, '2021-05-23 00:00:00', 0.00513950464913334, 0.0126459615384615, 0.00546836451432593, 0.0161776923076922, 0.00768456564259749, 0.0230386538461538, 0.0140149761340669, 0.0443009615384616, 0.0316432854470679, 0.0979382692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 720, '2021-05-23 00:00:00', 0.00474462259178329, 0.0116734615384615, 0.00748863045915923, 0.017751923076923, 0.00720817151945245, 0.021715576923077, 0.0137503525171595, 0.0452478846153847, 0.0325180340663219, 0.0987015384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 735, '2021-05-23 00:00:00', 0.00585037641129572, 0.012133076923077, 0.00597793180404794, 0.014870576923077, 0.00843032608184016, 0.0208496153846155, 0.0136643572071508, 0.0441582692307695, 0.0340701663612702, 0.0986167307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 750, '2021-05-23 00:00:00', 0.00315737864131228, 0.00968326923076933, 0.00328507953304941, 0.0129384615384616, 0.00750599979759791, 0.0201448076923076, 0.0135907122202571, 0.0432244230769231, 0.0336076465978528, 0.0977253846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 765, '2021-05-23 00:00:00', 0.00325013569539203, 0.0105190384615385, 0.00635826421947183, 0.0159017307692307, 0.00893744023110731, 0.0223532692307695, 0.013595927943831, 0.045194423076923, 0.0334808502126447, 0.0977301923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 780, '2021-05-23 00:00:00', 0.00488035722604892, 0.010784423076923, 0.00636847473889956, 0.0151925, 0.00747711031440935, 0.021965576923077, 0.0169435920914528, 0.0481298076923077, 0.0332078829566348, 0.0974826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 795, '2021-05-23 00:00:00', 0.00415178225399842, 0.0105482692307692, 0.006162398084662, 0.0158130769230772, 0.0089897444816943, 0.0213253846153848, 0.0173386983319438, 0.0491596153846155, 0.032917727452755, 0.0981205769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 810, '2021-05-23 00:00:00', 0.00375343575940779, 0.0115600000000001, 0.00450229203167249, 0.0154115384615385, 0.00782722287178635, 0.0211167307692308, 0.0168836327115481, 0.0506084615384616, 0.0330040129657921, 0.0981046153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 825, '2021-05-23 00:00:00', 0.00366636972515539, 0.0104448076923077, 0.0063346640521691, 0.013854423076923, 0.00820080190497326, 0.0206367307692306, 0.0175934243146518, 0.0513613461538463, 0.0329551058773087, 0.098604230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 840, '2021-05-23 00:00:00', 0.00496914639009101, 0.0102846153846156, 0.00643482551314445, 0.0152842307692308, 0.00788739745758053, 0.0210955769230768, 0.0205482291731879, 0.053548076923077, 0.0331518190961617, 0.099379230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 855, '2021-05-23 00:00:00', 0.00399550996552566, 0.0107532692307691, 0.00451077561555048, 0.014554423076923, 0.00696434383954332, 0.0226863461538462, 0.020256228843532, 0.0550101923076923, 0.0329426814920193, 0.100226730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 870, '2021-05-23 00:00:00', 0.00317547474342897, 0.0104853846153845, 0.00486479881788153, 0.0160484615384614, 0.00663582928850305, 0.0232821153846153, 0.0202621493430484, 0.0552550000000001, 0.0333253020374104, 0.100193269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 885, '2021-05-23 00:00:00', 0.00438423774622052, 0.0125411538461537, 0.00648932593690478, 0.0177336538461538, 0.00793413892618461, 0.0261374999999999, 0.0207714811071481, 0.0559557692307694, 0.0335834350381487, 0.100350192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 900, '2021-05-23 00:00:00', 0.00505791316486715, 0.0135628000000001, 0.00537127656304046, 0.0180115999999999, 0.00852219532554073, 0.0263594000000001, 0.0205273700458681, 0.0578178000000001, 0.031795752334235, 0.1023596 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 915, '2021-05-23 00:00:00', 0.00417458292711791, 0.0120761538461535, 0.0070178390274633, 0.0194738461538462, 0.00891137251148569, 0.0276140384615386, 0.0205220186741349, 0.0564426923076925, 0.0341141712421462, 0.0992884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 930, '2021-05-23 00:00:00', 0.00723328508462025, 0.0148186538461541, 0.00851320049190619, 0.0199688461538463, 0.00937598828637037, 0.0289278846153849, 0.0214284368080938, 0.0562340384615386, 0.0343732338958898, 0.0987126923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 945, '2021-05-23 00:00:00', 0.00487032360321188, 0.0134349999999999, 0.00677110654801844, 0.0199282692307693, 0.0113589883301558, 0.0311082692307692, 0.0214278819379369, 0.0550578846153846, 0.0330564222649933, 0.0992901923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 960, '2021-05-23 00:00:00', 0.00638174101214978, 0.0146271153846154, 0.00936935561572111, 0.020960576923077, 0.0171726467932178, 0.0352082692307692, 0.0221281437966364, 0.0542817307692308, 0.0326048443238826, 0.0990392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 975, '2021-05-23 00:00:00', 0.00522115395438424, 0.0132711538461537, 0.00991729168403111, 0.0220378846153846, 0.0139870772624643, 0.0343521153846154, 0.0203543297576858, 0.0530382692307693, 0.0303747493487603, 0.0992600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 990, '2021-05-23 00:00:00', 0.00949553670861293, 0.0183992307692308, 0.0146433673946208, 0.0279005769230769, 0.0146729735555387, 0.0349398076923077, 0.0212232684072133, 0.052981730769231, 0.0308301665356417, 0.0990388461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1005, '2021-05-23 00:00:00', 0.00645343648465996, 0.0179826923076921, 0.00759394062090592, 0.0236280769230769, 0.0133055429296909, 0.0306805769230771, 0.0217787110871004, 0.0508811538461542, 0.0331741013007948, 0.099923653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1020, '2021-05-23 00:00:00', 0.00569416873111957, 0.0159934615384615, 0.0106690319671179, 0.0213386538461539, 0.0138752338913066, 0.0299884615384616, 0.0211767707723854, 0.0478328846153848, 0.032506203171324, 0.0983911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1035, '2021-05-23 00:00:00', 0.00715493710395412, 0.0144601923076924, 0.00906114848383783, 0.0206696153846156, 0.0118568304170408, 0.0309284615384618, 0.0209503720262544, 0.0460409615384618, 0.0315319537831802, 0.097829230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1050, '2021-05-23 00:00:00', 0.00530357444052169, 0.0136546153846153, 0.0102176823674226, 0.0213698076923077, 0.0187602230755968, 0.0310603846153848, 0.021047468849283, 0.0438698076923079, 0.0299878270027383, 0.0961871153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1065, '2021-05-23 00:00:00', 0.00812421603318389, 0.017378076923077, 0.00844743203810821, 0.0229940384615385, 0.0178593897948991, 0.0304703846153848, 0.0206111436373253, 0.0420740384615384, 0.0291027481784533, 0.0967665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1080, '2021-05-23 00:00:00', 0.0071057350510262, 0.0167061538461538, 0.0171536995751757, 0.0235936538461539, 0.0165968128080247, 0.0294592307692309, 0.0192103725717683, 0.0396178846153848, 0.0294903984120256, 0.0972725 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1095, '2021-05-23 00:00:00', 0.0150429040785144, 0.0162413461538461, 0.0159789475729303, 0.0210065384615386, 0.0159361722698827, 0.0266338461538462, 0.0205474861722788, 0.03699, 0.0301600705977546, 0.0974776923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1110, '2021-05-23 00:00:00', 0.0111347625186239, 0.0145671153846155, 0.0109869780194555, 0.01907, 0.0113639776030022, 0.0223451923076924, 0.0172955505538717, 0.0335248076923077, 0.0302133970596591, 0.0964032692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1125, '2021-05-23 00:00:00', 0.00538233721394473, 0.0113432692307693, 0.00658773727057717, 0.0149071153846154, 0.0081178470999682, 0.0189834615384617, 0.0136330155081753, 0.0298703846153846, 0.0298169062968543, 0.0951486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1140, '2021-05-23 00:00:00', 0.00465561553808519, 0.0091990384615383, 0.00524351193234228, 0.012285769230769, 0.00718405177351999, 0.0169632692307693, 0.0142028418445581, 0.0299326923076922, 0.0299464845323481, 0.0950046153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1155, '2021-05-23 00:00:00', 0.00420838788794309, 0.0086188461538461, 0.0072806933022578, 0.0127148076923077, 0.0072908393444208, 0.0154128846153846, 0.0147211147884724, 0.0287361538461538, 0.0303024852274783, 0.0954051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1170, '2021-05-23 00:00:00', 0.00494149455747338, 0.00806230769230773, 0.0052152748139109, 0.0105742307692308, 0.00547058522041715, 0.013969423076923, 0.011928714601266, 0.0273690384615384, 0.0308322031000056, 0.09552 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1185, '2021-05-23 00:00:00', 0.00245100768131127, 0.00637057692307692, 0.00362522772229035, 0.00945096153846161, 0.00464478187365643, 0.013570576923077, 0.0104667571882822, 0.0263009615384616, 0.0312930328372602, 0.0957980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1200, '2021-05-23 00:00:00', 0.00283281928745649, 0.00762865384615384, 0.00409118474471458, 0.0106061538461538, 0.00413541310372494, 0.0140584615384618, 0.0109837475319743, 0.0269503846153847, 0.0313477679324406, 0.0958778846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1215, '2021-05-23 00:00:00', 0.0038703037497574, 0.00651134615384602, 0.0043096011416373, 0.00902999999999996, 0.00393832743198651, 0.0129698076923076, 0.00960584577824266, 0.0261136538461539, 0.0301162791781863, 0.0967684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1230, '2021-05-23 00:00:00', 0.00290384204380746, 0.00609115384615377, 0.002813772201156, 0.00871000000000005, 0.00373570660600575, 0.0132496153846153, 0.00814043592907556, 0.0253886538461539, 0.0302013862703989, 0.0965605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1245, '2021-05-23 00:00:00', 0.00206735341774089, 0.00652807692307697, 0.00322089593961768, 0.00962942307692289, 0.00535731058030489, 0.0137044230769229, 0.00812246148983458, 0.025200576923077, 0.0302985215461847, 0.0975232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1260, '2021-05-23 00:00:00', 0.00333629234561125, 0.00675615384615366, 0.00388972030337172, 0.00980596153846143, 0.00486752938831939, 0.0136528846153843, 0.00789556485288748, 0.0244328846153847, 0.031025625631825, 0.0974253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1275, '2021-05-23 00:00:00', 0.00324721355697721, 0.0063867307692307, 0.00399718795385751, 0.0091965384615384, 0.00516551472228598, 0.0125328846153845, 0.0102756614404357, 0.0254540384615386, 0.0311699225320476, 0.097970576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1290, '2021-05-23 00:00:00', 0.00272528014791444, 0.00659173076923073, 0.00306009165900958, 0.00912480769230755, 0.00669752300940709, 0.0120526923076921, 0.0102459825297527, 0.0253950000000001, 0.0310353857574767, 0.0986786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1305, '2021-05-23 00:00:00', 0.00272621002774647, 0.00712134615384602, 0.0051235398370207, 0.00928730769230768, 0.00717946044951512, 0.0120671153846153, 0.0100918286518577, 0.0250315384615384, 0.0317250155531271, 0.0999703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1320, '2021-05-23 00:00:00', 0.00339352671102806, 0.00559846153846173, 0.00743406291233892, 0.0078892307692308, 0.0075287782950079, 0.0130738461538461, 0.0115557939530182, 0.0252717307692308, 0.0319852051832623, 0.100211153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1335, '2021-05-23 00:00:00', 0.00622283115137027, 0.00535846153846139, 0.00671893320286895, 0.0083257692307692, 0.00739692557756257, 0.0140249999999999, 0.0117267914245705, 0.0261236538461538, 0.032092419768777, 0.100978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1350, '2021-05-23 00:00:00', 0.00412399006284711, 0.00609403846153854, 0.00481584371152615, 0.0100594230769231, 0.00521320840602176, 0.0140767307692306, 0.0115142689152999, 0.0255394230769231, 0.0320861664488704, 0.101265769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1365, '2021-05-23 00:00:00', 0.00388614527718456, 0.00781134615384613, 0.00485706435553904, 0.0103419230769231, 0.00544110722612168, 0.0134046153846154, 0.0124054152443443, 0.0256457692307694, 0.0318599344100923, 0.101763846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1380, '2021-05-23 00:00:00', 0.00418602653525374, 0.00607192307692318, 0.00408464988142756, 0.00838942307692317, 0.00473648383459564, 0.0126163461538464, 0.0122080003213529, 0.0263303846153848, 0.0318186368132554, 0.102094423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1395, '2021-05-23 00:00:00', 0.00243083717772618, 0.00530076923076915, 0.00312936017667903, 0.0072013461538462, 0.00593474671872202, 0.015571153846154, 0.0125935937682615, 0.0282600000000001, 0.031708794562635, 0.101761153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1410, '2021-05-23 00:00:00', 0.00304200745965812, 0.00530076923076908, 0.00408887889468314, 0.00962884615384646, 0.00634346439258541, 0.0152975000000002, 0.0131769807444065, 0.0291534615384616, 0.0317277888996625, 0.101812692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1425, '2021-05-23 00:00:00', 0.00405482817619472, 0.00801346153846172, 0.00662582984352782, 0.0140263461538463, 0.0062856773822593, 0.0152469230769232, 0.0134227751171713, 0.0307403846153848, 0.0317308153717148, 0.101898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 0, '2021-05-23 00:00:00', 0.00593136439096959, 0.00952346153846153, 0.005950671209717, 0.0106796153846155, 0.00584104058498004, 0.0122613461538463, 0.0141622799229284, 0.0312288461538462, 0.0318093318703563, 0.101815961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 15, '2021-05-23 00:00:00', 0.00281243951046064, 0.00404999999999992, 0.00294612906396485, 0.00596769230769226, 0.0102186408116959, 0.0132940384615385, 0.0139449627698984, 0.0316405769230768, 0.0312041348764008, 0.101355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 30, '2021-05-23 00:00:00', 0.00264289084148408, 0.00401499999999988, 0.00276271427292919, 0.00517692307692324, 0.0102827762488839, 0.0136057692307692, 0.0136647209279394, 0.0319140384615385, 0.0311997734188025, 0.101314230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 45, '2021-05-23 00:00:00', 0.00204931740981077, 0.00378961538461567, 0.0102059789113273, 0.0118384615384617, 0.0103965249908135, 0.0145217307692308, 0.0135105298891131, 0.0325267307692307, 0.031022230503054, 0.101420769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 60, '2021-05-23 00:00:00', 0.0103203983524786, 0.0111519230769233, 0.0104626024266649, 0.0124884615384616, 0.0105879105878063, 0.0152038461538461, 0.0136224699288176, 0.0327398076923075, 0.0310262458629166, 0.101412115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 75, '2021-05-23 00:00:00', 0.0035110100891555, 0.00604461538461543, 0.00440200225421959, 0.00833461538461523, 0.00631940140787454, 0.0131930769230769, 0.0109800832209263, 0.0295734615384614, 0.0303758463971978, 0.100097884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 90, '2021-05-23 00:00:00', 0.00312641421538392, 0.00572461538461538, 0.00499353415774989, 0.00817423076923074, 0.00640991852822342, 0.0127715384615385, 0.0106230870223591, 0.0293832692307692, 0.0301314483561354, 0.100354038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 105, '2021-05-23 00:00:00', 0.00456159494711423, 0.00581730769230766, 0.00597926291122383, 0.0102201923076924, 0.00717446701585124, 0.0135851923076923, 0.0104224280059143, 0.0296034615384614, 0.0298482335497171, 0.100765961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 120, '2021-05-23 00:00:00', 0.0056387768620509, 0.00847750000000004, 0.00587742238439744, 0.0105232692307692, 0.00818106520241448, 0.0149496153846153, 0.0101635453403141, 0.0292667307692306, 0.0299249745761732, 0.100849230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 135, '2021-05-23 00:00:00', 0.00414067006840476, 0.00697384615384627, 0.0050206534052235, 0.00960384615384632, 0.00900220920107938, 0.0165724999999999, 0.0104121290385486, 0.0286086538461538, 0.0300635832425979, 0.101124230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 150, '2021-05-23 00:00:00', 0.00461257828784931, 0.00732769230769235, 0.00744369760525378, 0.0107690384615385, 0.00862244872634575, 0.0170390384615384, 0.0112782768681825, 0.0290413461538461, 0.0300491148807313, 0.101383653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 165, '2021-05-23 00:00:00', 0.00563167074540184, 0.00820576923076924, 0.00609854125054628, 0.0131942307692306, 0.00806822907840015, 0.0174773076923075, 0.00980265263353995, 0.028179423076923, 0.0294625768058136, 0.100979038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 180, '2021-05-23 00:00:00', 0.00493219885431031, 0.0104115384615383, 0.00609469408584211, 0.0127749999999998, 0.00766984573107319, 0.0170534615384614, 0.00988375128099733, 0.0277742307692308, 0.0295570778091371, 0.100861153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 195, '2021-05-23 00:00:00', 0.00396996049680017, 0.00762211538461542, 0.00582285037258719, 0.0117426923076923, 0.00704424208949313, 0.0164738461538461, 0.0111797822051169, 0.0273630769230768, 0.0299531660995064, 0.101774230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 210, '2021-05-23 00:00:00', 0.00472488220447379, 0.0082046153846155, 0.00537376031142203, 0.0111382692307692, 0.00668078398209266, 0.0163388461538461, 0.0113051888035814, 0.0264067307692306, 0.0300093801643112, 0.101809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 225, '2021-05-23 00:00:00', 0.00327301675123225, 0.00720942307692323, 0.00488074952078208, 0.0109117307692311, 0.00521676476519549, 0.015126153846154, 0.0112273577633457, 0.0243021153846153, 0.0297503248411483, 0.101683076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 240, '2021-05-23 00:00:00', 0.00366907529746407, 0.00845346153846166, 0.004400476796719, 0.0110390384615386, 0.00504105972146596, 0.0138686538461539, 0.0105867100359186, 0.0242892307692308, 0.0298980692430388, 0.101772307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 255, '2021-05-23 00:00:00', 0.00330064877655215, 0.00680788461538446, 0.00432116027865749, 0.00998307692307687, 0.00458832347880505, 0.0130121153846154, 0.0117241876740089, 0.0242861538461538, 0.0298266535559415, 0.102072115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 270, '2021-05-23 00:00:00', 0.00405050912279502, 0.00753307692307691, 0.00425022077707084, 0.00962557692307695, 0.00599896491392137, 0.0127409615384617, 0.0121393912786179, 0.0244288461538463, 0.0301658024233759, 0.102460384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 285, '2021-05-23 00:00:00', 0.00371748879776913, 0.00643980769230774, 0.00423205134838744, 0.00939615384615381, 0.00549369896755888, 0.0120828846153847, 0.0119554550037276, 0.0246628846153848, 0.0304196467593157, 0.102680192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 300, '2021-05-23 00:00:00', 0.00390826349399102, 0.00716846153846139, 0.00563728184977895, 0.00930057692307682, 0.00568798857580264, 0.0117009615384616, 0.0120151796490938, 0.025925, 0.0302889162013739, 0.102865576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 315, '2021-05-23 00:00:00', 0.00341247309372323, 0.00543115384615375, 0.0033099373686847, 0.00764576923076919, 0.00480907808612652, 0.0101140384615384, 0.0128485852319054, 0.0285723076923077, 0.0297130964242266, 0.102286346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 330, '2021-05-23 00:00:00', 0.00276971559217527, 0.00557769230769226, 0.00378390927277789, 0.0073857692307694, 0.00658910714448753, 0.0111201923076925, 0.0131393083546457, 0.0303740384615385, 0.0298129416632338, 0.102331153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 345, '2021-05-23 00:00:00', 0.00337782295045437, 0.00553173076923082, 0.00429263189842625, 0.00745115384615386, 0.00776648324780669, 0.0115209615384615, 0.0125679737382213, 0.0320467307692309, 0.029701365524164, 0.102165 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 360, '2021-05-23 00:00:00', 0.00359747225894055, 0.00510942307692327, 0.00646170635061194, 0.00805980769230776, 0.00747242019284664, 0.0112565384615386, 0.0128691694310921, 0.0338396153846155, 0.0295893714285799, 0.102221538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 375, '2021-05-23 00:00:00', 0.00536661141116638, 0.00587403846153847, 0.00611831672426826, 0.00812346153846152, 0.00698133826712323, 0.0109800000000001, 0.0125346715093041, 0.0371296153846155, 0.0299232934871044, 0.101838653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 390, '2021-05-23 00:00:00', 0.00429822190428339, 0.0051315384615385, 0.00519386851526365, 0.00710692307692328, 0.0055604947656178, 0.00996903846153853, 0.0109570584503606, 0.0369967307692309, 0.0302375827057094, 0.101861730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 405, '2021-05-23 00:00:00', 0.00375435866181404, 0.00469019230769252, 0.00424943797641331, 0.00695634615384639, 0.00435784470369675, 0.00892730769230771, 0.0126990892238534, 0.0398663461538463, 0.0302462169967648, 0.101836153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 420, '2021-05-23 00:00:00', 0.00356329111054091, 0.00552846153846172, 0.00379660468252662, 0.00706865384615393, 0.00546954690853031, 0.0100957692307693, 0.0121379525519691, 0.0426169230769233, 0.0303798585307133, 0.102022884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 435, '2021-05-23 00:00:00', 0.00323380374386644, 0.00468557692307717, 0.00323475254671198, 0.00603096153846175, 0.00606842173436824, 0.0111278846153846, 0.0125185082731378, 0.043699230769231, 0.0305961024214624, 0.101760769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 450, '2021-05-23 00:00:00', 0.00229391509466632, 0.0042173076923077, 0.0039789590492218, 0.00687365384615379, 0.00630556992178044, 0.0118909615384616, 0.0152012683833141, 0.0459126923076925, 0.030660347602651, 0.101688653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 465, '2021-05-23 00:00:00', 0.00384121665421456, 0.00566076923076905, 0.00549025098557573, 0.00901673076923075, 0.00655876299605819, 0.0133990384615385, 0.0155383392439973, 0.0466273076923079, 0.0304100990569555, 0.101829423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 480, '2021-05-23 00:00:00', 0.00525777316492866, 0.00711942307692315, 0.00524573563441344, 0.00983788461538473, 0.0065119137237952, 0.0154028846153846, 0.0160178516337723, 0.0475051923076925, 0.0298002344595837, 0.102395384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 495, '2021-05-23 00:00:00', 0.00323380240583769, 0.00612500000000021, 0.00416987513186987, 0.00917115384615392, 0.00898785532730796, 0.0194442307692307, 0.0163394294611345, 0.0483113461538464, 0.029695093896778, 0.102341538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 510, '2021-05-23 00:00:00', 0.00300657556928944, 0.00586557692307698, 0.00515038099038845, 0.0108021153846155, 0.00858708560079525, 0.0209286538461539, 0.0157398609917137, 0.0477759615384617, 0.029609178650313, 0.102167115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 525, '2021-05-23 00:00:00', 0.00422481690545455, 0.00806673076923078, 0.00779729729556257, 0.0154513461538461, 0.00828276655750696, 0.0225053846153847, 0.0162205699997069, 0.0475086538461541, 0.0297046025241103, 0.101876346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 540, '2021-05-23 00:00:00', 0.00677634396547728, 0.0128065384615384, 0.00746517380136678, 0.0169682692307692, 0.0096919838347907, 0.023535576923077, 0.0160361705384568, 0.0470215384615387, 0.029796059698196, 0.102396538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 555, '2021-05-23 00:00:00', 0.00424324428220447, 0.0107259615384615, 0.00494877966309338, 0.014811923076923, 0.00972285801010283, 0.0245882692307692, 0.0165018178077915, 0.0466498076923079, 0.0302032975250155, 0.103070769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 570, '2021-05-23 00:00:00', 0.003689645803305, 0.010498076923077, 0.006921514418547, 0.0160046153846155, 0.0109048367179961, 0.0260946153846154, 0.0160286455747683, 0.0474198076923078, 0.0312400768004816, 0.1038875 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 585, '2021-05-23 00:00:00', 0.00597435489919523, 0.0117276923076926, 0.00954489890545673, 0.0203463461538462, 0.013101456708497, 0.0289182692307694, 0.0168097591480481, 0.0483638461538463, 0.0311800602092721, 0.104235576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 600, '2021-05-23 00:00:00', 0.0069916179733033, 0.0169082692307692, 0.00832487326999872, 0.0205248076923078, 0.0114325796066127, 0.0306573076923079, 0.0168490584409383, 0.0487378846153847, 0.0314885003844503, 0.104537307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 615, '2021-05-23 00:00:00', 0.00487994518017762, 0.0132248076923076, 0.00734317452049604, 0.0200959615384616, 0.00829615348543205, 0.0286794230769234, 0.0148823744706487, 0.0478017307692309, 0.0317675708406445, 0.104728653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 630, '2021-05-23 00:00:00', 0.00562018993998773, 0.0145751923076926, 0.00649517422043826, 0.0210819230769234, 0.0101200526241411, 0.0297613461538466, 0.0157464205761672, 0.0479351923076925, 0.0319751661528127, 0.1043925 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 645, '2021-05-23 00:00:00', 0.0053721560526334, 0.0152505769230771, 0.00702921176235294, 0.0217600000000003, 0.0112176481560909, 0.0300080769230771, 0.0167894843692299, 0.0475742307692309, 0.0317129228524609, 0.103535384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 660, '2021-05-23 00:00:00', 0.00666451379725845, 0.0150219230769232, 0.00989948520806084, 0.0220342307692308, 0.0126027216062489, 0.028111730769231, 0.0173005241861448, 0.0452286538461538, 0.0324592090221888, 0.103087115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 675, '2021-05-23 00:00:00', 0.00878422767499555, 0.0151703846153847, 0.0095999584394133, 0.0202609615384618, 0.0101200107783464, 0.0243569230769233, 0.0193179291303341, 0.0447132692307692, 0.0340924591932899, 0.102414615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 690, '2021-05-23 00:00:00', 0.00635711775522879, 0.0136130769230772, 0.0071491384768754, 0.0174601923076923, 0.00740419682446271, 0.0219911538461539, 0.0191246987718861, 0.0427186538461538, 0.0359578650281771, 0.102194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 705, '2021-05-23 00:00:00', 0.00390373154814726, 0.011545, 0.00588856615693656, 0.0155457692307694, 0.00632354241338274, 0.0209455769230771, 0.0181572793931672, 0.0466501923076923, 0.0352017899457485, 0.101969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 720, '2021-05-23 00:00:00', 0.00387197819149163, 0.0106586538461539, 0.00547713077609632, 0.0149134615384616, 0.00762830528613422, 0.0198184615384616, 0.0171314762094625, 0.0477663461538462, 0.0348736884462504, 0.102409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 735, '2021-05-23 00:00:00', 0.00350262510345962, 0.0103488461538462, 0.00502558746661682, 0.0142207692307696, 0.00691073488244121, 0.0190688461538463, 0.0185109966236286, 0.050235, 0.0348626779329104, 0.102610576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 750, '2021-05-23 00:00:00', 0.00362512939291599, 0.0107386538461542, 0.00570252394862258, 0.0145757692307693, 0.00681637487683448, 0.0206526923076922, 0.019941810724243, 0.0520498076923077, 0.0345986833586748, 0.103733076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 765, '2021-05-23 00:00:00', 0.00380441987895458, 0.00939115384615373, 0.00514498433876676, 0.01338461538[...];
Date: 2021-05-23 16:55:45 Duration: 24s182ms Database: acaweb_fx User: pgperfstats
15 24s81ms 1 24s81ms 24s81ms 24s81ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? an[...];Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 23 16 1 24s81ms 24s81ms [ User: pgperfstats - Total duration: 24s81ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988005, 1, 1020, '2021-05-23 00:00:00', 0.0508789400288722, 0.093442307692309, 0.0482032555555522, 0.130423076923079, 0.0767154181675064, 0.198153846153848, 0.111565677448826, 0.280596153846155, 0.149207775885225, 0.551403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1035, '2021-05-23 00:00:00', 0.0278937544705174, 0.0848076923076922, 0.0395667158101363, 0.11625, 0.0811579111267765, 0.191557692307693, 0.0907050524417552, 0.261442307692308, 0.148600896829265, 0.546057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1050, '2021-05-23 00:00:00', 0.0342483014738868, 0.0828846153846154, 0.053828706239186, 0.142019230769232, 0.0744420270050167, 0.181846153846155, 0.0839682655256423, 0.248019230769231, 0.148246080503383, 0.541596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1065, '2021-05-23 00:00:00', 0.0406280880483117, 0.10919230769231, 0.06474318496954, 0.141500000000001, 0.0642320702309512, 0.159673076923077, 0.0785688527050296, 0.227269230769231, 0.148647921665205, 0.537230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1080, '2021-05-23 00:00:00', 0.0395967607455273, 0.0802884615384623, 0.0393934199894046, 0.0941923076923098, 0.0443114024221258, 0.127096153846155, 0.0584181379894476, 0.203173076923077, 0.157885875287771, 0.528480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1095, '2021-05-23 00:00:00', 0.0245028805214035, 0.0628653846153869, 0.0275354596558974, 0.080192307692308, 0.0521135336032336, 0.116403846153846, 0.0544231603696039, 0.190903846153847, 0.163872004461268, 0.529423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1110, '2021-05-23 00:00:00', 0.0215438729465815, 0.0610384615384617, 0.0355570830334304, 0.0911153846153852, 0.0461501729307543, 0.116538461538462, 0.0549451054725048, 0.185769230769231, 0.175162053539002, 0.541250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1125, '2021-05-23 00:00:00', 0.0279766179844211, 0.0616346153846151, 0.042746713773828, 0.0796923076923073, 0.0423375265437919, 0.115384615384616, 0.0515059817287896, 0.178884615384616, 0.184613768342285, 0.543788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1140, '2021-05-23 00:00:00', 0.0234184427650177, 0.0502884615384612, 0.0274081122185484, 0.0707307692307692, 0.0323615453182418, 0.099519230769231, 0.0512941892045675, 0.174076923076923, 0.184249676964543, 0.546788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1155, '2021-05-23 00:00:00', 0.0212740452194664, 0.05175, 0.0316373014992418, 0.0781730769230785, 0.0307928375787951, 0.0976730769230765, 0.0561852875623288, 0.175057692307693, 0.182756185836591, 0.548788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1170, '2021-05-23 00:00:00', 0.0182938409139416, 0.0502692307692309, 0.0184396729488774, 0.0641923076923076, 0.0224232365741767, 0.0821923076923083, 0.0572120482200952, 0.171038461538462, 0.183553858161995, 0.549173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1185, '2021-05-23 00:00:00', 0.0161431099853769, 0.049, 0.0196834663144957, 0.066173076923077, 0.0249741789731829, 0.0824807692307701, 0.0579812469683086, 0.172250000000002, 0.182711963315108, 0.551192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1200, '2021-05-23 00:00:00', 0.0173741297513101, 0.0469038461538466, 0.0191220774539218, 0.0600769230769235, 0.0363667271850771, 0.0893269230769244, 0.062108007659113, 0.175769230769232, 0.182059399647478, 0.551750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1215, '2021-05-23 00:00:00', 0.0128971076065693, 0.0408461538461527, 0.0217218872249936, 0.0589038461538448, 0.0363697888151907, 0.0903076923076912, 0.0605032739101451, 0.174384615384616, 0.188834983924712, 0.557634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1230, '2021-05-23 00:00:00', 0.0193781101722062, 0.0443653846153855, 0.0321237989898218, 0.0689615384615393, 0.0373020106696694, 0.0939999999999996, 0.0599469027877669, 0.168634615384617, 0.190032151125904, 0.560961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1245, '2021-05-23 00:00:00', 0.0224633119689739, 0.0465961538461544, 0.0220938644459033, 0.0598269230769234, 0.0352117113384825, 0.0872692307692321, 0.0606321601640065, 0.160173076923078, 0.187895741344461, 0.562519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1260, '2021-05-23 00:00:00', 0.0154675466703671, 0.0412500000000002, 0.0313621525948804, 0.0622307692307701, 0.0399788646084978, 0.0934807692307696, 0.0608976221589589, 0.153903846153848, 0.186753713792751, 0.559519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1275, '2021-05-23 00:00:00', 0.0246779253585055, 0.042000000000001, 0.0271363508685593, 0.0593076923076924, 0.0394710020141376, 0.0924999999999995, 0.060786514825373, 0.151403846153848, 0.18438770608109, 0.558615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1290, '2021-05-23 00:00:00', 0.0179142401457604, 0.0444999999999999, 0.0298144260384118, 0.0724999999999996, 0.0343441630915864, 0.0916923076923072, 0.0616209660873503, 0.14921153846154, 0.187183489779825, 0.560326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1305, '2021-05-23 00:00:00', 0.0242318290366519, 0.0556923076923085, 0.0278579363087907, 0.0692307692307697, 0.033934354047415, 0.0925961538461549, 0.0581187114050594, 0.148269230769233, 0.193239293663025, 0.56423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1320, '2021-05-23 00:00:00', 0.0164356203224751, 0.0455192307692311, 0.0195125206351828, 0.0570384615384611, 0.0296080810174917, 0.0860384615384608, 0.0523986677751978, 0.141096153846154, 0.193678410098962, 0.566557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1335, '2021-05-23 00:00:00', 0.0134399089969448, 0.0386346153846151, 0.0179126620450033, 0.0597884615384612, 0.0271571565861771, 0.0843653846153852, 0.0511566372864914, 0.145692307692309, 0.196378121333467, 0.567942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1350, '2021-05-23 00:00:00', 0.0183212885841728, 0.0465192307692326, 0.0242575682083877, 0.0664807692307702, 0.0321512770412725, 0.0847692307692316, 0.0558577348131988, 0.150057692307693, 0.197811200779546, 0.570365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1365, '2021-05-23 00:00:00', 0.0173188203542138, 0.053192307692307, 0.0202424154837166, 0.0643461538461528, 0.0263005776479431, 0.0829038461538463, 0.0565358837716912, 0.152384615384616, 0.199895985452435, 0.57025 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1380, '2021-05-23 00:00:00', 0.0186056753128216, 0.0453653846153831, 0.0256419803027421, 0.0611346153846149, 0.0415326794408742, 0.0897115384615389, 0.0595324378288542, 0.153634615384616, 0.200203870130886, 0.570019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1395, '2021-05-23 00:00:00', 0.0220585671478317, 0.0425961538461534, 0.0232251935489162, 0.0585192307692314, 0.0357098564286365, 0.100923076923077, 0.0647367450050315, 0.159884615384616, 0.199834590252885, 0.572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1410, '2021-05-23 00:00:00', 0.0132847512353309, 0.0372307692307694, 0.0264334359942385, 0.0670576923076917, 0.0287325666207418, 0.0964038461538457, 0.0662827190612603, 0.164326923076924, 0.199834590252885, 0.572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1425, '2021-05-23 00:00:00', 0.0252971266230897, 0.0547307692307682, 0.0281902670055846, 0.0846346153846161, 0.0273181328903603, 0.0929038461538459, 0.0745286109232826, 0.174076923076925, 0.19815268394308, 0.571384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 0, '2021-05-23 00:00:00', 0.0275035172575869, 0.0687115384615392, 0.0260672281728479, 0.0800961538461537, 0.0284612016612087, 0.0900000000000001, 0.0720792512553969, 0.17946153846154, 0.198907884555795, 0.569942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 15, '2021-05-23 00:00:00', 0.0246593457604482, 0.0501000000000005, 0.0222579573785808, 0.065100000000001, 0.0242289943387405, 0.081760000000001, 0.0682223692542754, 0.182100000000001, 0.20393795012209, 0.568799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 30, '2021-05-23 00:00:00', 0.0216823084564349, 0.0468200000000024, 0.0285518534132795, 0.0626000000000005, 0.0300873727666611, 0.0788000000000005, 0.0750738081268496, 0.188420000000002, 0.203080468451958, 0.566019999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 45, '2021-05-23 00:00:00', 0.0262637582992241, 0.0472499999999988, 0.0252095525240254, 0.0601923076923076, 0.0278643762093916, 0.0737115384615379, 0.0819099787289969, 0.196730769230768, 0.199178085178527, 0.56401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 60, '2021-05-23 00:00:00', 0.0151239494231448, 0.0424230769230778, 0.0203066586275376, 0.0540961538461547, 0.0233949041131103, 0.0701923076923078, 0.09818257913782, 0.207826923076924, 0.199588789765357, 0.56275 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 75, '2021-05-23 00:00:00', 0.0154010988618944, 0.0345769230769231, 0.0177237454801798, 0.0463653846153835, 0.0306088788023746, 0.0812115384615382, 0.0976104995140631, 0.210519230769232, 0.199876200145528, 0.562346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 90, '2021-05-23 00:00:00', 0.0111054560395401, 0.0356346153846161, 0.0185026921118152, 0.0499807692307696, 0.0346347313456383, 0.0837692307692312, 0.0961572910152163, 0.212730769230769, 0.200080072432552, 0.561346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 105, '2021-05-23 00:00:00', 0.0149920491748632, 0.0346923076923061, 0.0267688467036974, 0.0653653846153841, 0.0402129954119304, 0.0862499999999992, 0.095817334227487, 0.217307692307691, 0.200123627175419, 0.560884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 120, '2021-05-23 00:00:00', 0.0202548759561731, 0.053, 0.0294825959090856, 0.0647115384615386, 0.0391975323006635, 0.088442307692308, 0.0935110873722402, 0.214288461538462, 0.201463300723635, 0.557307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 135, '2021-05-23 00:00:00', 0.0183895036951472, 0.0395769230769229, 0.025265878480365, 0.0562692307692294, 0.0357763189833718, 0.0952500000000006, 0.0901822961476472, 0.205442307692308, 0.202483136049933, 0.555403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 150, '2021-05-23 00:00:00', 0.0177872577555257, 0.0405576923076914, 0.0233933669099735, 0.0594807692307696, 0.0314910548959785, 0.0985576923076934, 0.0908865141896128, 0.20446153846154, 0.203389543827753, 0.554557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 165, '2021-05-23 00:00:00', 0.0172516331445423, 0.0458269230769238, 0.0239724922487299, 0.0769038461538483, 0.0405497415338443, 0.111807692307694, 0.0857416154232284, 0.204730769230768, 0.20503290917839, 0.553576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 180, '2021-05-23 00:00:00', 0.0230752364768308, 0.0610576923076942, 0.0282699691164702, 0.0781346153846162, 0.0439127106182954, 0.112384615384616, 0.0864586005865506, 0.19851923076923, 0.206027112666867, 0.553865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 195, '2021-05-23 00:00:00', 0.0182664993909599, 0.049249999999999, 0.0353349902852918, 0.0778076923076922, 0.0466337819116629, 0.100480769230768, 0.0798478842261006, 0.185730769230769, 0.206806744608062, 0.553980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 210, '2021-05-23 00:00:00', 0.0252038458603816, 0.0525769230769233, 0.023669259518494, 0.0674230769230769, 0.0459437323087892, 0.0984423076923071, 0.0695125445236604, 0.178923076923075, 0.218313882183077, 0.559634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 225, '2021-05-23 00:00:00', 0.017595060495666, 0.0471153846153844, 0.0382708163567922, 0.0678461538461531, 0.049391294779546, 0.100499999999998, 0.0649784934834942, 0.180769230769229, 0.216549482709008, 0.560461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 240, '2021-05-23 00:00:00', 0.0217094095161145, 0.0505384615384602, 0.0266635735385584, 0.0703846153846137, 0.0569106452121346, 0.104307692307692, 0.0571174363785823, 0.173192307692305, 0.214251765094606, 0.564326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 255, '2021-05-23 00:00:00', 0.0195206399642894, 0.0488461538461537, 0.0305035180820941, 0.0717307692307674, 0.0529443539519054, 0.0987692307692318, 0.0543537133399921, 0.171115384615382, 0.21754275353453, 0.567480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 270, '2021-05-23 00:00:00', 0.0195569779008763, 0.0473461538461542, 0.0390178854452088, 0.0671538461538487, 0.0395441574017633, 0.0845961538461561, 0.0479153420106743, 0.158999999999999, 0.218270488508746, 0.564115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 285, '2021-05-23 00:00:00', 0.0294203226463536, 0.0451538461538464, 0.0288948291887364, 0.0571346153846165, 0.0288750690974883, 0.0790192307692309, 0.0505842975027429, 0.151634615384615, 0.219453227012397, 0.563673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 300, '2021-05-23 00:00:00', 0.0187046374340283, 0.0392115384615393, 0.0197454181637521, 0.0516923076923086, 0.0303272408646346, 0.074692307692308, 0.0502849266296932, 0.147423076923076, 0.22098470622334, 0.564096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 315, '2021-05-23 00:00:00', 0.0154792292592849, 0.0375576923076918, 0.0228722203018969, 0.05553846153846, 0.0357330540794661, 0.072865384615386, 0.0453453288239679, 0.152173076923077, 0.222148703661447, 0.563057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 330, '2021-05-23 00:00:00', 0.0171605988778425, 0.0403846153846136, 0.0251598657817147, 0.0513269230769238, 0.03642140114738, 0.0690384615384632, 0.0461884142982256, 0.15251923076923, 0.222021495840796, 0.562730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 345, '2021-05-23 00:00:00', 0.0140961123936875, 0.0334038461538482, 0.021489997673338, 0.0465000000000018, 0.0242317734834632, 0.0671730769230779, 0.0597969512986666, 0.163653846153847, 0.22249642348033, 0.561961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 360, '2021-05-23 00:00:00', 0.013757361665669, 0.0332500000000008, 0.0161867110737368, 0.0454807692307689, 0.0214284498165059, 0.0670384615384614, 0.0667399891657614, 0.165384615384615, 0.224306532193371, 0.563096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 375, '2021-05-23 00:00:00', 0.0121460503235211, 0.0309423076923062, 0.0154604706864347, 0.048615384615385, 0.0215726411492395, 0.0681730769230783, 0.0732820473345167, 0.172961538461539, 0.223325684905392, 0.565807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 390, '2021-05-23 00:00:00', 0.0138101969016202, 0.0336923076923073, 0.0221862483395606, 0.0474807692307697, 0.0237936966442802, 0.0679999999999989, 0.0732525452432557, 0.176653846153846, 0.222966444526113, 0.565846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 405, '2021-05-23 00:00:00', 0.0124374898531069, 0.0313653846153852, 0.0130523354821473, 0.0457115384615392, 0.0439112785581968, 0.0760961538461526, 0.0790260935485121, 0.184288461538462, 0.223146674771414, 0.56503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 420, '2021-05-23 00:00:00', 0.00902432609885357, 0.0340384615384617, 0.0156727593172173, 0.0458461538461519, 0.0447925174039652, 0.0775192307692309, 0.0824862412769517, 0.187, 0.222069051111448, 0.567711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 435, '2021-05-23 00:00:00', 0.0146234926902415, 0.031942307692305, 0.0382560653813436, 0.0569423076923068, 0.0364127038271001, 0.083249999999998, 0.0811967340191971, 0.197519230769231, 0.222793360624733, 0.567692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 450, '2021-05-23 00:00:00', 0.0341558926102058, 0.0427500000000003, 0.0345624295798389, 0.0571923076923075, 0.0320536089411763, 0.0795769230769199, 0.0799844431989481, 0.202865384615384, 0.222601136910499, 0.568615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 465, '2021-05-23 00:00:00', 0.0135725401511211, 0.0364230769230787, 0.0203727665127903, 0.056980769230768, 0.0255025790550989, 0.077692307692307, 0.0804690217508449, 0.213288461538462, 0.2226358677648, 0.56751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 480, '2021-05-23 00:00:00', 0.0176065656459793, 0.0418653846153817, 0.0225778993367759, 0.0583076923076892, 0.0251009730120946, 0.0763269230769219, 0.0855186169565056, 0.220076923076923, 0.222130820775646, 0.567192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 495, '2021-05-23 00:00:00', 0.0162814193295492, 0.0382307692307687, 0.018298087331742, 0.0520000000000007, 0.0250307580019837, 0.0811730769230786, 0.100443018672278, 0.230000000000001, 0.222404376167516, 0.566557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 510, '2021-05-23 00:00:00', 0.0126011751588751, 0.0365192307692319, 0.0159918248345374, 0.0514615384615399, 0.0254967871279151, 0.0901153846153853, 0.119477941317795, 0.23796153846154, 0.222453200782686, 0.567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 525, '2021-05-23 00:00:00', 0.0121206276811325, 0.03451923076923, 0.0189479854825303, 0.0656153846153858, 0.0451145209439275, 0.1085, 0.119198659323902, 0.239096153846155, 0.222351430951443, 0.567173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 540, '2021-05-23 00:00:00', 0.0195279385654361, 0.0574038461538475, 0.025143954771247, 0.0784615384615387, 0.0476732508452467, 0.113326923076923, 0.119548009345457, 0.238057692307694, 0.222660355353517, 0.567923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 555, '2021-05-23 00:00:00', 0.0161016004937883, 0.0483076923076923, 0.037810911123643, 0.0782500000000003, 0.0504356139433849, 0.117865384615386, 0.12238212539168, 0.243269230769233, 0.223209198183782, 0.570384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 570, '2021-05-23 00:00:00', 0.0340495792360776, 0.0624230769230766, 0.0367426811131758, 0.0837692307692301, 0.0449199458866732, 0.125307692307693, 0.122493367167371, 0.24525, 0.22658514191902, 0.575057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 585, '2021-05-23 00:00:00', 0.0150728104673493, 0.0530192307692314, 0.0332741121363381, 0.0900576923076938, 0.0560930031287319, 0.12425, 0.11662582673464, 0.245211538461539, 0.230812068908553, 0.577865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 600, '2021-05-23 00:00:00', 0.0301141929226859, 0.0747307692307702, 0.0393049615188731, 0.0974999999999988, 0.0601212236939794, 0.128192307692308, 0.117908700011753, 0.246807692307693, 0.231623952527833, 0.581153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 615, '2021-05-23 00:00:00', 0.02462022308216, 0.0671538461538438, 0.0378499466517223, 0.0895384615384606, 0.0529227630245594, 0.125673076923075, 0.127920383893203, 0.243730769230769, 0.232665561399918, 0.577788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 630, '2021-05-23 00:00:00', 0.0309739654946117, 0.0620576923076924, 0.04165955888093, 0.0861730769230774, 0.0469213294126038, 0.125365384615384, 0.124905619754093, 0.240423076923077, 0.228981823262494, 0.576346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 645, '2021-05-23 00:00:00', 0.0246639646822275, 0.0583653846153856, 0.0270658172154188, 0.0860384615384608, 0.0512605748939804, 0.124557692307692, 0.116402326172898, 0.244807692307693, 0.226277205759118, 0.575423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 660, '2021-05-23 00:00:00', 0.0214832403371705, 0.0640192307692293, 0.0373720638157182, 0.0903653846153838, 0.0584022128137143, 0.125038461538461, 0.117330343966874, 0.248980769230769, 0.226650324542862, 0.580480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 675, '2021-05-23 00:00:00', 0.0234532595733585, 0.0531538461538458, 0.0445402670020658, 0.0813461538461542, 0.0648816111200877, 0.117788461538463, 0.107169242502044, 0.247057692307693, 0.226731275200062, 0.580365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 690, '2021-05-23 00:00:00', 0.0209442116108487, 0.0575000000000002, 0.0254679285497526, 0.0766538461538471, 0.0704495482324316, 0.118173076923078, 0.102253388132695, 0.249153846153846, 0.230203613050574, 0.585788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 705, '2021-05-23 00:00:00', 0.0203122263295174, 0.0514423076923074, 0.0426854911398013, 0.0786346153846159, 0.0630792084482792, 0.111057692307693, 0.101628531729721, 0.248538461538463, 0.228385389536735, 0.585615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 720, '2021-05-23 00:00:00', 0.0272364574676048, 0.0537692307692301, 0.047284930108701, 0.0792307692307704, 0.0517488164115854, 0.105000000000001, 0.116806592279718, 0.260500000000002, 0.229908165612674, 0.59373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 735, '2021-05-23 00:00:00', 0.0303295806357182, 0.0552115384615397, 0.0316859347587934, 0.0720384615384623, 0.0544253052003754, 0.106576923076924, 0.145526888871493, 0.279846153846155, 0.230608792947311, 0.595153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 750, '2021-05-23 00:00:00', 0.0147674798641638, 0.05003846153846, 0.0283794616959814, 0.0734230769230744, 0.0455597367791393, 0.105480769230767, 0.140772276553851, 0.278076923076922, 0.218930492130756, 0.591596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 765, '2021-05-23 00:00:00', 0.023141944935214, 0.0545192307692293, 0.0328211060142694, 0.0792499999999991, 0.0457761820836328, 0.110326923076922, 0.13089906269865, 0.291230769230768, 0.219526771628288, 0.594711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 780, '2021-05-23 00:00:00', 0.0262827890453027, 0.0547499999999996, 0.0331768918653645, 0.0731153846153817, 0.0423995101568213, 0.105461538461538, 0.121953939918064, 0.30178846153846, 0.21992300838108, 0.59401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 795, '2021-05-23 00:00:00', 0.0173366330685581, 0.0478269230769213, 0.0238335978109774, 0.0694038461538452, 0.0543432714680146, 0.115365384615384, 0.120036500858955, 0.301192307692306, 0.216522871415824, 0.589576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 810, '2021-05-23 00:00:00', 0.015901584342932, 0.0534038461538459, 0.0223336930702006, 0.0744230769230765, 0.0592266442120065, 0.120653846153846, 0.11754272054809, 0.306365384615383, 0.216232575109444, 0.589442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 825, '2021-05-23 00:00:00', 0.0222693649524323, 0.0532307692307687, 0.0531001267563303, 0.0912115384615389, 0.0793862732757716, 0.136903846153846, 0.11318295604225, 0.312192307692306, 0.217503973438505, 0.588461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 840, '2021-05-23 00:00:00', 0.0417766267003618, 0.0669423076923087, 0.0460582615991786, 0.0907115384615387, 0.0780466921390397, 0.137615384615383, 0.118927262838065, 0.323576923076923, 0.221634610078424, 0.590596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 855, '2021-05-23 00:00:00', 0.0214913578337545, 0.0565384615384626, 0.0629716083766226, 0.099711538461539, 0.0690756441546867, 0.13073076923077, 0.117859296816814, 0.325576923076924, 0.218696596997898, 0.589192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 870, '2021-05-23 00:00:00', 0.061595117189096, 0.0755384615384609, 0.0616483950754957, 0.096230769230768, 0.0696380643039408, 0.1335, 0.136581252233015, 0.335961538461538, 0.217846318448438, 0.587461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 885, '2021-05-23 00:00:00', 0.0276083599379159, 0.0621923076923057, 0.0266360368962526, 0.0900384615384608, 0.03915637289716, 0.125692307692307, 0.144028369267468, 0.335865384615385, 0.216772262630978, 0.584576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 900, '2021-05-23 00:00:00', 0.0269660589136321, 0.066280000000001, 0.0316803435377005, 0.0925400000000019, 0.0521470037490167, 0.142820000000003, 0.145543163700669, 0.335000000000002, 0.225051990289651, 0.58124 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 915, '2021-05-23 00:00:00', 0.0181492106206823, 0.0614230769230751, 0.0339768473205835, 0.0896153846153856, 0.0763742128248501, 0.159596153846154, 0.151005216415246, 0.334846153846155, 0.223273127839838, 0.588519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 930, '2021-05-23 00:00:00', 0.0250597209757938, 0.0734807692307708, 0.0444080943765188, 0.111326923076923, 0.076953904784218, 0.16228846153846, 0.151238700785826, 0.342769230769231, 0.22091872156624, 0.591192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 945, '2021-05-23 00:00:00', 0.0335700244036486, 0.0755576923076924, 0.0674474724393858, 0.120692307692308, 0.0781709959984196, 0.17276923076923, 0.152160987621158, 0.331115384615385, 0.235910494761173, 0.593807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 960, '2021-05-23 00:00:00', 0.0574585636651469, 0.0909423076923079, 0.0580604459560512, 0.113653846153844, 0.0901824838015415, 0.191903846153845, 0.146087340840492, 0.330865384615386, 0.237634140256371, 0.59223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 975, '2021-05-23 00:00:00', 0.0294041859918995, 0.0693846153846133, 0.0685517799802564, 0.130442307692306, 0.089466779395397, 0.192269230769228, 0.143407709534201, 0.327365384615384, 0.241963150404863, 0.595615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 990, '2021-05-23 00:00:00', 0.0467230835718447, 0.104442307692307, 0.0727168507611215, 0.156903846153844, 0.0705096529125334, 0.192365384615384, 0.142657750739852, 0.321923076923077, 0.227268473058086, 0.594826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1005, '2021-05-23 00:00:00', 0.0319305255443526, 0.100461538461538, 0.0483789091046283, 0.131326923076923, 0.0648822483723101, 0.175884615384616, 0.131890315734764, 0.310653846153847, 0.223656838792069, 0.597807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1020, '2021-05-23 00:00:00', 0.0286410477354551, 0.0855192307692303, 0.0466489178702099, 0.122807692307693, 0.0757595513145678, 0.17098076923077, 0.12703278952847, 0.286980769230769, 0.232821028160787, 0.590634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1035, '2021-05-23 00:00:00', 0.0400804047653459, 0.0858269230769257, 0.0508963804062893, 0.118807692307693, 0.0616674237652775, 0.165365384615387, 0.120784316671686, 0.272865384615385, 0.236428805351634, 0.606500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1050, '2021-05-23 00:00:00', 0.0307818190595585, 0.0775961538461538, 0.0490531736603647, 0.115423076923078, 0.085951840272059, 0.156826923076924, 0.129886098030306, 0.264538461538461, 0.254636260183031, 0.60825 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1065, '2021-05-23 00:00:00', 0.0348342007007724, 0.0918076923076929, 0.0408741784203482, 0.117538461538461, 0.0837868196904864, 0.159365384615386, 0.118905819227463, 0.263423076923077, 0.268468545643619, 0.619 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1080, '2021-05-23 00:00:00', 0.0253597803921582, 0.08003846153846, 0.0498367681690788, 0.11228846153846, 0.0600511064395605, 0.149846153846153, 0.103007992595049, 0.252557692307691, 0.273746280621027, 0.621384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1095, '2021-05-23 00:00:00', 0.043190744200758, 0.0715961538461541, 0.0537897759801987, 0.105, 0.0584061113767539, 0.137576923076922, 0.106598399829237, 0.240173076923076, 0.285214960768459, 0.623923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1110, '2021-05-23 00:00:00', 0.0289404760473303, 0.0741346153846136, 0.0318466578369636, 0.0940192307692293, 0.0569012775306094, 0.135153846153845, 0.103241844527975, 0.22603846153846, 0.285032384799719, 0.620596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1125, '2021-05-23 00:00:00', 0.0218880367745985, 0.0596153846153851, 0.0389912613483895, 0.0854615384615393, 0.0607557942789131, 0.122557692307693, 0.103196140729867, 0.216711538461538, 0.288447996246223, 0.615942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1140, '2021-05-23 00:00:00', 0.0269659899759789, 0.0582692307692308, 0.0573714114010969, 0.0918269230769232, 0.0537850708482737, 0.121576923076924, 0.101097348363614, 0.206423076923076, 0.286683352525716, 0.613769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1155, '2021-05-23 00:00:00', 0.0561001439734903, 0.0673846153846152, 0.0560573229965413, 0.0862115384615407, 0.0578766493368567, 0.126442307692309, 0.103086268950592, 0.199826923076923, 0.286862320902982, 0.610365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1170, '2021-05-23 00:00:00', 0.0291113578152256, 0.052365384615386, 0.0370175841791637, 0.0811923076923079, 0.0500397880152913, 0.116096153846156, 0.0937790283264127, 0.186884615384615, 0.284532363983161, 0.611615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1185, '2021-05-23 00:00:00', 0.0179072933143486, 0.0538653846153844, 0.0280378041497257, 0.0814615384615399, 0.0505859056077269, 0.106076923076922, 0.0729504362827676, 0.174615384615384, 0.281489828344717, 0.613788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1200, '2021-05-23 00:00:00', 0.0230903992702908, 0.0590576923076939, 0.0313236516684465, 0.0748653846153868, 0.0389065596604909, 0.0944038461538454, 0.0708734082713655, 0.168499999999999, 0.279898116079075, 0.612653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1215, '2021-05-23 00:00:00', 0.0167288327791825, 0.0434230769230788, 0.0251492468154524, 0.0612692307692298, 0.0284748742146199, 0.0819615384615374, 0.0637897628632803, 0.163076923076922, 0.27470099899009, 0.606673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1230, '2021-05-23 00:00:00', 0.0139946830562947, 0.0418653846153839, 0.0155283983026633, 0.0548653846153848, 0.0329436114969436, 0.0818076923076921, 0.0607622732141716, 0.157423076923077, 0.275977714401278, 0.602173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1245, '2021-05-23 00:00:00', 0.014325448039711, 0.0404615384615398, 0.0236636121177957, 0.0595576923076941, 0.0457579081017296, 0.088384615384616, 0.0590876174715259, 0.152442307692309, 0.275044332091001, 0.60223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1260, '2021-05-23 00:00:00', 0.0188891503249882, 0.0445000000000021, 0.0322050402170949, 0.0612692307692315, 0.0457874058935593, 0.0920576923076935, 0.0537691969296678, 0.151557692307694, 0.275078014109004, 0.600923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1275, '2021-05-23 00:00:00', 0.0196286682020111, 0.042269230769232, 0.0303101721945246, 0.0624423076923085, 0.0398705597961908, 0.0886923076923087, 0.0416559765773807, 0.144903846153847, 0.271394149928448, 0.599230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1290, '2021-05-23 00:00:00', 0.0206640620773969, 0.0457115384615386, 0.0217545132364276, 0.0656730769230773, 0.0356127948053258, 0.0818653846153847, 0.0411938755716832, 0.145153846153846, 0.270809834641324, 0.598557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1305, '2021-05-23 00:00:00', 0.0172527812696534, 0.0495384615384614, 0.0269726998734196, 0.064057692307691, 0.0308704800490939, 0.0789423076923075, 0.0429033977496115, 0.145692307692307, 0.269928102250609, 0.597596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1320, '2021-05-23 00:00:00', 0.0175101399194872, 0.0457499999999993, 0.0212064576521838, 0.0564230769230774, 0.0191678516913494, 0.0750576923076921, 0.0458939412793637, 0.144423076923076, 0.269949103464964, 0.598038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1335, '2021-05-23 00:00:00', 0.0181070322080846, 0.0392307692307696, 0.0179844056380472, 0.0541730769230765, 0.0266975438224912, 0.0756730769230759, 0.0440084650947955, 0.14575, 0.270838118695396, 0.598557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1350, '2021-05-23 00:00:00', 0.0135419149878635, 0.0392884615384617, 0.0170692819009895, 0.0549038461538465, 0.0280653632683528, 0.0762307692307698, 0.0425053526041123, 0.14475, 0.269548808909658, 0.598903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1365, '2021-05-23 00:00:00', 0.0177961966550344, 0.0457307692307684, 0.0240159001817241, 0.0622115384615382, 0.0276565265631549, 0.0782884615384609, 0.0439931638046002, 0.147961538461537, 0.270996679656071, 0.599596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1380, '2021-05-23 00:00:00', 0.0183821506233222, 0.0427884615384609, 0.0191808899288214, 0.0540576923076924, 0.0278111557583522, 0.0789038461538474, 0.0461165413340531, 0.151153846153844, 0.271924941566885, 0.600423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1395, '2021-05-23 00:00:00', 0.0122287177766741, 0.0351923076923085, 0.015112246689358, 0.050000000000001, 0.0275690740895269, 0.0900769230769247, 0.0575230689509725, 0.158788461538462, 0.27147766659808, 0.599788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1410, '2021-05-23 00:00:00', 0.00969069736317337, 0.0354807692307692, 0.0208837533467077, 0.059365384615386, 0.027697271456839, 0.0898269230769229, 0.0737839491613595, 0.171865384615384, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1425, '2021-05-23 00:00:00', 0.0131491590839634, 0.0519038461538475, 0.0243677277119999, 0.0803846153846155, 0.0266485387101165, 0.0887692307692299, 0.0819353309722887, 0.177461538461537, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 0, '2021-05-23 00:00:00', 0.0319230866543083, 0.0677884615384616, 0.032526084207082, 0.0758846153846142, 0.030793206043891, 0.085807692307691, 0.0963740569144712, 0.188173076923076, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 15, '2021-05-23 00:00:00', 0.0216805123413745, 0.0392692307692303, 0.0258135399771875, 0.0543269230769223, 0.0264044576656185, 0.0793461538461545, 0.0954172617829378, 0.190923076923077, 0.273121722652401, 0.599346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 30, '2021-05-23 00:00:00', 0.0221894032228166, 0.0419807692307691, 0.0261435166253235, 0.0572884615384629, 0.0352992972255186, 0.0825961538461552, 0.0951152014057756, 0.189192307692309, 0.272854551279332, 0.597615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 45, '2021-05-23 00:00:00', 0.0251657581768449, 0.0446538461538484, 0.0219236524890721, 0.060557692307694, 0.0358369383994543, 0.0821153846153848, 0.0952282763436597, 0.190730769230769, 0.272419190558622, 0.597153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 60, '2021-05-23 00:00:00', 0.0167291661477775, 0.0397500000000007, 0.0304217027794319, 0.055999999999999, 0.0372910228421735, 0.0774038461538452, 0.0956167369481676, 0.188403846153845, 0.273421540567222, 0.592673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 75, '2021-05-23 00:00:00', 0.0207258014598697, 0.0348269230769232, 0.0271658722551788, 0.0522307692307699, 0.035959491097623, 0.0832500000000012, 0.094560556502982, 0.184326923076923, 0.273488691933294, 0.59126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 90, '2021-05-23 00:00:00', 0.0135312743160201, 0.0363461538461552, 0.0210100342327559, 0.0528076923076919, 0.032096710830767, 0.0816730769230767, 0.0888282266295663, 0.178923076923077, 0.269435527467218, 0.588788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 105, '2021-05-23 00:00:00', 0.0172824054593556, 0.038307692307691, 0.0246870645044359, 0.0648653846153844, 0.0339089278010279, 0.0848461538461534, 0.0834744548672492, 0.176269230769231, 0.268274573037516, 0.589557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 120, '2021-05-23 00:00:00', 0.0164671351018198, 0.050057692307693, 0.0223987379452167, 0.0612115384615405, 0.0317025842188581, 0.090423076923078, 0.0842010414698968, 0.178346153846155, 0.268488172637369, 0.592826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 135, '2021-05-23 00:00:00', 0.0172950415304047, 0.0390384615384632, 0.0239074497562175, 0.0598846153846155, 0.0394096288507501, 0.100826923076924, 0.092113274746995, 0.181653846153847, 0.26905645103984, 0.593423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 150, '2021-05-23 00:00:00', 0.0169945692683083, 0.044153846153846, 0.0257645328668336, 0.0693653846153835, 0.0576471128104833, 0.11498076923077, 0.0928129819334805, 0.178980769230768, 0.269322783177476, 0.590307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 165, '2021-05-23 00:00:00', 0.0203667999072382, 0.0510576923076907, 0.0303112824894264, 0.0815769230769223, 0.0621243418166646, 0.114576923076922, 0.0888663127313235, 0.174692307692307, 0.2662779375014, 0.587 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 180, '2021-05-23 00:00:00', 0.0308477713943803, 0.0632500000000014, 0.0510934438064219, 0.0910000000000005, 0.0820758279791402, 0.124807692307694, 0.0938884444433929, 0.1735, 0.267047282618351, 0.588134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 195, '2021-05-23 00:00:00', 0.0276933829919433, 0.056211538461539, 0.0360902288075973, 0.0752692307692294, 0.0597018392964944, 0.112980769230769, 0.0753777180910611, 0.158903846153845, 0.259676965744868, 0.579057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 210, '2021-05-23 00:00:00', 0.0232152221281981, 0.0504423076923053, 0.0450389959240455, 0.0808653846153849, 0.0495862263754125, 0.0975769230769233, 0.0739136216237468, 0.154788461538461, 0.26037753063876, 0.577538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 225, '2021-05-23 00:00:00', 0.0339192253177147, 0.0604230769230779, 0.0393842608157102, 0.0799999999999999, 0.0403091944082995, 0.0913653846153842, 0.0665904936620362, 0.147076923076922, 0.260178311636757, 0.572423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 240, '2021-05-23 00:00:00', 0.0227306045809464, 0.0515961538461526, 0.02666942934407, 0.0639615384615378, 0.0272247059742528, 0.079730769230769, 0.0676042926493232, 0.144403846153845, 0.260781064231163, 0.569711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 255, '2021-05-23 00:00:00', 0.0189740713768892, 0.0418461538461536, 0.0219175816324569, 0.0569038461538457, 0.0235739181169478, 0.07401923076923, 0.0659836809661761, 0.143115384615383, 0.260310941287234, 0.568884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 270, '2021-05-23 00:00:00', 0.0198777804054224, 0.0421153846153857, 0.0184787299763393, 0.0547884615384624, 0.0212589619111214, 0.0712884615384609, 0.0648279646448959, 0.14575, 0.258205547965181, 0.57175 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 285, '2021-05-23 00:00:00', 0.016995474510767, 0.0363846153846164, 0.021409954550304, 0.0528846153846159, 0.0261237660731775, 0.0723653846153858, 0.0655551558730385, 0.141461538461538, 0.258372882745967, 0.573057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 300, '2021-05-23 00:00:00', 0.0174699302098926, 0.0380384615384622, 0.0177013797810756, 0.049673076923078, 0.0395217174961568, 0.0768846153846168, 0.0647635700066019, 0.1415, 0.257664066477741, 0.573865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 315, '2021-05-23 00:00:00', 0.0107910397303298, 0.0340576923076926, 0.0221196831942816, 0.0545961538461571, 0.0548916695375109, 0.0803461538461554, 0.0651488975052842, 0.155173076923077, 0.258798442511066, 0.573076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 330, '2021-05-23 00:00:00', 0.0174604167718361, 0.0393846153846182, 0.035738564604641, 0.0577500000000014, 0.0516400895250366, 0.0788269230769245, 0.0635090908089922, 0.161230769230771, 0.258496409735519, 0.571923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 345, '2021-05-23 00:00:00', 0.0283969459354613, 0.0439423076923071, 0.0436884468093718, 0.0624038461538452, 0.0438559179411564, 0.0816923076923086, 0.0575533197598935, 0.16326923076923, 0.258576987494128, 0.568538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 360, '2021-05-23 00:00:00', 0.0229364422833046, 0.0425961538461523, 0.0254003028449523, 0.0546538461538464, 0.0387881474759413, 0.076403846153847, 0.0554652628643852, 0.162653846153846, 0.259719547707789, 0.563211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 375, '2021-05-23 00:00:00', 0.0134029273495926, 0.0314615384615373, 0.0181710357014015, 0.0450576923076932, 0.0291243818026176, 0.068980769230769, 0.0511589528972053, 0.167961538461539, 0.261731691740871, 0.558461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 390, '2021-05-23 00:00:00', 0.0135957148226378, 0.0337115384615382, 0.0247947885343177, 0.0483076923076918, 0.0321504456243798, 0.0693653846153841, 0.0572904106622235, 0.168634615384615, 0.262578457872045, 0.557057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 405, '2021-05-23 00:00:00', 0.0183206482921905, 0.0321153846153855, 0.0246076989203335, 0.0483269230769237, 0.0274610563413819, 0.0640192307692315, 0.0637849150239722, 0.177153846153846, 0.26378698574068, 0.554423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 420, '2021-05-23 00:00:00', 0.0189895619101248, 0.0357884615384597, 0.0211797889871094, 0.0467884615384614, 0.0238294016839582, 0.061903846153846, 0.0756287084278276, 0.186692307692308, 0.263371419511276, 0.552769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 435, '2021-05-23 00:00:00', 0.0132009906388189, 0.032884615384615, 0.0181656586405814, 0.0453653846153842, 0.0231789692476739, 0.0677307692307707, 0.0754284990009635, 0.18796153846154, 0.261299212516108, 0.552961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 450, '2021-05-23 00:00:00', 0.0144533200870401, 0.0330384615384602, 0.0184464401402053, 0.0451346153846139, 0.0231674589423652, 0.0713653846153854, 0.0892534097603337, 0.202134615384617, 0.260167869623855, 0.551903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 465, '2021-05-23 00:00:00', 0.0122850127578915, 0.0318076923076922, 0.0203656573672435, 0.0520000000000007, 0.021560835220014, 0.0695192307692309, 0.0876966625099538, 0.207230769230769, 0.259454475775617, 0.55075 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 480, '2021-05-23 00:00:00', 0.0159064089647491, 0.0419230769230776, 0.02044444630249, 0.0576538461538465, 0.0247657331500937, 0.0708076923076921, 0.0859361950250578, 0.21648076923077, 0.258925092375263, 0.550788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 495, '2021-05-23 00:00:00', 0.0146045830530629, 0.039423076923076, 0.0167445168981919, 0.0486730769230754, 0.0436096363733444, 0.0924038461538452, 0.0843718782898305, 0.217923076923077, 0.259274760704665, 0.550807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 510, '2021-05-23 00:00:00', 0.0105247145037103, 0.0319807692307673, 0.0193220977520158, 0.0482884615384604, 0.0440402132671426, 0.0980961538461527, 0.074705184662008, 0.216769230769231, 0.255932527917328, 0.547173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 525, '2021-05-23 00:00:00', 0.0131655289998623, 0.0383653846153842, 0.0306065101169414, 0.0735384615384618, 0.0372452629925547, 0.10251923076923, 0.0732063889603592, 0.220653846153848, 0.255607373945636, 0.548480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 540, '2021-05-23 00:00:00', 0.023769275578746, 0.0610384615384611, 0.0318660477624699, 0.0817500000000001, 0.0356210827805869, 0.105807692307691, 0.0719092911510475, 0.221384615384617, 0.25621568813434, 0.548826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 555, '2021-05-23 00:00:00', 0.0206466704337543, 0.0537499999999992, 0.0239730297177085, 0.0716153846153839, 0.0281277648213675, 0.106134615384615, 0.0657734485827033, 0.21594230769231, 0.252439340009863, 0.548903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 570, '2021-05-23 00:00:00', 0.0206842656662943, 0.0473269230769228, 0.0217816083322254, 0.0685384615384614, 0.0306424291063634, 0.101961538461538, 0.0657624542167898, 0.214596153846155, 0.25176728571013, 0.551884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 585, '2021-05-23 00:00:00', 0.0167693516227103, 0.0513653846153823, 0.0243999054222646, 0.0798461538461509, 0.0456175952895381, 0.112249999999998, 0.0679455692787645, 0.216903846153847, 0.251453366222477, 0.553153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 600, '2021-05-23 00:00:00', 0.0188404229905163, 0.0633076923076923, 0.031657961691517, 0.0834423076923088, 0.0488750054101892, 0.123384615384617, 0.0745917529984684, 0.219980769230771, 0.252859034155093, 0.553365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 615, '2021-05-23 00:00:00', 0.0190600770843537, 0.0550576923076923, 0.0356745761658832, 0.0826538461538467, 0.0412147845019039, 0.117538461538461, 0.0718588573845671, 0.211346153846155, 0.252585517125465, 0.557711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 630, '2021-05-23 00:00:00', 0.0212260815616434, 0.0629423076923098, 0.0328302452016414, 0.0872500000000034, 0.0446188344156972, 0.125596153846156, 0.0643270519718168, 0.205480769230771, 0.25201671495237, 0.55873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 645, '2021-05-23 00:00:00', 0.0244414528083858, 0.0602307692307721, 0.0245040106607364, 0.0849423076923077, 0.0356405613786405, 0.12498076923077, 0.0643805512916403, 0.203653846153848, 0.247835063018811, 0.565038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 660, '2021-05-23 00:00:00', 0.0168381891955329, 0.0572692307692271, 0.0282742135849294, 0.0881346153846143, 0.0397721201152461, 0.124192307692306, 0.0691245280968745, 0.205596153846154, 0.246699350658619, 0.570519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 675, '2021-05-23 00:00:00', 0.0211963077336239, 0.0602884615384619, 0.0260576948623339, 0.0817884615384607, 0.0413598095517116, 0.111923076923076, 0.0793636542466673, 0.21198076923077, 0.247081983435582, 0.575057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 690, '2021-05-23 00:00:00', 0.0240028203471038, 0.056153846153847, 0.0389089914465092, 0.0815192307692298, 0.0403282350030546, 0.112057692307692, 0.0781409599082608, 0.223519230769233, 0.244283023119936, 0.579346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 705, '2021-05-23 00:00:00', 0.0204661540485377, 0.0542115384615371, 0.0304918652455665, 0.0769230769230758, 0.0379629221944067, 0.101288461538461, 0.106485674370564, 0.246326923076924, 0.243143304531425, 0.580942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 720, '2021-05-23 00:00:00', 0.0164967712458673, 0.0497115384615386, 0.0245674268399947, 0.0689615384615398, 0.033305861115057, 0.100096153846155, 0.117210962010318, 0.248980769230771, 0.242261966442558, 0.580403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 735, '2021-05-23 00:00:00', 0.0166767917962484, 0.0473461538461547, 0.0254108168972333, 0.068980769230769, 0.0306467026711755, 0.101403846153846, 0.139709937150015, 0.267442307692309, 0.242017781450994, 0.581442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 750, '2021-05-23 00:00:00', 0.0212579125540075, 0.0541730769230754, 0.0270176082184598, 0.0788653846153835, 0.0303910158789392, 0.100076923076922, 0.139789783108559, 0.27821153846154, 0.24279050561211, 0.583019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 765, '2021-05-23 00:00:00', 0.0184956647727146, 0.050519230769232, 0.023668975149241, 0.071403846153846, 0.0440077134847276, 0.0968269230769225, 0.152735502900122, 0.289423076923078, 0.242044430123574, 0.583615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 780, '2021-05-23 00:00:00', 0.0225813827334334, 0.0541730769230765, 0.0275504921078479, 0.0684807692307699, 0.0595078275394201, 0.104807692307692, 0.161946121144799, 0.303615384615386, 0.241183138203826, 0.580884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 795, '2021-05-23 00:00:00', 0.019875351956246, 0.0470192307692306, 0.0315808425375995, 0.0690192307692307, 0.0462386326987094, 0.104634615384616, 0.23000322489378, 0.35921153846154, 0.240283880985675, 0.582288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 an[...];
Date: 2021-05-23 16:58:15 Duration: 24s81ms Database: acaweb_fx User: pgperfstats
16 23s947ms 1 23s947ms 23s947ms 23s947ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstat[...];Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 23 16 1 23s947ms 23s947ms [ User: pgperfstats - Total duration: 23s947ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988010, 1, 1020, '2021-05-23 00:00:00', 0.000571999899139327, 0.00123173076923075, 0.000762346403193154, 0.00167903846153845, 0.000918947160948562, 0.00246326923076921, 0.00120422916615379, 0.00315326923076923, 0.00215464599983741, 0.00701076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1035, '2021-05-23 00:00:00', 0.000369416379629336, 0.00108769230769231, 0.000549314432865023, 0.00152211538461538, 0.00099378369802565, 0.00229096153846153, 0.00122364388044638, 0.00292711538461539, 0.00215393407512857, 0.00701000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1050, '2021-05-23 00:00:00', 0.000376386053857561, 0.0010623076923077, 0.000804713518063322, 0.00189961538461536, 0.000977889112008422, 0.00219634615384616, 0.00127738171212113, 0.00282096153846154, 0.00218480613468422, 0.00704038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1065, '2021-05-23 00:00:00', 0.000826027565194728, 0.00153846153846151, 0.000964160535627506, 0.00178346153846154, 0.00094593586138074, 0.00205557692307692, 0.00132567731599884, 0.00268288461538462, 0.0021701212745268, 0.00702211538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1080, '2021-05-23 00:00:00', 0.000377510723230279, 0.00101788461538463, 0.000392453230922562, 0.00126346153846157, 0.000518662184411486, 0.00162769230769232, 0.00119541227197988, 0.00244750000000002, 0.00242138946919705, 0.00717480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1095, '2021-05-23 00:00:00', 0.000273171473338938, 0.000804423076923086, 0.000338581429814735, 0.00110423076923075, 0.000522301121517538, 0.00150769230769232, 0.00102644929433762, 0.00225807692307694, 0.00252442499164888, 0.00715846153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1110, '2021-05-23 00:00:00', 0.000285604689144886, 0.000770961538461508, 0.000411914899724931, 0.00105173076923077, 0.000508320310888261, 0.00141346153846154, 0.00100792566881004, 0.00216807692307694, 0.00271515034291203, 0.00727923076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1125, '2021-05-23 00:00:00', 0.000199790274653612, 0.000701923076923089, 0.000317595049370488, 0.00100615384615385, 0.0004205377967098, 0.00129903846153847, 0.000930194789360741, 0.00198288461538465, 0.00269543234722399, 0.0073165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1140, '2021-05-23 00:00:00', 0.000252388665477546, 0.000729038461538472, 0.000282666492803523, 0.000932115384615359, 0.000682968773922962, 0.00131288461538461, 0.00103240682202019, 0.0019546153846154, 0.00268360437872992, 0.00731269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1155, '2021-05-23 00:00:00', 0.000187034858947572, 0.000554038461538436, 0.000354426296992733, 0.000819999999999983, 0.000639993749969466, 0.00118499999999998, 0.000965053605525848, 0.00199230769230771, 0.00271158461335518, 0.00738634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1170, '2021-05-23 00:00:00', 0.000257526473620413, 0.000596730769230742, 0.000514496953717504, 0.000903653846153848, 0.000482909770199167, 0.00111961538461537, 0.000883001110723251, 0.00198980769230771, 0.00283271343143201, 0.0074442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1185, '2021-05-23 00:00:00', 0.000384066550723453, 0.000626346153846166, 0.000381122633201503, 0.000812307692307702, 0.000425579604774497, 0.000980000000000024, 0.000860029337603341, 0.00190269230769234, 0.0028897740662284, 0.00749807692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1200, '2021-05-23 00:00:00', 0.00026252596941136, 0.00056826923076923, 0.000281810424549206, 0.00068634615384615, 0.000446865321304554, 0.00094384615384618, 0.000721229959060333, 0.0022044230769231, 0.00293137867931429, 0.00753519230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1215, '2021-05-23 00:00:00', 0.000169135926220454, 0.000434807692307671, 0.000234609003696341, 0.000629230769230758, 0.000365765845652881, 0.000889423076923079, 0.000904789754583904, 0.00235250000000005, 0.00288300847806857, 0.00754826923076928 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1230, '2021-05-23 00:00:00', 0.000174778541192969, 0.000463461538461517, 0.000317055200241249, 0.000669999999999974, 0.000348342007007719, 0.000868076923076897, 0.000906699254693403, 0.00237346153846157, 0.00291738378583382, 0.00755807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1245, '2021-05-23 00:00:00', 0.000245044815367444, 0.00048980769230769, 0.000281521484355711, 0.000642115384615398, 0.000289306332191617, 0.000813076923076929, 0.000887881683905813, 0.00240826923076924, 0.0029157482546707, 0.00756326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1260, '2021-05-23 00:00:00', 0.000170584628218998, 0.000448653846153865, 0.000205839463211988, 0.000613269230769243, 0.000254920500428014, 0.000842692307692328, 0.000905687945070587, 0.00242942307692308, 0.00292612978838284, 0.0075165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1275, '2021-05-23 00:00:00', 0.00014411266959731, 0.000457307692307691, 0.000160768825910442, 0.000556153846153869, 0.000301583513118066, 0.000846153846153855, 0.000880756689531167, 0.0024371153846154, 0.00292542084414952, 0.00752634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1290, '2021-05-23 00:00:00', 0.000176313204706443, 0.000402115384615414, 0.000222562696438888, 0.000656923076923102, 0.000399422852857263, 0.000871153846153857, 0.000870814472866577, 0.0024346153846154, 0.00306226919381437, 0.00759115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1305, '2021-05-23 00:00:00', 0.000193376177834395, 0.000542884615384611, 0.000288960005217671, 0.000693269230769221, 0.000408196455342098, 0.00086788461538463, 0.000824633345097179, 0.00241307692307693, 0.0031576321764161, 0.00764480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1320, '2021-05-23 00:00:00', 0.000189145039992744, 0.000485384615384601, 0.000341007838845176, 0.000627115384615385, 0.000617230788404043, 0.00100538461538462, 0.000826359881556568, 0.00239057692307694, 0.00324332227578685, 0.00767423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1335, '2021-05-23 00:00:00', 0.000185089583299957, 0.000398076923076935, 0.000209482971586299, 0.000518653846153853, 0.00056445729551628, 0.00111403846153848, 0.000754388596047272, 0.00235692307692308, 0.00324546978939043, 0.0076719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1350, '2021-05-23 00:00:00', 0.00014474978411038, 0.000377500000000022, 0.000370298060818829, 0.000775576923076914, 0.000521329697836404, 0.0011244230769231, 0.000744474233681334, 0.00237673076923078, 0.00325410992202402, 0.00769076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1365, '2021-05-23 00:00:00', 0.000378368156084094, 0.000697692307692301, 0.000554993693657878, 0.000960000000000021, 0.000552953468622381, 0.00114846153846156, 0.000726629653844488, 0.00241057692307692, 0.00327139735493046, 0.00770057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1380, '2021-05-23 00:00:00', 0.000444074707851993, 0.000642115384615407, 0.000386940116615163, 0.000855576923076943, 0.000624200658072773, 0.00169269230769231, 0.000688740126272934, 0.00240519230769232, 0.00328252182604492, 0.00774153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1395, '2021-05-23 00:00:00', 0.000324685232186519, 0.00062250000000003, 0.000481773845763268, 0.000799038461538487, 0.000753255524118715, 0.00189826923076925, 0.000706251126615851, 0.00244057692307692, 0.00332586336390785, 0.00774865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1410, '2021-05-23 00:00:00', 0.000431100737825699, 0.000524615384615388, 0.000613153293670109, 0.00153019230769231, 0.000748680069291188, 0.0019296153846154, 0.000703937497225439, 0.00247, 0.00338004436133834, 0.00776826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1425, '2021-05-23 00:00:00', 0.00062490630066868, 0.00144826923076923, 0.000782300871689503, 0.00180942307692309, 0.000734398367058707, 0.0019351923076923, 0.000676805988562341, 0.00251288461538461, 0.0033722683988446, 0.00776692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 0, '2021-05-23 00:00:00', 0.000767886635262888, 0.00124326923076924, 0.000770630511085167, 0.00140923076923079, 0.000681371806330119, 0.00165846153846153, 0.000711409867797725, 0.00239499999999998, 0.00338324923477641, 0.00772576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 15, '2021-05-23 00:00:00', 0.000688997085404345, 0.000713125000000009, 0.000766840609206094, 0.00108979166666666, 0.000751088943767174, 0.00165291666666667, 0.000691560112710924, 0.00238020833333334, 0.00346132869452201, 0.00784062500000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 30, '2021-05-23 00:00:00', 0.000446887737986079, 0.000648958333333301, 0.000466128393629713, 0.00104687499999997, 0.000630234026006425, 0.00148333333333333, 0.000730144385909639, 0.00228104166666666, 0.00352254961598857, 0.00777833333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 45, '2021-05-23 00:00:00', 0.000419534403100179, 0.000853653846153836, 0.000516506013070983, 0.0012873076923077, 0.000629336188742992, 0.00145903846153845, 0.000834157336201295, 0.00241230769230769, 0.0033927033242171, 0.00769461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 60, '2021-05-23 00:00:00', 0.000414254891805297, 0.000848653846153846, 0.000431146102311562, 0.000974807692307699, 0.000485434301979641, 0.00114769230769231, 0.000868316673889102, 0.00229538461538459, 0.00337665719997658, 0.00767538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 75, '2021-05-23 00:00:00', 0.000216463267447044, 0.000437115384615421, 0.000302090982219692, 0.000595192307692321, 0.000372143944441665, 0.000958653846153867, 0.000871025854071818, 0.00214096153846152, 0.0033906491776876, 0.0076646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 90, '2021-05-23 00:00:00', 0.000198616367750655, 0.000372307692307706, 0.000298057880285011, 0.000587500000000014, 0.000360075472857943, 0.000887115384615389, 0.000890020138060862, 0.00215961538461537, 0.00340014909175371, 0.00765538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 105, '2021-05-23 00:00:00', 0.000196611291639102, 0.000419999999999985, 0.000327911632092455, 0.000735961538461543, 0.000375900968955308, 0.000948461538461552, 0.000896745418808417, 0.00218211538461538, 0.00340014909175371, 0.00765538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 120, '2021-05-23 00:00:00', 0.000261731512461494, 0.000600769230769229, 0.000277195848564772, 0.00071153846153846, 0.000374858178310358, 0.000965576923076938, 0.000875319282407182, 0.00215038461538461, 0.00337604406642765, 0.00763846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 135, '2021-05-23 00:00:00', 0.000200763255142425, 0.000473269230769223, 0.000228736411954519, 0.000657115384615385, 0.000340831167318031, 0.00107173076923077, 0.000898904054946906, 0.00216750000000001, 0.00338223563410584, 0.00762173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 150, '2021-05-23 00:00:00', 0.000198707361173698, 0.000483846153846155, 0.000283051300052708, 0.000724038461538465, 0.000318374960360608, 0.00109884615384614, 0.000924783155456097, 0.00224673076923076, 0.00337096631318309, 0.00761826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 165, '2021-05-23 00:00:00', 0.000252436435258784, 0.000556923076923087, 0.000294912046862447, 0.000888653846153878, 0.000436115766211741, 0.00119519230769233, 0.000932015372108271, 0.00223557692307693, 0.0033955532006525, 0.00760153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 180, '2021-05-23 00:00:00', 0.000324669299204782, 0.00073307692307696, 0.000294006868051639, 0.000850961538461537, 0.000449796193163745, 0.00128115384615386, 0.000930745958068857, 0.00224403846153843, 0.00343209586673529, 0.00761596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 195, '2021-05-23 00:00:00', 0.000211585952710984, 0.000548846153846137, 0.000407746197454297, 0.000880192307692326, 0.000421022382010535, 0.00118038461538465, 0.000954572095032827, 0.00216326923076923, 0.00353798846043252, 0.00764288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 210, '2021-05-23 00:00:00', 0.00032899596677446, 0.000692884615384637, 0.000341249344885269, 0.000921346153846169, 0.000393394693171349, 0.00121076923076925, 0.000922748152989833, 0.00213807692307692, 0.00369025730289074, 0.00767480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 225, '2021-05-23 00:00:00', 0.000192975486685563, 0.000586538461538487, 0.000283858036023951, 0.000779230769230784, 0.000497200160901018, 0.001185, 0.000893472138087375, 0.0020826923076923, 0.00369022592595837, 0.0076942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 240, '2021-05-23 00:00:00', 0.000255231192330523, 0.000565192307692304, 0.000350627349848157, 0.000863461538461525, 0.000569738840306537, 0.00127788461538462, 0.000882012471567126, 0.00207999999999998, 0.00368246487267176, 0.00770153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 255, '2021-05-23 00:00:00', 0.000214729257080081, 0.000615576923076925, 0.00039426274917196, 0.000888653846153835, 0.000422790910316389, 0.00120807692307694, 0.000793414165780733, 0.00205096153846152, 0.00371276276977337, 0.0077142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 270, '2021-05-23 00:00:00', 0.000285142069852914, 0.000589999999999988, 0.00036176368189531, 0.000859807692307689, 0.000349125996652281, 0.0010701923076923, 0.000839637925628555, 0.0020303846153846, 0.00372522635347374, 0.00769576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 285, '2021-05-23 00:00:00', 0.000354931683567419, 0.000612499999999999, 0.000305493799509022, 0.000762307692307699, 0.000365520335117767, 0.00100134615384614, 0.000847955573037958, 0.00199557692307692, 0.00376870455196476, 0.00768000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 300, '2021-05-23 00:00:00', 0.000184923372903896, 0.000514423076923099, 0.000245199134143263, 0.000738846153846169, 0.000414628703225478, 0.00100980769230768, 0.000884516056296386, 0.00210942307692306, 0.0037711639500904, 0.00767346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 315, '2021-05-23 00:00:00', 0.000240154437490027, 0.000496923076923053, 0.000287371108231415, 0.00070807692307689, 0.00051869944610015, 0.000991346153846141, 0.000824250638692272, 0.00220365384615383, 0.00376780646244754, 0.00767653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 330, '2021-05-23 00:00:00', 0.000137310008599276, 0.000484038461538464, 0.00034028155762769, 0.000701538461538463, 0.000515513336393926, 0.00105999999999998, 0.000830695723243716, 0.00231923076923074, 0.00375096416323138, 0.0076969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 345, '2021-05-23 00:00:00', 0.000258636141801857, 0.000519423076923047, 0.000401761697450691, 0.000722307692307676, 0.000443202723193511, 0.00102942307692307, 0.000841996162973166, 0.00246846153846151, 0.00374784177894424, 0.00770000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 360, '2021-05-23 00:00:00', 0.000241483237194962, 0.000481923076923091, 0.000338483552605756, 0.00073634615384617, 0.000416392981910841, 0.00100134615384615, 0.00116520536321351, 0.00265653846153845, 0.00373585245137726, 0.00772846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 375, '2021-05-23 00:00:00', 0.000276211248587298, 0.00050557692307693, 0.000329059498945335, 0.000678076923076924, 0.000456754983973516, 0.000941346153846146, 0.00121325328701863, 0.00291346153846153, 0.00372793747884185, 0.0077246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 390, '2021-05-23 00:00:00', 0.000171758439497024, 0.000405192307692332, 0.000279155043768737, 0.00062653846153845, 0.000407988499083735, 0.00090115384615384, 0.00140950805657096, 0.00319519230769228, 0.00372839460708677, 0.00772788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 405, '2021-05-23 00:00:00', 0.000224170608105641, 0.000462307692307672, 0.000292078558979259, 0.000611730769230729, 0.000403990717715143, 0.000922499999999971, 0.00152417277690102, 0.00343057692307691, 0.00373423411980802, 0.00772269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 420, '2021-05-23 00:00:00', 0.00018322212244662, 0.000392884615384567, 0.000237794756363228, 0.000602115384615341, 0.000317965165000567, 0.000900384615384579, 0.0015575801251152, 0.00350961538461539, 0.00373423411980802, 0.00772269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 435, '2021-05-23 00:00:00', 0.000218290297187359, 0.000435576923076916, 0.00028125159828602, 0.000642307692307707, 0.000258196704978062, 0.000951538461538478, 0.00157853749254956, 0.00362884615384615, 0.00374100221043258, 0.00770846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 450, '2021-05-23 00:00:00', 0.000227715493881787, 0.000492115384615389, 0.000253984024331026, 0.000688269230769231, 0.000320928520678084, 0.00101365384615387, 0.0016088969943603, 0.00374153846153847, 0.00374250662606678, 0.00769038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 465, '2021-05-23 00:00:00', 0.000135988828726725, 0.000444807692307703, 0.000146860478005479, 0.000655000000000004, 0.000366594305214119, 0.000970769230769254, 0.00173728275897027, 0.00395576923076923, 0.00374438971611579, 0.0076721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 480, '2021-05-23 00:00:00', 0.000134172105320575, 0.000508076923076929, 0.00032349747353671, 0.000773846153846168, 0.000456177470525882, 0.00123326923076923, 0.00175440834865952, 0.00407942307692309, 0.00374496074232272, 0.00766980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 495, '2021-05-23 00:00:00', 0.000242213510389874, 0.000525769230769242, 0.000284196302688052, 0.000696538461538439, 0.000465135092039023, 0.00136442307692307, 0.00165716900628291, 0.00413634615384614, 0.00372130300277488, 0.00760903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 510, '2021-05-23 00:00:00', 0.000156538026837429, 0.000461923076923063, 0.000353070106352829, 0.000892499999999988, 0.000523625379886758, 0.00150153846153843, 0.00157038815632903, 0.0042198076923077, 0.0037253666881984, 0.00757519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 525, '2021-05-23 00:00:00', 0.000317374324006327, 0.000692307692307667, 0.000387851279983199, 0.00105115384615382, 0.000706628860261061, 0.00163211538461534, 0.001519865581101, 0.00436576923076924, 0.00373667577482362, 0.00753038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 540, '2021-05-23 00:00:00', 0.000317522682412038, 0.00079057692307691, 0.000404234937400722, 0.0011482692307692, 0.00111728572201354, 0.00187576923076923, 0.00145442768284142, 0.00446826923076925, 0.00371058156337541, 0.00748346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 555, '2021-05-23 00:00:00', 0.000272973441931597, 0.000772500000000005, 0.000620773989591876, 0.00120711538461539, 0.00120350820520674, 0.0021, 0.00147548959280017, 0.00444346153846156, 0.00371585029093145, 0.00741923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 570, '2021-05-23 00:00:00', 0.000508210624113211, 0.000850961538461528, 0.000957200887202648, 0.00141846153846154, 0.00127665929736104, 0.00230519230769229, 0.00134463549536097, 0.00438615384615389, 0.0036408941051087, 0.00731673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 585, '2021-05-23 00:00:00', 0.000583057326644516, 0.00104038461538462, 0.000768047299224571, 0.00154942307692307, 0.00110282031802384, 0.00238057692307694, 0.00125991831237039, 0.0042519230769231, 0.00356523882574722, 0.00728826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 600, '2021-05-23 00:00:00', 0.000520242288228791, 0.00121903846153847, 0.000859035416123114, 0.0017503846153846, 0.00095181171376567, 0.00223153846153849, 0.00118025512235542, 0.00404807692307695, 0.00339998692870789, 0.00724365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 615, '2021-05-23 00:00:00', 0.000491511327046882, 0.00111423076923076, 0.000574809935142486, 0.00151230769230769, 0.000508747519366512, 0.00197096153846155, 0.000998885629088745, 0.0038775, 0.00313763916638951, 0.00714846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 630, '2021-05-23 00:00:00', 0.000398408564937263, 0.00106423076923079, 0.000461194602677058, 0.00139730769230771, 0.000416030000767316, 0.00193519230769231, 0.00100825044584095, 0.0038598076923077, 0.00296134971826128, 0.00712692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 645, '2021-05-23 00:00:00', 0.000356704575028356, 0.00097692307692308, 0.000411497453025135, 0.00144192307692307, 0.000650329177003088, 0.00206403846153846, 0.00108933368836887, 0.00388326923076924, 0.00318548998766883, 0.0071726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 660, '2021-05-23 00:00:00', 0.000319750623984484, 0.000982692307692298, 0.000480342546042366, 0.00135519230769229, 0.000621962186582479, 0.0021101923076923, 0.00114613438935469, 0.00384096153846155, 0.00315331613604567, 0.00714942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 675, '2021-05-23 00:00:00', 0.000256906522958195, 0.000964807692307693, 0.000462398762308695, 0.00147115384615384, 0.000786773058863761, 0.00215461538461538, 0.00128781020161532, 0.00387365384615385, 0.00303850054113231, 0.00719653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 690, '2021-05-23 00:00:00', 0.000377380903271247, 0.00103211538461537, 0.000584342793230139, 0.00150249999999999, 0.000890009269614661, 0.00214750000000001, 0.00140120964225141, 0.00384230769230769, 0.00318437695874476, 0.00723384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 705, '2021-05-23 00:00:00', 0.000564042960720606, 0.00115769230769231, 0.000802018055618755, 0.00151480769230768, 0.0010115245158442, 0.00219461538461541, 0.00149844401348145, 0.00391230769230769, 0.00319201964038684, 0.00717576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 720, '2021-05-23 00:00:00', 0.000429536825680177, 0.00093673076923074, 0.000568808505021365, 0.00138634615384616, 0.000866880348411207, 0.00209846153846155, 0.00144265888339763, 0.00377057692307692, 0.00310879235147918, 0.0071117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 735, '2021-05-23 00:00:00', 0.000344528440268519, 0.00093538461538462, 0.000583438646171274, 0.00143057692307693, 0.000688845773740388, 0.0020225, 0.00149554888303203, 0.0036923076923077, 0.00311143971745952, 0.00706365384615389 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 750, '2021-05-23 00:00:00', 0.000420661978315132, 0.00105249999999999, 0.000508149924878345, 0.00149288461538462, 0.00077664527592421, 0.00198173076923077, 0.00152398157671073, 0.00366461538461537, 0.00311991428013409, 0.00706134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 765, '2021-05-23 00:00:00', 0.000346113642964503, 0.000945576923076935, 0.000467002264860239, 0.00134865384615383, 0.000637000694360185, 0.00174326923076922, 0.00156500893337336, 0.00358519230769229, 0.00309487541690355, 0.00696461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 780, '2021-05-23 00:00:00', 0.000364699665689219, 0.000915384615384566, 0.00059128715528076, 0.00122749999999999, 0.000598728942138158, 0.00163711538461537, 0.00162322456856712, 0.00374500000000001, 0.00306580372822526, 0.00693250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 795, '2021-05-23 00:00:00', 0.000286283882778056, 0.000872307692307694, 0.000378454549654057, 0.00118461538461537, 0.000486483654559796, 0.00160711538461537, 0.0015185136963998, 0.00363038461538461, 0.00308020910878564, 0.00682692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 810, '2021-05-23 00:00:00', 0.00027610143063737, 0.000774999999999987, 0.000306032740832645, 0.00111096153846153, 0.0005026819226754, 0.00163134615384614, 0.00150903842281713, 0.0036898076923077, 0.00306976774365747, 0.00682000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 825, '2021-05-23 00:00:00', 0.000294437403560387, 0.000845769230769255, 0.000335758842028053, 0.00121500000000001, 0.000615049466428387, 0.00168038461538464, 0.00147708918537049, 0.00372269230769233, 0.00308028787365975, 0.00686576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 840, '2021-05-23 00:00:00', 0.000241017713999492, 0.000798461538461526, 0.000378932914704123, 0.00107807692307693, 0.000656289687444605, 0.00176692307692308, 0.00164037098289942, 0.00402980769230771, 0.00311735018145958, 0.0069019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 855, '2021-05-23 00:00:00', 0.000330059260413382, 0.000791346153846154, 0.000502120005576353, 0.00120750000000003, 0.000753392659905832, 0.00192750000000002, 0.00160211683286639, 0.00404788461538464, 0.00315991896804576, 0.00693826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 870, '2021-05-23 00:00:00', 0.000416900513865765, 0.000919038461538479, 0.000622885716150734, 0.00137384615384616, 0.000886803876505173, 0.00211134615384616, 0.0015891052150866, 0.00412076923076926, 0.00315580384127647, 0.0070317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 885, '2021-05-23 00:00:00', 0.000457235211309807, 0.000984038461538469, 0.00052176284031965, 0.00144769230769232, 0.000802032801938044, 0.00225884615384614, 0.00149637383492434, 0.00402057692307692, 0.0031538393452084, 0.00704115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 900, '2021-05-23 00:00:00', 0.000393327153906247, 0.000987999999999989, 0.000628108469931735, 0.00144659999999999, 0.000797283826500955, 0.00215360000000001, 0.00150078126876194, 0.0038906, 0.00332749467818256, 0.00705500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 915, '2021-05-23 00:00:00', 0.000475817838447216, 0.00102115384615385, 0.000736316925912064, 0.00158384615384615, 0.000764779933153214, 0.00197211538461537, 0.00146853963305257, 0.00379442307692307, 0.00324730235971099, 0.00704384615384621 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 930, '2021-05-23 00:00:00', 0.000748894159102905, 0.00117230769230768, 0.000744506780461979, 0.00151788461538462, 0.000713080209103677, 0.00195076923076923, 0.00154276825369703, 0.00378326923076922, 0.00317009338008542, 0.00710596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 945, '2021-05-23 00:00:00', 0.000328191079426888, 0.00103923076923077, 0.000453648118462548, 0.00135384615384614, 0.000524851920508562, 0.00186846153846157, 0.0015162194381472, 0.00360423076923079, 0.00325481420951512, 0.00721846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 960, '2021-05-23 00:00:00', 0.000275332805611957, 0.0009480769230769, 0.000355485367003814, 0.00127961538461539, 0.000740077334836347, 0.00202769230769234, 0.00162643079022276, 0.00352634615384618, 0.00324433762944705, 0.00722442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 975, '2021-05-23 00:00:00', 0.000313702026672522, 0.000979807692307698, 0.000479049700328254, 0.00139884615384619, 0.00075828554090029, 0.00199480769230772, 0.00159354182199952, 0.00347846153846156, 0.00318582140718236, 0.00725596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 990, '2021-05-23 00:00:00', 0.000401023690073297, 0.00100000000000003, 0.000755639209798319, 0.00156615384615388, 0.000779769418580798, 0.00192288461538465, 0.00155779607631571, 0.00340115384615386, 0.00315597155588233, 0.00722230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1005, '2021-05-23 00:00:00', 0.000426118121940553, 0.00113557692307692, 0.000451354244298375, 0.00141442307692307, 0.000669776541381237, 0.00179115384615385, 0.00138110609239898, 0.00329096153846154, 0.00294660456484043, 0.00716730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1020, '2021-05-23 00:00:00', 0.000317756801052918, 0.00100576923076923, 0.000466415999527658, 0.00131826923076925, 0.000799334338443805, 0.00205923076923078, 0.00133984139417262, 0.0031048076923077, 0.00291114785714394, 0.00726538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1035, '2021-05-23 00:00:00', 0.000329479367861107, 0.000940576923076936, 0.000327668981654407, 0.00126519230769233, 0.000768311860760047, 0.00202365384615387, 0.00129196671783756, 0.00304500000000001, 0.00293916665976026, 0.00730057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1050, '2021-05-23 00:00:00', 0.00033145506714858, 0.000977307692307707, 0.000699219674956419, 0.00167307692307693, 0.000921798847571736, 0.00207134615384615, 0.00139787015188766, 0.0030301923076923, 0.00290263715636978, 0.00734269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1065, '2021-05-23 00:00:00', 0.000614866620933728, 0.00133519230769232, 0.000673055832636569, 0.00156307692307694, 0.000851574491976223, 0.00196634615384614, 0.00146103457811971, 0.00290096153846152, 0.0027503243515014, 0.00733596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1080, '2021-05-23 00:00:00', 0.000420993513562299, 0.000956538461538477, 0.000741246662983769, 0.00135884615384615, 0.000729767534113505, 0.00164557692307691, 0.00145194235952553, 0.00268384615384613, 0.00261450760182487, 0.00729000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1095, '2021-05-23 00:00:00', 0.000350505184862339, 0.000901730769230767, 0.000379433585959177, 0.00114461538461537, 0.000498105526354194, 0.00146865384615384, 0.00109546456601051, 0.00241615384615382, 0.00245822341257947, 0.00720788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1110, '2021-05-23 00:00:00', 0.00030054616949815, 0.000789999999999992, 0.000355933442352126, 0.00102615384615382, 0.000529469691149699, 0.00139807692307689, 0.001082563570704, 0.00230173076923074, 0.00241307738407587, 0.00721230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1125, '2021-05-23 00:00:00', 0.000212310005561512, 0.00066153846153844, 0.000378148119127912, 0.000954999999999988, 0.000492454956940626, 0.00134173076923075, 0.000980456585160502, 0.00216365384615383, 0.00235755202242951, 0.00725153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1140, '2021-05-23 00:00:00', 0.000270619588238637, 0.000714807692307695, 0.000318571873305726, 0.000925961538461515, 0.000555625634896243, 0.00132461538461537, 0.000963076820164644, 0.00221519230769231, 0.00236212242404026, 0.0072821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1155, '2021-05-23 00:00:00', 0.000254035733404088, 0.000671923076923064, 0.000462642452074552, 0.00098403846153846, 0.000489131726791309, 0.0012653846153846, 0.000937247545496104, 0.00217480769230766, 0.00233285361735364, 0.00726000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1170, '2021-05-23 00:00:00', 0.000350887281923116, 0.000668269230769219, 0.000350396259200273, 0.00093653846153844, 0.000402000047837742, 0.00112403846153842, 0.000783038067647167, 0.00208115384615382, 0.00225061694105964, 0.00720884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1185, '2021-05-23 00:00:00', 0.000234664408497296, 0.000629230769230749, 0.000241044282557882, 0.000797884615384616, 0.000395537608831312, 0.00109499999999998, 0.000786274785594377, 0.00196596153846151, 0.0022434557906532, 0.00721173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1200, '2021-05-23 00:00:00', 0.000171197254650855, 0.000522500000000015, 0.000227950736918154, 0.000713461538461507, 0.000419366050861775, 0.0010832692307692, 0.000751186471779515, 0.00214634615384616, 0.00221708634161006, 0.00720461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1215, '2021-05-23 00:00:00', 0.000229751789145105, 0.000471730769230751, 0.000323372671410847, 0.000743269230769207, 0.000424626759184324, 0.00112326923076921, 0.000746354241527507, 0.00219942307692309, 0.00223196468299879, 0.00722711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1230, '2021-05-23 00:00:00', 0.000188193129115183, 0.000504423076923068, 0.000313559956234639, 0.000765384615384599, 0.000420670938456115, 0.00111096153846153, 0.000695281680604742, 0.00221384615384616, 0.00224988368930144, 0.00724115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1245, '2021-05-23 00:00:00', 0.000193917607404678, 0.00053403846153845, 0.000301292855234568, 0.000780769230769213, 0.000568331430931434, 0.00105884615384615, 0.000730690084782835, 0.00218000000000001, 0.00227334125496779, 0.00722230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1260, '2021-05-23 00:00:00', 0.000290983478251577, 0.000540769230769212, 0.000431927032655361, 0.000800192307692298, 0.000662998578719898, 0.00114365384615384, 0.000724864443560599, 0.00221769230769233, 0.00226156872886602, 0.00724865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1275, '2021-05-23 00:00:00', 0.000289158460683095, 0.00050884615384614, 0.000374682686262115, 0.000731346153846154, 0.000487013188891063, 0.000990384615384596, 0.000605366926239428, 0.00223865384615385, 0.00220808141572308, 0.00723653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1290, '2021-05-23 00:00:00', 0.00016563502509572, 0.000494807692307697, 0.000305115614909415, 0.000793461538461536, 0.0003417552543066, 0.000934423076923067, 0.000606655268982789, 0.00225384615384616, 0.0022052623513908, 0.00723596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1305, '2021-05-23 00:00:00', 0.000248949485144769, 0.000589615384615379, 0.000247747778069685, 0.000674807692307664, 0.000354244428868848, 0.000901346153846132, 0.000601935499994652, 0.00223288461538461, 0.00240756835512835, 0.00741076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1320, '2021-05-23 00:00:00', 0.000160682797892189, 0.00045980769230769, 0.000263320877667123, 0.000593269230769215, 0.000495251917248627, 0.0010473076923077, 0.000594194121349352, 0.00220942307692307, 0.00241235468274975, 0.00747365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1335, '2021-05-23 00:00:00', 0.000216042018705033, 0.000406923076923078, 0.000282953991911162, 0.000590192307692297, 0.000529095490872425, 0.00111596153846155, 0.000597424858487184, 0.00220269230769231, 0.00241905850248843, 0.00748596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1350, '2021-05-23 00:00:00', 0.000141760903799868, 0.000411923076923102, 0.000455442684057534, 0.000849038461538515, 0.000511520659030887, 0.00111923076923077, 0.000589849948324523, 0.00218480769230768, 0.00238556828417499, 0.00747096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1365, '2021-05-23 00:00:00', 0.000433188225211078, 0.000714038461538502, 0.000502327237810318, 0.000940576923076945, 0.000492361499463386, 0.00108538461538462, 0.000601879108740663, 0.00215769230769229, 0.00234220379458848, 0.00744884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1380, '2021-05-23 00:00:00', 0.000273261568127296, 0.000558269230769207, 0.00026410436456941, 0.000746346153846124, 0.00056464461253211, 0.00147346153846154, 0.000688120628959785, 0.00211999999999999, 0.00231635632306099, 0.00742884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1395, '2021-05-23 00:00:00', 0.000172056788478487, 0.000501538461538442, 0.000272977034818815, 0.000652692307692279, 0.000679154593254311, 0.00168480769230768, 0.000792127417877856, 0.0022103846153846, 0.00230472685683475, 0.0074317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1410, '2021-05-23 00:00:00', 0.000240124727205242, 0.000421730769230748, 0.000568207166986986, 0.00132923076923077, 0.000657701972488574, 0.00174326923076922, 0.000996278401776422, 0.00225557692307693, 0.00229223405470263, 0.00744980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1425, '2021-05-23 00:00:00', 0.000595059790143927, 0.0012569230769231, 0.000677867498965551, 0.00158288461538462, 0.000673946956369686, 0.00172750000000001, 0.0010014632563635, 0.00232942307692308, 0.00229525688188624, 0.00745192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 0, '2021-05-23 00:00:00', 0.000634948695686382, 0.0010453846153846, 0.000625100884165592, 0.00125865384615385, 0.000630777328747285, 0.00145403846153846, 0.001015017714889, 0.00224480769230769, 0.00232619902085255, 0.00740326923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 15, '2021-05-23 00:00:00', 0.000321541520297711, 0.000507916666666691, 0.000418632121630503, 0.000804374999999996, 0.000477685201962451, 0.00140875, 0.000777157119510474, 0.00215583333333334, 0.00239677168139847, 0.0074241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 30, '2021-05-23 00:00:00', 0.000344599712040578, 0.000575192307692284, 0.000571017849646954, 0.000899230769230742, 0.00045308498099142, 0.00141000000000001, 0.000780079483129783, 0.00211499999999999, 0.00232924158175014, 0.00732788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 45, '2021-05-23 00:00:00', 0.00041921042999359, 0.000619230769230786, 0.000380603619773395, 0.00114634615384617, 0.000371523267725638, 0.00129153846153848, 0.000792933501916487, 0.00206846153846152, 0.00234628675537786, 0.00730653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 60, '2021-05-23 00:00:00', 0.000351858855006034, 0.000900576923076922, 0.00036037736631739, 0.00104961538461539, 0.000342839780924881, 0.00112865384615384, 0.000822623757348308, 0.00208961538461537, 0.0023824966865745, 0.00727730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 75, '2021-05-23 00:00:00', 0.00031943248955707, 0.000496346153846135, 0.000341988078964539, 0.000634615384615366, 0.000371965931028818, 0.000874423076923075, 0.000841899706250464, 0.00202634615384613, 0.00236294432533132, 0.0072467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 90, '2021-05-23 00:00:00', 0.00017511007527138, 0.000411538461538467, 0.00022516874014493, 0.000554807692307689, 0.000313315520497488, 0.000846153846153838, 0.000846045302478627, 0.00200442307692305, 0.00233974871267443, 0.00721903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 105, '2021-05-23 00:00:00', 0.000174744208663827, 0.000383461538461548, 0.000238449478603238, 0.000668076923076936, 0.000292011393349903, 0.000824423076923089, 0.00074621743583119, 0.00198230769230767, 0.00233637412210922, 0.00720403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 120, '2021-05-23 00:00:00', 0.00023789784491539, 0.000584230769230779, 0.000254650665694131, 0.000690192307692312, 0.000388144501244268, 0.000953076923076933, 0.00073310606326779, 0.00202249999999997, 0.00233745163668604, 0.0071969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 135, '2021-05-23 00:00:00', 0.000189020247185736, 0.000435576923076916, 0.000195807597872557, 0.000593846153846167, 0.000514557203219033, 0.00108134615384614, 0.000710557202807428, 0.00202653846153843, 0.00233307872695156, 0.00717788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 150, '2021-05-23 00:00:00', 0.000166683486330793, 0.000459230769230789, 0.000414959497560179, 0.000755769230769237, 0.000624847581414866, 0.00116249999999999, 0.000705536593392152, 0.00202673076923073, 0.00232424922534967, 0.00717269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 165, '2021-05-23 00:00:00', 0.000360729655857932, 0.00062826923076923, 0.00043802269874445, 0.000938269230769203, 0.000608675737849117, 0.0012630769230769, 0.000693080331674393, 0.00203711538461536, 0.00231380133446775, 0.00716115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 180, '2021-05-23 00:00:00', 0.000356424390514783, 0.000702884615384626, 0.000480273479784823, 0.000911153846153854, 0.000592947299513216, 0.00128750000000001, 0.000670868008340997, 0.00201326923076922, 0.0023043884972274, 0.00715211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 195, '2021-05-23 00:00:00', 0.00030912289067372, 0.000579807692307699, 0.000323543838427841, 0.000866153846153841, 0.000433760878826139, 0.0011825, 0.000628796041287211, 0.0019076923076923, 0.00225055460686063, 0.00708903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 210, '2021-05-23 00:00:00', 0.00022134353737676, 0.000649807692307662, 0.000317478285144784, 0.000877692307692293, 0.000377984940684977, 0.00122615384615383, 0.000559415629164795, 0.00184461538461538, 0.00224287363751198, 0.0070819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 225, '2021-05-23 00:00:00', 0.000197877195794252, 0.000614230769230745, 0.000275398173280357, 0.000893076923076907, 0.000393629853464472, 0.00123769230769229, 0.000508963652926215, 0.00177499999999998, 0.0022438702142641, 0.00707653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 240, '2021-05-23 00:00:00', 0.000255673845718762, 0.00063865384615382, 0.000329513452509348, 0.000831346153846143, 0.000396408928332283, 0.00116596153846154, 0.000487001382086183, 0.00171288461538461, 0.00224351397622982, 0.00707519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 255, '2021-05-23 00:00:00', 0.000207597335835878, 0.00053057692307694, 0.000284764207452666, 0.000805576923076931, 0.000353225793988006, 0.00103769230769233, 0.000483811787944277, 0.00165461538461536, 0.00225043350524706, 0.00708480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 270, '2021-05-23 00:00:00', 0.000197666774765395, 0.000583076923076908, 0.000291176724027502, 0.000793269230769235, 0.000317428126328767, 0.00101115384615383, 0.000529605949304243, 0.00165269230769228, 0.00226490747815787, 0.00708173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 285, '2021-05-23 00:00:00', 0.000227741841025854, 0.000527115384615413, 0.000255276622208454, 0.000706923076923105, 0.000317121670413978, 0.000943076923076927, 0.000614642141036932, 0.0016551923076923, 0.002293992455222, 0.00708076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 300, '2021-05-23 00:00:00', 0.00019094511897806, 0.000495961538461568, 0.000269563750130864, 0.000703846153846162, 0.000310793277820569, 0.000987692307692288, 0.000600419116438348, 0.00170365384615385, 0.00230552881469409, 0.00706865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 315, '2021-05-23 00:00:00', 0.000204703162201697, 0.000495769230769225, 0.000217627769721244, 0.00067461538461538, 0.00031167685435152, 0.000957307692307695, 0.000677213067255437, 0.00180653846153847, 0.00232552442389968, 0.00704461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 330, '2021-05-23 00:00:00', 0.000177319030173143, 0.000470961538461515, 0.000198635441101381, 0.000694038461538431, 0.00033711291192214, 0.000963653846153805, 0.000720006517064532, 0.00194576923076921, 0.00234112774435415, 0.00702865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 345, '2021-05-23 00:00:00', 0.000185838329241783, 0.000473269230769231, 0.000249644054297627, 0.000671923076923081, 0.000353335752289736, 0.000896923076923086, 0.000858885055441959, 0.00217846153846154, 0.00234129313381764, 0.00702846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 360, '2021-05-23 00:00:00', 0.000180679167416906, 0.000434807692307731, 0.000346767989384205, 0.000705961538461535, 0.000383609226246665, 0.000844038461538474, 0.000894022629209383, 0.00233730769230768, 0.00233288547808208, 0.00702942307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 375, '2021-05-23 00:00:00', 0.000246026655841638, 0.000511346153846156, 0.000260707395663901, 0.000612884615384625, 0.000268942659030077, 0.000758076923076928, 0.00105089216675825, 0.00265288461538463, 0.00232761297337986, 0.00701192307692313 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 390, '2021-05-23 00:00:00', 0.000103993342982241, 0.000346153846153851, 0.000163834930998823, 0.000508269230769264, 0.000254645756961418, 0.000732307692307724, 0.00108471938944877, 0.00282192307692308, 0.00232233155388156, 0.00701538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 405, '2021-05-23 00:00:00', 0.000134983902174141, 0.000359423076923083, 0.000186661046160814, 0.00049711538461537, 0.000227227520678839, 0.000737884615384624, 0.00122769208116441, 0.00322538461538463, 0.00231742735343778, 0.00702346153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 420, '2021-05-23 00:00:00', 0.000163834813619813, 0.000385384615384587, 0.000237437036188228, 0.000612115384615381, 0.000250044995950716, 0.000812500000000002, 0.0012414088925336, 0.00333903846153847, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 435, '2021-05-23 00:00:00', 0.000190437653839798, 0.000487500000000017, 0.000171611815981946, 0.00058384615384617, 0.000246549183734173, 0.000867499999999995, 0.00118180090735088, 0.00351423076923079, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 450, '2021-05-23 00:00:00', 0.000113665501159512, 0.000364615384615382, 0.000209135215737407, 0.000566538461538449, 0.000271892512698553, 0.000868461538461515, 0.00123534929660213, 0.00368826923076925, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 465, '2021-05-23 00:00:00', 0.000195336002432088, 0.00043692307692307, 0.000228346228346318, 0.000664999999999984, 0.000444898130085802, 0.000982115384615379, 0.00118301726367532, 0.00378961538461542, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 480, '2021-05-23 00:00:00', 0.000221224650872939, 0.000532115384615361, 0.000246195747635585, 0.000722115384615376, 0.000473546886639707, 0.00115557692307692, 0.00116786045333402, 0.0038690384615385, 0.00231041685382999, 0.0070390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 495, '2021-05-23 00:00:00', 0.000254311740858444, 0.000512692307692302, 0.000425298266378575, 0.000723846153846148, 0.000596441917992407, 0.00129480769230771, 0.00118065700418811, 0.00390480769230772, 0.00231014775584729, 0.0070344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 510, '2021-05-23 00:00:00', 0.000276499547920077, 0.000499999999999988, 0.000364731935283157, 0.000845769230769212, 0.000585823023945503, 0.00142115384615385, 0.00111725737342007, 0.00386403846153848, 0.00234141121975617, 0.00700750000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 525, '2021-05-23 00:00:00', 0.000329980477277999, 0.000621346153846151, 0.000508702270488353, 0.00104000000000003, 0.000785109203575181, 0.00167269230769232, 0.00112591912880782, 0.00390673076923081, 0.00236459458226174, 0.00698346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 540, '2021-05-23 00:00:00', 0.000457432508682979, 0.000822500000000008, 0.000561278348607358, 0.00115576923076921, 0.00079143637676161, 0.00185653846153843, 0.00103671626561204, 0.00393615384615386, 0.00238145472671321, 0.00695115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 555, '2021-05-23 00:00:00', 0.000294707482090296, 0.000797499999999972, 0.000507151206400854, 0.00127288461538459, 0.000663748330433927, 0.00200961538461539, 0.000988210815253813, 0.00383615384615386, 0.00234717574970433, 0.00687000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 570, '2021-05-23 00:00:00', 0.000414164218637943, 0.000904999999999968, 0.000469642294321287, 0.00127173076923075, 0.000687025360633669, 0.00205961538461538, 0.00102849232449175, 0.00379730769230771, 0.00235430469892592, 0.00685384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 585, '2021-05-23 00:00:00', 0.000257050803119967, 0.000908653846153855, 0.000486111454456518, 0.00149711538461541, 0.00107989865977535, 0.00236865384615385, 0.00107380461265252, 0.00378288461538463, 0.00232506052857523, 0.0068373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 600, '2021-05-23 00:00:00', 0.000418183986008376, 0.00123461538461539, 0.000550602048111523, 0.00165884615384615, 0.00108652892984246, 0.00242634615384615, 0.00117625083994083, 0.00377903846153847, 0.00224642081132155, 0.00687769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 615, '2021-05-23 00:00:00', 0.000470167564238046, 0.00116346153846155, 0.00111999953640099, 0.00183019230769232, 0.00118012875764274, 0.00241826923076924, 0.0012624253976435, 0.00379173076923079, 0.0021672197361171, 0.00695076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 630, '2021-05-23 00:00:00', 0.00072428404967623, 0.00123576923076925, 0.000764084167735876, 0.00161115384615387, 0.000892374899657377, 0.00228980769230771, 0.00134203255721141, 0.00376923076923078, 0.0021306109362196, 0.00690519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 645, '2021-05-23 00:00:00', 0.00035944465712882, 0.00099730769230771, 0.00058390663769004, 0.00155480769230768, 0.000743439330720126, 0.00227403846153847, 0.00130234417346334, 0.0035921153846154, 0.00202439249196852, 0.00690480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 660, '2021-05-23 00:00:00', 0.000508466359223086, 0.00116096153846154, 0.000685333944427594, 0.00170884615384616, 0.000713534781643777, 0.00222673076923079, 0.00149333932719724, 0.00359211538461541, 0.00203551505483542, 0.00691153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 675, '2021-05-23 00:00:00', 0.000604552631799266, 0.00117673076923077, 0.000699952855555314, 0.00162999999999999, 0.000649681963614651, 0.00214942307692308, 0.00152962800907733, 0.00359538461538466, 0.00198774217682738, 0.00689519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 690, '2021-05-23 00:00:00', 0.000484971093508138, 0.0011151923076923, 0.000534179781030272, 0.00156903846153848, 0.000590534601344086, 0.00201365384615388, 0.00141026964142977, 0.00356269230769233, 0.00197684240257422, 0.00687326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 705, '2021-05-23 00:00:00', 0.000401482109956825, 0.00117326923076925, 0.000533885899650991, 0.00161692307692309, 0.000596011357661492, 0.00201846153846157, 0.00159963468185231, 0.00373865384615385, 0.00197411413433587, 0.00682615384615385 where not exists (select 1 from powerstat[...];
Date: 2021-05-23 16:58:39 Duration: 23s947ms Database: acaweb_fx User: pgperfstats
17 23s820ms 1 23s820ms 23s820ms 23s820ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 1 23s820ms 23s820ms [ User: pgperfstats - Total duration: 23s820ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987935, 1, 1020, '2021-05-23 00:00:00', 0.00477977767426321, 0.0129561538461539, 0.00816134804098903, 0.0202146153846153, 0.0117796846780965, 0.0290213461538462, 0.0184775569574386, 0.0405413461538463, 0.0246404693613201, 0.0761278846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1035, '2021-05-23 00:00:00', 0.00731517780687215, 0.0154428846153846, 0.00906995706248832, 0.0201363461538462, 0.0128863119224056, 0.0293248076923079, 0.0175410989349629, 0.0384703846153847, 0.0243976769488408, 0.0759824999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1050, '2021-05-23 00:00:00', 0.00721531570022009, 0.0134194230769232, 0.00956598693488854, 0.0218390384615386, 0.0117864122827943, 0.0269325000000002, 0.0156000216826774, 0.0356725000000001, 0.0240710610772482, 0.075505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1065, '2021-05-23 00:00:00', 0.00581245515780901, 0.0149198076923076, 0.00935433974358781, 0.0197590384615384, 0.0112730222433917, 0.0256875, 0.0151387175963337, 0.0328626923076923, 0.0242921407771826, 0.0759284615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1080, '2021-05-23 00:00:00', 0.00794488810251838, 0.0140501923076924, 0.00816847974745697, 0.0179607692307693, 0.0122075230335801, 0.0248311538461539, 0.0157695602494662, 0.0316023076923077, 0.0253747079498161, 0.0769015384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1095, '2021-05-23 00:00:00', 0.00640723855374654, 0.0129982692307693, 0.00996513499850671, 0.0183684615384617, 0.0119240951857993, 0.021935, 0.0147441803486613, 0.030308076923077, 0.0252585049507317, 0.0772271153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1110, '2021-05-23 00:00:00', 0.009342795119976, 0.012575576923077, 0.0102038005739943, 0.0162919230769232, 0.0105780538434717, 0.0183063461538461, 0.014022082936733, 0.0283767307692309, 0.0264487946504472, 0.0775876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1125, '2021-05-23 00:00:00', 0.00923167007976008, 0.00998730769230776, 0.00900540693993601, 0.0124980769230768, 0.0091110281780676, 0.0157273076923078, 0.0147226259376513, 0.0264225, 0.0270842162806763, 0.0780565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1140, '2021-05-23 00:00:00', 0.00501060222466792, 0.0079644230769232, 0.00574076615095955, 0.010715, 0.00586990646302105, 0.0138882692307695, 0.0123023500944395, 0.0254096153846156, 0.0266805639111202, 0.0775738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1155, '2021-05-23 00:00:00', 0.0046755999244854, 0.00689057692307684, 0.00517337878358658, 0.00976403846153857, 0.00758795430017458, 0.0134023076923079, 0.0132364945278052, 0.0251207692307695, 0.0266266821527116, 0.0776626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1170, '2021-05-23 00:00:00', 0.00361697600000546, 0.00609576923076918, 0.00458697572984142, 0.00841211538461544, 0.0087606912376559, 0.0128601923076924, 0.0126633098617163, 0.0242705769230772, 0.0269059363223918, 0.0778107692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1185, '2021-05-23 00:00:00', 0.00425405283682078, 0.0059715384615384, 0.00654712085870295, 0.00892346153846157, 0.00853430667726096, 0.0127673076923077, 0.0123288946428859, 0.0248413461538464, 0.0268776744558348, 0.0778269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1200, '2021-05-23 00:00:00', 0.00401525023647832, 0.00562730769230754, 0.0060106355225229, 0.00918923076923085, 0.00741606791936382, 0.0124742307692308, 0.0141912237180372, 0.0274511538461539, 0.0268776744558348, 0.0778269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1215, '2021-05-23 00:00:00', 0.00516169467177347, 0.00635673076923075, 0.00515328267671725, 0.00800211538461531, 0.00673157305881434, 0.0108346153846155, 0.0178429973551357, 0.029981153846154, 0.0270405392676368, 0.0779332692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1230, '2021-05-23 00:00:00', 0.00280522938181813, 0.00509326923076908, 0.00398087978776237, 0.00796673076923074, 0.00471850183198644, 0.0103334615384615, 0.017783259020343, 0.0296642307692309, 0.0268917755578512, 0.078209423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1245, '2021-05-23 00:00:00', 0.00318017010309445, 0.00628326923076932, 0.0030898177192937, 0.0073865384615386, 0.00596018499003049, 0.0108836538461541, 0.0177927692195452, 0.0296175, 0.0269198285912933, 0.0783042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1260, '2021-05-23 00:00:00', 0.00275501998457049, 0.0044536538461542, 0.00403726985054914, 0.00722038461538496, 0.00606227953128051, 0.011968653846154, 0.0178265818242999, 0.0294184615384616, 0.0268861477437731, 0.0787625 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1275, '2021-05-23 00:00:00', 0.00327110562348567, 0.00515500000000011, 0.00466939207458026, 0.0076371153846156, 0.00588681895293324, 0.0124007692307693, 0.0174458993209116, 0.0299513461538462, 0.0269384397219631, 0.0788055769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1290, '2021-05-23 00:00:00', 0.00305793992998293, 0.00496115384615391, 0.00427116657186436, 0.0088482692307693, 0.00600778333625514, 0.0116388461538463, 0.0176404395168077, 0.0298978846153847, 0.0270718136103557, 0.078871923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1305, '2021-05-23 00:00:00', 0.00392954317172587, 0.00700153846153862, 0.00487908084029696, 0.00895538461538466, 0.0116009117894307, 0.0142578846153847, 0.0174468873485743, 0.0293919230769232, 0.0270892093284107, 0.0788290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1320, '2021-05-23 00:00:00', 0.00352422026837145, 0.00603249999999989, 0.00394494291661951, 0.00803115384615397, 0.0115785787174154, 0.0143063461538461, 0.0172793698781123, 0.0292307692307694, 0.0273697953197708, 0.0791896153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1335, '2021-05-23 00:00:00', 0.00259701175169881, 0.00455903846153858, 0.0109662409448971, 0.0102723076923077, 0.0105450146223044, 0.0140192307692308, 0.0198186656307788, 0.0317757692307693, 0.0277465341099637, 0.079776346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1350, '2021-05-23 00:00:00', 0.0107318947140682, 0.00878807692307695, 0.0106067452051113, 0.0118096153846154, 0.00996829152092538, 0.0137446153846154, 0.0199733155022856, 0.0314819230769231, 0.0278792065725582, 0.0798586538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1365, '2021-05-23 00:00:00', 0.00486578011770418, 0.00693307692307694, 0.00518455366004126, 0.00867557692307704, 0.00527808429699222, 0.0106146153846154, 0.0189068648216623, 0.0302192307692309, 0.0265183874582262, 0.0786342307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1380, '2021-05-23 00:00:00', 0.00459610666342089, 0.00585269230769237, 0.00404260232257202, 0.00701846153846167, 0.010205769599368, 0.0156736538461539, 0.0187162021953007, 0.0307238461538464, 0.0268346607924555, 0.0791503846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1395, '2021-05-23 00:00:00', 0.00280103491862993, 0.00404884615384632, 0.00420237515716291, 0.00653019230769241, 0.0154209849231494, 0.02204, 0.0188105402337257, 0.031276730769231, 0.027096880712476, 0.0794078846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1410, '2021-05-23 00:00:00', 0.00449177090740562, 0.00547173076923077, 0.0109429348615725, 0.0134842307692307, 0.0154775506509862, 0.021863076923077, 0.0189595113455368, 0.0327023076923078, 0.027096880712476, 0.0794078846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1425, '2021-05-23 00:00:00', 0.0107278496752076, 0.0127344230769229, 0.015547022887159, 0.021194423076923, 0.0153000782665167, 0.0216848076923078, 0.0191899900078139, 0.0334525, 0.0267804170330026, 0.0797073076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 0, '2021-05-23 00:00:00', 0.00954415483625768, 0.0150265384615386, 0.0106572449824232, 0.016071153846154, 0.0106659203234486, 0.0175528846153846, 0.0171360672985821, 0.0330373076923076, 0.0271359404820647, 0.0801046153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 15, '2021-05-23 00:00:00', 0.00863927839868605, 0.00631400000000014, 0.00877677130745329, 0.00928600000000003, 0.0110322504201697, 0.0166142000000001, 0.0175119595514989, 0.0324425999999998, 0.0275379080390408, 0.0805929999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 30, '2021-05-23 00:00:00', 0.00431989510868025, 0.00483200000000004, 0.00685806601139608, 0.00785440000000008, 0.00758960480416011, 0.0155764, 0.0169757704955229, 0.0317511999999999, 0.0274333620083892, 0.0804863999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 45, '2021-05-23 00:00:00', 0.00630647869563212, 0.00495346153846162, 0.00692572717925989, 0.0124451923076924, 0.00893842891891331, 0.0152315384615386, 0.0169558652082852, 0.0316251923076921, 0.0271297033589782, 0.0797478846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 60, '2021-05-23 00:00:00', 0.00626716981886259, 0.0107434615384616, 0.00687884680630526, 0.0126492307692308, 0.00710658791869607, 0.0150646153846156, 0.01625506697807, 0.0315026923076922, 0.0263401161327094, 0.0793967307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 75, '2021-05-23 00:00:00', 0.004437941297667, 0.00694480769230761, 0.00526613891911211, 0.00872365384615399, 0.0154159420743094, 0.0170609615384616, 0.0166796878129797, 0.0296134615384615, 0.026351805832151, 0.0791388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 90, '2021-05-23 00:00:00', 0.00377465242923636, 0.00535980769230783, 0.00567767509298826, 0.00843769230769235, 0.0171762088545576, 0.0168988461538461, 0.0161928766544476, 0.0296071153846153, 0.026577590832533, 0.0789676923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 105, '2021-05-23 00:00:00', 0.0051331392591519, 0.00697942307692298, 0.0164402620884967, 0.0144815384615384, 0.0171651487356031, 0.0174613461538463, 0.0165562119053195, 0.030159423076923, 0.0266393460252659, 0.0790255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 120, '2021-05-23 00:00:00', 0.0167533848106998, 0.0129388461538461, 0.017599873583462, 0.015038076923077, 0.017338470880142, 0.0185176923076925, 0.0166351391152768, 0.0308492307692308, 0.0272811932318557, 0.0796830769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 135, '2021-05-23 00:00:00', 0.0087858926104033, 0.00669019230769237, 0.0088647092537684, 0.00872807692307704, 0.0103948514715405, 0.0140063461538462, 0.0133248053312378, 0.0260213461538461, 0.0263288697272668, 0.0771513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 150, '2021-05-23 00:00:00', 0.00403583948468642, 0.00542788461538471, 0.00753499791230623, 0.00951346153846164, 0.00802127155659332, 0.0147257692307692, 0.0118843501553673, 0.024878846153846, 0.0264453518011128, 0.0772232692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 165, '2021-05-23 00:00:00', 0.0069994319439837, 0.00747346153846167, 0.00749497153738127, 0.0109421153846154, 0.00797550760381175, 0.0149065384615385, 0.0113967293975743, 0.0244448076923076, 0.0268383138248575, 0.0777948076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 180, '2021-05-23 00:00:00', 0.00553655830332846, 0.0082146153846156, 0.00570269281871425, 0.0114657692307695, 0.00780562863974039, 0.0151423076923078, 0.0114783920962555, 0.0236913461538462, 0.0270212824013847, 0.0780288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 195, '2021-05-23 00:00:00', 0.00413893241530484, 0.00777153846153851, 0.00541021169783432, 0.0112061538461539, 0.00721019599914952, 0.0143528846153847, 0.0108556943883773, 0.0227855769230769, 0.0269283600574676, 0.0789542307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 210, '2021-05-23 00:00:00', 0.00481008356316336, 0.0073567307692306, 0.00529245997768366, 0.010258846153846, 0.00597930401468238, 0.0124475, 0.0106827679213554, 0.0219523076923076, 0.0271918705562187, 0.0791578846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 225, '2021-05-23 00:00:00', 0.00397401785157243, 0.00743826923076912, 0.00462158029915514, 0.00963269230769234, 0.00559781301045327, 0.0119324999999999, 0.0104168901475514, 0.0215478846153847, 0.0272953726396704, 0.0792715384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 240, '2021-05-23 00:00:00', 0.00383431123089712, 0.00693384615384628, 0.00481550084063469, 0.00817211538461557, 0.00600708439773715, 0.0111248076923075, 0.0102417175636629, 0.0211355769230769, 0.0274420398910982, 0.0794307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 255, '2021-05-23 00:00:00', 0.0034670233575127, 0.00525480769230785, 0.00480084124439092, 0.00820057692307678, 0.00597288103720607, 0.0106832692307692, 0.0104525600636694, 0.0206567307692308, 0.0283668764562583, 0.0800767307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 270, '2021-05-23 00:00:00', 0.00418574971227908, 0.00628942307692273, 0.00502541023201083, 0.00780999999999968, 0.00621884973596111, 0.0113359615384614, 0.0104537535621643, 0.0206534615384615, 0.0290735030046526, 0.0805901923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 285, '2021-05-23 00:00:00', 0.00412538149284876, 0.00531769230769227, 0.00536220189058423, 0.00734634615384624, 0.00638245882206737, 0.0109061538461538, 0.0108833479930791, 0.0206715384615384, 0.029640420439767, 0.0812996153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 300, '2021-05-23 00:00:00', 0.00491442955450116, 0.00559461538461566, 0.00542888000915914, 0.00827307692307718, 0.00620898142581826, 0.0111221153846156, 0.0117071998376409, 0.0215790384615384, 0.029640420439767, 0.0812996153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 315, '2021-05-23 00:00:00', 0.00415309602771082, 0.00608615384615361, 0.00474794501701711, 0.00802826923076899, 0.0067181793693282, 0.0122390384615385, 0.0119970309099311, 0.0227505769230767, 0.0296432513042113, 0.0812932692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 330, '2021-05-23 00:00:00', 0.00393717413303576, 0.00589807692307698, 0.00516613343360852, 0.00830442307692324, 0.00693340393701732, 0.0117980769230769, 0.0131828359853022, 0.024918846153846, 0.0297672610281059, 0.081571346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 345, '2021-05-23 00:00:00', 0.0052952899862484, 0.00610096153846163, 0.00630338320940554, 0.00929173076923093, 0.00711137805805703, 0.0109832692307693, 0.0139387684659066, 0.0280628846153845, 0.0300797073514049, 0.0816671153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 360, '2021-05-23 00:00:00', 0.00531336565797863, 0.00670115384615417, 0.00617034637165168, 0.00803788461538476, 0.00752780675996598, 0.0107488461538463, 0.0133090383184336, 0.0310801923076922, 0.0301000192007351, 0.0816382692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 375, '2021-05-23 00:00:00', 0.00310027649511361, 0.00492788461538451, 0.00522201872253061, 0.00731153846153843, 0.00648969752762031, 0.0095799999999999, 0.0128492293872493, 0.0317146153846154, 0.0300389548727343, 0.0815653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 390, '2021-05-23 00:00:00', 0.00489940940318316, 0.00587750000000015, 0.00613433028129418, 0.00760500000000014, 0.00631034084170289, 0.00984153846153851, 0.0123051145604644, 0.0339371153846153, 0.0299388578458731, 0.0815036538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 405, '2021-05-23 00:00:00', 0.00357610177212796, 0.00515826923076935, 0.00389972709104343, 0.00652076923076921, 0.00573257026861564, 0.0096417307692308, 0.0126401301234782, 0.0353115384615384, 0.0301968527167983, 0.0819449999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 420, '2021-05-23 00:00:00', 0.00338424495044548, 0.00447173076923092, 0.00462694298480279, 0.00655423076923072, 0.00622741363772975, 0.00976615384615367, 0.014514622552659, 0.0370653846153846, 0.0303304422480376, 0.0820298076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 435, '2021-05-23 00:00:00', 0.00423257568881387, 0.00530480769230746, 0.00536088280617452, 0.00781769230769211, 0.00611751043191707, 0.0107482692307691, 0.0147125463792486, 0.0379151923076923, 0.0301480220272218, 0.0820630769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 450, '2021-05-23 00:00:00', 0.00473625100036533, 0.00627846153846154, 0.00511672354975469, 0.00795826923076911, 0.00549518001385, 0.0105957692307692, 0.014731621850501, 0.0392621153846153, 0.0301154651485809, 0.0820436538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 465, '2021-05-23 00:00:00', 0.00298811769925733, 0.00470076923076904, 0.00340844955165155, 0.00715211538461524, 0.00484921582875478, 0.0101780769230769, 0.015548765646037, 0.039526346153846, 0.0301239621461823, 0.0820992307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 480, '2021-05-23 00:00:00', 0.00289526380490618, 0.00510749999999979, 0.00431701134600525, 0.00730519230769231, 0.00621913932952117, 0.0128, 0.0158699109492922, 0.0406734615384614, 0.0299128773941927, 0.0824649999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 495, '2021-05-23 00:00:00', 0.00430372216360887, 0.00503269230769247, 0.00525027265592344, 0.00753519230769235, 0.00849064150199381, 0.0159636538461537, 0.0157477115358196, 0.0416088461538461, 0.0297933091307687, 0.0830501923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 510, '2021-05-23 00:00:00', 0.00484810483194597, 0.00559769230769226, 0.00657709135209804, 0.0105755769230768, 0.00963924760269961, 0.0188221153846151, 0.0175091198533352, 0.0441290384615382, 0.0298528144041087, 0.0830453846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 525, '2021-05-23 00:00:00', 0.00648053856973655, 0.00815807692307689, 0.00760817922471475, 0.0134936538461537, 0.010121791200938, 0.0222236538461538, 0.0177658695385714, 0.0449026923076921, 0.0296465781421477, 0.0831815384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 540, '2021-05-23 00:00:00', 0.00633152054893117, 0.0107373076923076, 0.00831328726289337, 0.0154513461538462, 0.0095620557091357, 0.0246507692307693, 0.0184716927934026, 0.0458944230769228, 0.0297356435638083, 0.0834319230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 555, '2021-05-23 00:00:00', 0.00495084115619219, 0.0110880769230769, 0.00790064671160145, 0.0173623076923077, 0.00838222369982141, 0.0247680769230772, 0.0203512013867637, 0.0480682692307692, 0.0303791770030826, 0.0842792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 570, '2021-05-23 00:00:00', 0.00742087036415101, 0.0132698076923076, 0.00842327598658327, 0.0190321153846153, 0.00913043714515031, 0.0262423076923077, 0.0199018530882467, 0.0488378846153845, 0.0300296384574412, 0.0839367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 585, '2021-05-23 00:00:00', 0.0060905932008683, 0.0126184615384615, 0.00765466413120416, 0.0194251923076925, 0.0114104122422665, 0.0273784615384617, 0.0210622128101853, 0.0493276923076924, 0.0294813003522834, 0.0837926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 600, '2021-05-23 00:00:00', 0.00714895720475289, 0.016743653846154, 0.00849811358252759, 0.0225573076923078, 0.0139190070766563, 0.0292050000000001, 0.0214232537651174, 0.0489467307692308, 0.0298749250633115, 0.0831634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 615, '2021-05-23 00:00:00', 0.0057030408218235, 0.0141111538461536, 0.0079893602709143, 0.0193034615384614, 0.0114129083278541, 0.0258074999999999, 0.0174991325510283, 0.0474309615384614, 0.0283972871266579, 0.0829869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 630, '2021-05-23 00:00:00', 0.00671031646909332, 0.013028653846154, 0.0101333367824303, 0.0196978846153846, 0.0113689398413128, 0.0255063461538461, 0.0162752688138028, 0.0465148076923076, 0.0280390496636113, 0.0826690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 645, '2021-05-23 00:00:00', 0.00782500491029579, 0.0133446153846155, 0.0077427020725722, 0.0175807692307694, 0.00931580606570595, 0.024254423076923, 0.0141063674929497, 0.0446053846153845, 0.0277670705332774, 0.08236 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 660, '2021-05-23 00:00:00', 0.00447782916584185, 0.0125909615384615, 0.00575507075409307, 0.0173507692307692, 0.00905658853457615, 0.0234732692307691, 0.014635895022696, 0.043236346153846, 0.0268914088718941, 0.0825986538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 675, '2021-05-23 00:00:00', 0.00438945125797702, 0.0108171153846155, 0.00754638275293846, 0.0158594230769231, 0.0103356784173152, 0.0214328846153847, 0.0150041955017201, 0.041835576923077, 0.0271627140509815, 0.0825511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 690, '2021-05-23 00:00:00', 0.00645087687837854, 0.0122075000000001, 0.00728900551410237, 0.0172242307692309, 0.00962353554293598, 0.0232971153846155, 0.0139001641052846, 0.0417930769230768, 0.0276703865593915, 0.0831028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 705, '2021-05-23 00:00:00', 0.00481367503936634, 0.0115142307692308, 0.00578179604780919, 0.0152534615384615, 0.00687291597504276, 0.02104, 0.0137944910074218, 0.0413919230769229, 0.028053716863299, 0.0824153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 720, '2021-05-23 00:00:00', 0.00489027850787793, 0.0111582692307692, 0.00672004507768727, 0.0162296153846154, 0.00743188301276207, 0.0201586538461536, 0.0135280781752392, 0.0417613461538461, 0.0290821924055835, 0.0827536538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 735, '2021-05-23 00:00:00', 0.00555955907562682, 0.0114263461538462, 0.0053494456686221, 0.0138601923076922, 0.00849589760051655, 0.0210240384615383, 0.0126050615962856, 0.0414996153846151, 0.0303842176441346, 0.0834453846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 750, '2021-05-23 00:00:00', 0.00336149536893695, 0.00882634615384589, 0.00536128678942487, 0.0126259615384613, 0.00760052985248132, 0.0205359615384613, 0.0123446900886418, 0.0415892307692305, 0.0307510242456059, 0.0828730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 765, '2021-05-23 00:00:00', 0.00521139749823552, 0.0103217307692307, 0.00668747878501321, 0.0162425000000001, 0.00888603834026236, 0.0227757692307693, 0.0117319382833619, 0.0430482692307689, 0.0308878491301128, 0.0827817307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 780, '2021-05-23 00:00:00', 0.0055170698640325, 0.0110267307692307, 0.00680125623294352, 0.0156028846153845, 0.00776933848287855, 0.0215873076923076, 0.0132861080658884, 0.0442984615384613, 0.0306150884526165, 0.0829951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 795, '2021-05-23 00:00:00', 0.00396511309374051, 0.0103953846153848, 0.00582653567739882, 0.0151050000000002, 0.00755156192707579, 0.0198065384615384, 0.0137039514514836, 0.0435442307692305, 0.0305634604873456, 0.0841998076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 810, '2021-05-23 00:00:00', 0.00389277587827275, 0.0105709615384617, 0.00427451195594749, 0.0139673076923077, 0.00634300936828526, 0.0196446153846153, 0.0136285118946107, 0.0451923076923075, 0.0307314508856719, 0.0841834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 825, '2021-05-23 00:00:00', 0.00367725849492026, 0.00884403846153842, 0.00571218403940227, 0.0124324999999999, 0.0077443387958312, 0.0186592307692307, 0.0143762431061163, 0.0459696153846153, 0.0309644757802575, 0.0843721153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 840, '2021-05-23 00:00:00', 0.00471110325556734, 0.0101717307692305, 0.00601533676082683, 0.0149121153846154, 0.00801751208533301, 0.0204240384615386, 0.0157017602687871, 0.0473365384615383, 0.0303753453497304, 0.085638653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 855, '2021-05-23 00:00:00', 0.00337950900507498, 0.00999365384615401, 0.00406284311213769, 0.0135430769230771, 0.00592398210665754, 0.0204850000000001, 0.0159898518249736, 0.0474957692307692, 0.0305344443973334, 0.0865744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 870, '2021-05-23 00:00:00', 0.00338616145282766, 0.00944923076923105, 0.00357218950311346, 0.0144446153846156, 0.00787495578497949, 0.0211661538461536, 0.0207969812565337, 0.0485157692307691, 0.0308062274972997, 0.0870261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 885, '2021-05-23 00:00:00', 0.00293142721868764, 0.0112565384615385, 0.00539990175480439, 0.0163198076923078, 0.00749695701601653, 0.0222675, 0.0207866605931638, 0.0487288461538461, 0.0302453960056479, 0.0870634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 900, '2021-05-23 00:00:00', 0.00499527154879022, 0.0125553846153847, 0.00622243299249991, 0.0168628846153845, 0.00660342495341489, 0.0227936538461537, 0.0219994840088091, 0.0493355769230768, 0.0306924376027712, 0.0877350000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 915, '2021-05-23 00:00:00', 0.00370637206505404, 0.0116732692307692, 0.00424545193752642, 0.0164530769230769, 0.00710641976557907, 0.0234717307692308, 0.0218675831910018, 0.0494261538461538, 0.0310282867055952, 0.0880932692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 930, '2021-05-23 00:00:00', 0.00427883500050417, 0.0124301923076922, 0.00580253581502198, 0.0165782692307692, 0.0084240212693315, 0.0245121153846154, 0.0220908256105074, 0.0498419230769229, 0.03132226878019, 0.0882765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 945, '2021-05-23 00:00:00', 0.00366096223164587, 0.0114473076923078, 0.00670580682061317, 0.0174036538461539, 0.0114024982957514, 0.0277692307692307, 0.0221169894190313, 0.0501701923076922, 0.0306007419624728, 0.0896205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 960, '2021-05-23 00:00:00', 0.00611360285630442, 0.0133032692307693, 0.00830154401069686, 0.0190198076923079, 0.016156558697988, 0.0326398076923078, 0.022446705936164, 0.0495057692307691, 0.0313140130047482, 0.0897776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 975, '2021-05-23 00:00:00', 0.00518577173620283, 0.0121825000000001, 0.0094283493069488, 0.0205005769230769, 0.0133284979605585, 0.0316132692307693, 0.0217114212136237, 0.0478836538461536, 0.0300861597269472, 0.089456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 990, '2021-05-23 00:00:00', 0.00922073223564903, 0.0166851923076921, 0.01365451308317, 0.0258334615384614, 0.0121144098557809, 0.0326980769230769, 0.0212864458174319, 0.0473284615384613, 0.0296397897402487, 0.0891596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1005, '2021-05-23 00:00:00', 0.0061429460359017, 0.0165149999999999, 0.0063274815016598, 0.0213169230769231, 0.00933357649316935, 0.0290669230769231, 0.0209176190483968, 0.045589423076923, 0.028541679424066, 0.0891178846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1020, '2021-05-23 00:00:00', 0.00528965660147606, 0.0149601923076925, 0.00718010232410481, 0.0207242307692309, 0.0117004869984115, 0.0281150000000001, 0.0210860941937134, 0.0435671153846154, 0.0285007666995388, 0.0879723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1035, '2021-05-23 00:00:00', 0.00635922279056181, 0.0127774999999999, 0.00822088499821324, 0.0190619230769228, 0.0107396268163213, 0.0277530769230769, 0.0201967844251354, 0.0415213461538461, 0.0278946755051652, 0.0872315384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1050, '2021-05-23 00:00:00', 0.00555370331054317, 0.0124726923076922, 0.00831862621100749, 0.0188409615384617, 0.0197570565504699, 0.0288284615384615, 0.020502951993836, 0.0385726923076922, 0.0263114598138998, 0.0851115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1065, '2021-05-23 00:00:00', 0.00555780650215411, 0.0141363461538463, 0.00679685412808475, 0.0199590384615386, 0.0190757582256806, 0.0281767307692308, 0.019906804549817, 0.0373592307692307, 0.0275293666724214, 0.0857242307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1080, '2021-05-23 00:00:00', 0.00505626417274822, 0.0146057692307692, 0.0175818634787277, 0.0222942307692308, 0.0170461760036132, 0.0272128846153846, 0.0183908315368117, 0.0352761538461536, 0.0288436223106601, 0.0868199999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1095, '2021-05-23 00:00:00', 0.0167908871907903, 0.0165294230769231, 0.0165343378749055, 0.0205901923076923, 0.0168188238178351, 0.0250111538461537, 0.0186149303486372, 0.0341832692307691, 0.0296432504686338, 0.0880578846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1110, '2021-05-23 00:00:00', 0.0123080478612103, 0.0142219230769232, 0.0122665296891738, 0.0177588461538463, 0.012357853311216, 0.0205973076923077, 0.0158405930930146, 0.0307234615384616, 0.0301598173230798, 0.0878101923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1125, '2021-05-23 00:00:00', 0.00565867287036852, 0.010835576923077, 0.00666280568067689, 0.0139165384615384, 0.00903774367051024, 0.0172255769230769, 0.0133546975428701, 0.0271673076923078, 0.0301002182818563, 0.0872811538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1140, '2021-05-23 00:00:00', 0.00480484979353779, 0.00822346153846163, 0.00582977706725082, 0.0106644230769231, 0.00735320933596068, 0.0145465384615384, 0.0127886067082564, 0.0265365384615386, 0.0306293009061586, 0.0876949999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1155, '2021-05-23 00:00:00', 0.00406865372271782, 0.00700365384615393, 0.00708246184925521, 0.0110146153846154, 0.00661469762085799, 0.0137738461538462, 0.0129747398032308, 0.0255451923076924, 0.0308375152128054, 0.0876124999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1170, '2021-05-23 00:00:00', 0.0050964546387285, 0.00746173076923079, 0.00545704694726145, 0.00941423076923073, 0.00507064001422356, 0.0127830769230772, 0.0103551569259737, 0.0243598076923078, 0.0309521473469067, 0.087405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1185, '2021-05-23 00:00:00', 0.00271797413244027, 0.00535076923076917, 0.0031023311582397, 0.00832615384615387, 0.00439610757900138, 0.0116946153846156, 0.00920149564138694, 0.0241540384615386, 0.0310714928493083, 0.0872882692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1200, '2021-05-23 00:00:00', 0.00309449615632951, 0.00658769230769249, 0.00424747342093362, 0.00931730769230798, 0.00416409291997124, 0.0122796153846156, 0.0105488234870788, 0.0251698076923078, 0.0308872370735628, 0.0871290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1215, '2021-05-23 00:00:00', 0.0038064757170663, 0.00571423076923068, 0.00419463378799454, 0.00787884615384624, 0.00424768737532099, 0.0115459615384616, 0.0100083547176272, 0.025203076923077, 0.0305660564106659, 0.0868524999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1230, '2021-05-23 00:00:00', 0.00356488014686865, 0.0055673076923077, 0.00336962661706942, 0.0079315384615386, 0.0041893478150406, 0.011898653846154, 0.00951762430158688, 0.0249178846153848, 0.0303846787681911, 0.0866096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1245, '2021-05-23 00:00:00', 0.00241105659091949, 0.00600826923076928, 0.00310671370397433, 0.00881903846153841, 0.00471601887596526, 0.0123690384615384, 0.00959278688149848, 0.0247580769230771, 0.0300254671756392, 0.0869463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1260, '2021-05-23 00:00:00', 0.00327432222581439, 0.00641403846153832, 0.00386666298684643, 0.00835057692307698, 0.00440168239251942, 0.0123132692307691, 0.00933936423672179, 0.0242428846153847, 0.0304596963644648, 0.0871011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1275, '2021-05-23 00:00:00', 0.00330570581896506, 0.0054701923076923, 0.00434222120135957, 0.00798980769230754, 0.00536026906615123, 0.0115026923076919, 0.012512633469664, 0.0256821153846153, 0.0302519068133921, 0.0868553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1290, '2021-05-23 00:00:00', 0.00343962221203721, 0.006180192307692, 0.00384082603795688, 0.00898442307692278, 0.00799550957629453, 0.011650769230769, 0.0123799964210262, 0.0257357692307692, 0.0301256695527254, 0.087285 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1305, '2021-05-23 00:00:00', 0.00335681174857708, 0.00685865384615368, 0.00502763846154418, 0.0086424999999998, 0.00825155869890892, 0.0119251923076922, 0.0122528514295183, 0.0253880769230769, 0.0304929354996304, 0.0881207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1320, '2021-05-23 00:00:00', 0.00343577269889333, 0.00503903846153831, 0.00820014061089571, 0.00769403846153851, 0.00803904412610963, 0.0125373076923078, 0.0133068537459231, 0.0256338461538461, 0.0304193613319899, 0.0880446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1335, '2021-05-23 00:00:00', 0.00762822931364394, 0.00550269230769237, 0.0080437461445809, 0.00830403846153837, 0.00806264853411193, 0.0127042307692309, 0.0135383599577702, 0.0265071153846153, 0.0303615448533934, 0.0882317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1350, '2021-05-23 00:00:00', 0.00470612288570785, 0.0058738461538459, 0.00509039199412442, 0.00974057692307703, 0.0053766454690634, 0.0120775000000001, 0.0124279374982954, 0.0257073076923076, 0.0301436834204755, 0.0885369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1365, '2021-05-23 00:00:00', 0.00487362274430919, 0.0078444230769231, 0.00529257068554957, 0.00933730769230777, 0.00608065883323123, 0.0127003846153848, 0.0132275326744575, 0.0262505769230767, 0.0300220777255929, 0.0889201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1380, '2021-05-23 00:00:00', 0.00417485119034666, 0.00614769230769248, 0.00414467736983235, 0.00837250000000032, 0.00598718246307513, 0.0138303846153848, 0.0135847214305686, 0.0263628846153844, 0.0303580282323119, 0.089403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1395, '2021-05-23 00:00:00', 0.00313195593838749, 0.00536500000000008, 0.0037099295089715, 0.00793519230769245, 0.00737161740158737, 0.0169136538461537, 0.0147397617726807, 0.0279563461538461, 0.0302283434798942, 0.0894565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1410, '2021-05-23 00:00:00', 0.00362740127894086, 0.0060340384615387, 0.0057115555203058, 0.0107426923076924, 0.00790703463087434, 0.016819423076923, 0.0149411652117432, 0.0282317307692307, 0.0303283401813197, 0.089458076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1425, '2021-05-23 00:00:00', 0.00583957093062874, 0.00904057692307689, 0.0081867804322672, 0.0153496153846152, 0.00828064853461653, 0.016286923076923, 0.0149400211628415, 0.0286528846153844, 0.0304330901841047, 0.0895319230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 0, '2021-05-23 00:00:00', 0.00771638066812305, 0.010918846153846, 0.00774283776243464, 0.0117411538461539, 0.00760300546089908, 0.0125190384615383, 0.0151823839974542, 0.0288303846153844, 0.0300402470471508, 0.089740576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 15, '2021-05-23 00:00:00', 0.00418962702580846, 0.00451884615384609, 0.0043806606675953, 0.00587673076923054, 0.0118275338235047, 0.0142328846153844, 0.0144354625848451, 0.0298440384615383, 0.0299229279990857, 0.0890340384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 30, '2021-05-23 00:00:00', 0.00267314450384958, 0.00326153846153838, 0.00310031685725604, 0.0046111538461537, 0.0118975716025776, 0.0141040384615382, 0.0142229334364772, 0.0297515384615383, 0.0297822656393933, 0.0890488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 45, '2021-05-23 00:00:00', 0.00234953982401151, 0.00351576923076915, 0.0120005204903145, 0.0125240384615383, 0.0115467069048346, 0.0149228846153846, 0.0141159758770529, 0.0304198076923076, 0.0297797065569053, 0.0890511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 60, '2021-05-23 00:00:00', 0.0121186218069547, 0.0120624999999998, 0.0120784136773641, 0.0133101923076921, 0.0117593272112626, 0.0156523076923075, 0.0140762593807391, 0.030633076923077, 0.0297797065569053, 0.0890511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 75, '2021-05-23 00:00:00', 0.0036275678703293, 0.00585057692307686, 0.00418326722238096, 0.0079105769230769, 0.00741794379554373, 0.0133630769230769, 0.00974912744221828, 0.0273032692307693, 0.028329818987176, 0.0873696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 90, '2021-05-23 00:00:00', 0.00350649948721603, 0.00545057692307677, 0.00555693755242381, 0.0078901923076921, 0.00753355108064009, 0.0130532692307691, 0.00984629761148039, 0.0270455769230769, 0.0283566967161877, 0.0874994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 105, '2021-05-23 00:00:00', 0.00522789704742378, 0.00588653846153848, 0.00780582507588935, 0.0108286538461539, 0.00785352459090829, 0.0140024999999999, 0.0101184353761606, 0.0273526923076924, 0.0285249582916166, 0.0878815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 120, '2021-05-23 00:00:00', 0.00745854787887938, 0.00918730769230764, 0.0074825022578319, 0.0110959615384616, 0.00855336704956665, 0.0150532692307691, 0.00993006174936273, 0.0270621153846155, 0.0284177372103032, 0.0880419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 135, '2021-05-23 00:00:00', 0.00522435035711123, 0.00770557692307708, 0.00561699700770947, 0.0101457692307693, 0.00748744561814094, 0.0163432692307694, 0.00965041097769759, 0.0258159615384617, 0.028448659693317, 0.0880371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 150, '2021-05-23 00:00:00', 0.00510810061418268, 0.00736173076923082, 0.00707545704965651, 0.0101126923076922, 0.00853332701146585, 0.0162517307692308, 0.00988186793499175, 0.0255632692307692, 0.0286407117397865, 0.0882301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 165, '2021-05-23 00:00:00', 0.00556778406411516, 0.00774423076923089, 0.00566824580108693, 0.0128126923076925, 0.00681152889197074, 0.0160196153846155, 0.00883694684483652, 0.0250134615384618, 0.028396158263995, 0.0881530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 180, '2021-05-23 00:00:00', 0.00577053608028269, 0.0104194230769233, 0.00700826152041028, 0.0125484615384617, 0.00760270425572389, 0.0156, 0.00914681933789007, 0.0247300000000001, 0.028275790101183, 0.0879103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 195, '2021-05-23 00:00:00', 0.005030712015671, 0.00770923076923078, 0.00618323122211621, 0.0110121153846155, 0.00755062397064997, 0.0157578846153844, 0.00921445856333307, 0.024348846153846, 0.0291458689934717, 0.0883842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 210, '2021-05-23 00:00:00', 0.0048801460886078, 0.00734961538461528, 0.005550446097803, 0.00955173076923065, 0.00637490643370244, 0.0150809615384613, 0.00960574671145432, 0.0230617307692306, 0.0290633139522081, 0.0884032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 225, '2021-05-23 00:00:00', 0.00339073207434627, 0.00618000000000004, 0.00547252305754706, 0.0102188461538459, 0.00570173886094959, 0.013949038461538, 0.00956063188489455, 0.0216709615384614, 0.0290549892081311, 0.0883782692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 240, '2021-05-23 00:00:00', 0.00454869693936138, 0.00829538461538458, 0.00508439269877783, 0.0105536538461538, 0.00541884186107929, 0.0133586538461538, 0.0099377547688676, 0.0221396153846154, 0.0290843481301172, 0.0883919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 255, '2021-05-23 00:00:00', 0.00387915131975273, 0.00670019230769233, 0.00474171523655908, 0.0096992307692306, 0.00440335882725203, 0.0120351923076924, 0.0104696708217298, 0.0220063461538463, 0.0303345725940145, 0.0889973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 270, '2021-05-23 00:00:00', 0.00444741046954473, 0.00709826923076887, 0.00434414738470063, 0.00902749999999985, 0.00548251284680516, 0.0112336538461537, 0.0107081173397351, 0.0213698076923077, 0.0301962379553124, 0.089195576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 285, '2021-05-23 00:00:00', 0.00372945257377004, 0.00641249999999991, 0.00376907285069502, 0.00850807692307682, 0.00529526501116446, 0.0107515384615383, 0.0104146277916429, 0.0217790384615383, 0.0301870910649161, 0.0892298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 300, '2021-05-23 00:00:00', 0.00362832548790118, 0.00648461538461523, 0.00521182677629968, 0.00850711538461505, 0.0057203093414202, 0.0105601923076921, 0.00907461052353469, 0.0236080769230768, 0.0302612093058728, 0.0892794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 315, '2021-05-23 00:00:00', 0.00383621369822665, 0.00527153846153812, 0.00415988522863138, 0.00726134615384577, 0.00575952376503488, 0.00949499999999971, 0.0103360848803521, 0.0265944230769229, 0.0296951034787788, 0.0888638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 330, '2021-05-23 00:00:00', 0.00344915069256188, 0.00546749999999962, 0.00445248002198264, 0.00700788461538419, 0.00649175790166652, 0.0101744230769228, 0.0105538011617396, 0.0275151923076923, 0.0297050588679125, 0.0888378846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 345, '2021-05-23 00:00:00', 0.00404396035893221, 0.00532423076923062, 0.0052658023276464, 0.00713692307692296, 0.00779825008970215, 0.0110923076923079, 0.00975340627086841, 0.0285817307692308, 0.0295565725327653, 0.0887682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 360, '2021-05-23 00:00:00', 0.00431078513730398, 0.00507250000000002, 0.00588685043452468, 0.00747403846153857, 0.00744222333404782, 0.0105280769230771, 0.0106512493182005, 0.0295209615384617, 0.0294759446746247, 0.0888726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 375, '2021-05-23 00:00:00', 0.00456926028351018, 0.00541153846153842, 0.00618258504560627, 0.00794461538461558, 0.00685936294418049, 0.010565, 0.0105721220360984, 0.0321528846153848, 0.0294368321665223, 0.088665 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 390, '2021-05-23 00:00:00', 0.00500679143379678, 0.00545230769230782, 0.00572831567404763, 0.00685769230769231, 0.00581693823772765, 0.00948769230769243, 0.0108492115133563, 0.0324126923076925, 0.0294220289010437, 0.0884844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 405, '2021-05-23 00:00:00', 0.00375500279627058, 0.00432999999999991, 0.0046092908223083, 0.00662173076923076, 0.00464183670544338, 0.00812500000000006, 0.011458902157443, 0.0341144230769233, 0.0294876257782559, 0.0884859615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 420, '2021-05-23 00:00:00', 0.00423548470117024, 0.00535057692307694, 0.00420281424029902, 0.00669653846153855, 0.00528013145232655, 0.00935307692307702, 0.0118038604653149, 0.0364482692307695, 0.0292548888301006, 0.0888623076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 435, '2021-05-23 00:00:00', 0.00365004693858107, 0.00446557692307683, 0.00389599998025619, 0.00576538461538457, 0.00602807928333353, 0.0105196153846155, 0.0141112757750673, 0.0380849999999998, 0.0292893466987309, 0.0885290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 450, '2021-05-23 00:00:00', 0.00273172608154936, 0.00384923076923084, 0.0037806087472788, 0.00612250000000024, 0.00559532039709574, 0.0106521153846156, 0.0173387105334144, 0.0414651923076924, 0.0291495085616312, 0.0882357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 465, '2021-05-23 00:00:00', 0.00369409689702583, 0.0050882692307692, 0.00552759426388676, 0.00853288461538467, 0.00564428839965344, 0.0116934615384615, 0.0172661394776464, 0.0417176923076924, 0.0292070791241017, 0.0881451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 480, '2021-05-23 00:00:00', 0.00573701251657932, 0.00649384615384613, 0.00547407075359704, 0.00844384615384603, 0.00600741471337387, 0.0138334615384612, 0.0170475422873345, 0.0423659615384615, 0.0287222407471711, 0.0886084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 495, '2021-05-23 00:00:00', 0.00372838760777972, 0.00543692307692296, 0.00399073000840689, 0.00808499999999986, 0.00844373749956371, 0.0182598076923076, 0.0169685556987033, 0.0436075000000001, 0.0286610225889822, 0.0883953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 510, '2021-05-23 00:00:00', 0.00265372081309345, 0.00543692307692303, 0.00491555097467365, 0.0105392307692306, 0.00831026039580936, 0.0188253846153848, 0.016847244627489, 0.0435784615384616, 0.0279415249411778, 0.0877559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 525, '2021-05-23 00:00:00', 0.00485326994050236, 0.00796865384615367, 0.00836783734812137, 0.0149567307692309, 0.0080239845846928, 0.0197261538461538, 0.017337467259134, 0.0432651923076925, 0.0277829977621897, 0.0873205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 540, '2021-05-23 00:00:00', 0.00727683389520899, 0.0117884615384615, 0.00736639630087462, 0.0146623076923079, 0.00870626377739286, 0.0197101923076923, 0.0168403890976883, 0.0427851923076925, 0.0276264927010564, 0.0871848076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 555, '2021-05-23 00:00:00', 0.00367141953263544, 0.00931923076923091, 0.00424917354860375, 0.0130353846153845, 0.00699655174683597, 0.0211678846153847, 0.0171454301973976, 0.043215576923077, 0.0283511957942081, 0.0875148076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 570, '2021-05-23 00:00:00', 0.00237782260611564, 0.00871211538461535, 0.0052399434267352, 0.0140013461538465, 0.00789955885817974, 0.0225619230769232, 0.0167538382284365, 0.0431392307692309, 0.0297792396587595, 0.088389423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 585, '2021-05-23 00:00:00', 0.00450410891468955, 0.0104486538461539, 0.00686415922354342, 0.0181153846153846, 0.00951473952107207, 0.0247269230769232, 0.017203759401319, 0.0426784615384617, 0.0295662340543031, 0.087946923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 600, '2021-05-23 00:00:00', 0.00607292840272429, 0.0155057692307694, 0.00698130588401278, 0.0186896153846156, 0.00853878282624918, 0.0267480769230769, 0.0174443561205781, 0.0435076923076925, 0.0291348950546616, 0.0880996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 615, '2021-05-23 00:00:00', 0.00434838762779265, 0.0117201923076924, 0.00624661577606994, 0.016705576923077, 0.00719215579374768, 0.025280192307692, 0.0162775041887689, 0.042396153846154, 0.0289050888013751, 0.0882638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 630, '2021-05-23 00:00:00', 0.00581277499266798, 0.0124936538461539, 0.005509326679508, 0.0184173076923075, 0.010515280507616, 0.0281119230769229, 0.0166256527841767, 0.0430375000000001, 0.0288683099369426, 0.0879688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 645, '2021-05-23 00:00:00', 0.00448769953488229, 0.0133763461538461, 0.00629416874208541, 0.0192680769230768, 0.0107879922064375, 0.0266353846153847, 0.0170088378656056, 0.0427265384615386, 0.028629326484595, 0.0876548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 660, '2021-05-23 00:00:00', 0.00578294345135234, 0.0130248076923075, 0.0108656796895265, 0.020296346153846, 0.0118238566027139, 0.0245601923076922, 0.0166157189721523, 0.0414651923076924, 0.0294763461700811, 0.0877515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 675, '2021-05-23 00:00:00', 0.00974835306800398, 0.0142915384615385, 0.00940763491286981, 0.0180594230769231, 0.0100905598380939, 0.0219346153846156, 0.0177491187094327, 0.0407651923076925, 0.0300862798656437, 0.0880069230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 690, '2021-05-23 00:00:00', 0.00454312910211255, 0.0118440384615386, 0.00529109136626409, 0.0148246153846153, 0.00763691580165296, 0.0202248076923076, 0.0168627406762773, 0.039268653846154, 0.0315275961585791, 0.0883184615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 705, '2021-05-23 00:00:00', 0.00378064866737907, 0.0102471153846153, 0.00621084172729738, 0.0140548076923078, 0.00708783931490035, 0.0195119230769231, 0.0155888734987981, 0.0415401923076926, 0.030146204509791, 0.0884228846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 720, '2021-05-23 00:00:00', 0.00469993671397664, 0.0102063461538463, 0.00538871199467334, 0.0142348076923077, 0.0081608232522122, 0.0192919230769233, 0.0160857608652927, 0.0425138461538463, 0.0294756255260824, 0.0884580769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 735, '2021-05-23 00:00:00', 0.00463481202008629, 0.00971269230769225, 0.0066690279305504, 0.0132234615384614, 0.00945749518188525, 0.0186836538461539, 0.0161793548281084, 0.0447244230769233, 0.0295726684210006, 0.0881234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 750, '2021-05-23 00:00:00', 0.00447785156245548, 0.00959384615384608, 0.00751763120680571, 0.0137698076923078, 0.00772853715882804, 0.0186188461538463, 0.0169212388173968, 0.0463136538461541, 0.0287498001999744, 0.0895534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 765, '20[...];
Date: 2021-05-23 16:52:54 Duration: 23s820ms Database: acaweb_fx User: pgperfstats
18 23s769ms 1 23s769ms 23s769ms 23s769ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 23 16 1 23s769ms 23s769ms [ User: pgperfstats - Total duration: 23s769ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987980, 1, 1020, '2021-05-23 00:00:00', 0.00521705413486892, 0.0121996153846153, 0.00810043308433845, 0.0159480769230769, 0.0130678074848666, 0.0241676923076923, 0.015238962255199, 0.031661153846154, 0.0190858234914334, 0.0731171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1035, '2021-05-23 00:00:00', 0.00449470938565959, 0.00985269230769207, 0.00687606894626889, 0.0147530769230768, 0.0143829309038392, 0.0224142307692306, 0.0145400159506841, 0.0293696153846153, 0.0197127440241468, 0.0745848076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1050, '2021-05-23 00:00:00', 0.00534929092353518, 0.0106957692307691, 0.0108877106885911, 0.0170909615384613, 0.0129604025771401, 0.0209548076923075, 0.0131595504087921, 0.0273148076923076, 0.019757876907315, 0.0746167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1065, '2021-05-23 00:00:00', 0.00697552983375017, 0.0123476923076923, 0.00943772878479685, 0.0163388461538462, 0.0088459282354173, 0.0194828846153846, 0.0105063946315492, 0.025606923076923, 0.0195943961494489, 0.0735823076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1080, '2021-05-23 00:00:00', 0.00676409667628677, 0.0109246153846155, 0.00587606608657925, 0.0142644230769232, 0.00602343605300309, 0.0182732692307694, 0.00771930441515602, 0.0240544230769231, 0.0207004888097248, 0.0757701923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1095, '2021-05-23 00:00:00', 0.00395755412033544, 0.00968115384615395, 0.00458259509952095, 0.0124903846153847, 0.00622335998785719, 0.0167315384615383, 0.00770863970839546, 0.0229130769230768, 0.0211811499106745, 0.0770515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1110, '2021-05-23 00:00:00', 0.00356940647942823, 0.00818884615384632, 0.00483153014462914, 0.0116334615384617, 0.00566111818595782, 0.0135236538461538, 0.00648532947979816, 0.0212973076923076, 0.0207996511000694, 0.0770417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1125, '2021-05-23 00:00:00', 0.00336118701560127, 0.00722807692307725, 0.00327785028052506, 0.00924769230769222, 0.00356959619026281, 0.0118698076923077, 0.00539636135600806, 0.0207967307692307, 0.0207826230270535, 0.0772467307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1140, '2021-05-23 00:00:00', 0.00257230208926972, 0.00599596153846124, 0.00274795603060765, 0.0078478846153845, 0.00416393713929496, 0.0112474999999999, 0.00583177001762444, 0.0211565384615385, 0.0208465204659785, 0.0775534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1155, '2021-05-23 00:00:00', 0.00212617453513266, 0.00539692307692318, 0.0033738838382266, 0.00802307692307688, 0.00417077140992449, 0.0108219230769231, 0.00647481081695717, 0.0207613461538464, 0.0206209083335337, 0.0779725 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1170, '2021-05-23 00:00:00', 0.00274802385640753, 0.00563865384615368, 0.0035883053853401, 0.00744846153846145, 0.00389540079896992, 0.0103492307692309, 0.00645614498276328, 0.0201759615384616, 0.020488844875838, 0.0779378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1185, '2021-05-23 00:00:00', 0.00250596526005731, 0.00472673076923062, 0.00270073640242527, 0.00697634615384604, 0.00333546721441873, 0.00911653846153842, 0.00712628336889892, 0.0200644230769231, 0.0206144174267951, 0.0781196153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1200, '2021-05-23 00:00:00', 0.00223525002043317, 0.00500557692307695, 0.00311390601236575, 0.00686557692307711, 0.00386478509702093, 0.00959538461538469, 0.00732417028380393, 0.0208421153846155, 0.0202821594397259, 0.0784615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1215, '2021-05-23 00:00:00', 0.00228009200219233, 0.00467346153846163, 0.00254978505881464, 0.00652038461538475, 0.003263062041184, 0.00924673076923086, 0.00726726017571549, 0.0218273076923078, 0.0198627672456244, 0.078540576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1230, '2021-05-23 00:00:00', 0.00187215873957136, 0.00443711538461541, 0.00262039970527117, 0.00640884615384607, 0.00291417554642567, 0.00918134615384612, 0.00698987170565663, 0.0211726923076924, 0.0198537004223782, 0.0785076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1245, '2021-05-23 00:00:00', 0.00223821774049032, 0.00450442307692287, 0.00235188232306341, 0.00636730769230754, 0.00333804855474701, 0.00883192307692274, 0.0072923738142085, 0.0211003846153846, 0.0196645135371778, 0.0790494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1260, '2021-05-23 00:00:00', 0.00197459164230123, 0.00419192307692309, 0.00308517697410356, 0.00635019230769226, 0.0037121738862206, 0.0100898076923076, 0.00702470697171517, 0.0207309615384617, 0.0196781599280484, 0.0791619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1275, '2021-05-23 00:00:00', 0.00237909552949462, 0.00426653846153845, 0.00296223330510051, 0.00542692307692293, 0.00388651388185402, 0.011008076923077, 0.00707792135120521, 0.0211044230769231, 0.0198528659547025, 0.0795638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1290, '2021-05-23 00:00:00', 0.00161936346706407, 0.00339096153846147, 0.00361800914231073, 0.00764692307692299, 0.00403540758116852, 0.0110328846153847, 0.00671589996546671, 0.0206921153846155, 0.0196822376229471, 0.0798096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1305, '2021-05-23 00:00:00', 0.00314187819868689, 0.00637615384615391, 0.00362081620632675, 0.00907500000000017, 0.00502320873545974, 0.0118700000000001, 0.00669346038194124, 0.020436730769231, 0.0194812237255813, 0.0804453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1320, '2021-05-23 00:00:00', 0.00331445819333791, 0.00634365384615404, 0.00410688575631023, 0.00831615384615398, 0.00579247408612766, 0.0121890384615385, 0.00643254338979076, 0.0199876923076926, 0.0196238437709372, 0.0809478846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1335, '2021-05-23 00:00:00', 0.00277747405997736, 0.00479807692307681, 0.00403403661171004, 0.00723576923076906, 0.00456483815535834, 0.0112057692307692, 0.00561143924017326, 0.0190671153846155, 0.0199994734901851, 0.0815982692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1350, '2021-05-23 00:00:00', 0.00348859498387821, 0.00489519230769221, 0.00421396926442733, 0.00827019230769233, 0.00435852928617681, 0.0105665384615385, 0.00561900441496426, 0.018536153846154, 0.020106607057995, 0.0815642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1365, '2021-05-23 00:00:00', 0.00362566662835959, 0.00648749999999988, 0.00415125455087428, 0.00834288461538455, 0.00421067005904701, 0.0105428846153845, 0.0055100557619684, 0.0187125000000001, 0.0202424203069845, 0.0820217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1380, '2021-05-23 00:00:00', 0.00314567011938635, 0.00527750000000005, 0.00279454020574735, 0.00685019230769226, 0.00352787317166928, 0.0114563461538464, 0.0057570041220707, 0.0186276923076925, 0.0211589974569832, 0.0829257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1395, '2021-05-23 00:00:00', 0.00209358985036221, 0.00408269230769202, 0.00295805432414867, 0.00609576923076932, 0.00507549936914127, 0.0136253846153848, 0.00557702757886192, 0.0190038461538461, 0.0212891180337244, 0.0831605769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1410, '2021-05-23 00:00:00', 0.00221222908815098, 0.00439653846153845, 0.00312865409745773, 0.00954230769230793, 0.00487854384406478, 0.0136209615384618, 0.00647388651548563, 0.0199088461538462, 0.0212606277975548, 0.0831228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1425, '2021-05-23 00:00:00', 0.00301304504804338, 0.00841230769230787, 0.00461012758458513, 0.0125478846153848, 0.00531110707349736, 0.0137778846153847, 0.00728726235395619, 0.0205661538461538, 0.021076156918697, 0.0831073076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 0, '2021-05-23 00:00:00', 0.00460288674053088, 0.00926288461538477, 0.00467701946921179, 0.0103663461538463, 0.00545076105130867, 0.0115940384615384, 0.00792888288765531, 0.0212053846153845, 0.02098667798042, 0.083140576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 15, '2021-05-23 00:00:00', 0.00301275983665017, 0.00398979999999987, 0.00386770826847124, 0.0059011999999997, 0.00453669696291629, 0.0109611999999997, 0.00839260936280646, 0.0207275999999997, 0.021289378233836, 0.0832488 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 30, '2021-05-23 00:00:00', 0.0027572042452454, 0.0039223999999998, 0.00277483037019089, 0.00491239999999976, 0.00471569407227973, 0.0108131999999999, 0.00827869672210947, 0.0206855999999997, 0.0211727865175245, 0.0831908 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 45, '2021-05-23 00:00:00', 0.00229785281044321, 0.00326653846153839, 0.00521045973536362, 0.00972942307692293, 0.00578093954634219, 0.0108990384615384, 0.00931568961277363, 0.0219898076923075, 0.0207619900446798, 0.0830261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 60, '2021-05-23 00:00:00', 0.00544481124911231, 0.00908846153846154, 0.00606367204055298, 0.0102388461538463, 0.00557715345094483, 0.0113638461538462, 0.00959139597002671, 0.022639423076923, 0.0207619900446798, 0.0830261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 75, '2021-05-23 00:00:00', 0.00344647894457312, 0.00507365384615396, 0.00348077051593706, 0.00596076923076944, 0.0036123640671792, 0.00871192307692305, 0.00821959344867727, 0.0205376923076922, 0.0203759575367261, 0.0815384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 90, '2021-05-23 00:00:00', 0.00183605665448041, 0.00351096153846171, 0.00332747654444719, 0.00586307692307694, 0.00336493065993261, 0.00817711538461518, 0.00777045877271487, 0.0202865384615381, 0.0196979515295762, 0.0808223076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 105, '2021-05-23 00:00:00', 0.00336346815630258, 0.00461903846153829, 0.00335969669533071, 0.00646826923076888, 0.00466142649427609, 0.00928980769230745, 0.00739118884993353, 0.0202911538461534, 0.01962663053197, 0.0805909615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 120, '2021-05-23 00:00:00', 0.00207796712789596, 0.00466576923076893, 0.00293866906687623, 0.00618173076923047, 0.00413505034849834, 0.00919576923076913, 0.00750362798661672, 0.020395192307692, 0.0195548098824422, 0.0804315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 135, '2021-05-23 00:00:00', 0.00285385143945171, 0.00403096153846136, 0.00381872366917774, 0.00645730769230762, 0.00302968779808175, 0.0097519230769231, 0.00689561382608251, 0.0197459615384613, 0.0193434320924541, 0.0800263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 150, '2021-05-23 00:00:00', 0.00287622765762054, 0.00437346153846165, 0.0029763903280005, 0.00642423076923092, 0.00391520984799605, 0.0107169230769232, 0.00646692924394221, 0.0196003846153844, 0.0190843552449483, 0.0796263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 165, '2021-05-23 00:00:00', 0.00248548212317356, 0.00487576923076966, 0.00260336821031176, 0.00786596153846163, 0.00468882926178334, 0.0111096153846154, 0.00600126495960534, 0.020071346153846, 0.0188308047225815, 0.0795525000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 180, '2021-05-23 00:00:00', 0.00257163369954104, 0.00603826923076917, 0.00395249123484642, 0.00874480769230772, 0.00543399000593621, 0.011990769230769, 0.00574235166581146, 0.0197794230769227, 0.0184602843392135, 0.0795767307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 195, '2021-05-23 00:00:00', 0.00358644801783259, 0.00586076923076913, 0.00408639760481219, 0.00740423076923078, 0.00472334213894555, 0.010735192307692, 0.0054186917275725, 0.0184390384615381, 0.0180969109614363, 0.0795271153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 210, '2021-05-23 00:00:00', 0.00201463504043643, 0.00424788461538477, 0.00343409383411957, 0.00713269230769222, 0.0039253011839369, 0.0100692307692306, 0.0054666710162586, 0.0179599999999997, 0.0181348942278097, 0.0794805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 225, '2021-05-23 00:00:00', 0.0029503902023552, 0.0053528846153844, 0.00377658230211066, 0.00791673076923051, 0.0051522871097735, 0.0104873076923075, 0.00552496134340833, 0.0178403846153842, 0.0179035314995071, 0.0792330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 240, '2021-05-23 00:00:00', 0.00374476894634883, 0.00577730769230761, 0.00384668826594818, 0.00769884615384602, 0.00538074929368932, 0.0108298076923076, 0.00507636399252601, 0.0178892307692305, 0.0178986615829656, 0.0787876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 255, '2021-05-23 00:00:00', 0.00218783092441925, 0.00464192307692293, 0.00374368613082786, 0.00679538461538452, 0.00463084917034249, 0.00948903846153812, 0.00485546515635893, 0.0162817307692304, 0.0178052443019983, 0.0778655769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 270, '2021-05-23 00:00:00', 0.00314816909549771, 0.00504442307692313, 0.00393784002194889, 0.00689596153846153, 0.00445777433687052, 0.00955596153846133, 0.00491556451097313, 0.015982692307692, 0.0179368892680805, 0.0776661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 285, '2021-05-23 00:00:00', 0.0030709314297381, 0.00510038461538474, 0.00380553867611187, 0.00660115384615366, 0.00324184667814711, 0.00900173076923064, 0.0067414805837841, 0.0160023076923074, 0.0179779202923603, 0.0774109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 300, '2021-05-23 00:00:00', 0.00285316873776404, 0.00443461538461537, 0.00309676605509679, 0.0064299999999998, 0.00391728108710415, 0.00865365384615377, 0.00769399350392629, 0.0161140384615383, 0.018001584361896, 0.0772965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 315, '2021-05-23 00:00:00', 0.00234365540424467, 0.00472557692307675, 0.00228610260386182, 0.00596634615384608, 0.00311961385677521, 0.00826384615384601, 0.00662987440709439, 0.0172205769230766, 0.0179100498700074, 0.0771178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 330, '2021-05-23 00:00:00', 0.00122146168742467, 0.00354442307692308, 0.00268553169782059, 0.00571749999999999, 0.00331502147573975, 0.00805423076923077, 0.00699429985774141, 0.0196475000000001, 0.0179297987547159, 0.0770642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 345, '2021-05-23 00:00:00', 0.00265896035206372, 0.00465307692307683, 0.00301082054366478, 0.0058078846153846, 0.00357874475200474, 0.00851499999999985, 0.00910335519929973, 0.0215967307692308, 0.018142772059418, 0.07722 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 360, '2021-05-23 00:00:00', 0.00260041257081658, 0.00389346153846178, 0.00300622132482718, 0.00619057692307704, 0.00380692272253912, 0.00803615384615371, 0.00995630697675545, 0.0233938461538462, 0.0181245587627989, 0.0772028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 375, '2021-05-23 00:00:00', 0.00270017128374098, 0.00427980769230773, 0.00359920204831799, 0.00595076923076914, 0.00394526721333488, 0.00782576923076921, 0.00928278683287617, 0.0268107692307693, 0.018171496908197, 0.0771982692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 390, '2021-05-23 00:00:00', 0.00271288713649959, 0.00398384615384605, 0.00278941353086165, 0.00519038461538454, 0.00288774117873895, 0.006876346153846, 0.00809417039270593, 0.0293871153846153, 0.0181612123801078, 0.0770186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 405, '2021-05-23 00:00:00', 0.00149615193592919, 0.0032911538461538, 0.00184341886596198, 0.00487134615384613, 0.00222108577917671, 0.00639403846153846, 0.00781505605324658, 0.0321536538461538, 0.0181133458575119, 0.0770680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 420, '2021-05-23 00:00:00', 0.00198652457437993, 0.00390326923076917, 0.00215184898133235, 0.00485596153846149, 0.00338195980961445, 0.00673807692307701, 0.00795483884911491, 0.0333063461538462, 0.0180817759391986, 0.0769563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 435, '2021-05-23 00:00:00', 0.00220276340431404, 0.00323615384615363, 0.00222165579276783, 0.0045226923076923, 0.00343206381059567, 0.00736499999999993, 0.007213781244684, 0.0344103846153847, 0.0180238469523445, 0.0768398076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 450, '2021-05-23 00:00:00', 0.00163989752259564, 0.00332326923076947, 0.00301178429736396, 0.00485942307692324, 0.00373219741418667, 0.00761653846153843, 0.00679011250614839, 0.0351596153846154, 0.0179962507302536, 0.0767178846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 465, '2021-05-23 00:00:00', 0.0024649024321463, 0.00371000000000009, 0.0031627475457997, 0.0058409615384615, 0.00493219559472375, 0.00845923076923074, 0.00653927493040209, 0.0376961538461541, 0.0180403258455989, 0.0765388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 480, '2021-05-23 00:00:00', 0.002419150653559, 0.0044567307692308, 0.00303021353017567, 0.00596096153846154, 0.00531186832624681, 0.0091736538461539, 0.00726731393876835, 0.0390682692307694, 0.0183859145512159, 0.0767132692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 495, '2021-05-23 00:00:00', 0.00233372970717542, 0.00406711538461534, 0.00342142399504141, 0.00624807692307691, 0.00417236725373007, 0.0117025000000002, 0.00793495884338132, 0.0396596153846155, 0.0183047718200641, 0.0765592307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 510, '2021-05-23 00:00:00', 0.00267331673135703, 0.00462788461538459, 0.00451740395581367, 0.00702250000000005, 0.00489074622275422, 0.0142988461538464, 0.00915700288556, 0.0410003846153846, 0.0183027498743095, 0.0767301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 525, '2021-05-23 00:00:00', 0.00359552977266979, 0.00516288461538449, 0.00329602296481913, 0.00967076923076911, 0.00590457840610579, 0.016638076923077, 0.0095901207841114, 0.0415444230769229, 0.0181758756978753, 0.0765907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 540, '2021-05-23 00:00:00', 0.00329168989216075, 0.0084871153846154, 0.00464174418892124, 0.0125736538461539, 0.00722909182773681, 0.018700576923077, 0.00983051322903109, 0.0421378846153844, 0.0180048267246484, 0.0767007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 555, '2021-05-23 00:00:00', 0.00351389190871799, 0.0077578846153845, 0.00508927425686006, 0.0124573076923075, 0.0066342761503017, 0.0208909615384615, 0.00990005181998868, 0.0417590384615383, 0.0185990974605262, 0.0762721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 570, '2021-05-23 00:00:00', 0.00497511639214449, 0.00913634615384612, 0.00590965888642032, 0.0135119230769231, 0.00638560023381929, 0.0227028846153845, 0.0090610802972849, 0.0414130769230769, 0.0191057822308809, 0.076390576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 585, '2021-05-23 00:00:00', 0.0035858487676721, 0.00884423076923086, 0.00611714676135845, 0.0160775000000001, 0.00784511222648544, 0.0252496153846152, 0.00844109471801265, 0.0409809615384615, 0.0195797403111952, 0.0761644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 600, '2021-05-23 00:00:00', 0.00523361931318872, 0.0132236538461539, 0.00681570951213751, 0.017776923076923, 0.00760343178844513, 0.0256548076923076, 0.00880826555222205, 0.0409759615384615, 0.0206060950243818, 0.0765369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 615, '2021-05-23 00:00:00', 0.00405354494429059, 0.0111011538461539, 0.00607056901400902, 0.0174880769230769, 0.00604724928249325, 0.0223282692307692, 0.00899573521389231, 0.0376259615384615, 0.0220350069007337, 0.0760936538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 630, '2021-05-23 00:00:00', 0.00421917456382182, 0.0114049999999998, 0.00515540913843087, 0.0150657692307691, 0.0057879916671037, 0.0194915384615384, 0.00970041341109533, 0.0358928846153845, 0.022425073954942, 0.0762682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 645, '2021-05-23 00:00:00', 0.0045372283008292, 0.0101505769230768, 0.00525434548364842, 0.0143326923076922, 0.00702648845715002, 0.0204009615384616, 0.0104669616706753, 0.0341111538461536, 0.0225204299325337, 0.0761971153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 660, '2021-05-23 00:00:00', 0.00381550234619838, 0.00965692307692314, 0.00488662238628614, 0.0138821153846153, 0.00727126090271735, 0.0210763461538464, 0.00958950333196926, 0.0333219230769228, 0.02232033394429, 0.0753257692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 675, '2021-05-23 00:00:00', 0.0036873465600408, 0.0102755769230771, 0.00609442816147524, 0.0148688461538465, 0.00792311014350752, 0.0198771153846157, 0.00905681500520261, 0.0326709615384614, 0.0216000332024319, 0.0749178846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 690, '2021-05-23 00:00:00', 0.0049524250664155, 0.0111940384615386, 0.00595479718701338, 0.0156565384615386, 0.00825838678835977, 0.0207321153846153, 0.00838280838979398, 0.0325074999999997, 0.0210501848411398, 0.0742553846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 705, '2021-05-23 00:00:00', 0.00341026918066814, 0.0101017307692309, 0.00444165472024162, 0.0126855769230771, 0.00679083037009344, 0.0187536538461536, 0.00956167759661139, 0.0329123076923075, 0.0213250545395642, 0.0744086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 720, '2021-05-23 00:00:00', 0.00347111219152502, 0.00847538461538466, 0.00687734694206551, 0.0137401923076922, 0.00701924643391269, 0.0177674999999996, 0.0107113873499908, 0.0346898076923075, 0.0200364905993655, 0.0743965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 735, '2021-05-23 00:00:00', 0.00548339834268994, 0.00922423076923068, 0.00502385941131058, 0.0124092307692306, 0.00516329370505044, 0.0162267307692307, 0.0100761421417893, 0.0337573076923077, 0.0197379517797957, 0.0740723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 750, '2021-05-23 00:00:00', 0.00263035149011267, 0.00777480769230768, 0.00265339229173619, 0.0103344230769228, 0.00371549586710331, 0.0139365384615382, 0.0107502758122043, 0.0335140384615385, 0.0195392084832996, 0.072973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 765, '2021-05-23 00:00:00', 0.00202160739549957, 0.00792769230769211, 0.00308038714474964, 0.0108601923076922, 0.00418350236505995, 0.0144290384615384, 0.0115817086755866, 0.0351246153846155, 0.0194547165845359, 0.0731207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 780, '2021-05-23 00:00:00', 0.00220675013398561, 0.00709807692307685, 0.00231142583368244, 0.00939923076923075, 0.00513933940681683, 0.0138765384615385, 0.0130675488196464, 0.0374580769230771, 0.0197590875451116, 0.0725011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 795, '2021-05-23 00:00:00', 0.00206799628031201, 0.00626615384615384, 0.00377235384587141, 0.0102865384615382, 0.00522175168074677, 0.013768846153846, 0.015010363165032, 0.0395221153846154, 0.020054702993409, 0.0723569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 810, '2021-05-23 00:00:00', 0.00280021516343631, 0.00753480769230748, 0.00379180793087066, 0.0104042307692308, 0.00610829096077934, 0.0143526923076921, 0.0156186583893946, 0.0398867307692309, 0.0201238514292407, 0.0725821153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 825, '2021-05-23 00:00:00', 0.00322656466516008, 0.00760653846153867, 0.00474572358509766, 0.0104028846153847, 0.00592263049990972, 0.0138890384615385, 0.0150438875256567, 0.0406332692307693, 0.0200644120282271, 0.0728140384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 840, '2021-05-23 00:00:00', 0.00260510050005461, 0.00783884615384632, 0.0039938925103983, 0.0104192307692308, 0.00526041057186749, 0.0141607692307693, 0.0172681493251413, 0.0432213461538461, 0.0204708509837769, 0.0735950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 855, '2021-05-23 00:00:00', 0.00331988711578242, 0.00775230769230778, 0.00327214698395643, 0.0102267307692309, 0.00587671399547544, 0.0150807692307692, 0.0168041364836619, 0.0449898076923077, 0.0203567872455733, 0.0743348076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 870, '2021-05-23 00:00:00', 0.00264885459280901, 0.00775442307692309, 0.0051118106531683, 0.011823076923077, 0.00688473254047279, 0.0166969230769229, 0.0164834687303556, 0.0449607692307692, 0.0206210280688279, 0.0744511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 885, '2021-05-23 00:00:00', 0.00416218237873426, 0.00827692307692299, 0.00447248917098919, 0.0112392307692308, 0.00824359202887077, 0.0193084615384616, 0.0165221262845172, 0.0446201923076924, 0.0208036416680795, 0.0743255769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 900, '2021-05-23 00:00:00', 0.00253705411517638, 0.00769960000000012, 0.00398079699934569, 0.0119602, 0.00933548145517938, 0.0216766000000001, 0.0158440836828765, 0.0447176000000002, 0.0188486635313136, 0.0753824000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 915, '2021-05-23 00:00:00', 0.00437622262916313, 0.00929749999999994, 0.00831185414842048, 0.0155592307692309, 0.00995791198572161, 0.0218113461538464, 0.015844540609162, 0.0439813461538461, 0.0203982532547804, 0.0734903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 930, '2021-05-23 00:00:00', 0.0074988403744538, 0.0108551923076925, 0.00868360978864991, 0.0158451923076924, 0.00878491252309664, 0.0213790384615387, 0.0158040373906845, 0.0429496153846154, 0.0209825137206786, 0.0731659615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 945, '2021-05-23 00:00:00', 0.00483337044769135, 0.0101617307692309, 0.00543224534961948, 0.0138234615384617, 0.00578399632939574, 0.0211515384615386, 0.0134314724391862, 0.040116730769231, 0.0193943725700168, 0.071949230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 960, '2021-05-23 00:00:00', 0.0039462528282684, 0.0101892307692308, 0.00484086024221086, 0.0147282692307696, 0.00963456511533018, 0.0242551923076926, 0.0132787306984342, 0.0396401923076924, 0.019689302695978, 0.0725605769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 975, '2021-05-23 00:00:00', 0.00404629193973181, 0.0105873076923078, 0.00600810957405457, 0.0155905769230769, 0.0110424789179715, 0.025665576923077, 0.0124427437674147, 0.0392576923076925, 0.0192776092407348, 0.0722640384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 990, '2021-05-23 00:00:00', 0.00422959552985314, 0.0116128846153847, 0.00874711353049584, 0.0185163461538462, 0.0101564258401347, 0.0242203846153847, 0.010863092257024, 0.0374857692307693, 0.0194107800986584, 0.0709159615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1005, '2021-05-23 00:00:00', 0.00661652760429956, 0.0131084615384615, 0.00816675223319893, 0.0190109615384615, 0.00952673084818941, 0.0229055769230768, 0.0106665298318545, 0.0360305769230769, 0.0221549310963634, 0.0727667307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1020, '2021-05-23 00:00:00', 0.00763637627764924, 0.013444423076923, 0.0078232281773821, 0.0165686538461539, 0.00851170712335909, 0.0230369230769229, 0.0102111061783048, 0.0331192307692306, 0.0214903020023883, 0.0712780769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1035, '2021-05-23 00:00:00', 0.00437126415881659, 0.00994711538461567, 0.00477892939410548, 0.0137219230769231, 0.00846674388643343, 0.0222040384615385, 0.00960312700874833, 0.0309978846153846, 0.0213663169606169, 0.0711676923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1050, '2021-05-23 00:00:00', 0.00300025921956997, 0.00997423076923064, 0.00697025145777476, 0.0162057692307694, 0.00851778808413032, 0.0204353846153847, 0.00947475392008439, 0.0296146153846154, 0.020607242953725, 0.0708330769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1065, '2021-05-23 00:00:00', 0.00619402245345031, 0.0132169230769232, 0.00718563507176766, 0.0168257692307693, 0.00749726727907231, 0.019660576923077, 0.00838618820534017, 0.0285711538461539, 0.0203147199227177, 0.0699965384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1080, '2021-05-23 00:00:00', 0.00588453192701026, 0.0114900000000002, 0.00574079446726549, 0.0135963461538461, 0.00650947139824853, 0.0172067307692307, 0.00773554596551637, 0.0264607692307691, 0.0218899805364147, 0.0700517307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1095, '2021-05-23 00:00:00', 0.0033429234787256, 0.00863076923076927, 0.00517844951550331, 0.0119042307692308, 0.00604647831704207, 0.0154640384615384, 0.00819938054883525, 0.0247757692307691, 0.0219347459077707, 0.0697559615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1110, '2021-05-23 00:00:00', 0.00389620659695506, 0.00824038461538468, 0.00458878376713686, 0.0110276923076925, 0.005123060743795, 0.0138642307692307, 0.0076659990567741, 0.0234765384615385, 0.0219776177971696, 0.0694540384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1125, '2021-05-23 00:00:00', 0.00338055380078463, 0.00707000000000037, 0.00375477251692371, 0.00976557692307691, 0.00404933172074306, 0.0124107692307693, 0.00707748558132376, 0.022793076923077, 0.0217596934341033, 0.068827884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1140, '2021-05-23 00:00:00', 0.00320931280087241, 0.00657057692307687, 0.00323388366186219, 0.00856653846153834, 0.0036779186840049, 0.0119403846153846, 0.00816449875280852, 0.0230017307692307, 0.0218916566404085, 0.068612307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1155, '2021-05-23 00:00:00', 0.00257162253480924, 0.00559769230769226, 0.00316011905812713, 0.00808730769230781, 0.00365443579250435, 0.0111598076923078, 0.00865678842785303, 0.0224482692307692, 0.0227424244563733, 0.0685969230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1170, '2021-05-23 00:00:00', 0.00231968578774081, 0.00566192307692333, 0.00324282872718333, 0.00807692307692325, 0.00384469354585474, 0.0109126923076925, 0.00837223928321323, 0.0217038461538461, 0.0228379661537201, 0.0687459615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1185, '2021-05-23 00:00:00', 0.00303876033048881, 0.00572211538461534, 0.00347817116511583, 0.00759942307692301, 0.00426818681102913, 0.010695576923077, 0.00846879433794783, 0.0205734615384614, 0.0227556124175994, 0.0687575000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1200, '2021-05-23 00:00:00', 0.00273516552726476, 0.00542230769230772, 0.00308743981566974, 0.0073188461538464, 0.00380029359189708, 0.0100357692307693, 0.00848542528964526, 0.0200478846153846, 0.0228653397937713, 0.0687532692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1215, '2021-05-23 00:00:00', 0.00245562540992029, 0.00415807692307713, 0.00298176968619956, 0.00638269230769246, 0.00394816193358932, 0.00977942307692308, 0.00756922827333444, 0.0196155769230768, 0.0222428099947272, 0.0692626923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1230, '2021-05-23 00:00:00', 0.00232063731299421, 0.00455846153846141, 0.00261563465603378, 0.00678557692307686, 0.0037261395623972, 0.00988596153846154, 0.0071639337281649, 0.0193423076923074, 0.0222228535071443, 0.0693050000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1245, '2021-05-23 00:00:00', 0.00254065691081295, 0.00540153846153853, 0.0033536755783192, 0.00800673076923073, 0.00446787578592587, 0.0102359615384618, 0.00703470467369839, 0.0192196153846153, 0.0223378584685627, 0.070189807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1260, '2021-05-23 00:00:00', 0.00299253396613304, 0.00552346153846156, 0.00345360888725917, 0.00746711538461541, 0.00463717440905567, 0.0103375000000001, 0.00663328982365589, 0.019808269230769, 0.0222103852294026, 0.0702390384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1275, '2021-05-23 00:00:00', 0.00261587359286472, 0.00438557692307678, 0.00327373611548759, 0.00646807692307678, 0.00368501812958711, 0.00945384615384605, 0.00588309034763745, 0.0195459615384612, 0.0228977277450103, 0.0707732692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1290, '2021-05-23 00:00:00', 0.00241602875842569, 0.00443019230769239, 0.00259260213803718, 0.00683961538461532, 0.0033287086662273, 0.00910423076923072, 0.00625101368087324, 0.0193459615384613, 0.0229110011532923, 0.0715303846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1305, '2021-05-23 00:00:00', 0.00162822234353909, 0.00474499999999991, 0.00296372754509242, 0.00687980769230761, 0.00372903982795307, 0.0090459615384613, 0.00596915668570219, 0.0193234615384613, 0.0221780292736199, 0.0723926923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1320, '2021-05-23 00:00:00', 0.00255117671944646, 0.00470942307692324, 0.00283897113676495, 0.00591365384615406, 0.00491269333931523, 0.0109853846153846, 0.00614635862492222, 0.0192628846153845, 0.0221290998609037, 0.0726705769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1335, '2021-05-23 00:00:00', 0.00173628334270479, 0.00342461538461534, 0.0038043217529539, 0.00567499999999989, 0.00512732353707521, 0.0115694230769228, 0.00633661947304355, 0.0188021153846151, 0.02237706393489, 0.073242884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1350, '2021-05-23 00:00:00', 0.00321989345858152, 0.00422326923076901, 0.00453950653028067, 0.00869153846153839, 0.00534050896450898, 0.0112849999999997, 0.00642117424260136, 0.0185955769230766, 0.0224313712233903, 0.0736751923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1365, '2021-05-23 00:00:00', 0.00359104002505353, 0.00731769230769225, 0.00388813645791711, 0.00950634615384591, 0.00413733386838201, 0.0105415384615383, 0.00614802273405528, 0.0180365384615382, 0.0223243487052901, 0.0737036538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1380, '2021-05-23 00:00:00', 0.00351399943632073, 0.00537096153846133, 0.00354844065969625, 0.00672865384615368, 0.00367285942368532, 0.00961288461538464, 0.00663986780452256, 0.0183626923076922, 0.0223343434509416, 0.0739307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1395, '2021-05-23 00:00:00', 0.0022453378108017, 0.00383673076923084, 0.00277882238477995, 0.00538538461538481, 0.00613163086913944, 0.0118636538461537, 0.00694539559708414, 0.0189449999999999, 0.0223151584604588, 0.0739613461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1410, '2021-05-23 00:00:00', 0.00212010881433364, 0.00379923076923069, 0.00312995046040907, 0.00759326923076926, 0.0058888430527566, 0.0114724999999998, 0.00703257451763944, 0.0188571153846152, 0.0223913748092018, 0.0742696153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1425, '2021-05-23 00:00:00', 0.00319776677482182, 0.00669788461538452, 0.00618028299078231, 0.0109303846153844, 0.00597253873671306, 0.0114901923076922, 0.0072157314598034, 0.0192174999999998, 0.0225347916487783, 0.0743755769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 0, '2021-05-23 00:00:00', 0.00570112450783577, 0.00751557692307675, 0.00555502892397082, 0.00798788461538447, 0.00593821205932705, 0.00977730769230764, 0.00766749606104571, 0.0191503846153844, 0.0225347916487783, 0.0743755769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 15, '2021-05-23 00:00:00', 0.00181836794956352, 0.00260500000000011, 0.00266144275505999, 0.00413153846153851, 0.00398270559853684, 0.0100567307692308, 0.00581893071065339, 0.0189188461538462, 0.022220132908278, 0.0738726923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 30, '2021-05-23 00:00:00', 0.0025548740748736, 0.00309653846153868, 0.00328739481259027, 0.00534942307692313, 0.00408869445497638, 0.0103078846153847, 0.00585143640813618, 0.0192140384615384, 0.0222277967073108, 0.0738573076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 45, '2021-05-23 00:00:00', 0.00270408887683908, 0.00398442307692309, 0.00423487457356735, 0.00904442307692304, 0.0051297221997059, 0.0108253846153847, 0.00583670515919593, 0.0193263461538461, 0.0222277967073108, 0.0738573076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 60, '2021-05-23 00:00:00', 0.00432712763140441, 0.00810346153846146, 0.0043750589666358, 0.00902019230769236, 0.00523654101923738, 0.0109503846153845, 0.00635964169285797, 0.0191976923076923, 0.0222355328351164, 0.0738423076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 75, '2021-05-23 00:00:00', 0.00191746030948786, 0.00425596153846159, 0.00385690376019242, 0.00629115384615378, 0.00415167147525695, 0.00875096153846147, 0.00604741216427449, 0.0177117307692307, 0.0225528480318152, 0.073137884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 90, '2021-05-23 00:00:00', 0.00313975844857297, 0.00452365384615374, 0.00317460280374395, 0.00555480769230735, 0.00345171237882795, 0.00809788461538447, 0.00613424022315597, 0.0176986538461537, 0.0225831729842921, 0.073535961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 105, '2021-05-23 00:00:00', 0.00181180071921645, 0.00371038461538434, 0.00267753601570263, 0.00595365384615385, 0.00268294035743211, 0.00787519230769233, 0.00595166583015596, 0.0177680769230768, 0.0226314768995275, 0.0736244230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 120, '2021-05-23 00:00:00', 0.00246717946246323, 0.00474750000000002, 0.00251908249475586, 0.00606384615384622, 0.00444945644044137, 0.00904384615384613, 0.00601652611242877, 0.0177523076923077, 0.0227110331235385, 0.073528461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 135, '2021-05-23 00:00:00', 0.00190136280073026, 0.00401750000000013, 0.00221611785475263, 0.00554211538461539, 0.00519155777718471, 0.0102130769230769, 0.00614479134026403, 0.0176061538461539, 0.0228119457816766, 0.0736471153846159 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 150, '2021-05-23 00:00:00', 0.00218393505996717, 0.00393711538461569, 0.00423847291077629, 0.00693115384615408, 0.0049019179448928, 0.0107365384615386, 0.00603616632028582, 0.0177003846153845, 0.022811259662382, 0.0736507692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 165, '2021-05-23 00:00:00', 0.00384614132805614, 0.00559865384615396, 0.00410307209483125, 0.00862384615384605, 0.00543153053936, 0.0111299999999999, 0.00582404606913298, 0.017558846153846, 0.0227134523000053, 0.0737457692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 180, '2021-05-23 00:00:00', 0.00355477152787405, 0.00741615384615382, 0.00409203478160275, 0.00921557692307696, 0.00485666017325293, 0.0112759615384616, 0.0058587702207887, 0.0175524999999999, 0.0227208870526998, 0.0737323076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 195, '2021-05-23 00:00:00', 0.00330385840286073, 0.00557211538461555, 0.00361276041914681, 0.00762038461538471, 0.00393281799535824, 0.0103342307692311, 0.00534325785453037, 0.0164724999999999, 0.0228719250711771, 0.073382307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 210, '2021-05-23 00:00:00', 0.00297044767410813, 0.00540576923076927, 0.00292718744636423, 0.00706711538461532, 0.00386911037777195, 0.0100113461538463, 0.00582239131417523, 0.0162261538461537, 0.0229683391223324, 0.0733059615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 225, '2021-05-23 00:00:00', 0.00179685378883815, 0.00462846153846142, 0.00244883485638522, 0.00688692307692327, 0.00267458209532164, 0.00920576923076937, 0.00572815717782319, 0.0152005769230768, 0.023050962052341, 0.0732134615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 240, '2021-05-23 00:00:00', 0.00216315877471265, 0.00496173076923109, 0.00269771847336564, 0.00654519230769253, 0.00273207514819501, 0.00836115384615391, 0.00532660665541774, 0.0154823076923078, 0.0230425613301528, 0.0732055769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 255, '2021-05-23 00:00:00', 0.00291073332684386, 0.00459749999999996, 0.00311721424574027, 0.00622557692307695, 0.00362534639724253, 0.00831749999999988, 0.00556151183444005, 0.0156632692307691, 0.0229504201411184, 0.0734705769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 270, '2021-05-23 00:00:00', 0.0026604048347226, 0.00410826923076927, 0.00266078210017569, 0.00540923076923075, 0.00387820990128963, 0.00798403846153839, 0.00571498454469961, 0.0155921153846154, 0.0230291043756843, 0.0738171153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 285, '2021-05-23 00:00:00', 0.00172647111183475, 0.00350249999999995, 0.00304957046786295, 0.0060259615384614, 0.00346486348382415, 0.00790980769230763, 0.00601943148350561, 0.0155557692307691, 0.0231212487693431, 0.0738255769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 300, '2021-05-23 00:00:00', 0.00292668313178016, 0.00483692307692299, 0.00332406744007313, 0.00602288461538459, 0.0030368055648101, 0.00764403846153849, 0.00648030593116872, 0.0161848076923075, 0.0231655074833586, 0.0738101923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 315, '2021-05-23 00:00:00', 0.0018966925564904, 0.00368442307692311, 0.00253181601743766, 0.00547288461538471, 0.00291967769559466, 0.00718038461538463, 0.00767329913000017, 0.0175034615384615, 0.0233047321836972, 0.0739480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 330, '2021-05-23 00:00:00', 0.00212144276015523, 0.00406923076923092, 0.00216092399218481, 0.00515250000000027, 0.00365957984137311, 0.00718884615384612, 0.0069931471840982, 0.0194415384615385, 0.0233415975064658, 0.0739219230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 345, '2021-05-23 00:00:00', 0.00154116120057353, 0.00337961538461554, 0.00255258497183935, 0.00519596153846173, 0.00350933668946144, 0.006755, 0.00705147200126422, 0.0206292307692309, 0.0231400610206298, 0.0738409615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 360, '2021-05-23 00:00:00', 0.00238673533062642, 0.00407346153846146, 0.00374664915419309, 0.00567173076923072, 0.00381941390993226, 0.00725115384615371, 0.00878431704801234, 0.023725, 0.0231066979175704, 0.0738255769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 375, '2021-05-23 00:00:00', 0.00276659052181295, 0.00388634615384612, 0.00260519374740906, 0.004732692307692, 0.00356994714462056, 0.00673884615384608, 0.00880189772369917, 0.0268315384615385, 0.0231129846165444, 0.073846730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 390, '2021-05-23 00:00:00', 0.00129829059210115, 0.0028876923076921, 0.00255041960348611, 0.00444307692307679, 0.00328385461240073, 0.006856346153846, 0.00879236645313167, 0.0286146153846155, 0.0231687052068419, 0.0740351923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 405, '2021-05-23 00:00:00', 0.00247313771429038, 0.00349807692307697, 0.0025543069284281, 0.00480826923076928, 0.00297556464583436, 0.00672519230769207, 0.00979846444798693, 0.0317834615384616, 0.0231687052068419, 0.0740351923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 420, '2021-05-23 00:00:00', 0.0018660950177806, 0.00355615384615395, 0.00241416570236241, 0.00515903846153835, 0.00418244236706839, 0.00743692307692315, 0.010290308646414, 0.0332690384615387, 0.0231721981502703, 0.0740313461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 435, '2021-05-23 00:00:00', 0.00202694484005238, 0.0034442307692308, 0.00194233682613327, 0.00427711538461538, 0.00386218174690861, 0.00779038461538463, 0.0107097448382304, 0.0352575000000002, 0.023174658756097, 0.0740826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 450, '2021-05-23 00:00:00', 0.0017689681042477, 0.00325692307692303, 0.00416058409823222, 0.00560596153846172, 0.00407803922058337, 0.00889326923076917, 0.0111937870215857, 0.0363082692307694, 0.0232101046628735, 0.074092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 465, '2021-05-23 00:00:00', 0.00423879387779865, 0.00440846153846162, 0.00406784791429653, 0.00638442307692303, 0.0044676329303111, 0.00974499999999994, 0.0104695874744241, 0.0377382692307693, 0.0232828454520954, 0.074042884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 480, '2021-05-23 00:00:00', 0.00202599050798878, 0.00465346153846123, 0.00240465514079522, 0.00663211538461505, 0.00353007803901526, 0.00972019230769196, 0.0110221803807665, 0.0376578846153846, 0.022766533241716, 0.0736696153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 495, '2021-05-23 00:00:00', 0.00202064011183018, 0.00439269230769217, 0.00328717170925922, 0.00664538461538446, 0.00458249175163963, 0.012095576923077, 0.0109765638118395, 0.0382063461538463, 0.022579025474644, 0.0737642307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 510, '2021-05-23 00:00:00', 0.00284371493215925, 0.0046638461538462, 0.00358497690154575, 0.00720423076923077, 0.0046255967307348, 0.0147036538461539, 0.01097095519297, 0.0388496153846155, 0.0226444369131889, 0.0738113461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 525, '2021-05-23 00:00:00', 0.00320021177183889, 0.00561423076923057, 0.00391289507712827, 0.0104817307692307, 0.0047206172388136, 0.0165113461538461, 0.0110207377318329, 0.038783076923077, 0.0227257771475817, 0.073574807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 540, '2021-05-23 00:00:00', 0.00313510228639413, 0.00882211538461529, 0.00419726886017757, 0.0124717307692306, 0.0063607536079884, 0.0186876923076924, 0.0115159734883602, 0.037969230769231, 0.0233048936632169, 0.0729844230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 555, '2021-05-23 00:00:00', 0.00387957721725135, 0.0080092307692307, 0.00452530905021962, 0.0114550000000001, 0.00746120687546323, 0.0202940384615387, 0.0125102678443935, 0.0368384615384617, 0.0241081167946529, 0.072759230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 570, '2021-05-23 00:00:00', 0.00366542857185672, 0.00772115384615403, 0.00525562788827339, 0.0128175, 0.00816843437592845, 0.0209219230769231, 0.012305770134997, 0.0370638461538462, 0.0237595502935946, 0.0728069230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 585, '2021-05-23 00:00:00', 0.0047241463901304, 0.00994365384615378, 0.00655957034533379, 0.0160436538461538, 0.0106350646159118, 0.0226857692307692, 0.0127612567577987, 0.0378509615384616, 0.0237369619791582, 0.0731300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 600, '2021-05-23 00:00:00', 0.00512614670098298, 0.012545, 0.00677225975239021, 0.0162080769230769, 0.00958272233682129, 0.0226457692307693, 0.0126166346497238, 0.0375232692307694, 0.0237868843984373, 0.0742107692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 615, '2021-05-23 00:00:00', 0.00431335235055062, 0.0111924999999998, 0.00686933465594632, 0.0154038461538461, 0.00704703995687858, 0.0221769230769232, 0.0127400654870915, 0.036901153846154, 0.0238018405267647, 0.0740576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 630, '2021-05-23 00:00:00', 0.00526765080102496, 0.0105801923076923, 0.00602986530019219, 0.0148084615384616, 0.00653016902832247, 0.0210884615384617, 0.0140543823606184, 0.0356534615384618, 0.0239004189921434, 0.0736700000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 645, '2021-05-23 00:00:00', 0.00341728310886772, 0.0100396153846154, 0.00437029999410364, 0.0144609615384617, 0.00715234394070617, 0.0209446153846155, 0.0115626567082938, 0.0339780769230772, 0.0226899238878951, 0.0722490384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 660, '2021-05-23 00:00:00', 0.00427770772547812, 0.0103257692307693, 0.00554753676453302, 0.0145080769230771, 0.00702831117968344, 0.0189640384615385, 0.0117555241498824, 0.0327459615384618, 0.0220042037146403, 0.0722286538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 675, '2021-05-23 00:00:00', 0.00375001822046853, 0.00885057692307691, 0.00533008708616989, 0.0137571153846153, 0.00666735604672865, 0.0165694230769232, 0.0128217145679329, 0.0328623076923079, 0.0223874660812355, 0.0726134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 690, '2021-05-23 00:00:00', 0.00524343651258772, 0.0109176923076923, 0.00500756967384981, 0.0128809615384615, 0.00585527894625555, 0.0166315384615384, 0.0140023575885799, 0.0325240384615385, 0.0230680637887436, 0.0723301923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 705, '2021-05-23 00:00:00', 0.00272367546496684, 0.00758596153846151, 0.00507512653877887, 0.0106692307692309, 0.00581797168264007, 0.0147225000000001, 0.0141589136059234, 0.0344125, 0.0234864360110256, 0.0721725000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 720, '2021-05-23 00:00:00', 0.00323981951064251, 0.00762769230769254, 0.00455036752953514, 0.0111155769230771, 0.00570369741078962, 0.0147780769230774, 0.01418500819663, 0.0365784615384616, 0.0242861014550424, 0.0735117307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 735, '2021-05-23 00:00:00', 0.00309901307490964, 0.00779403846153827, 0.00444568224408633, 0.0104111538461539, 0.00465485369926241, 0.0143201923076923, 0.01383393228623, 0.0366774999999999, 0.0241311711596943, 0.0732965384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 750, '2021-05-23 00:00:00', 0.00273857456605557, 0.00717057692307704, 0.00308878465021195, 0.00961384615384642, 0.00515790999712649, 0.0154134615384618, 0.0131052967976253, 0.0363280769230769, 0.0241890894699369, 0.07287923[...];
Date: 2021-05-23 16:56:09 Duration: 23s769ms Database: acaweb_fx User: pgperfstats
19 23s754ms 1 23s754ms 23s754ms 23s754ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?[...];Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 23 16 1 23s754ms 23s754ms [ User: pgperfstats - Total duration: 23s754ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987995, 1, 1020, '2021-05-23 00:00:00', 0.000257191338531022, 0.000709230769230761, 0.000334287531694126, 0.000913076923076901, 0.000559064740987452, 0.00139076923076921, 0.00071330813818432, 0.00195749999999998, 0.00227076652595216, 0.00520384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1035, '2021-05-23 00:00:00', 0.000318185540937253, 0.000650961538461524, 0.000384473866272019, 0.000931923076923067, 0.00058709968358154, 0.00133096153846153, 0.000826088954979084, 0.00197980769230767, 0.00226152120349253, 0.00520307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1050, '2021-05-23 00:00:00', 0.000273211456568007, 0.000687499999999995, 0.000427789128498519, 0.00106653846153846, 0.000487974778667281, 0.00122576923076922, 0.000761402349918574, 0.00187653846153844, 0.00227606151904154, 0.00520403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1065, '2021-05-23 00:00:00', 0.00043083925255069, 0.000847692307692318, 0.000476625639259983, 0.000995000000000002, 0.000484945714646328, 0.00120211538461539, 0.000726334871910885, 0.00177711538461538, 0.00228517611676114, 0.00523826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1080, '2021-05-23 00:00:00', 0.000183208582264547, 0.000565769230769214, 0.000208854384311549, 0.000698076923076902, 0.000320683644734181, 0.000959999999999986, 0.000679834284106157, 0.00166557692307693, 0.00232152244476303, 0.00530269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1095, '2021-05-23 00:00:00', 0.000139779634259964, 0.000457884615384617, 0.000281865011335924, 0.00070173076923078, 0.000302758916530055, 0.00088480769230769, 0.000649141326321507, 0.0017426923076923, 0.00233026954532007, 0.00529307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1110, '2021-05-23 00:00:00', 0.000261916310767701, 0.000528076923076932, 0.000282509359953828, 0.00067653846153847, 0.000371254836798328, 0.000883076923076935, 0.000665407798617883, 0.00179846153846154, 0.00233508182198926, 0.00529365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1125, '2021-05-23 00:00:00', 0.000194660355096113, 0.000455576923076901, 0.00023519460027812, 0.000627499999999986, 0.000328561491727384, 0.000795576923076909, 0.000652537090015677, 0.00171557692307691, 0.00232036071466356, 0.0052696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1140, '2021-05-23 00:00:00', 0.000163595185183963, 0.000444230769230776, 0.000251173017291637, 0.000578269230769244, 0.000249105476578761, 0.000731538461538446, 0.000679326589634613, 0.00172115384615384, 0.00231300271043111, 0.00529346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1155, '2021-05-23 00:00:00', 0.000214751376820156, 0.000423076923076936, 0.000226552167536261, 0.000518269230769244, 0.000380544953374043, 0.000842307692307702, 0.000693092734388072, 0.00168153846153846, 0.0023116821048419, 0.00530807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1170, '2021-05-23 00:00:00', 0.000130662365837109, 0.000330576923076945, 0.000139343515760898, 0.000516153846153837, 0.000402897820602364, 0.000820576923076936, 0.000730609018875024, 0.00171846153846153, 0.00231105973860147, 0.00531365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1185, '2021-05-23 00:00:00', 0.000143003496460746, 0.000404999999999997, 0.00041229302499743, 0.000671538461538488, 0.000397934716331107, 0.000855961538461552, 0.000697228165943266, 0.00171134615384614, 0.00231040519256823, 0.00531807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1200, '2021-05-23 00:00:00', 0.000431186912888305, 0.000533076923076939, 0.000428261467581872, 0.000661730769230783, 0.000407600860571293, 0.000857692307692316, 0.000683600423099296, 0.00170346153846154, 0.00230773632842631, 0.00533980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1215, '2021-05-23 00:00:00', 0.000159735358062562, 0.000369230769230788, 0.000181013917866903, 0.000510961538461564, 0.000642798090083802, 0.000780769230769196, 0.000907513339592605, 0.00191230769230768, 0.00235802016857039, 0.00541134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1230, '2021-05-23 00:00:00', 0.000153429136737469, 0.000357500000000019, 0.000233249041551325, 0.000508653846153856, 0.000658671273211343, 0.000759615384615391, 0.00097134397377277, 0.00196365384615385, 0.00234747714824629, 0.00541980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1245, '2021-05-23 00:00:00', 0.000214425977903773, 0.000367500000000016, 0.000677531265245094, 0.000563846153846133, 0.000680406241774833, 0.000800576923076924, 0.00100884160531542, 0.00198923076923078, 0.00232728170917193, 0.00541807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1260, '2021-05-23 00:00:00', 0.000686603681452862, 0.000426153846153828, 0.000687690784716956, 0.000558846153846151, 0.000658598891587298, 0.000957499999999987, 0.00102037248100877, 0.00202000000000001, 0.00232344575014056, 0.00542307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1275, '2021-05-23 00:00:00', 0.000218558564585927, 0.000359615384615409, 0.000306169950291569, 0.000545961538461571, 0.000428724270365032, 0.00102750000000001, 0.00107780255434557, 0.00199711538461541, 0.00233751874529713, 0.00537326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1290, '2021-05-23 00:00:00', 0.000198200752928782, 0.00040153846153847, 0.000300884337604018, 0.000730769230769227, 0.000448204151630119, 0.00104980769230769, 0.00115707715320178, 0.00200346153846155, 0.00229312159595738, 0.0054094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1305, '2021-05-23 00:00:00', 0.000297231650142042, 0.000604423076923065, 0.000431682932076511, 0.000841923076923076, 0.000439443354186255, 0.000992307692307694, 0.0011516385650956, 0.00199423076923078, 0.00228425568587705, 0.00543903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1320, '2021-05-23 00:00:00', 0.000447021768528638, 0.000622307692307687, 0.000434864788888897, 0.000775769230769232, 0.000458418351089259, 0.000965769230769238, 0.00117802892742335, 0.00197192307692309, 0.00226337047003257, 0.00545826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1335, '2021-05-23 00:00:00', 0.00023316649713157, 0.000426153846153854, 0.00021961364676669, 0.000561923076923095, 0.000321422379671754, 0.000772884615384614, 0.00111501866145128, 0.00194115384615384, 0.00225598878202338, 0.00542923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1350, '2021-05-23 00:00:00', 0.000182219753214485, 0.000400961538461578, 0.000289431339008096, 0.000627500000000003, 0.000359271485091713, 0.000785000000000002, 0.00109693755519631, 0.001935, 0.00223419585430299, 0.00542634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1365, '2021-05-23 00:00:00', 0.000299290250168909, 0.000464423076923079, 0.000308658636435405, 0.000601923076923075, 0.000362757017638749, 0.00075557692307692, 0.00110607881552531, 0.00192711538461539, 0.00222337415966054, 0.00544442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1380, '2021-05-23 00:00:00', 0.000235730044428273, 0.000414423076923076, 0.000303940846977748, 0.000560961538461516, 0.000352769918480324, 0.000883846153846154, 0.00112736793529822, 0.0019476923076923, 0.0021949332651499, 0.00543403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1395, '2021-05-23 00:00:00', 0.00023961507593512, 0.000339230769230763, 0.000255832051278838, 0.000500961538461558, 0.000845325995377871, 0.00135096153846152, 0.00133146310500895, 0.00216499999999999, 0.00215097358993909, 0.00545076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1410, '2021-05-23 00:00:00', 0.00016383716118336, 0.000383846153846149, 0.000310372295056227, 0.000800192307692315, 0.000855923455420231, 0.00148480769230768, 0.00133487308529545, 0.00219807692307689, 0.00214104309589075, 0.00545153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1425, '2021-05-23 00:00:00', 0.000333098102897416, 0.000742884615384597, 0.000849975022257463, 0.00133846153846152, 0.00089442325637165, 0.0015451923076923, 0.00132320288868163, 0.00224673076923075, 0.00214104183841561, 0.00545192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 0, '2021-05-23 00:00:00', 0.000900661914713506, 0.00113173076923076, 0.000907326079964993, 0.00132884615384616, 0.000892833604964463, 0.00152538461538463, 0.00131346013965462, 0.00227653846153846, 0.00227209977435308, 0.00552423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 15, '2021-05-23 00:00:00', 0.000489987414804371, 0.000797799999999995, 0.000574468377429655, 0.00102080000000002, 0.000578767872294242, 0.00131580000000002, 0.00110932967747796, 0.0021904, 0.00214684714562228, 0.00549120000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 30, '2021-05-23 00:00:00', 0.000498757038379774, 0.000707400000000016, 0.000415260962127078, 0.00102399999999999, 0.000495128097903333, 0.00121319999999999, 0.00106721924489145, 0.00207559999999998, 0.00210212111132222, 0.00542560000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 45, '2021-05-23 00:00:00', 0.000270643464017506, 0.000778269230769231, 0.000343779670048232, 0.000922692307692315, 0.000408756839509953, 0.00105307692307693, 0.00102863427005835, 0.00197230769230768, 0.00206274626501808, 0.00534692307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 60, '2021-05-23 00:00:00', 0.000366293755590558, 0.000643653846153853, 0.000453188193206279, 0.000771538461538452, 0.000466748697002852, 0.000937884615384645, 0.00105510562723142, 0.00198326923076923, 0.00207705343251888, 0.00533519230769236 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 75, '2021-05-23 00:00:00', 0.00022275443533529, 0.000431538461538445, 0.000226791415520627, 0.000567115384615393, 0.000260220985968578, 0.000804807692307713, 0.00102526289311572, 0.00194499999999997, 0.00200156523366473, 0.00527576923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 90, '2021-05-23 00:00:00', 0.000117236775537627, 0.000392692307692301, 0.000171267784028877, 0.000525576923076959, 0.000263837726934278, 0.000802884615384614, 0.00105134296899802, 0.00202596153846151, 0.00203752508243171, 0.00527769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 105, '2021-05-23 00:00:00', 0.000154905926787364, 0.000359615384615426, 0.000218234172040384, 0.000621923076923078, 0.000316642725140841, 0.00081115384615384, 0.00109477149003099, 0.00218384615384611, 0.00208036860639201, 0.00529653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 120, '2021-05-23 00:00:00', 0.00022606772300488, 0.000506153846153814, 0.000267428279386031, 0.000658269230769205, 0.000401106018979456, 0.00088596153846151, 0.00109346050894187, 0.00226826923076921, 0.002123386527732, 0.00537288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 135, '2021-05-23 00:00:00', 0.000175162452070592, 0.000416730769230758, 0.000233864523570003, 0.000561153846153842, 0.00109825378880082, 0.00108423076923077, 0.00116024740398827, 0.00233096153846151, 0.00212888464839075, 0.00539461538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 150, '2021-05-23 00:00:00', 0.000196339972026561, 0.000459230769230737, 0.000279841713501391, 0.000680769230769198, 0.00105679924954844, 0.00116942307692305, 0.00118098075279048, 0.00237846153846152, 0.00212445765929892, 0.00539788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 165, '2021-05-23 00:00:00', 0.000188953392706712, 0.000445769230769213, 0.00109660232256099, 0.000859423076923062, 0.00106060730063197, 0.0011253846153846, 0.00118401957169377, 0.0023878846153846, 0.00212165795111711, 0.00537269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 180, '2021-05-23 00:00:00', 0.00108142804447851, 0.000693846153846173, 0.00105393190555105, 0.000877692307692319, 0.00104030500335239, 0.00119750000000002, 0.00115271485566101, 0.00240153846153845, 0.00214832286106735, 0.00538134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 195, '2021-05-23 00:00:00', 0.000144735966504522, 0.000477500000000002, 0.000222958775078734, 0.00070884615384616, 0.000380442657156907, 0.00107884615384617, 0.000905018763086431, 0.0022051923076923, 0.00215262095166299, 0.00537980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 210, '2021-05-23 00:00:00', 0.000193427386494647, 0.000536923076923084, 0.000288960803836535, 0.00077788461538463, 0.00036897904881108, 0.00105153846153846, 0.000902719225451648, 0.00217000000000001, 0.00217406369767273, 0.00539980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 225, '2021-05-23 00:00:00', 0.000222747874029433, 0.000578846153846163, 0.00030915766453131, 0.000822307692307682, 0.000277155121797289, 0.00102980769230768, 0.000867777998019172, 0.00218057692307692, 0.00219453798361715, 0.00539480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 240, '2021-05-23 00:00:00', 0.000243734407785333, 0.000587692307692289, 0.000287939430062316, 0.000731346153846145, 0.000382227882088903, 0.00112692307692306, 0.000850762373042347, 0.00209615384615385, 0.00225183614822695, 0.0054440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 255, '2021-05-23 00:00:00', 0.000174987472079057, 0.000463846153846161, 0.000268421597205159, 0.000721923076923084, 0.000503474581132148, 0.00108442307692308, 0.000909146514383349, 0.00205576923076924, 0.00233510131554203, 0.00546807692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 270, '2021-05-23 00:00:00', 0.000247864804961231, 0.000549807692307716, 0.00042865357179826, 0.000833269230769267, 0.000514082341503951, 0.00109557692307694, 0.00106318201640171, 0.00203000000000002, 0.00228295651766266, 0.00555769230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 285, '2021-05-23 00:00:00', 0.000304668104412287, 0.000590576923076932, 0.000378586236492487, 0.000738461538461577, 0.000672235106537579, 0.00121596153846155, 0.00109219406911748, 0.00199326923076925, 0.0023402640876619, 0.00553500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 300, '2021-05-23 00:00:00', 0.000175442736658288, 0.000436923076923104, 0.000229963876761976, 0.00065576923076924, 0.000757418388596849, 0.00119115384615386, 0.00111135262353863, 0.00195057692307693, 0.00235642363469599, 0.00550711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 315, '2021-05-23 00:00:00', 0.00019811457446484, 0.000515769230769228, 0.000656996311896939, 0.00088307692307691, 0.000854634784796765, 0.00127884615384614, 0.00117681538974407, 0.00198230769230769, 0.0023567037606336, 0.00550384615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 330, '2021-05-23 00:00:00', 0.000704359610950595, 0.000652307692307696, 0.000793890129968588, 0.000911538461538472, 0.000932911653826985, 0.00118807692307692, 0.00123460513774804, 0.00198038461538462, 0.00239685640274602, 0.00549384615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 345, '2021-05-23 00:00:00', 0.000321448225284354, 0.000515192307692318, 0.000403711483040128, 0.000714807692307687, 0.000447239266543624, 0.000955192307692297, 0.000818439063095092, 0.00185750000000001, 0.00192532738474824, 0.00526346153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 360, '2021-05-23 00:00:00', 0.000208462226794175, 0.00044749999999996, 0.000301775005337025, 0.000608076923076867, 0.000329223094806331, 0.00087038461538457, 0.000782985730295339, 0.00182942307692307, 0.00181341951741835, 0.00521288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 375, '2021-05-23 00:00:00', 0.000187014602473872, 0.000407692307692314, 0.000213998921636414, 0.000601538461538457, 0.000213308101472596, 0.000782115384615384, 0.000720338195144883, 0.00197365384615385, 0.0017573309416446, 0.00520096153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 390, '2021-05-23 00:00:00', 0.000199987403449492, 0.000460192307692291, 0.00023084268702699, 0.00062211538461537, 0.000259061991393211, 0.00080865384615384, 0.000757382638788653, 0.00209769230769232, 0.00175215292843272, 0.0052067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 405, '2021-05-23 00:00:00', 0.000131348625948102, 0.000392692307692276, 0.000156243522942667, 0.000524038461538436, 0.000389364175982421, 0.0008226923076923, 0.000797443631960176, 0.00217788461538461, 0.00175731584000669, 0.00518980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 420, '2021-05-23 00:00:00', 0.000114638059192328, 0.000366730769230781, 0.000224731292538793, 0.000573076923076945, 0.000354062793213933, 0.000822692307692326, 0.000818579938298414, 0.00224365384615386, 0.00177603162870312, 0.00519711538461543 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 435, '2021-05-23 00:00:00', 0.000202242048431715, 0.000450384615384611, 0.000357886101348557, 0.000652692307692296, 0.000402402974449932, 0.00082692307692308, 0.000788455159448877, 0.00233153846153845, 0.00181743188423835, 0.00521057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 450, '2021-05-23 00:00:00', 0.000299039230768235, 0.000477692307692286, 0.000276141546758461, 0.000598076923076913, 0.000405283044493411, 0.000817115384615374, 0.000792794667373203, 0.00238076923076923, 0.00183620931645772, 0.00519442307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 465, '2021-05-23 00:00:00', 0.000177478167671436, 0.000392499999999992, 0.000241155631204276, 0.000575961538461554, 0.000341068964377504, 0.000799038461538444, 0.000755577619084605, 0.00239346153846154, 0.00180993715360506, 0.00516750000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 480, '2021-05-23 00:00:00', 0.000158483801647406, 0.000436346153846177, 0.000280937989325301, 0.000586923076923079, 0.000377106799808139, 0.000833461538461533, 0.000767595045480466, 0.00240307692307693, 0.00181681730379931, 0.0051413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 495, '2021-05-23 00:00:00', 0.000234926829852635, 0.000398846153846136, 0.000271436633772667, 0.000585384615384607, 0.000440632630866783, 0.000916346153846162, 0.000752518131649686, 0.00240153846153848, 0.00178178170336927, 0.00510403846153851 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 510, '2021-05-23 00:00:00', 0.000159854260548115, 0.00041576923076923, 0.000269087989612755, 0.000597115384615376, 0.000376720514644267, 0.000952115384615371, 0.000697928252869755, 0.00240461538461536, 0.00171221144677329, 0.0050440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 525, '2021-05-23 00:00:00', 0.00017261217088739, 0.000404807692307697, 0.000252266647693352, 0.000637692307692326, 0.000389156286579858, 0.000973846153846154, 0.000650484434863733, 0.00238999999999999, 0.00173241108107922, 0.00500807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 540, '2021-05-23 00:00:00', 0.000169288102176304, 0.000482307692307692, 0.000233880311270513, 0.000689999999999968, 0.000422923888406203, 0.00104384615384612, 0.000660490056991471, 0.00240634615384614, 0.00173701889852877, 0.00501557692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 555, '2021-05-23 00:00:00', 0.000182630880361272, 0.000510961538461521, 0.000361421339457694, 0.000745769230769214, 0.000450243224866794, 0.00126480769230766, 0.00061738957281072, 0.00242173076923077, 0.00172162579691853, 0.00500076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 570, '2021-05-23 00:00:00', 0.000266986026715915, 0.000531538461538468, 0.000324874413605302, 0.000785769230769237, 0.000501153170198527, 0.00133750000000002, 0.000552885020735637, 0.00237961538461541, 0.00167221586065177, 0.00497326923076929 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 585, '2021-05-23 00:00:00', 0.000294734039171182, 0.000591923076923077, 0.000448007426106058, 0.000995576923076912, 0.000526110291157239, 0.00138596153846153, 0.000522723636350991, 0.00232500000000001, 0.00163838766897404, 0.00494307692307698 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 600, '2021-05-23 00:00:00', 0.00039895864447337, 0.000719999999999986, 0.000494479057657222, 0.00101846153846155, 0.000476274969060802, 0.00131461538461539, 0.000491644806119854, 0.00225115384615387, 0.00161507462318668, 0.00488903846153852 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 615, '2021-05-23 00:00:00', 0.000196618822950565, 0.000649807692307713, 0.000235086972449287, 0.000921730769230778, 0.000366193780142932, 0.00125673076923078, 0.000627424528100031, 0.00221846153846157, 0.00160704818988587, 0.00482826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 630, '2021-05-23 00:00:00', 0.000240122164420845, 0.000664423076923066, 0.000351590889879366, 0.000891923076923087, 0.000369935805241925, 0.00121250000000002, 0.000674304342380973, 0.0022171153846154, 0.00162650427415553, 0.00481307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 645, '2021-05-23 00:00:00', 0.000177181024335627, 0.000548653846153854, 0.000217114379639269, 0.000810576923076938, 0.000285647779347496, 0.00121557692307696, 0.000679198084848237, 0.00215403846153847, 0.00169458332750153, 0.00482557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 660, '2021-05-23 00:00:00', 0.000169264472168438, 0.000607692307692301, 0.000226174966308439, 0.000818653846153863, 0.000316786812565491, 0.00122326923076924, 0.000717937751747774, 0.00210115384615384, 0.00177040290937923, 0.00483269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 675, '2021-05-23 00:00:00', 0.00011511348915143, 0.000526346153846186, 0.000246828810187297, 0.000872307692307745, 0.00038593064343024, 0.00120230769230773, 0.00070988474145729, 0.00196788461538461, 0.00180820450681376, 0.00481346153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 690, '2021-05-23 00:00:00', 0.000249159896143318, 0.000614423076923105, 0.000257253840518546, 0.000811538461538466, 0.000453521647350395, 0.00118326923076923, 0.000760377942463254, 0.00195384615384615, 0.00179724194681313, 0.00478615384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 705, '2021-05-23 00:00:00', 0.00014711860730508, 0.000531730769230777, 0.000294287209267528, 0.000794807692307698, 0.00036557967667804, 0.00108749999999998, 0.000787772516949877, 0.00187846153846152, 0.00177865515315538, 0.00479307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 720, '2021-05-23 00:00:00', 0.000284246101387247, 0.000534615384615377, 0.000345218102743093, 0.00077846153846154, 0.000329211879400575, 0.00107769230769231, 0.00078704481350273, 0.00192346153846153, 0.00178165022899041, 0.00478153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 735, '2021-05-23 00:00:00', 0.000289666120798528, 0.000567692307692312, 0.000278222102755272, 0.000768461538461543, 0.000308444297427235, 0.000998269230769229, 0.000757165691652386, 0.00193673076923075, 0.00177119581508783, 0.00474884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 750, '2021-05-23 00:00:00', 0.000220108015441367, 0.000548461538461562, 0.000275653698575666, 0.000759807692307717, 0.000363624277771174, 0.000923846153846177, 0.000803180791986086, 0.0019757692307692, 0.00176499981477446, 0.00474788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 765, '2021-05-23 00:00:00', 0.000117633067041267, 0.000506538461538458, 0.000164303190661473, 0.000641538461538454, 0.000246331312229331, 0.000791346153846154, 0.000823254797458516, 0.00208230769230769, 0.00175969915479455, 0.00475634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 780, '2021-05-23 00:00:00', 0.000148740998434811, 0.00043826923076925, 0.000253345310108256, 0.000605384615384644, 0.000254009766620184, 0.000824807692307715, 0.000858374066745719, 0.00221596153846153, 0.0017402609441823, 0.0047519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 795, '2021-05-23 00:00:00', 0.000213667606702229, 0.000439615384615404, 0.000240014823260189, 0.000596346153846166, 0.000354599286302394, 0.000915576923076935, 0.000879584080032239, 0.00230192307692308, 0.0017402609441823, 0.0047519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 810, '2021-05-23 00:00:00', 0.000108715047433458, 0.000419807692307684, 0.00021198439710361, 0.000635769230769228, 0.000392752025896985, 0.000938076923076911, 0.000866441196016144, 0.00233211538461539, 0.00173994709247595, 0.00475326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 825, '2021-05-23 00:00:00', 0.000200914160775164, 0.000502500000000021, 0.000330051569397199, 0.000734038461538479, 0.000427028057085825, 0.00105019230769228, 0.000872293550624777, 0.00239903846153846, 0.00173717254800396, 0.00477269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 840, '2021-05-23 00:00:00', 0.000245968181181737, 0.000522115384615389, 0.000320502790099482, 0.000730961538461536, 0.000389787910772808, 0.00103884615384614, 0.000931605252321986, 0.00252211538461542, 0.00173468569531733, 0.00477230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 855, '2021-05-23 00:00:00', 0.000231650931028015, 0.000526923076923096, 0.000243133470783821, 0.00076326923076921, 0.000359814695898615, 0.000973846153846154, 0.000891516944055744, 0.00251730769230771, 0.00173477505746424, 0.00477750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 870, '2021-05-23 00:00:00', 0.00016598841479499, 0.000543076923076928, 0.00021424509688314, 0.000709807692307688, 0.000321857170902802, 0.000985961538461541, 0.000887811418818568, 0.00248134615384618, 0.00172838084522883, 0.00478788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 885, '2021-05-23 00:00:00', 0.000166992054163799, 0.000507115384615376, 0.000189705034197814, 0.000695000000000018, 0.000262307805098112, 0.000994230769230749, 0.000873779786550729, 0.00246634615384617, 0.00172704251428676, 0.00478038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 900, '2021-05-23 00:00:00', 0.0002062405553393, 0.000521800000000017, 0.000239843699104223, 0.000732999999999997, 0.000326484047593951, 0.00110779999999997, 0.000858970701867461, 0.00249840000000003, 0.00175049754831783, 0.00472700000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 915, '2021-05-23 00:00:00', 0.000244040980165215, 0.000579999999999974, 0.000234078307081534, 0.000794423076923038, 0.000430994244116523, 0.0011809615384615, 0.000855114319842693, 0.00246250000000003, 0.00174846376526984, 0.00479846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 930, '2021-05-23 00:00:00', 0.000185738132450384, 0.000575576923076919, 0.000310227955889496, 0.000810769230769205, 0.000442806260813213, 0.00116423076923075, 0.000841839926315281, 0.00241230769230772, 0.00174621458721872, 0.00478076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 945, '2021-05-23 00:00:00', 0.000222553710025581, 0.00057692307692303, 0.000387395296028007, 0.000891346153846135, 0.00053323602076955, 0.00130057692307691, 0.000812754977743099, 0.0023844230769231, 0.00175037771747877, 0.00480807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 960, '2021-05-23 00:00:00', 0.000252244158276492, 0.000671346153846154, 0.000286797771153201, 0.00087480769230771, 0.000601352737903995, 0.00145134615384613, 0.0007342459501997, 0.00232365384615388, 0.0017609825054825, 0.00485076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 975, '2021-05-23 00:00:00', 0.000181387388247883, 0.000559230769230752, 0.000355946679239379, 0.000939038461538464, 0.000562411463117662, 0.0014855769230769, 0.000895204252584971, 0.00228057692307695, 0.00174617335468603, 0.00487423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 990, '2021-05-23 00:00:00', 0.000304120674429383, 0.000750769230769222, 0.000453749337782938, 0.00116269230769228, 0.000532305724762954, 0.00145076923076921, 0.000891004791491943, 0.00218846153846156, 0.0017305270428843, 0.00489538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1005, '2021-05-23 00:00:00', 0.000188573695041327, 0.000755961538461512, 0.000314426706636297, 0.00101692307692306, 0.000416454864116338, 0.00130442307692307, 0.000866345551950651, 0.00201884615384619, 0.00173132941361879, 0.00491846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1020, '2021-05-23 00:00:00', 0.000258022956641133, 0.000754615384615384, 0.000321804109071633, 0.00095326923076925, 0.000614075195846436, 0.00149288461538463, 0.000873111588603594, 0.0019546153846154, 0.00177759237561546, 0.00497557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1035, '2021-05-23 00:00:00', 0.000204365152079853, 0.000641346153846179, 0.000283718441145698, 0.000848076923076962, 0.000582667110397057, 0.00141019230769232, 0.000872139301682087, 0.0019298076923077, 0.00178850665038226, 0.00502403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1050, '2021-05-23 00:00:00', 0.000258403084049218, 0.000648076923076924, 0.000579985013068964, 0.00114884615384617, 0.000593199830126028, 0.00134596153846154, 0.000934624338355358, 0.00193442307692308, 0.00178588504238527, 0.00507576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1065, '2021-05-23 00:00:00', 0.000464541005890599, 0.000922884615384606, 0.000457142798763736, 0.00109346153846152, 0.000460219679985712, 0.00125307692307691, 0.000899395288299547, 0.00184673076923076, 0.00177920954791297, 0.00504384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1080, '2021-05-23 00:00:00', 0.000284461502059337, 0.000677884615384607, 0.000314881968118474, 0.00084557692307692, 0.000319342895044458, 0.00102326923076924, 0.000865937841968978, 0.00170711538461539, 0.00177633868262351, 0.00507365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1095, '2021-05-23 00:00:00', 0.000212287269084599, 0.000556730769230787, 0.000250316491973311, 0.000762115384615381, 0.000256184729023058, 0.000941153846153863, 0.000910820699234429, 0.00173788461538463, 0.00180614613089692, 0.00506038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1110, '2021-05-23 00:00:00', 0.000152375043383568, 0.000526923076923079, 0.000205488536083002, 0.000668461538461562, 0.000199037395017601, 0.00080826923076924, 0.000881637200806642, 0.00165307692307694, 0.00182276009012539, 0.00507211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1125, '2021-05-23 00:00:00', 0.000144506587552805, 0.00050692307692311, 0.000200463309514595, 0.000638461538461562, 0.000228447688002857, 0.000777115384615411, 0.000864793817134379, 0.00166788461538464, 0.00182724761489895, 0.00506961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1140, '2021-05-23 00:00:00', 0.000151157075714188, 0.000442692307692304, 0.000181825783057926, 0.000546153846153846, 0.000296564754895418, 0.000749423076923084, 0.000892566222494705, 0.00163730769230771, 0.00182850052060322, 0.00507192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1155, '2021-05-23 00:00:00', 0.000138152090103654, 0.000390000000000001, 0.000128744380011771, 0.000498653846153859, 0.000785282212867538, 0.00086192307692307, 0.000928821855073162, 0.00163903846153847, 0.00182972302443674, 0.0050678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1170, '2021-05-23 00:00:00', 0.00012231359443911, 0.000361153846153821, 0.000226544952238238, 0.000551153846153827, 0.000798342730526555, 0.000906346153846139, 0.000920872600392606, 0.0016571153846154, 0.00185751675631745, 0.0050925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1185, '2021-05-23 00:00:00', 0.000234806385052769, 0.000430961538461535, 0.000813271101549387, 0.000728269230769245, 0.000816257241692445, 0.000903269230769256, 0.000929478100044101, 0.00164653846153847, 0.0018593989930579, 0.00510384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1200, '2021-05-23 00:00:00', 0.00083663961545807, 0.000639615384615373, 0.000837449332566083, 0.000760769230769193, 0.000824094678093196, 0.000935961538461513, 0.00100337478617836, 0.00191480769230771, 0.00185854392965613, 0.00510153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1215, '2021-05-23 00:00:00', 0.000125107492243213, 0.000383269230769231, 0.000177853440095629, 0.000509615384615401, 0.00039324630175776, 0.000760576923076927, 0.000817299116697099, 0.0020146153846154, 0.0018850498565127, 0.0050601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1230, '2021-05-23 00:00:00', 0.00015111635863185, 0.000358076923076946, 0.000232374780175341, 0.000540961538461555, 0.000460684315406491, 0.000770961538461559, 0.000820384267373429, 0.00203211538461541, 0.00189691969944801, 0.00508211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1245, '2021-05-23 00:00:00', 0.000130691062610079, 0.000366923076923089, 0.000309955083594643, 0.000528076923076915, 0.00048198376129686, 0.000782115384615384, 0.000811139085104754, 0.00208115384615388, 0.00190490056271876, 0.00509807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1260, '2021-05-23 00:00:00', 0.00019973492048597, 0.000409038461538468, 0.000284770893067473, 0.000567692307692329, 0.000369132298568091, 0.000904423076923084, 0.000780136773018255, 0.00207423076923081, 0.00192091692848857, 0.00511038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1275, '2021-05-23 00:00:00', 0.000179116206370673, 0.000386153846153874, 0.000321201889543258, 0.000569423076923084, 0.000375397071829903, 0.000945192307692342, 0.000773039381024881, 0.00205673076923082, 0.00191538926551801, 0.00511403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1290, '2021-05-23 00:00:00', 0.000228998152495084, 0.000416923076923084, 0.000277392529431894, 0.00070884615384616, 0.000370055920930031, 0.000935769230769229, 0.000794049528585005, 0.00207442307692311, 0.00188328501866779, 0.00515230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1305, '2021-05-23 00:00:00', 0.000236840420146986, 0.000574230769230756, 0.000327127415778386, 0.000762115384615407, 0.000367997909693066, 0.000887692307692299, 0.000850061830330333, 0.00211134615384618, 0.00188629454629564, 0.00514865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1320, '2021-05-23 00:00:00', 0.000293766259779089, 0.00054384615384619, 0.000333564663319372, 0.000644230769230771, 0.000350667714729811, 0.000839615384615385, 0.000999552380587656, 0.00221519230769234, 0.00190527685248508, 0.00513826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1335, '2021-05-23 00:00:00', 0.000146930648214107, 0.000331153846153829, 0.000191559289877751, 0.000474807692307694, 0.000262468166567946, 0.000753461538461555, 0.000958255887617629, 0.00220788461538464, 0.00192726270613573, 0.00511846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1350, '2021-05-23 00:00:00', 0.000123282040616076, 0.000327307692307676, 0.000199023771289916, 0.000532692307692313, 0.000375003384600123, 0.000758461538461537, 0.000950458755630068, 0.00221538461538463, 0.00195151160346579, 0.00510153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1365, '2021-05-23 00:00:00', 0.000191668885159963, 0.000424807692307691, 0.00027618137852895, 0.000591923076923086, 0.000406317657088106, 0.000779038461538475, 0.000978298522946859, 0.00227500000000002, 0.00226755121221112, 0.00519249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1380, '2021-05-23 00:00:00', 0.000296258527952549, 0.000478653846153856, 0.000411504603208216, 0.000604038461538465, 0.000706592064881734, 0.00127288461538464, 0.00101167310013583, 0.00230769230769233, 0.002276649393635, 0.0052026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1395, '2021-05-23 00:00:00', 0.000408751193835019, 0.000406538461538452, 0.000431367414339421, 0.000564615384615394, 0.000742221094988643, 0.00155307692307693, 0.00108021680516177, 0.00244288461538462, 0.00227790828477492, 0.00517807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1410, '2021-05-23 00:00:00', 0.000196184861801352, 0.000387500000000019, 0.000700391346649491, 0.00106903846153848, 0.000752550560529853, 0.00151211538461538, 0.00112907123165629, 0.00245538461538463, 0.00230589085904912, 0.00519942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1425, '2021-05-23 00:00:00', 0.000704734347112442, 0.00101250000000002, 0.000752789402565809, 0.00144173076923078, 0.000731727066603372, 0.00155750000000002, 0.00113329080048396, 0.00250403846153849, 0.00228241145249092, 0.00522403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 0, '2021-05-23 00:00:00', 0.000577523259604825, 0.00114134615384614, 0.00059308839657661, 0.00121461538461537, 0.000512521369160457, 0.00142192307692308, 0.00103367298801598, 0.00243038461538463, 0.00233995782342006, 0.00520615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 15, '2021-05-23 00:00:00', 0.000354297137355708, 0.000767307692307715, 0.000373046089130264, 0.000970769230769237, 0.000343187098556113, 0.00119076923076926, 0.00106937206592684, 0.00230884615384617, 0.00238211180548822, 0.00520442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 30, '2021-05-23 00:00:00', 0.00036558851395859, 0.000724807692307675, 0.00036207059447653, 0.000911346153846163, 0.000418777341242858, 0.0011426923076923, 0.00106117063443382, 0.00232865384615385, 0.00237405995161166, 0.00519942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 45, '2021-05-23 00:00:00', 0.000323546929184311, 0.000643846153846204, 0.000310455063018538, 0.000857115384615414, 0.000421936196416189, 0.00110807692307695, 0.00122953976692972, 0.00243403846153847, 0.00237474769510043, 0.00518615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 60, '2021-05-23 00:00:00', 0.000261556656606927, 0.000641730769230763, 0.00029946721921541, 0.000806153846153841, 0.000711649762604782, 0.00112076923076925, 0.00122404110036578, 0.00241884615384617, 0.00237538362893566, 0.00518423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 75, '2021-05-23 00:00:00', 0.000183669121394557, 0.000457115384615356, 0.000301577455288803, 0.000670192307692317, 0.000661870542768499, 0.000996153846153848, 0.00129931360577574, 0.00237038461538462, 0.0023893620728941, 0.00512365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 90, '2021-05-23 00:00:00', 0.000195429310454237, 0.000458846153846162, 0.000613907660307819, 0.000711153846153868, 0.00056267223004299, 0.000974038461538472, 0.00130339044566323, 0.00237557692307692, 0.00239087474336521, 0.00513596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 105, '2021-05-23 00:00:00', 0.000483662628762607, 0.000508461538461556, 0.000467827918724903, 0.000709807692307705, 0.00052039456184706, 0.00096250000000002, 0.0013124147591368, 0.00238750000000001, 0.00239102446662516, 0.00515000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 120, '2021-05-23 00:00:00', 0.000229112753565044, 0.000495576923076916, 0.000255802583134835, 0.000690192307692312, 0.000407512576493035, 0.000942500000000017, 0.00134991310261641, 0.00242423076923077, 0.00239647302541435, 0.00514019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 135, '2021-05-23 00:00:00', 0.000199776413484208, 0.000528846153846177, 0.000368474401574075, 0.000714230769230777, 0.000829632471918458, 0.00110096153846153, 0.00137746820429593, 0.00240942307692307, 0.00239552968287572, 0.00514730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 150, '2021-05-23 00:00:00', 0.000261336211391793, 0.000493846153846144, 0.000290393102270266, 0.000668076923076953, 0.00090722139185879, 0.0010994230769231, 0.00144010282752525, 0.00241807692307692, 0.0023835101135801, 0.00516230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 165, '2021-05-23 00:00:00', 0.000195120179928644, 0.000521730769230797, 0.000805490772520349, 0.000889230769230787, 0.000897967212867292, 0.00121134615384617, 0.00144652029420209, 0.00239519230769231, 0.00237923724849278, 0.00517673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 180, '2021-05-23 00:00:00', 0.000794665096367434, 0.00073884615384616, 0.000924841691234892, 0.000918076923076934, 0.00106146509779934, 0.00131307692307695, 0.0014884994509185, 0.00238884615384617, 0.0023798868751396, 0.00516346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 195, '2021-05-23 00:00:00', 0.000308560990106321, 0.000563269230769223, 0.000310191256138227, 0.000816153846153855, 0.000467285285945871, 0.00123653846153847, 0.00112097678902753, 0.00221519230769229, 0.00192562908801656, 0.00501076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 210, '2021-05-23 00:00:00', 0.000232142943364301, 0.000602884615384637, 0.000450990405833459, 0.000887115384615432, 0.000492018136000901, 0.0012796153846154, 0.00113761608029854, 0.00218211538461538, 0.00190564630667759, 0.00499461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 225, '2021-05-23 00:00:00', 0.000291365551524864, 0.000558269230769259, 0.000242654867281444, 0.000845769230769237, 0.000893629935453403, 0.00129730769230769, 0.00103699108000021, 0.00203249999999999, 0.00182849871163795, 0.00492346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 240, '2021-05-23 00:00:00', 0.000195234769917186, 0.000613846153846153, 0.000336998516317188, 0.000885000000000008, 0.000913199889652604, 0.00126403846153846, 0.00105604552640791, 0.00197192307692307, 0.00183053654387496, 0.00489403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 255, '2021-05-23 00:00:00', 0.000321124526528991, 0.000570192307692303, 0.000892579946861034, 0.000900192307692321, 0.000942134728238931, 0.00114961538461539, 0.00101182120646196, 0.00185192307692307, 0.00188890209258838, 0.00485865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 270, '2021-05-23 00:00:00', 0.000767758074876746, 0.000627307692307703, 0.000767258781938356, 0.00080903846153845, 0.000804155864149571, 0.00105442307692307, 0.000901831128657361, 0.0018157692307692, 0.00187757064806139, 0.00486153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 285, '2021-05-23 00:00:00', 0.000187361538619424, 0.000467115384615387, 0.000360120332453121, 0.000665576923076928, 0.000444370946914332, 0.000881538461538472, 0.000706341386190963, 0.00165692307692305, 0.00182718215167091, 0.00478115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 300, '2021-05-23 00:00:00', 0.000375645956474149, 0.000543269230769237, 0.000383789856361708, 0.00069557692307692, 0.000574015813236993, 0.000913076923076944, 0.000686811361404183, 0.0016803846153846, 0.00185413887331519, 0.00479519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 315, '2021-05-23 00:00:00', 0.000147281650640473, 0.000408269230769207, 0.000238075295135478, 0.000604615384615391, 0.000391321429950429, 0.000832692307692314, 0.000525646744496714, 0.00160749999999998, 0.00186770986875537, 0.0047330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 330, '2021-05-23 00:00:00', 0.000209764061598902, 0.000464807692307706, 0.000301108975928331, 0.00061884615384616, 0.000415364714622991, 0.000874615384615393, 0.000519500832900787, 0.00165134615384617, 0.00187898586599672, 0.00473173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 345, '2021-05-23 00:00:00', 0.000176375582646343, 0.000442884615384613, 0.000253690984042827, 0.000623653846153841, 0.0003682253177273, 0.000883269230769236, 0.000478284956903316, 0.0016175, 0.00191294553382596, 0.00474615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 360, '2021-05-23 00:00:00', 0.000210483692041439, 0.000444230769230767, 0.000298719832722136, 0.000618461538461534, 0.000324342648823974, 0.000856923076923088, 0.000430247737221971, 0.00169365384615385, 0.00188754933710355, 0.00471749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 375, '2021-05-23 00:00:00', 0.000243670647833046, 0.000425769230769236, 0.000309936531964422, 0.000604423076923082, 0.000343370846842774, 0.000833461538461533, 0.000483121142635635, 0.00173903846153845, 0.00187982741638286, 0.00469365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 390, '2021-05-23 00:00:00', 0.000269672236955524, 0.000441346153846176, 0.000277409236716035, 0.000603269230769246, 0.000284486649679989, 0.000850576923076927, 0.00048756317144947, 0.0017803846153846, 0.00186978073580835, 0.00468499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 405, '2021-05-23 00:00:00', 0.000212508823346216, 0.000384999999999994, 0.000216100759974453, 0.000571538461538474, 0.000225809739518778, 0.000775961538461532, 0.000509654332328873, 0.00185846153846154, 0.0018565607678219, 0.00467826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 420, '2021-05-23 00:00:00', 0.000144505655997928, 0.000406730769230795, 0.000149939603225387, 0.000573269230769237, 0.00023889295961551, 0.000745384615384622, 0.000575643085199922, 0.0019498076923077, 0.00185456049116351, 0.00468115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 435, '2021-05-23 00:00:00', 0.000158917007851938, 0.000431153846153852, 0.000186794107138111, 0.000565961538461548, 0.000290020423684013, 0.000769615384615379, 0.000670830713484287, 0.00205038461538463, 0.00184539531933281, 0.00468673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 450, '2021-05-23 00:00:00', 0.000156877708373797, 0.000401153846153861, 0.000245370050206774, 0.000527307692307722, 0.000294938063902336, 0.000827307692307723, 0.000662787934526459, 0.00205961538461541, 0.00183525261308797, 0.00469692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 465, '2021-05-23 00:00:00', 0.000145567853594137, 0.000374999999999971, 0.000194959956440765, 0.000559230769230744, 0.000214052473796654, 0.000822307692307682, 0.000698552349230454, 0.00209576923076922, 0.00185827889767347, 0.00472769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 480, '2021-05-23 00:00:00', 0.000149157763664979, 0.000445961538461522, 0.000210350623044919, 0.000655769230769206, 0.000251681422559443, 0.000878461538461503, 0.000727765521199079, 0.00214557692307691, 0.00184899923035306, 0.00472692307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 495, '2021-05-23 00:00:00', 0.000190638703794916, 0.000463653846153835, 0.000234461822380209, 0.000602884615384628, 0.000327228454658919, 0.000937307692307675, 0.000729624481918861, 0.00220673076923078, 0.00183821602480401, 0.00471192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 510, '2021-05-23 00:00:00', 0.000151073212002053, 0.000421346153846173, 0.000215398467961132, 0.0006375, 0.000364453225868781, 0.000951923076923104, 0.000759618223947937, 0.00221538461538464, 0.00183492791725958, 0.00469230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 525, '2021-05-23 00:00:00', 0.000158349175995496, 0.000437307692307713, 0.00020094785010428, 0.000680961538461525, 0.000281247290585235, 0.000879038461538473, 0.000751006222446795, 0.00219288461538462, 0.00181990346320475, 0.00465384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 540, '2021-05-23 00:00:00', 0.00014519800803891, 0.000512692307692302, 0.000228198631425824, 0.000653846153846184, 0.000383983022461265, 0.000975192307692334, 0.000733191049716651, 0.00214865384615387, 0.00180783789266459, 0.00464461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 555, '2021-05-23 00:00:00', 0.000154926905842198, 0.000457884615384643, 0.000214429206535345, 0.000621730769230786, 0.000484476124679698, 0.00105134615384617, 0.000728864897262524, 0.00214096153846156, 0.0018102325923653, 0.00464903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 570, '2021-05-23 00:00:00', 0.000178224253723712, 0.000433269230769234, 0.000378074728063158, 0.000762499999999991, 0.000495196037327274, 0.00114865384615385, 0.000681345840118016, 0.00213807692307694, 0.00180508729812333, 0.00463307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 585, '2021-05-23 00:00:00', 0.000334807637078642, 0.000608076923076901, 0.000381552950252251, 0.000874423076923066, 0.000513776665038929, 0.00117230769230767, 0.000698156473534731, 0.0021226923076923, 0.00178019705045861, 0.00459653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 600, '2021-05-23 00:00:00', 0.000200538122215093, 0.000628461538461522, 0.000256940355245831, 0.000812884615384603, 0.000377649460988138, 0.00117634615384613, 0.000595573285550587, 0.00199346153846153, 0.00175909536410055, 0.00450749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 615, '2021-05-23 00:00:00', 0.000174888096089594, 0.000514615384615374, 0.000251709845166713, 0.000705384615384591, 0.00038260966251019, 0.00115807692307693, 0.000566507145721773, 0.00190788461538461, 0.00168930218866115, 0.0044932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 630, '2021-05-23 00:00:00', 0.000172031861986253, 0.000565192307692287, 0.00021470525413657, 0.000857884615384608, 0.000338335063782382, 0.00112884615384616, 0.000486253060105077, 0.00190096153846152, 0.0016500797300084, 0.00447634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 645, '2021-05-23 00:00:00', 0.000196693533584202, 0.000612115384615389, 0.000305519293108557, 0.000869038461538459, 0.000463058270132894, 0.00115980769230769, 0.000435854465830764, 0.00189634615384615, 0.00158362446985971, 0.00446269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 660, '2021-05-23 00:00:00', 0.000188903414474201, 0.00058749999999998, 0.000255005957698141, 0.000805961538461532, 0.000413364246155855, 0.00122500000000001, 0.000381336516034772, 0.00183153846153845, 0.0016054647182478, 0.0044801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 675, '2021-05-23 00:00:00', 0.000219788447236096, 0.000569807692307685, 0.0003711230876055, 0.000837884615384605, 0.000384372015310477, 0.00121538461538463, 0.000454341958644168, 0.00184115384615385, 0.00162612294927349, 0.00449038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 690, '2021-05-23 00:00:00', 0.000379877156257329, 0.000620576923076923, 0.00038392427137895, 0.000864615384615412, 0.000487266472666255, 0.00110384615384618, 0.000483551922277721, 0.0018473076923077, 0.00161196511701143, 0.00447346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 705, '2021-05-23 00:00:00', 0.000144180575881585, 0.000515961538461[...];
Date: 2021-05-23 16:57:25 Duration: 23s754ms Database: acaweb_fx User: pgperfstats
20 23s743ms 1 23s743ms 23s743ms 23s743ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 1 23s743ms 23s743ms [ User: pgperfstats - Total duration: 23s743ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988000, 1, 1020, '2021-05-23 00:00:00', 0.000365097089300057, 0.000881730769230777, 0.000465544883401746, 0.00118096153846155, 0.000665342739900623, 0.00166019230769231, 0.000891877212142138, 0.0023198076923077, 0.00105638658425059, 0.00442615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1035, '2021-05-23 00:00:00', 0.000237271023223527, 0.000708461538461555, 0.000334981113130057, 0.000932115384615402, 0.000800189328558227, 0.00159019230769231, 0.000807119283911333, 0.00217846153846154, 0.00103112776198611, 0.0043626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1050, '2021-05-23 00:00:00', 0.000235535478300974, 0.000634807692307713, 0.000484018475489716, 0.00113826923076924, 0.000635133571657288, 0.00149057692307694, 0.000679613577987234, 0.00208884615384617, 0.00104426936180279, 0.00434249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1065, '2021-05-23 00:00:00', 0.000456441082220322, 0.000937692307692297, 0.000633850655790576, 0.00122057692307692, 0.000639121392104922, 0.00138307692307692, 0.000649725977742802, 0.00200038461538462, 0.00105425234170952, 0.00433499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1080, '2021-05-23 00:00:00', 0.000307827624091525, 0.000714615384615386, 0.000298698265555962, 0.00085057692307694, 0.00037655896463389, 0.00110057692307694, 0.000461549563969028, 0.00179500000000001, 0.00116274099239022, 0.00438384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1095, '2021-05-23 00:00:00', 0.000187264929568118, 0.000541923076923079, 0.000226380550944987, 0.000698076923076923, 0.000316148942503611, 0.00103807692307693, 0.000458941591725346, 0.00168576923076924, 0.00120020679307936, 0.00438788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1110, '2021-05-23 00:00:00', 0.000180367999890833, 0.000521153846153853, 0.000314911281767781, 0.000771346153846156, 0.00032717955550198, 0.000972307692307695, 0.000510649059079202, 0.00164269230769231, 0.0013281591221861, 0.00449057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1125, '2021-05-23 00:00:00', 0.00023207003253329, 0.000527499999999997, 0.000294834503773523, 0.000725769230769233, 0.000311138851022162, 0.000979230769230771, 0.000478458582726467, 0.00159115384615384, 0.00131909358447964, 0.00451673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1140, '2021-05-23 00:00:00', 0.000152684188894796, 0.000502307692307682, 0.000191154488468192, 0.000650961538461529, 0.000262607340690662, 0.000933846153846136, 0.000476006787281926, 0.00151730769230767, 0.00131859127918337, 0.00451019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1155, '2021-05-23 00:00:00', 0.000151789454381833, 0.000439038461538451, 0.000236191659463241, 0.000687500000000003, 0.00028444852177233, 0.000890192307692302, 0.000476505549245273, 0.00150153846153846, 0.00129980477824112, 0.00454730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1170, '2021-05-23 00:00:00', 0.000162714473849148, 0.000460000000000003, 0.000164605472383106, 0.000619807692307683, 0.000192489060628226, 0.00076096153846154, 0.000434700294632798, 0.00145288461538461, 0.00146571536747812, 0.00459653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1185, '2021-05-23 00:00:00', 0.000138479795804857, 0.000440576923076901, 0.000159147367604309, 0.000578269230769223, 0.00022672585954102, 0.000746153846153837, 0.000393563796021007, 0.0014423076923077, 0.00147562685506351, 0.00461384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1200, '2021-05-23 00:00:00', 0.000165725560908562, 0.000404807692307688, 0.000202312781451045, 0.000522692307692312, 0.000308199548245056, 0.000780192307692308, 0.000347933957040042, 0.00144596153846154, 0.00147446887438782, 0.00462230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1215, '2021-05-23 00:00:00', 0.000155179300760808, 0.000366153846153841, 0.000232814303684287, 0.000532499999999979, 0.000319873592821622, 0.000763653846153836, 0.000348301648663251, 0.00148096153846153, 0.00147847488987808, 0.00468999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1230, '2021-05-23 00:00:00', 0.000182846825344225, 0.000364807692307691, 0.000274612454196827, 0.000565000000000012, 0.000277868881641351, 0.00073365384615384, 0.000343753769210093, 0.00143442307692307, 0.00151251242842956, 0.00471538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1245, '2021-05-23 00:00:00', 0.000194765342044061, 0.000388461538461547, 0.000179710557885122, 0.000501730769230772, 0.000241144466754165, 0.000675576923076917, 0.000338220512956572, 0.00140134615384615, 0.00150414423663936, 0.00474673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1260, '2021-05-23 00:00:00', 0.000139355798090862, 0.000360961538461542, 0.00021503130362452, 0.000522307692307689, 0.000271073152204632, 0.000775576923076927, 0.000345164230698713, 0.00140788461538461, 0.00150843246451408, 0.0047675 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1275, '2021-05-23 00:00:00', 0.000154391236299711, 0.000365576923076923, 0.00019101842440334, 0.000474038461538467, 0.000295184427356604, 0.000770384615384624, 0.00033410782460388, 0.00138903846153845, 0.00155269126159909, 0.00480807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1290, '2021-05-23 00:00:00', 0.000122781857843037, 0.000345769230769224, 0.000204674976862937, 0.000614615384615389, 0.000290254861484507, 0.000778269230769239, 0.000324890514102594, 0.00136538461538461, 0.00163089301870525, 0.00486096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1305, '2021-05-23 00:00:00', 0.000177132392902549, 0.000481730769230778, 0.00022651481527367, 0.000604807692307705, 0.000296317462295997, 0.000774038461538464, 0.000320047832963483, 0.00131615384615384, 0.00172323417980886, 0.00490096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1320, '2021-05-23 00:00:00', 0.000136799263380831, 0.000375961538461546, 0.000184815084299455, 0.000473846153846158, 0.000231106785174818, 0.000672115384615381, 0.000330564610232951, 0.0012401923076923, 0.00180185250826434, 0.00493230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1335, '2021-05-23 00:00:00', 0.000126767655423381, 0.000319038461538455, 0.000155447245565318, 0.000480384615384598, 0.000220167069430319, 0.000698461538461528, 0.000337265474070501, 0.001245, 0.0018412365828014, 0.00494692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1350, '2021-05-23 00:00:00', 0.000143730115681593, 0.0003528846153846, 0.000158317597058752, 0.000512692307692302, 0.000224232365741769, 0.000748076923076913, 0.000342942246763774, 0.00125423076923077, 0.00188419014433258, 0.0049675 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1365, '2021-05-23 00:00:00', 0.00015116267345529, 0.000418076923076925, 0.000237538417945392, 0.000552499999999999, 0.000273470009605903, 0.000755384615384615, 0.000334678261112878, 0.00126346153846154, 0.00189082909165428, 0.00496942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1380, '2021-05-23 00:00:00', 0.000180654791926918, 0.000381923076923068, 0.00023644880727452, 0.000575961538461528, 0.00029036210814458, 0.000866923076923064, 0.000331958523822574, 0.0012626923076923, 0.00189107096234261, 0.00496923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1395, '2021-05-23 00:00:00', 0.000233657540331678, 0.000449615384615371, 0.000240712404205647, 0.000572307692307688, 0.000346194087404509, 0.000997115384615371, 0.000324113228078371, 0.00126576923076922, 0.0019009468592095, 0.00495980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1410, '2021-05-23 00:00:00', 0.000134791006319457, 0.000341153846153848, 0.000232000331564756, 0.000673076923076922, 0.000275147303205995, 0.000985961538461546, 0.000301724275558878, 0.00125153846153847, 0.0019009468592095, 0.00495980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1425, '2021-05-23 00:00:00', 0.0002517798947188, 0.000596346153846145, 0.000334276025970235, 0.000897307692307682, 0.000295933529438866, 0.000995576923076925, 0.000330868612082698, 0.00127403846153847, 0.0018990169926732, 0.00496346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 0, '2021-05-23 00:00:00', 0.00032050063002458, 0.000719423076923076, 0.000257668316908494, 0.000820192307692318, 0.000307206019572411, 0.00096653846153847, 0.000313934094014341, 0.00125615384615386, 0.00190073225767982, 0.00496134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 15, '2021-05-23 00:00:00', 0.000191321500795553, 0.000363200000000008, 0.000315965715439716, 0.000604799999999996, 0.000306383066329272, 0.000788200000000008, 0.000302834938539127, 0.00114560000000001, 0.00191105647047212, 0.0048892 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 30, '2021-05-23 00:00:00', 0.00030998655884839, 0.00047299999999999, 0.000294125540090151, 0.000676600000000005, 0.00029129638400319, 0.000736599999999998, 0.000290285348120313, 0.00114480000000001, 0.0019125903464499, 0.0048868 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 45, '2021-05-23 00:00:00', 0.000263772629360971, 0.000475000000000007, 0.000275632698741258, 0.000614230769230771, 0.000269944153768601, 0.00066961538461539, 0.000339893422209871, 0.00117846153846155, 0.00189621040093535, 0.00494173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 60, '2021-05-23 00:00:00', 0.000128502768602324, 0.000394807692307687, 0.000138609024015255, 0.000447692307692316, 0.000156770900949809, 0.000526346153846156, 0.000398991854553435, 0.0011175, 0.00189621040093535, 0.00494173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 75, '2021-05-23 00:00:00', 8.50088230715031e-05, 0.000232499999999999, 9.74199868926177e-05, 0.000295576923076929, 0.000153746169433198, 0.000451730769230778, 0.000381583744211081, 0.00107692307692309, 0.00189909039967924, 0.00494211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 90, '2021-05-23 00:00:00', 6.78935818876826e-05, 0.000213461538461545, 0.000111693949977321, 0.000328461538461547, 0.000169252315062001, 0.000472884615384626, 0.000376893425050303, 0.00109442307692309, 0.00189888705258148, 0.00494403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 105, '2021-05-23 00:00:00', 0.000115343633747833, 0.000256923076923073, 0.000156051396858651, 0.000384038461538467, 0.000168478827704289, 0.000491346153846153, 0.000364019230261253, 0.00113000000000002, 0.00189822131318932, 0.00494192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 120, '2021-05-23 00:00:00', 0.000107426719208952, 0.000302500000000005, 0.000113007147493492, 0.000358846153846152, 0.000130334628493797, 0.000496346153846152, 0.0003162491714796, 0.00115346153846155, 0.00189822131318932, 0.00494192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 135, '2021-05-23 00:00:00', 6.66598714485486e-05, 0.000216538461538454, 0.000105577714723109, 0.000334423076923069, 0.000158928140510592, 0.000523076923076925, 0.000299427980296782, 0.00113134615384617, 0.0018925757478998, 0.00494019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 150, '2021-05-23 00:00:00', 9.50070847560736e-05, 0.000237115384615384, 0.000123781600471912, 0.000346730769230769, 0.000168755284817532, 0.000552115384615398, 0.000289061146046725, 0.0011371153846154, 0.00189253233891687, 0.00493557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 165, '2021-05-23 00:00:00', 0.000102411688034889, 0.00025307692307692, 0.000133033830283884, 0.000425, 0.000229028718387363, 0.000646923076923083, 0.000284172550506799, 0.00113903846153847, 0.0018927214431972, 0.00494269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 180, '2021-05-23 00:00:00', 0.00013932640149609, 0.000365384615384609, 0.000151657635684927, 0.000459038461538463, 0.000236799249609012, 0.000658269230769243, 0.000294768292314228, 0.00114788461538463, 0.00189178966955795, 0.00493692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 195, '2021-05-23 00:00:00', 8.14134745982067e-05, 0.000286923076923082, 0.000208947269755952, 0.000475192307692316, 0.000225101344697502, 0.000586153846153856, 0.000300826553656109, 0.00108384615384616, 0.00197864864529771, 0.00495730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 210, '2021-05-23 00:00:00', 0.000194593461823911, 0.000338846153846162, 0.000188669430078527, 0.000413076923076931, 0.000223741953013873, 0.000567307692307694, 0.000283427171489347, 0.00104980769230769, 0.0020130567266263, 0.00497423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 225, '2021-05-23 00:00:00', 7.45584437770957e-05, 0.000250192307692307, 0.000163399463326483, 0.000394230769230773, 0.000247025380197123, 0.000566538461538454, 0.000246172625485573, 0.00107019230769231, 0.00200914612555836, 0.00498192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 240, '2021-05-23 00:00:00', 0.000119968745929938, 0.000292500000000003, 0.000148150131753104, 0.000397307692307695, 0.000243372143023797, 0.000564999999999991, 0.000269013296783167, 0.00105192307692308, 0.0020092197586281, 0.00499096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 255, '2021-05-23 00:00:00', 0.000116100752001813, 0.000274230769230764, 0.000212320240710551, 0.000398269230769222, 0.00022258343293107, 0.00053923076923077, 0.000309639554718307, 0.00102057692307693, 0.00201386291642551, 0.00500038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 270, '2021-05-23 00:00:00', 0.000140367238123657, 0.0002901923076923, 0.000183826423144635, 0.00039192307692307, 0.000176176484940965, 0.000506923076923071, 0.000277402304355129, 0.000995961538461538, 0.00201422208690716, 0.00498384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 285, '2021-05-23 00:00:00', 0.00016348841408019, 0.000277692307692304, 0.000166404974038074, 0.000366153846153837, 0.000150928918572735, 0.000516538461538464, 0.000294798301320641, 0.00098403846153846, 0.00201785031273764, 0.00498173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 300, '2021-05-23 00:00:00', 0.000136859838464811, 0.000263846153846153, 0.000158048677993156, 0.000365769230769231, 0.000169587848802733, 0.000534038461538459, 0.000316378789525368, 0.00102153846153847, 0.00203480489520211, 0.00499019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 315, '2021-05-23 00:00:00', 9.4373439875033e-05, 0.000242115384615391, 0.000121176920879536, 0.000374615384615392, 0.000204362799565269, 0.000503076923076931, 0.000364931026148983, 0.00109442307692308, 0.00203694628153179, 0.00498807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 330, '2021-05-23 00:00:00', 9.70005947642333e-05, 0.000261346153846149, 0.00014911895097023, 0.000357692307692307, 0.000212867690940071, 0.000480576923076937, 0.000402558548059005, 0.00111923076923076, 0.00201566813698624, 0.00497596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 345, '2021-05-23 00:00:00', 0.000122015919516211, 0.00023673076923077, 0.000152899162346165, 0.00031307692307692, 0.000185068906086362, 0.000427500000000017, 0.0004676493179888, 0.00122326923076923, 0.00200670441654585, 0.00496115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 360, '2021-05-23 00:00:00', 8.14503151998491e-05, 0.000208076923076924, 0.00010138293742046, 0.000292500000000016, 0.000147266895334762, 0.000428461538461553, 0.00060182609933947, 0.00132557692307692, 0.00200392915006035, 0.00495903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 375, '2021-05-23 00:00:00', 9.98446870817937e-05, 0.000225192307692314, 0.000137308187889658, 0.000313461538461542, 0.00016397666344284, 0.000467884615384606, 0.000581720392787316, 0.00145115384615384, 0.00199706146625487, 0.00494750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 390, '2021-05-23 00:00:00', 7.82776124788215e-05, 0.000195769230769245, 0.000119680986215591, 0.000306538461538471, 0.000146717546535984, 0.000430961538461548, 0.000573089770119305, 0.00152826923076923, 0.0020009835370099, 0.00494134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 405, '2021-05-23 00:00:00', 8.88388774909106e-05, 0.000207884615384615, 9.38634441827284e-05, 0.000292115384615381, 0.000206048257977062, 0.000423269230769232, 0.000650154094160655, 0.00162211538461538, 0.00200580262085934, 0.00493692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 420, '2021-05-23 00:00:00', 6.50411112593168e-05, 0.000187884615384616, 7.72032781288921e-05, 0.000262884615384621, 0.000202727649816217, 0.000447500000000002, 0.000679367239535326, 0.00168538461538462, 0.00201446683154244, 0.00492884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 435, '2021-05-23 00:00:00', 6.54111258473238e-05, 0.00018615384615384, 0.00014910399055693, 0.000315000000000005, 0.000183032678881292, 0.000479807692307701, 0.00067818434072161, 0.001785, 0.00202196180440224, 0.00492346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 450, '2021-05-23 00:00:00', 0.000139043573690472, 0.000256346153846159, 0.000175700356814148, 0.00036384615384615, 0.000171739516531465, 0.000517307692307704, 0.000726518171724669, 0.00187057692307692, 0.00203109331111635, 0.00491903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 465, '2021-05-23 00:00:00', 0.000103029682056257, 0.000246346153846154, 0.000130017750267468, 0.000368846153846153, 0.000155312711847867, 0.000520961538461531, 0.000725877294144035, 0.00199961538461538, 0.00203619842806677, 0.00492403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 480, '2021-05-23 00:00:00', 0.000102305725834187, 0.000267692307692298, 0.00015462224439432, 0.000384038461538462, 0.000225415513765479, 0.00056692307692308, 0.000720961537435631, 0.00207153846153847, 0.00203956062387505, 0.00492153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 495, '2021-05-23 00:00:00', 8.81825030612924e-05, 0.000253076923076941, 0.000110916635361875, 0.000367499999999995, 0.000263686293800899, 0.000692307692307693, 0.000708090634137933, 0.00211211538461538, 0.00204210111442565, 0.0049148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 510, '2021-05-23 00:00:00', 7.07237311929054e-05, 0.000280384615384603, 0.000154912506323358, 0.000411730769230772, 0.000301980386525586, 0.000736923076923075, 0.000743330680114844, 0.0021575, 0.00204253380538826, 0.00489788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 525, '2021-05-23 00:00:00', 0.000108767394718496, 0.000277884615384625, 0.000201007079859995, 0.000539615384615388, 0.00038670287739377, 0.000813653846153856, 0.000778908506525942, 0.0022273076923077, 0.00204464339565232, 0.00487384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 540, '2021-05-23 00:00:00', 0.000175332650871246, 0.00046153846153847, 0.000202350799736117, 0.000595384615384617, 0.000592719579565249, 0.000977499999999999, 0.000792090248354608, 0.0022948076923077, 0.00204727989330684, 0.0048598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 555, '2021-05-23 00:00:00', 0.000158347232858191, 0.000390384615384611, 0.000342379681280652, 0.000630384615384616, 0.000598995858467772, 0.00109903846153845, 0.00075049860349381, 0.00236307692307693, 0.00218924156167945, 0.00489615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 570, '2021-05-23 00:00:00', 0.00024368082844952, 0.000477884615384608, 0.000471319465396387, 0.000790961538461523, 0.000505889924177794, 0.00116884615384614, 0.000696158718639978, 0.00235980769230769, 0.00223137505036349, 0.00488115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 585, '2021-05-23 00:00:00', 0.000294543976081925, 0.000578076923076906, 0.000360588194695628, 0.000870384615384596, 0.000509561953657625, 0.00120423076923076, 0.000686768603959594, 0.00234134615384615, 0.00225527229295813, 0.00490365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 600, '2021-05-23 00:00:00', 0.000236054100709005, 0.000658461538461527, 0.000291575099179511, 0.000865961538461537, 0.000436491651166945, 0.00116019230769232, 0.00057704675853734, 0.00230019230769232, 0.00223210660243085, 0.00491826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 615, '2021-05-23 00:00:00', 0.000243515676323697, 0.000591730769230773, 0.000333935104243559, 0.000820576923076931, 0.000311116352214692, 0.00112076923076924, 0.000474347041083433, 0.00226134615384616, 0.00225287990905315, 0.00490673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 630, '2021-05-23 00:00:00', 0.000222782491371162, 0.000580961538461544, 0.00024428703167821, 0.000758076923076936, 0.000269226598868804, 0.00110480769230769, 0.000489617315241822, 0.00224365384615386, 0.00219902272874531, 0.00492019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 645, '2021-05-23 00:00:00', 0.000189246278288766, 0.00053692307692308, 0.000238587187740326, 0.000804615384615391, 0.000256535272728422, 0.0011621153846154, 0.000520359380251169, 0.00229826923076924, 0.00228246489567748, 0.004985 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 660, '2021-05-23 00:00:00', 0.000192041361730692, 0.00057173076923077, 0.000259734183645199, 0.000770384615384615, 0.000316266258323357, 0.00112788461538463, 0.000592484988449889, 0.0022923076923077, 0.00228182660468453, 0.00498942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 675, '2021-05-23 00:00:00', 0.000145586875993469, 0.000508461538461535, 0.000276774554188351, 0.000781923076923092, 0.00036313639099042, 0.00115096153846154, 0.00069716756621678, 0.00232384615384616, 0.00227033851254355, 0.00501519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 690, '2021-05-23 00:00:00', 0.000238878871783636, 0.000586346153846169, 0.000285745246948836, 0.000857884615384629, 0.000400609343567844, 0.0011946153846154, 0.000723492810022226, 0.00235038461538462, 0.00225661741415025, 0.00503692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 705, '2021-05-23 00:00:00', 0.000286115092495736, 0.000595384615384622, 0.000357634590049679, 0.000807500000000008, 0.00044961025857445, 0.00112923076923077, 0.000783885220208646, 0.00242403846153847, 0.00225687984922683, 0.00502557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 720, '2021-05-23 00:00:00', 0.000171578306859044, 0.00048634615384615, 0.000290252675068847, 0.000716153846153845, 0.000478078405220796, 0.00107019230769231, 0.00087310048765218, 0.00249730769230769, 0.00217643466388353, 0.00499961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 735, '2021-05-23 00:00:00', 0.000184182288466127, 0.000506346153846149, 0.000309402463815966, 0.000756730769230756, 0.000396663003646098, 0.00110346153846154, 0.00100769861565848, 0.00256749999999999, 0.00217210670512789, 0.00499153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 750, '2021-05-23 00:00:00', 0.000231434739098386, 0.000599038461538462, 0.000347898747427363, 0.000816538461538473, 0.000405077200619263, 0.00111346153846155, 0.00101027741810775, 0.00255269230769231, 0.00217538028505716, 0.00500423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 765, '2021-05-23 00:00:00', 0.000221086217084229, 0.000541346153846173, 0.000282737782841549, 0.000774423076923095, 0.000357029248963425, 0.00101173076923077, 0.000951283343699452, 0.002535, 0.00214303605626725, 0.00498653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 780, '2021-05-23 00:00:00', 0.000221522094747987, 0.000554038461538474, 0.000299215448490513, 0.000711730769230778, 0.000341268899166711, 0.0010223076923077, 0.00084350605305385, 0.0026623076923077, 0.00209940233253327, 0.00496807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 795, '2021-05-23 00:00:00', 0.000129389097150942, 0.00046153846153847, 0.00022053579859411, 0.000659038461538471, 0.000377989875729295, 0.000997115384615401, 0.000785269796850845, 0.00260557692307693, 0.00208439635238746, 0.00493307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 810, '2021-05-23 00:00:00', 0.000188584606599135, 0.000481923076923066, 0.000222880789109007, 0.000694615384615375, 0.000424478548882675, 0.00105596153846153, 0.000739383839110959, 0.0026423076923077, 0.00207394337323481, 0.00491865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 825, '2021-05-23 00:00:00', 0.000190106953702794, 0.000525576923076912, 0.000295640894433654, 0.000818461538461541, 0.000482008458272412, 0.00122307692307691, 0.000710399779106003, 0.00266961538461538, 0.00206556400381256, 0.00491442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 840, '2021-05-23 00:00:00', 0.00023390736167584, 0.000545576923076932, 0.000296756893510764, 0.000755576923076928, 0.000503864450636672, 0.00123576923076923, 0.000838965113421587, 0.00274769230769231, 0.00204999669793356, 0.00492230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 855, '2021-05-23 00:00:00', 0.000131870711742161, 0.000508269230769234, 0.000426452089472407, 0.000825769230769222, 0.00054575921007768, 0.00123634615384615, 0.000781143737388669, 0.00271846153846154, 0.00196751737359156, 0.00488884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 870, '2021-05-23 00:00:00', 0.000419407503325993, 0.000625576923076922, 0.000489799959166997, 0.000879999999999992, 0.000553189945122464, 0.00130865384615384, 0.000922039065583214, 0.00279903846153846, 0.00190875356027072, 0.00490192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 885, '2021-05-23 00:00:00', 0.000215332658568443, 0.000588076923076916, 0.000293374596456733, 0.000914423076923077, 0.000329295518435243, 0.00133653846153847, 0.000930514022545517, 0.00278788461538462, 0.00185939991353705, 0.00494096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 900, '2021-05-23 00:00:00', 0.000193223747677832, 0.000631000000000013, 0.000229523963890472, 0.000879000000000008, 0.00034701404870696, 0.001344, 0.000938937431355253, 0.0027792, 0.00192536407812479, 0.0049632 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 915, '2021-05-23 00:00:00', 0.00022140773386533, 0.000625769230769244, 0.000274659859574605, 0.000954038461538473, 0.000504248450666936, 0.00135249999999999, 0.000925092760421687, 0.00278115384615385, 0.00184082892072691, 0.00497865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 930, '2021-05-23 00:00:00', 0.000247982629664642, 0.000714230769230781, 0.000324853102896587, 0.00101153846153846, 0.000509326138524837, 0.00128634615384616, 0.00102660562797241, 0.00283365384615386, 0.00182036822141524, 0.00502269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 945, '2021-05-23 00:00:00', 0.000217957299981865, 0.000695769230769241, 0.000431649608612569, 0.000979230769230762, 0.000509449363377901, 0.00140057692307693, 0.00100834168888253, 0.00279519230769232, 0.0018077079516508, 0.00510596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 960, '2021-05-23 00:00:00', 0.000331153055480158, 0.00067711538461538, 0.000349864424291206, 0.000911346153846163, 0.000517209375844589, 0.00156346153846155, 0.000958272664746324, 0.0027425, 0.00182371923446397, 0.00507538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 975, '2021-05-23 00:00:00', 0.000311339784702275, 0.00061730769230771, 0.000357789205237681, 0.00106365384615386, 0.000522479775096247, 0.00157134615384616, 0.000940114804773255, 0.00275961538461538, 0.00182469075356727, 0.00506211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 990, '2021-05-23 00:00:00', 0.000231295016408454, 0.000785769230769233, 0.000460524658990662, 0.00121019230769231, 0.000535488454231645, 0.00152326923076924, 0.000911705185986059, 0.00267788461538462, 0.00182075285569966, 0.0050148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1005, '2021-05-23 00:00:00', 0.000248428057996687, 0.000827500000000015, 0.000284239606399522, 0.00104807692307694, 0.000492725426737698, 0.00144788461538463, 0.000923731646013145, 0.00256307692307693, 0.00183705739829092, 0.00495826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1020, '2021-05-23 00:00:00', 0.000209847288796844, 0.000688269230769218, 0.000409339853159474, 0.000976346153846162, 0.000573347525167224, 0.00151576923076923, 0.00088036836695696, 0.00246769230769231, 0.00192960056647843, 0.00495211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1035, '2021-05-23 00:00:00', 0.000300186672691409, 0.000685961538461544, 0.000343039860881859, 0.000982884615384611, 0.000510166978697995, 0.00144711538461539, 0.000822955555394007, 0.00236038461538462, 0.002185282273617, 0.00519615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1050, '2021-05-23 00:00:00', 0.000245645773734949, 0.000684615384615377, 0.000450892320421832, 0.00110173076923076, 0.000598364566001492, 0.00147307692307692, 0.000867735780416693, 0.00233423076923076, 0.00224278865735015, 0.0052101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1065, '2021-05-23 00:00:00', 0.000318241079396399, 0.000850769230769245, 0.000333221571007365, 0.00104384615384617, 0.000484301400115521, 0.00141961538461539, 0.000869841011113737, 0.00227423076923077, 0.0022997728065047, 0.0052698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1080, '2021-05-23 00:00:00', 0.000236302039445617, 0.000659423076923071, 0.000451319305353341, 0.000961346153846145, 0.000470496014860919, 0.0012775, 0.000891671205356297, 0.00217653846153846, 0.00219697533335827, 0.00526884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1095, '2021-05-23 00:00:00', 0.000289165443727543, 0.00064942307692307, 0.000297514640880844, 0.000914807692307686, 0.000411635200707545, 0.00119346153846154, 0.000878965650855939, 0.00203384615384616, 0.00215235607041357, 0.00520942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1110, '2021-05-23 00:00:00', 0.000189373968644074, 0.000617499999999993, 0.000253181069288668, 0.000829423076923079, 0.000472494403711265, 0.00117519230769232, 0.000926423312447472, 0.00195692307692308, 0.00212710355612075, 0.00520346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1125, '2021-05-23 00:00:00', 0.000206019509905099, 0.000520961538461527, 0.000347768103549128, 0.00076942307692307, 0.000507325718464367, 0.00105076923076923, 0.000917022879506531, 0.00184519230769231, 0.0021200967049787, 0.00518596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1140, '2021-05-23 00:00:00', 0.000186545210028611, 0.000518653846153858, 0.000454455549150678, 0.000780384615384621, 0.000414633109368532, 0.00102384615384615, 0.000894313337792654, 0.00173711538461539, 0.00209741885329418, 0.00521961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1155, '2021-05-23 00:00:00', 0.000446607941987325, 0.000549423076923072, 0.000438435856197917, 0.000704999999999994, 0.000428852673286078, 0.00105884615384614, 0.000844199324804272, 0.0016875, 0.00206418176189837, 0.00522288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1170, '2021-05-23 00:00:00', 0.000225898292294427, 0.00048403846153846, 0.000318880252421828, 0.000753846153846139, 0.000378385893784863, 0.000981730769230761, 0.000743186693596194, 0.0016176923076923, 0.00201170173848297, 0.00520173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1185, '2021-05-23 00:00:00', 0.000167156766585693, 0.000480769230769216, 0.000227141772061814, 0.000680769230769224, 0.00033814954588852, 0.00086634615384615, 0.000647190733983298, 0.00148961538461538, 0.00197873051766491, 0.0051676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1200, '2021-05-23 00:00:00', 0.000158733569713048, 0.000497115384615392, 0.000174579164322059, 0.000598269230769239, 0.000261213808681998, 0.00081057692307693, 0.000616630078609673, 0.00142442307692307, 0.00193087880550243, 0.00515019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1215, '2021-05-23 00:00:00', 0.000124710125429403, 0.000361153846153838, 0.000184227806303468, 0.000506730769230758, 0.000207046724566827, 0.000762884615384621, 0.000535446650362686, 0.00137865384615385, 0.00187259375856468, 0.00512923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1230, '2021-05-23 00:00:00', 8.20393901638855e-05, 0.000352692307692304, 0.000139048552671378, 0.000527500000000006, 0.000289830719824252, 0.000745384615384605, 0.000544540314252447, 0.00139307692307692, 0.00187562146623869, 0.00513673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1245, '2021-05-23 00:00:00', 0.000123996432951184, 0.000378653846153842, 0.000205888319241271, 0.000534999999999999, 0.000402448133304146, 0.000812499999999981, 0.000558869497633048, 0.00136365384615385, 0.00187420490834421, 0.00513403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1260, '2021-05-23 00:00:00', 0.000177127181599932, 0.000399038461538467, 0.000292440394978831, 0.000550769230769222, 0.000461089846075411, 0.000865384615384618, 0.000555514072382862, 0.00133826923076923, 0.0018661016956376, 0.00514653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1275, '2021-05-23 00:00:00', 0.000195224525571486, 0.000386153846153835, 0.000268734713339838, 0.000582115384615368, 0.000381440841264559, 0.000796346153846149, 0.000457166229656647, 0.00126480769230769, 0.00182100573437191, 0.00510173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1290, '2021-05-23 00:00:00', 0.000169475775441623, 0.000405961538461525, 0.000227478824035592, 0.00062115384615385, 0.000327031932103567, 0.000736730769230775, 0.000355106105486584, 0.00120788461538462, 0.00178376468782698, 0.00506269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1305, '2021-05-23 00:00:00', 0.000141767008204953, 0.000463269230769225, 0.000175807696514808, 0.000542115384615379, 0.000249135736867701, 0.000676153846153843, 0.000340756680616264, 0.00117134615384615, 0.0017857363057983, 0.00505807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1320, '2021-05-23 00:00:00', 0.000147178071109073, 0.000369230769230767, 0.000210248570835731, 0.000477692307692316, 0.000228431524835044, 0.000659807692307693, 0.000326363471277995, 0.00115134615384616, 0.00181776672997813, 0.00512673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1335, '2021-05-23 00:00:00', 0.000186001757642655, 0.000329423076923074, 0.000207668004276062, 0.000454999999999987, 0.000219727190992679, 0.000685961538461536, 0.000331874918513685, 0.00112019230769231, 0.0018168651467675, 0.00513519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1350, '2021-05-23 00:00:00', 7.95006047388608e-05, 0.000307115384615381, 0.000133141480561678, 0.000470576923076931, 0.000171742203943529, 0.000664230769230778, 0.000325008461428321, 0.00109750000000001, 0.00180901137471442, 0.00514307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1365, '2021-05-23 00:00:00', 0.000162423473104675, 0.000405769230769237, 0.000212327486535444, 0.000565192307692312, 0.000191830554235922, 0.000669807692307703, 0.000320128159432348, 0.00110096153846155, 0.00180349157085745, 0.00515461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1380, '2021-05-23 00:00:00', 0.000169120917143286, 0.000368269230769231, 0.000153043608667092, 0.00047211538461539, 0.000198596227402394, 0.000667307692307687, 0.000318362456715862, 0.00107557692307693, 0.00181423927689988, 0.00516807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1395, '2021-05-23 00:00:00', 0.00011660139199591, 0.000348269230769224, 0.000119317288707941, 0.000466153846153843, 0.000295171983765402, 0.00086250000000001, 0.000422431651276282, 0.0011275, 0.00181191462695808, 0.00518884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1410, '2021-05-23 00:00:00', 9.58879554480099e-05, 0.000307499999999995, 0.000193217394502839, 0.000535192307692295, 0.000376265710124358, 0.00088673076923078, 0.000511248848033312, 0.00114076923076924, 0.00181396158045992, 0.00519384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1425, '2021-05-23 00:00:00', 0.000195193887829919, 0.000469423076923073, 0.000342033792752436, 0.00076634615384617, 0.000391320643659209, 0.000900384615384626, 0.000525677292057226, 0.00118884615384616, 0.00181468044442669, 0.00519365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 0, '2021-05-23 00:00:00', 0.000389492569298145, 0.000607307692307704, 0.000430748052364016, 0.000726730769230773, 0.000422982814708203, 0.000827307692307693, 0.000549309531629002, 0.00121980769230769, 0.00181527137195687, 0.00518807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 15, '2021-05-23 00:00:00', 0.000327625783243862, 0.000409423076923065, 0.000313846912706485, 0.000563269230769214, 0.000313539409864967, 0.000689807692307672, 0.000525659475911352, 0.00123173076923076, 0.00180357731062038, 0.00517365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 30, '2021-05-23 00:00:00', 0.000231149635185, 0.000391923076923074, 0.000255510047973442, 0.000520769230769222, 0.000231582515614789, 0.00066230769230768, 0.000507760240210347, 0.00118230769230769, 0.0017292761602652, 0.00513903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 45, '2021-05-23 00:00:00', 0.000217897029315712, 0.000398653846153845, 0.000181347626227818, 0.000515192307692288, 0.000194502224626398, 0.000601346153846144, 0.000516928539920773, 0.00117365384615384, 0.00169449652154804, 0.0051226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 60, '2021-05-23 00:00:00', 0.000136886393098016, 0.000341730769230762, 0.000179005479073856, 0.000424807692307691, 0.000232556113989395, 0.000492115384615385, 0.000546362657807207, 0.00114192307692309, 0.00166872794713172, 0.0050848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 75, '2021-05-23 00:00:00', 0.00015036072011615, 0.000247884615384625, 0.000141933489299101, 0.000313653846153864, 0.000177540569578207, 0.000479423076923092, 0.000535226084508654, 0.00110019230769231, 0.00164707479630264, 0.00504923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 90, '2021-05-23 00:00:00', 0.000119677129747568, 0.00020884615384616, 0.000125299026946926, 0.000309615384615397, 0.000181406576931058, 0.000452884615384636, 0.000535862245501438, 0.00108288461538462, 0.00165158758122648, 0.00502846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 105, '2021-05-23 00:00:00', 8.9076458083021e-05, 0.00023384615384617, 0.000127186265586526, 0.000377884615384631, 0.00017133188665457, 0.000458846153846166, 0.000468285744456885, 0.00107153846153846, 0.0016371244959943, 0.00500615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 120, '2021-05-23 00:00:00', 0.000124942448289675, 0.000303846153846172, 0.000139034583412245, 0.000353846153846166, 0.000184976089930987, 0.000511923076923083, 0.000442685380551311, 0.00108211538461539, 0.00163660991076066, 0.005 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 135, '2021-05-23 00:00:00', 0.000105916694405768, 0.000227884615384627, 0.000121043539528299, 0.000323461538461548, 0.000294176882948911, 0.000605961538461541, 0.000412727326638123, 0.00109961538461538, 0.0016188419056179, 0.00499865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 150, '2021-05-23 00:00:00', 9.78729553278949e-05, 0.000233653846153857, 0.00018925288332322, 0.00040442307692307, 0.000362195442353352, 0.000648461538461534, 0.000436266723285372, 0.00110557692307692, 0.00161315091811503, 0.00498673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 165, '2021-05-23 00:00:00', 0.0001830272152945, 0.000315192307692293, 0.000249536493400199, 0.000492692307692299, 0.000357553653854381, 0.000676153846153839, 0.000421122355689577, 0.00107903846153845, 0.00161042136148848, 0.00496480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 180, '2021-05-23 00:00:00', 0.000216291558923465, 0.000374038461538465, 0.000294955081325962, 0.000492500000000003, 0.000389163797826149, 0.000722692307692311, 0.000418884278126476, 0.00105903846153846, 0.00160815125580227, 0.00496269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 195, '2021-05-23 00:00:00', 0.000137064414952064, 0.000335576923076914, 0.000198494429295975, 0.000480961538461538, 0.000331103283909094, 0.000700769230769223, 0.000387034683399105, 0.00101961538461537, 0.00159610198247528, 0.00493153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 210, '2021-05-23 00:00:00', 0.000154860855658823, 0.00034173076923077, 0.000239637225822709, 0.000495000000000002, 0.000289209333289131, 0.000634038461538456, 0.000393755146486513, 0.000996346153846152, 0.00156351030106567, 0.00489730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 225, '2021-05-23 00:00:00', 0.000142729976367433, 0.000324615384615389, 0.000202225026983474, 0.000474807692307686, 0.000201598706497688, 0.000579038461538455, 0.000375471191151343, 0.000936153846153847, 0.00156241894558996, 0.00489019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 240, '2021-05-23 00:00:00', 0.000109277346515822, 0.000301538461538456, 0.000115993368510717, 0.000377307692307683, 0.000164610612799274, 0.000529423076923078, 0.000373276191826647, 0.000893653846153851, 0.00155362896520967, 0.00489519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 255, '2021-05-23 00:00:00', 0.000101217397410044, 0.000250192307692298, 0.000119490746342709, 0.000359038461538457, 0.000160367966300579, 0.000491730769230767, 0.000382527827042083, 0.000886538461538479, 0.00154260020245538, 0.00488423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 270, '2021-05-23 00:00:00', 9.54594154601843e-05, 0.000262499999999986, 0.00014786805448932, 0.000394807692307683, 0.000148797229089174, 0.000478846153846148, 0.000398802630961149, 0.000893461538461555, 0.00152992781378227, 0.00486365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 285, '2021-05-23 00:00:00', 0.000102028653592245, 0.000270384615384623, 0.000136667620384423, 0.000345961538461538, 0.000120102520309179, 0.000448846153846148, 0.000406045516584607, 0.000880192307692326, 0.00155008133781623, 0.00484692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 300, '2021-05-23 00:00:00', 7.99345886430797e-05, 0.000246538461538458, 9.14977931638072e-05, 0.000324615384615376, 0.000150770967415423, 0.000443269230769231, 0.000416345825190843, 0.000910384615384614, 0.00154932948276144, 0.00484038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 315, '2021-05-23 00:00:00', 6.6076005187497e-05, 0.000224038461538473, 8.94910824951534e-05, 0.000325576923076925, 0.000228911218934004, 0.000477884615384629, 0.000519997485201021, 0.00106576923076924, 0.00154851094728005, 0.00483192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 330, '2021-05-23 00:00:00', 7.2481297322398e-05, 0.000238461538461538, 0.000132559420638443, 0.000339999999999998, 0.00026626801130844, 0.000489423076923081, 0.000576934105022812, 0.00115019230769232, 0.00154657820812468, 0.00481692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 345, '2021-05-23 00:00:00', 0.000112432030749521, 0.000249807692307698, 0.000198267884051245, 0.000361923076923082, 0.000228803661213304, 0.000448653846153856, 0.00065683626925999, 0.00120326923076925, 0.00154428167269296, 0.00479826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 360, '2021-05-23 00:00:00', 0.000120346934383008, 0.000250769230769238, 0.000158987783759044, 0.000346346153846164, 0.000163243565075187, 0.000427307692307703, 0.000630151996316385, 0.00128653846153847, 0.00153064626873749, 0.004775 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 375, '2021-05-23 00:00:00', 0.000112054245105455, 0.000231923076923093, 0.000108808936284587, 0.000295769230769247, 0.000145041240819508, 0.000394807692307704, 0.000669162622525052, 0.00144615384615387, 0.00153289019376922, 0.00475288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 390, '2021-05-23 00:00:00', 8.24145244853952e-05, 0.00020807692307692, 0.000114070828199654, 0.000271923076923073, 0.000182569270310028, 0.000421538461538477, 0.000701404415331232, 0.00157307692307694, 0.00153134025008764, 0.00475519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 405, '2021-05-23 00:00:00', 9.85645044550122e-05, 0.000189807692307685, 0.000123174828847202, 0.000284038461538452, 0.000193779811602288, 0.00041615384615384, 0.000710695758773362, 0.00182769230769231, 0.00153393270336789, 0.00476346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 420, '2021-05-23 00:00:00', 8.3801046441058e-05, 0.000208846153846151, 0.000153707014003408, 0.000305384615384626, 0.000171572030175267, 0.00042980769230769, 0.000736552677107233, 0.00192461538461539, 0.00153051440573221, 0.00476211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 435, '2021-05-23 00:00:00', 0.000111283421945937, 0.000224999999999988, 0.000119289724878291, 0.000305961538461527, 0.000155728560692588, 0.000445769230769243, 0.000692439055913117, 0.00207538461538462, 0.00152857597128831, 0.0047575 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 450, '2021-05-23 00:00:00', 8.08514782701099e-05, 0.000220192307692303, 0.000117576161895828, 0.00031807692307691, 0.000142633608079735, 0.000447115384615402, 0.000656901702048214, 0.00216538461538462, 0.00152772294105161, 0.00475923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 465, '2021-05-23 00:00:00', 0.000113068393189526, 0.000227307692307691, 0.000126738525500945, 0.000329423076923096, 0.000161128353041447, 0.00046788461538464, 0.000638036320403339, 0.00222788461538462, 0.00152360958051797, 0.00475192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 480, '2021-05-23 00:00:00', 9.24472822748219e-05, 0.000252500000000023, 9.35488354571338e-05, 0.0003442307692308, 0.000197591361536495, 0.000532884615384622, 0.000621785054376618, 0.00226557692307692, 0.00152416530750945, 0.00475326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 495, '2021-05-23 00:00:00', 6.97316284049109e-05, 0.000232500000000024, 0.000119369014147147, 0.000344807692307705, 0.000366082010568026, 0.000705961538461539, 0.000605957125926842, 0.00226596153846152, 0.00153783114007507, 0.00473884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 510, '2021-05-23 00:00:00', 0.000111304329862559, 0.000274423076923073, 0.000159030355109183, 0.000420576923076903, 0.000469144557023332, 0.000806153846153837, 0.000612037454861913, 0.00230461538461537, 0.00155451210500766, 0.00472826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 525, '2021-05-23 00:00:00', 0.000136187794550808, 0.000303653846153829, 0.000358373247627926, 0.000574230769230765, 0.0005392699124386, 0.000859038461538457, 0.000660618940551507, 0.00236423076923076, 0.00156681088397861, 0.00470788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 540, '2021-05-23 00:00:00', 0.000324897439438742, 0.00046211538461538, 0.000433084465025197, 0.000643076923076921, 0.000487611920091562, 0.000924230769230761, 0.000628405797358561, 0.0023703846153846, 0.00158730057499662, 0.00468365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 555, '2021-05-23 00:00:00', 0.000169896008917673, 0.000445576923076917, 0.000250687362757181, 0.000608076923076914, 0.000323748299668836, 0.00104519230769231, 0.000581360473372599, 0.00234999999999998, 0.00159678682166598, 0.00463807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 570, '2021-05-23 00:00:00', 0.000196391289169189, 0.000438461538461541, 0.000186670524227543, 0.000663269230769225, 0.000372057739522334, 0.00113019230769231, 0.000596987469266779, 0.00238596153846152, 0.00161294370162612, 0.00469923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 585, '2021-05-23 00:00:00', 0.000125859659327982, 0.000514423076923078, 0.00026557079311146, 0.000895384615384627, 0.000548691730741973, 0.00135615384615384, 0.00060689664561732, 0.00238346153846152, 0.00161362583833856, 0.00470211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 600, '2021-05-23 00:00:00', 0.000222023300925474, 0.000717115384615398, 0.000332824104618917, 0.000938269230769233, 0.000540877492172168, 0.0014223076923077, 0.000681749587458619, 0.00240749999999999, 0.00162132557353068, 0.00467615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 615, '2021-05-23 00:00:00', 0.000251035164560975, 0.000585576923076925, 0.000549221161842278, 0.000973269230769232, 0.000567907258138294, 0.00140057692307692, 0.000770443952935831, 0.00228673076923076, 0.00164908902591237, 0.00464384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 630, '2021-05-23 00:00:00', 0.000370700220995561, 0.000669423076923069, 0.000363739128835691, 0.000911923076923082, 0.00041302970651218, 0.00130153846153846, 0.000749091038936784, 0.00219423076923076, 0.00159795028564239, 0.00460134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 645, '2021-05-23 00:00:00', 0.000247916238956751, 0.000617307692307705, 0.000369440585417791, 0.000932115384615381, 0.000381151696027469, 0.00121615384615385, 0.000746217873938047, 0.00216365384615385, 0.00157872548400478, 0.00466692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 660, '2021-05-23 00:00:00', 0.000263985503681245, 0.000642115384615381, 0.000294044475966052, 0.000848076923076924, 0.000242102012828029, 0.00111076923076923, 0.000824610117664002, 0.0021753846153846, 0.00160067390855803, 0.00474019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 675, '2021-05-23 00:00:00', 0.000127293120244348, 0.000566538461538458, 0.000188101956804932, 0.000752884615384624, 0.000283186538141582, 0.00107115384615384, 0.000893809737110667, 0.00218961538461537, 0.00161327473934707, 0.00477076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 690, '2021-05-23 00:00:00', 0.000214886016297011, 0.000539999999999998, 0.000238901411915843, 0.000806730769230764, 0.000263631444371766, 0.00110153846153845, 0.000849140130684253, 0.00223980769230769, 0.00163305919860666, 0.00475288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 705, '2021-05-23 00:00:00', 0.000178217671574778, 0.000623461538461536, 0.000225482815309708, 0.000832500000000001, 0.000351707483352505, 0.00[...];
Date: 2021-05-23 16:57:50 Duration: 23s743ms Database: acaweb_fx User: pgperfstats
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 244 5m49s 178ms 18s332ms 1s433ms 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 16 244 5m49s 1s433ms [ User: postgres - Total duration: 5m49s - Times executed: 244 ]
-
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 16:03:50 Duration: 18s332ms 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 16:18:46 Duration: 10s319ms 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 16:01:02 Duration: 9s770ms Database: acaweb_fx User: postgres Bind query: yes
2 191 52s481ms 51ms 5s33ms 274ms 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 #2
Day Hour Count Duration Avg duration May 23 16 191 52s481ms 274ms [ User: postgres - Total duration: 52s481ms - Times executed: 191 ]
-
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 = '689' 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 ('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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 16:25:45 Duration: 5s33ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 16:03:31 Duration: 1s826ms 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 16:03:20 Duration: 1s167ms Database: acaweb_fx User: postgres Bind query: yes
3 162 20s157ms 52ms 1s927ms 124ms 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 #3
Day Hour Count Duration Avg duration May 23 16 162 20s157ms 124ms [ User: pgperfstats - Total duration: 20s157ms - Times executed: 162 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 987890order by pricedatetime asc;
Date: 2021-05-23 16:50:14 Duration: 1s927ms 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 = 987900order by pricedatetime asc;
Date: 2021-05-23 16:50:36 Duration: 350ms 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 = 986515order by pricedatetime asc;
Date: 2021-05-23 16:19:26 Duration: 311ms Database: acaweb_fx User: pgperfstats
4 147 4m33s 51ms 14s458ms 1s859ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 23 16 147 4m33s 1s859ms [ User: postgres - Total duration: 4m33s - Times executed: 147 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 16:04:04 Duration: 14s458ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 16:26:41 Duration: 9s338ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 16:07:10 Duration: 9s244ms Database: acaweb_fx User: postgres Bind query: yes
5 89 56s299ms 50ms 25s682ms 632ms (( 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 16 89 56s299ms 632ms [ User: postgres - Total duration: 56s299ms - 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 16:47:37 Duration: 25s682ms 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 16:47:28 Duration: 2s87ms 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 16:32:07 Duration: 1s513ms Database: acaweb_fx User: postgres Bind query: yes
6 72 5s507ms 52ms 175ms 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 16 72 5s507ms 76ms [ User: postgres - Total duration: 5s507ms - 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 16:01:03 Duration: 175ms 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 16:19:13 Duration: 136ms 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 16:07:45 Duration: 118ms Database: acaweb_fx User: postgres Bind query: yes
7 32 4s296ms 110ms 199ms 134ms 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 16 32 4s296ms 134ms [ User: postgres - Total duration: 4s296ms - 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 16:20:33 Duration: 199ms 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 16:01: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 16:48:12 Duration: 154ms Database: acaweb_fx User: postgres
8 27 4s757ms 50ms 401ms 176ms 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 #8
Day Hour Count Duration Avg duration May 23 16 27 4s757ms 176ms [ User: postgres - Total duration: 4s757ms - Times executed: 27 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '1009914' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 16:56:00 Duration: 401ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '986828' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 16:03:02 Duration: 361ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '1003034' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 16:33:07 Duration: 358ms Database: acaweb_fx User: postgres Bind query: yes
9 25 4s68ms 51ms 354ms 162ms 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 #9
Day Hour Count Duration Avg duration May 23 16 25 4s68ms 162ms [ User: postgres - Total duration: 4s68ms - Times executed: 25 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1028613' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 16:32:58 Duration: 354ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986827' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 16:57:15 Duration: 315ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1021146' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 16:08:41 Duration: 310ms Database: acaweb_fx User: postgres Bind query: yes
10 24 2m4s 790ms 10s364ms 5s173ms 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 #10
Day Hour Count Duration Avg duration May 23 16 24 2m4s 5s173ms [ User: postgres - Total duration: 2m4s - 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 16:20:40 Duration: 10s364ms 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 16:00:40 Duration: 9s796ms 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 16:50:39 Duration: 9s647ms Database: acaweb_fx User: postgres Bind query: yes
11 20 1s112ms 52ms 60ms 55ms 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 16 20 1s112ms 55ms [ User: postgres - Total duration: 1s112ms - Times executed: 20 ]
-
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 = '689' 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 16:01:09 Duration: 60ms 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 16:17:54 Duration: 58ms 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 16:23:02 Duration: 58ms Database: acaweb_fx User: postgres Bind query: yes
12 16 3s754ms 222ms 287ms 234ms 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 #12
Day Hour Count Duration Avg duration May 23 16 16 3s754ms 234ms [ User: postgres - Total duration: 3s754ms - 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 16:16:11 Duration: 287ms 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 16:35: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 16:11:12 Duration: 248ms Database: acaweb_fx User: postgres
13 16 2s579ms 150ms 174ms 161ms 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 #13
Day Hour Count Duration Avg duration May 23 16 16 2s579ms 161ms [ User: postgres - Total duration: 2s579ms - 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 16:46:11 Duration: 174ms 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 16:05:11 Duration: 172ms 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 16:41:11 Duration: 170ms Database: acaweb_fx User: postgres
14 16 2s578ms 144ms 220ms 161ms 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 16 16 2s578ms 161ms [ User: postgres - Total duration: 2s578ms - 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 16:48:12 Duration: 220ms 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 16:03:12 Duration: 206ms 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 16:33:12 Duration: 190ms Database: acaweb_fx User: postgres
15 16 1s856ms 107ms 158ms 116ms 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 #15
Day Hour Count Duration Avg duration May 23 16 16 1s856ms 116ms [ User: postgres - Total duration: 1s856ms - 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 16:56:12 Duration: 158ms 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 16:41:11 Duration: 123ms 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 16:48:12 Duration: 121ms Database: acaweb_fx User: postgres
16 16 1s694ms 76ms 309ms 105ms 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 #16
Day Hour Count Duration Avg duration May 23 16 16 1s694ms 105ms [ User: postgres - Total duration: 1s694ms - 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 16:33:11 Duration: 309ms 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 16:03:12 Duration: 203ms 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 16:16:12 Duration: 104ms Database: acaweb_fx User: postgres
17 15 1s415ms 52ms 197ms 94ms 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 #17
Day Hour Count Duration Avg duration May 23 16 15 1s415ms 94ms [ User: postgres - Total duration: 1s415ms - Times executed: 15 ]
-
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 16:48:52 Duration: 197ms 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 '%audjpy%' 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 > 514204599 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 16:32:25 Duration: 143ms 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 16:32:52 Duration: 138ms Database: acaweb_fx User: postgres Bind query: yes
18 13 1m2s 4s618ms 5s332ms 4s792ms 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 #18
Day Hour Count Duration Avg duration May 23 16 13 1m2s 4s792ms [ 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 16:33:07 Duration: 5s332ms 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 16:01:07 Duration: 5s41ms 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 16:46:07 Duration: 4s902ms Database: acaweb_fx User: postgres
19 10 1s245ms 51ms 248ms 124ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_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_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? and ((rar.age is null and a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)) or rar.age >= ( case c.timegranularity when ? then ? when ? then ? when ? then ? when ? then ? when ? then ? end)) order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 23 16 10 1s245ms 124ms [ User: postgres - Total duration: 1s245ms - Times executed: 10 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_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_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND groupid = 5364 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-05-23 16:20:35 Duration: 248ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_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_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND groupid = 5364 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-05-23 16:20:35 Duration: 226ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_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_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND groupid = 5352 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-05-23 16:20:35 Duration: 132ms Database: acaweb_fx User: postgres Bind query: yes
20 9 1s119ms 53ms 276ms 124ms 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 symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout = ? 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 #20
Day Hour Count Duration Avg duration May 23 16 9 1s119ms 124ms [ User: postgres - Total duration: 1s119ms - Times executed: 9 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4942 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 16:02:49 Duration: 276ms 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 symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 16:31:12 Duration: 258ms 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 symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 3854 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 16:31:49 Duration: 141ms 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 27s192ms 27s192ms 27s192ms 1 27s192ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 23 16 1 27s192ms 27s192ms [ User: pgperfstats - Total duration: 27s192ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 986515, 1, 990, '2021-05-23 00:00:00', 367.819628642429, 430.374423076924, 547.246258978429, 615.016730769231, 585.653988200076, 790.090576923077, 850.767341770877, 1445.46326923077, 2054.10381491743, 3315.06288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1005, '2021-05-23 00:00:00', 279.305177981967, 389.541538461539, 365.405076375678, 532.918653846154, 519.600658379438, 758.432115384616, 818.663838223367, 1366.85115384615, 2041.70609499383, 3282.70519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1020, '2021-05-23 00:00:00', 233.687185169536, 374.777692307692, 297.280068959584, 500.333846153846, 519.960292580153, 758.890961538461, 772.675165622557, 1324.16538461538, 2040.37786109255, 3286.33384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1035, '2021-05-23 00:00:00', 199.06341738994, 339.960192307692, 373.027911611337, 527.208653846154, 512.29348109788, 757.184230769231, 738.545402550201, 1273.68903846154, 2029.13263540161, 3293.09673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1050, '2021-05-23 00:00:00', 287.48050282765, 379.315961538461, 361.255696750397, 521.313846153846, 447.83199431655, 720.998461538461, 747.286638889399, 1231.90884615385, 2020.31372193883, 3302.84288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1065, '2021-05-23 00:00:00', 247.869584015233, 372.463269230769, 324.573068948272, 548.9325, 432.241688663432, 728.831153846153, 751.816419152872, 1213.78038461538, 2019.03201533504, 3299.81173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1080, '2021-05-23 00:00:00', 301.507216559635, 432.491538461538, 359.830855007653, 559.906538461538, 463.214327460801, 768.300192307692, 741.114527694529, 1203.70326923077, 2019.03201533504, 3299.81173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1095, '2021-05-23 00:00:00', 257.684213029168, 362.702692307692, 345.057715875352, 509.546346153846, 473.247177979477, 738.563461538462, 777.575665805339, 1195.26384615385, 2028.47279718425, 3326.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1110, '2021-05-23 00:00:00', 232.24613048329, 342.687307692308, 359.736216257884, 505.316538461538, 507.681657379784, 763.12826923077, 781.485133033671, 1174.29057692308, 2028.205351525, 3325.70942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1125, '2021-05-23 00:00:00', 343.406466217514, 411.16, 395.092909116908, 598.722692307693, 619.546825591994, 774.158653846155, 807.200596071981, 1205.43019230769, 2027.05425273597, 3355.00019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1140, '2021-05-23 00:00:00', 317.744780621904, 450.122692307693, 429.953973509554, 577.694423076924, 570.555051647483, 749.072692307693, 969.782046275348, 1274.52, 2001.0911499348, 3346.88423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1155, '2021-05-23 00:00:00', 309.001730076125, 382.260961538462, 456.047571870946, 505.37576923077, 531.025323670271, 698.626346153847, 1048.09246819399, 1288.30480769231, 1974.75872956727, 3315.46192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1170, '2021-05-23 00:00:00', 209.793372030306, 305.490384615385, 305.904934658064, 447.911923076924, 393.518098251577, 643.511538461539, 1072.87001912765, 1316.31480769231, 1962.99989978028, 3301.25076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1185, '2021-05-23 00:00:00', 197.198098502398, 298.309807692308, 282.02627335471, 438.742884615385, 401.085421930243, 603.369807692308, 1145.94488083999, 1409.16076923077, 1970.42551820421, 3300.36711538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1200, '2021-05-23 00:00:00', 213.450443560902, 330.807884615385, 286.896329460928, 462.028076923077, 386.546011563357, 592.418461538462, 1142.65593995595, 1414.54115384615, 1965.5151472349, 3292.34461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1215, '2021-05-23 00:00:00', 243.447480561713, 325.334615384615, 334.756405123993, 422.826538461537, 436.71687077345, 570.701923076923, 1113.64438521273, 1429.54038461538, 1964.33166938326, 3297.54096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1230, '2021-05-23 00:00:00', 199.690268472587, 280.660576923076, 252.041823423523, 389.729423076924, 430.292127520408, 556.554038461539, 1095.85465736567, 1411.64403846154, 1962.01340298505, 3286.10019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1245, '2021-05-23 00:00:00', 197.205754636741, 309.540384615385, 343.379510015466, 425.502692307693, 438.640717564063, 572.448653846154, 1060.40135998304, 1405.53673076923, 1959.06373723317, 3277.275 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1260, '2021-05-23 00:00:00', 211.547656246494, 314.599230769231, 287.526533990076, 420.127115384616, 332.512764566323, 511.361538461539, 1048.29407872344, 1375.93384615385, 1948.22638672066, 3246.95442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1275, '2021-05-23 00:00:00', 179.953065115923, 285.486153846154, 269.133701067818, 390.647692307692, 392.98526087966, 548.560576923077, 1055.04055143992, 1362.39557692308, 1942.51697209099, 3232.38846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1290, '2021-05-23 00:00:00', 208.163818857612, 273.705769230769, 267.25694147573, 351.570192307692, 359.77492106043, 535.609038461538, 1149.4647402557, 1402.55134615385, 1938.07494036999, 3217.62692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1305, '2021-05-23 00:00:00', 149.977095107758, 261.165192307692, 311.639749435701, 427.217115384615, 336.760779219235, 587.642884615384, 1132.20948098066, 1430.2625, 1932.58837029319, 3216.7225 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1320, '2021-05-23 00:00:00', 221.656771871514, 304.0225, 230.073238720011, 392.161346153846, 618.383251716088, 659.889807692308, 1110.61474931244, 1412.89788461538, 1912.73635882258, 3180.30538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1335, '2021-05-23 00:00:00', 157.603135527672, 278.418076923076, 236.789485468877, 407.296153846153, 719.095870990681, 672.685384615384, 1151.4045971249, 1464.59711538462, 1899.55146729591, 3156.55096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1350, '2021-05-23 00:00:00', 192.503147555186, 292.804423076923, 557.853616720786, 500.152692307693, 752.552875203719, 716.12576923077, 1128.27952848069, 1452.86115384615, 1894.78942088301, 3146.11692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1365, '2021-05-23 00:00:00', 421.612300973346, 378.045961538462, 561.722991394438, 495.946346153846, 669.867406979948, 755.634038461538, 1008.02837625384, 1439.01480769231, 1858.13826980048, 3116.56865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1380, '2021-05-23 00:00:00', 320.352262356072, 332.515576923076, 444.319954622619, 480.979615384615, 519.289544984892, 695.351153846153, 882.413972185325, 1409.39326923077, 1834.23549886667, 3080.05942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1395, '2021-05-23 00:00:00', 203.072120840393, 298.528846153847, 378.598615103932, 481.391153846154, 392.296220715339, 620.593461538461, 798.796538917451, 1326.0125, 1843.47522999225, 3023.33480769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1410, '2021-05-23 00:00:00', 344.917148785985, 375.214423076923, 338.399073408954, 448.650961538461, 381.118073206524, 613.280576923076, 824.668454263987, 1403.68692307692, 1842.2451393562, 3011.82153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 1, 1425, '2021-05-23 00:00:00', 148.553520048008, 247.764423076922, 264.468965029707, 420.14673076923, 364.411770974074, 606.977692307691, 817.936705292065, 1384.00596153846, 1840.71770173798, 3009.97346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 0, '2021-05-23 00:00:00', 189.030337357221, 294.044230769231, 257.654725180887, 404.430961538461, 374.293302807231, 601.662884615385, 963.644782894151, 1480.04365384615, 1839.85054626602, 3008.32923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 15, '2021-05-23 00:00:00', 153.919340844107, 257.25173076923, 259.120848673711, 425.15423076923, 392.072238869759, 615.517115384615, 951.765152598319, 1476.9925, 1780.22600473545, 2993.32211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 30, '2021-05-23 00:00:00', 198.000549890553, 319.324807692308, 286.73714416685, 429.965192307693, 511.488012288129, 701.302692307693, 975.147920537976, 1477.53153846154, 1751.29327736005, 2971.5775 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 45, '2021-05-23 00:00:00', 240.392213626701, 295.882115384615, 351.613940525466, 474.825384615385, 509.119383708923, 711.253076923077, 983.656549263336, 1487.02942307692, 1748.0904260384, 2967.71134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 60, '2021-05-23 00:00:00', 299.762512693543, 361.572115384616, 485.387440023906, 553.270192307692, 510.618804464362, 717.501153846154, 1014.28350471727, 1498.62153846154, 1726.78020372039, 2981.20115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 75, '2021-05-23 00:00:00', 321.326001855531, 375.477692307691, 330.990096336152, 496.713846153846, 487.207290602778, 718.4675, 978.064859829013, 1439.23711538462, 1717.84491695161, 2953.59230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 90, '2021-05-23 00:00:00', 192.725560603374, 343.27826923077, 252.004107737582, 444.971153846154, 415.507572219624, 703.085384615385, 1021.48319772282, 1469.83403846154, 1717.54106505009, 2947.31923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 105, '2021-05-23 00:00:00', 199.855617497694, 296.239230769231, 382.315423778083, 533.911153846153, 423.697702015381, 711.443653846154, 1029.27730635157, 1489.60788461539, 1713.02065660222, 2952.13173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 120, '2021-05-23 00:00:00', 308.288518569924, 433.010961538461, 354.758666831411, 566.79, 386.392519995335, 725.402884615384, 1011.79207656932, 1520.69269230769, 1672.46172192794, 2964.29307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 135, '2021-05-23 00:00:00', 202.053119952688, 342.461153846154, 272.812015312037, 476.161153846154, 389.423724403716, 709.472692307692, 961.467734373158, 1491.60442307692, 1628.10686184065, 2996.63384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 150, '2021-05-23 00:00:00', 237.522496179916, 345.343461538462, 299.243190683533, 499.132307692308, 509.84575736046, 833.537307692308, 973.170195327641, 1495.98096153846, 1619.50021076243, 3014.95346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 165, '2021-05-23 00:00:00', 208.511846191418, 353.748076923077, 323.425906947194, 544.273846153846, 503.675969686746, 803.946730769231, 935.877529542461, 1438.8675, 1608.86655187702, 2974.89557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 180, '2021-05-23 00:00:00', 223.606577993238, 360.535384615384, 403.8847839452, 575.382307692307, 701.291097851778, 838.821923076923, 979.850401716271, 1412.17653846154, 1615.75762147359, 2997.845 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 195, '2021-05-23 00:00:00', 327.952908909718, 412.152115384615, 394.694078227877, 532.466923076923, 658.154831068384, 792.825576923077, 942.695112120481, 1351.31538461538, 1525.14616341336, 2970.0125 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 210, '2021-05-23 00:00:00', 195.126530240883, 328.749615384615, 493.398893114346, 550.167307692308, 516.990625931086, 689.226153846154, 900.233375266317, 1295.44576923077, 1465.67922886286, 2918.09903846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 225, '2021-05-23 00:00:00', 413.561126425847, 401.671153846154, 419.296433128714, 511.737307692308, 460.044894899986, 640.631538461539, 879.221533812812, 1281.39307692308, 1455.98790011626, 2910.80519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 240, '2021-05-23 00:00:00', 233.586916574883, 340.119807692308, 271.170798800384, 444.510961538462, 429.247588964511, 605.674615384615, 879.998049745653, 1260.38692307692, 1430.69109735606, 2899.92173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 255, '2021-05-23 00:00:00', 210.833781847309, 320.979038461538, 308.297995614883, 427.728076923077, 402.294778365891, 561.617307692308, 886.752335702851, 1265.93269230769, 1446.713046973, 2916.99673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 270, '2021-05-23 00:00:00', 179.705658775678, 289.265, 283.300843415685, 421.594038461538, 378.34556263269, 612.199615384615, 835.975250409342, 1246.92980769231, 1394.725207065, 2913.0725 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 285, '2021-05-23 00:00:00', 168.78460959414, 306.239615384615, 301.64186544088, 415.970576923077, 400.248554484153, 634.864423076923, 840.344755119565, 1260.11019230769, 1439.60486728548, 2941.44096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 300, '2021-05-23 00:00:00', 247.356137413012, 300.75673076923, 343.740866619979, 483.165576923077, 445.035199630321, 644.644999999999, 856.19466990893, 1258.81730769231, 1438.17887816653, 2944.51788461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 315, '2021-05-23 00:00:00', 268.72315197451, 359.266346153845, 360.776973705843, 483.072884615384, 457.551175622339, 643.33923076923, 830.543372621734, 1247.78326923077, 1434.17587916053, 2952.00826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 330, '2021-05-23 00:00:00', 187.233050447831, 289.255, 316.328756022299, 434.541153846153, 374.990105841987, 587.29423076923, 786.84688589722, 1221.27692307692, 1431.26530900288, 2958.23865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 345, '2021-05-23 00:00:00', 231.03753390271, 326.930384615384, 286.986629322424, 444.614615384615, 423.49539552215, 586.512692307691, 770.854457898207, 1241.01346153846, 1425.91707432527, 2978.02211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 360, '2021-05-23 00:00:00', 217.092134260744, 335.746730769231, 258.800447176302, 424.275576923077, 498.373967266936, 626.775769230769, 740.185779036275, 1262.24653846154, 1431.46330573599, 2993.58615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 375, '2021-05-23 00:00:00', 242.18185393244, 321.546923076923, 370.54684018374, 441.323076923077, 575.979337458852, 655.971538461538, 775.429711972658, 1277.585, 1443.23952323104, 3014.63692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 390, '2021-05-23 00:00:00', 243.526973879929, 292.173653846153, 394.917735881597, 457.015384615385, 564.467184426197, 642.305961538461, 804.758762237694, 1277.69288461539, 1451.33671191698, 3032.78 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 405, '2021-05-23 00:00:00', 250.18765712284, 333.866153846155, 327.650027468862, 455.602884615385, 413.833551788686, 613.859038461539, 741.730273857765, 1268.18134615385, 1420.85268831453, 3036.84615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 420, '2021-05-23 00:00:00', 297.953777506099, 314.361923076922, 392.011719419056, 448.58173076923, 422.935401320752, 620.332115384615, 868.596992204184, 1270.90192307692, 1423.79379329052, 3045.40115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 435, '2021-05-23 00:00:00', 247.347979753533, 305.268076923077, 307.988677191037, 429.001730769231, 449.085816520115, 644.498461538461, 1162.33946338801, 1416.49365384615, 1429.15950562005, 3045.53307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 450, '2021-05-23 00:00:00', 308.075471058698, 351.654038461538, 393.742490246529, 501.20346153846, 533.389104462716, 681.14846153846, 1179.47492612525, 1413.28307692308, 1497.69526894143, 3055.09653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 465, '2021-05-23 00:00:00', 220.284116906745, 326.81423076923, 315.059966218154, 471.445769230769, 428.839952742996, 676.766153846153, 1176.20240943747, 1440.2725, 1547.2035458038, 3069.03538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 480, '2021-05-23 00:00:00', 276.527318762263, 325.640384615385, 370.139960590793, 465.843076923076, 441.203665908824, 634.959230769231, 1171.70285806769, 1407.735, 1605.1765915598, 3084.70346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 495, '2021-05-23 00:00:00', 208.207427555754, 308.29423076923, 316.254689882951, 459.799807692307, 416.089840329447, 609.430769230769, 1168.70665646986, 1412.73019230769, 1612.75266267689, 3072.18923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 510, '2021-05-23 00:00:00', 222.602604475744, 319.140769230769, 323.248207408201, 439.801153846154, 354.468500944941, 599.106923076924, 1129.35342168101, 1422.14384615385, 1587.5166030296, 3049.48942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 525, '2021-05-23 00:00:00', 172.642327038057, 302.878653846154, 241.118634546118, 420.009230769231, 400.194781310734, 627.927884615386, 1075.94954085653, 1413.01576923077, 1571.33390389563, 3033.83326923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 540, '2021-05-23 00:00:00', 234.870476617351, 336.487307692308, 260.561846071213, 445.229038461539, 444.681741203578, 687.190384615385, 1102.46858751847, 1440.57480769231, 1583.15296418543, 3024.56634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 555, '2021-05-23 00:00:00', 212.728861573474, 312.302115384615, 389.593417207113, 514.026346153847, 509.166496293849, 697.938076923077, 1115.73639318234, 1445.95346153846, 1584.89370884691, 3034.7075 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 570, '2021-05-23 00:00:00', 265.86142133081, 358.080961538462, 305.012567969558, 498.140769230769, 559.254788832562, 692.038076923077, 1072.5622128805, 1407.14365384615, 1570.45746970218, 3013.31576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 585, '2021-05-23 00:00:00', 203.08822162387, 346.327884615384, 396.536582405516, 482.025384615384, 557.507063116659, 664.530192307692, 1075.40307378583, 1378.82, 1565.74920744219, 2998.43538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 600, '2021-05-23 00:00:00', 312.521982561966, 351.652307692307, 464.647772255543, 507.189038461537, 631.050965276213, 685.534038461538, 1004.68841555611, 1328.45557692308, 1551.45692604856, 3001.38403846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 615, '2021-05-23 00:00:00', 239.887137590544, 330.459230769231, 278.838371421718, 432.538653846154, 753.607957096139, 777.876153846154, 832.857244251749, 1261.76384615385, 1543.46514041211, 2975.58076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 630, '2021-05-23 00:00:00', 267.659596974117, 328.322115384616, 417.040363083259, 485.041153846154, 771.7623747748, 788.394038461539, 807.539429881935, 1284.02403846154, 1540.4625597265, 2983.62634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 645, '2021-05-23 00:00:00', 332.823856393289, 351.0925, 668.833950803964, 609.955961538462, 726.495049241987, 777.621346153846, 778.852620814452, 1252.77653846154, 1534.83692018545, 2934.20211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 660, '2021-05-23 00:00:00', 498.262963785536, 468.182884615385, 695.364752315259, 598.577307692307, 703.527489673399, 738.053076923077, 844.076791404874, 1293.42211538462, 1531.19340358096, 2932.29538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 675, '2021-05-23 00:00:00', 343.897311939133, 345.365192307693, 379.091012404065, 496.403461538461, 411.520559899923, 622.777115384615, 827.98400155345, 1284.52269230769, 1515.96960522808, 2925.97923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 690, '2021-05-23 00:00:00', 232.420467854804, 348.710384615384, 229.842369175134, 410.085961538461, 316.899613795915, 582.735, 860.381519158016, 1284.48057692308, 1539.49083444345, 2939.21923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 705, '2021-05-23 00:00:00', 137.172210654653, 280.85326923077, 266.934685595847, 433.076923076923, 456.084357464587, 635.931730769231, 882.334034805414, 1327.13, 1548.71772765363, 2937.82384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 720, '2021-05-23 00:00:00', 220.931788723004, 338.037115384616, 274.875349280429, 451.774038461539, 469.464922231191, 652.726538461538, 912.14234717279, 1373.12826923077, 1559.07694826558, 2964.05634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 735, '2021-05-23 00:00:00', 186.442100122366, 298.579038461539, 381.847037241555, 460.983076923077, 429.61544096606, 611.402307692307, 898.835226741554, 1383.13346153846, 1546.79548701431, 2978.87961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 750, '2021-05-23 00:00:00', 269.551281770564, 332.533076923076, 301.862722555494, 450.326153846154, 400.650040855963, 641.711730769231, 932.055025693743, 1388.97019230769, 1549.43088199362, 2975.08346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 765, '2021-05-23 00:00:00', 209.896982258239, 303.353653846154, 334.061391976259, 442.731346153847, 583.813409787652, 653.841730769231, 957.478275253223, 1383.46826923077, 1554.07554343197, 2981.26423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 780, '2021-05-23 00:00:00', 207.248124980383, 306.463269230769, 378.633580861345, 484.058269230769, 602.171894467308, 656.302115384616, 962.68895041539, 1422.57173076923, 1552.05791449448, 2978.17980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 795, '2021-05-23 00:00:00', 326.43746615028, 354.756153846153, 519.952004527378, 509.325961538461, 549.12797062311, 675.039423076923, 972.128551904611, 1413.70807692308, 1552.42615951738, 2973.55826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 810, '2021-05-23 00:00:00', 332.926334367102, 324.681346153846, 355.289089622046, 408.682692307692, 501.822363805545, 634.699230769231, 972.720413632107, 1414.37615384615, 1567.82173889528, 2971.03615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 825, '2021-05-23 00:00:00', 268.85866923091, 308.553846153847, 347.278586520801, 472.381730769231, 728.433863395061, 747.854423076923, 987.402152467798, 1442.30596153846, 1569.06828881773, 2964.14576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 840, '2021-05-23 00:00:00', 238.08908711891, 340.196346153846, 373.310106353129, 478.625769230768, 738.594128833859, 810.405384615384, 890.534000069535, 1389.27461538462, 1535.56754572339, 2964.56519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 855, '2021-05-23 00:00:00', 241.39821191964, 334.315, 620.054147089063, 585.752115384615, 738.818053416427, 842.469038461539, 910.119495856535, 1456.76807692308, 1531.92755427308, 2966.60134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 870, '2021-05-23 00:00:00', 627.83538237702, 459.6425, 740.581879714162, 658.904807692307, 754.845321472526, 828.765192307692, 896.698527343156, 1463.43076923077, 1861.32888321755, 3110.15826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 885, '2021-05-23 00:00:00', 335.898514745668, 414.862884615385, 374.279675476929, 557.238653846154, 486.225127119273, 754.643076923077, 876.294582556069, 1492.00134615385, 1875.5251341616, 3146.74826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 900, '2021-05-23 00:00:00', 248.838803526731, 378.118846153846, 285.330316898003, 496.881346153846, 489.615407889035, 741.327115384616, 873.74858519344, 1467.65346153846, 1812.57397522653, 3149.4075 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 915, '2021-05-23 00:00:00', 243.667942954846, 336.355384615385, 406.285883107762, 525.320576923077, 491.900693430947, 737.004615384616, 881.096675332596, 1458.27307692308, 1814.12149827636, 3165.75769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 930, '2021-05-23 00:00:00', 280.711000736455, 366.067307692308, 363.13384648067, 499.315384615385, 443.61748305984, 682.932884615385, 838.402843330309, 1413.07711538462, 1768.28727456412, 3145.64923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 945, '2021-05-23 00:00:00', 240.831681432043, 350.92923076923, 267.809748741456, 475.899807692308, 490.087372732698, 718.904038461538, 831.743214830154, 1368, 1839.22885899051, 3186.56846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 960, '2021-05-23 00:00:00', 190.858544022792, 317.6675, 274.858878071304, 459.018846153847, 622.104025354405, 772.681923076923, 831.636191683692, 1327.72307692308, 2226.07088837106, 3295.12134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 975, '2021-05-23 00:00:00', 234.878240401032, 333.258269230769, 471.976092379689, 566.74, 592.06840508353, 779.531923076923, 854.683400532101, 1352.15134615385, 2788.33132643879, 3444.95173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 990, '2021-05-23 00:00:00', 394.960503953925, 422.453461538462, 529.278183542927, 605.8225, 578.776672363489, 786.313076923077, 829.876596521064, 1321.75423076923, 2789.28854921976, 3432.0425 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1005, '2021-05-23 00:00:00', 300.618905954225, 379.976346153846, 497.36519040888, 534.302307692308, 618.455784956246, 747.464615384615, 764.580311397773, 1246.59865384615, 2782.48679359282, 3427.71730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1020, '2021-05-23 00:00:00', 334.088517448537, 369.925192307692, 399.23596363925, 509.420192307692, 502.113071825001, 664.596538461538, 656.470527384601, 1181.83115384615, 2774.63185761308, 3438.00923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1035, '2021-05-23 00:00:00', 252.979113656565, 373.172307692308, 323.456997046034, 495.309038461539, 449.216123176293, 680.506538461539, 629.234502824754, 1159.74365384615, 2776.18422466974, 3444.71865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1050, '2021-05-23 00:00:00', 207.889256429124, 311.239423076923, 260.710936888186, 408.173653846155, 431.509386767008, 674.909038461539, 630.091031215607, 1158.88711538462, 2775.5810070986, 3449.58269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1065, '2021-05-23 00:00:00', 206.902593851459, 301.027307692309, 346.086976499627, 501.910576923077, 440.8043653517, 725.751346153847, 781.533155768543, 1208.12653846154, 2778.26785885028, 3468.6525 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1080, '2021-05-23 00:00:00', 295.421451898547, 436.940384615384, 394.315771883447, 558.504038461539, 455.995902881223, 743.602307692308, 763.766254590948, 1216.01826923077, 2785.9924923837, 3510.48711538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1095, '2021-05-23 00:00:00', 251.532409947276, 333.83326923077, 328.619012374747, 527.673076923077, 411.74545022366, 706.083269230769, 689.163653580556, 1164.5275, 2785.04023633636, 3518.43769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1110, '2021-05-23 00:00:00', 268.451049627015, 365.200384615384, 336.084099056266, 496.982692307691, 368.058433585097, 641.078653846153, 650.855214008462, 1137.63, 2780.40802896391, 3537.66019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1125, '2021-05-23 00:00:00', 241.720921693084, 346.276923076922, 270.14180471097, 473.8725, 328.446624522393, 591.543076923077, 618.415874370121, 1088.76980769231, 2777.62186669934, 3537.97288461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1140, '2021-05-23 00:00:00', 220.792408309166, 369.450192307692, 260.35945293892, 477.904423076923, 312.282212378545, 587.960961538461, 620.633875882987, 1087.51846153846, 2783.48492689728, 3581.07211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1155, '2021-05-23 00:00:00', 235.6513902386, 346.919230769231, 300.834835870309, 429.703653846154, 358.915105955381, 570.150192307693, 663.403640768546, 1096.05519230769, 2780.29753636583, 3590.90673076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1170, '2021-05-23 00:00:00', 200.3322549904, 281.001538461539, 261.279475318392, 395.285576923077, 362.568700367043, 557.185384615384, 668.10864178069, 1098.59903846154, 2783.39152738114, 3585.20134615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1185, '2021-05-23 00:00:00', 195.733842478466, 308.46076923077, 267.531646460823, 439.785961538462, 333.290433788034, 562.936153846153, 670.887211390919, 1093.22326923077, 2784.46861486251, 3587.81211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1200, '2021-05-23 00:00:00', 222.896770896392, 319.850961538462, 251.186458683891, 399.823076923077, 317.095778428161, 542.919807692307, 644.745022302496, 1045.84961538462, 2787.94824673236, 3567.30096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1215, '2021-05-23 00:00:00', 208.178576849207, 275.125192307692, 282.697390755828, 386.643076923076, 317.191950075187, 530.4525, 655.640005987015, 996.049423076923, 2790.53647525624, 3549.84346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1230, '2021-05-23 00:00:00', 140.685201583043, 261.882692307692, 225.634178373892, 373.712692307692, 304.76854436466, 524.261923076923, 676.730415506909, 990.071923076923, 2772.16339607219, 3523.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1245, '2021-05-23 00:00:00', 196.569466316226, 277.985384615384, 230.527068696682, 370.953269230769, 446.013779292704, 572.624807692307, 650.043720524331, 966.393653846154, 2750.78762824169, 3515.07346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1260, '2021-05-23 00:00:00', 143.963587131768, 261.074615384615, 199.723070049218, 370.093269230768, 359.476334380839, 567.84173076923, 628.696275630677, 1013.03826923077, 2749.94800914591, 3524.63153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1275, '2021-05-23 00:00:00', 143.707530652872, 271.107115384615, 312.381705341213, 416.013269230769, 343.765443647935, 549.637692307692, 647.17996109892, 1034.115, 2750.50314056253, 3561.77211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1290, '2021-05-23 00:00:00', 277.603329753361, 324.778076923077, 284.220548214558, 448.764230769231, 334.856033696514, 569.535192307692, 662.517419007694, 1033.84115384615, 2757.45639115556, 3565.31442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1305, '2021-05-23 00:00:00', 186.428485952389, 317.6975, 264.262054345027, 413.079423076923, 424.981429510116, 594.542307692308, 662.352962083632, 1019.77980769231, 2763.08108967519, 3612.45557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1320, '2021-05-23 00:00:00', 245.469340506336, 308.976153846154, 298.984334483367, 432.942307692308, 497.854179106733, 603.294038461539, 672.286030667722, 1034.66519230769, 2763.33484254515, 3631.05596153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1335, '2021-05-23 00:00:00', 220.836652716698, 325.976346153846, 342.65132406057, 451.437307692308, 508.274420626261, 612.365192307693, 628.292588440994, 1092.09173076923, 2748.22182842563, 3628.90865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1350, '2021-05-23 00:00:00', 209.239758352433, 279.949230769231, 255.205711743186, 397.227115384616, 325.663528943365, 554.415384615385, 505.978942659178, 1091.2425, 2727.88618417739, 3616.57173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1365, '2021-05-23 00:00:00', 165.024903857313, 281.208653846154, 260.873316008718, 409.12076923077, 272.945360959916, 514.671538461539, 494.117033219241, 1073.49923076923, 2713.40397570098, 3594.27826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1380, '2021-05-23 00:00:00', 195.889953889049, 286.955576923077, 215.861834242771, 405.175576923077, 263.064067899599, 489.77326923077, 556.000873939408, 1106.79076923077, 2700.60735326351, 3615.69519230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1395, '2021-05-23 00:00:00', 152.790331383088, 286.516923076923, 190.51016716872, 368.845576923077, 268.301825303075, 476.464807692308, 549.775980388831, 1132.4125, 2688.57798136599, 3643.82096153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1410, '2021-05-23 00:00:00', 179.739156200996, 291.929615384615, 243.549548553188, 367.377692307692, 291.023887080399, 504.749230769231, 567.453467276292, 1145.34673076923, 2690.09839611628, 3656.99076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 2, 1425, '2021-05-23 00:00:00', 142.438441559316, 244.520384615385, 194.552049051543, 345.278076923077, 237.188044365323, 478.859615384616, 613.547851288403, 1154.01884615385, 2680.99444273019, 3661.87807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 0, '2021-05-23 00:00:00', 150.06605810942, 239.9825, 211.552955753763, 356.543076923077, 294.496185353642, 568.215384615385, 666.708421034292, 1191.41596153846, 2685.37029995505, 3704.40557692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 15, '2021-05-23 00:00:00', 140.554260874034, 240.949615384615, 174.9116282928, 354.760961538462, 285.526869362385, 583.76826923077, 759.557162273291, 1266.12557692308, 2689.09940411356, 3710.51826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 30, '2021-05-23 00:00:00', 126.657440144668, 254.395, 237.919442566985, 425.754230769231, 251.151260650522, 553.737884615385, 762.618214097885, 1287.31038461538, 2679.98754706208, 3717.38538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 45, '2021-05-23 00:00:00', 160.680263829948, 305.452692307693, 192.402988625137, 416.406730769231, 223.070952625203, 517.058653846155, 803.45478304653, 1284.45711538462, 2682.64997407813, 3718.83076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 60, '2021-05-23 00:00:00', 160.10684224088, 308.752115384616, 183.217062328141, 390.726923076925, 235.672112485513, 511.354230769231, 810.778454650292, 1261.35365384615, 2686.2884920377, 3702.29192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 75, '2021-05-23 00:00:00', 153.246248921467, 269.267500000001, 155.150053239288, 344.806923076924, 262.789364845469, 551.371730769231, 836.794598491746, 1245.62980769231, 2742.84041877128, 3781.61576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 90, '2021-05-23 00:00:00', 123.161632932719, 236.915576923077, 210.461872305522, 371.807884615384, 418.051790240801, 646.228461538462, 846.027514300897, 1252.55807692308, 2746.33278687696, 3796.31923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 105, '2021-05-23 00:00:00', 165.882945513255, 277.931923076923, 243.476030558136, 438.842884615385, 431.130678375434, 633.702307692308, 861.60021076155, 1264.43711538461, 2751.69415878672, 3832.53980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 120, '2021-05-23 00:00:00', 213.234478952163, 360.68, 417.247121937486, 533.631346153846, 468.456477278676, 712.967884615384, 942.893199352949, 1305.65096153846, 2754.90718966111, 3833.79769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 135, '2021-05-23 00:00:00', 258.394961131508, 329.636923076923, 283.863535633152, 420.221923076923, 449.1056177742, 675.287884615384, 974.444109440549, 1355.97576923077, 2752.97580735781, 3858.21423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 150, '2021-05-23 00:00:00', 196.850626146989, 279.697307692307, 327.414768522048, 457.777884615385, 448.386823277068, 631.9625, 976.979607025122, 1377.46019230769, 2761.8494249286, 3862.82269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 165, '2021-05-23 00:00:00', 235.189866046481, 353.034807692308, 316.222654182205, 493.425961538462, 510.447135109391, 698.834230769231, 920.969348066002, 1369.30365384615, 2795.27706439433, 3887.12980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 180, '2021-05-23 00:00:00', 219.936609036909, 355.640576923077, 261.472717510761, 458.432307692307, 469.572158024769, 675.219038461539, 827.931628567262, 1331.16403846154, 3246.46730947657, 4053.87403846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 195, '2021-05-23 00:00:00', 177.617312273087, 317.283653846153, 315.991360038469, 469.729807692308, 587.872559247456, 723.633076923077, 783.756804844388, 1280.96826923077, 3217.51004663265, 4076.49903846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 210, '2021-05-23 00:00:00', 241.438545552805, 319.309423076923, 342.942360562911, 437.002692307692, 514.612641243429, 671.421538461539, 776.221493028791, 1233.01461538462, 3157.98367410244, 4035.63846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 225, '2021-05-23 00:00:00', 185.810013869419, 282.346923076923, 363.903611661745, 475.412307692309, 478.404025076487, 604.21576923077, 760.459682335929, 1176.04230769231, 3144.70232924229, 4023.42173076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 240, '2021-05-23 00:00:00', 279.209312776207, 347.074807692309, 324.879376923427, 454.331923076924, 427.920941469916, 559.897500000001, 766.948797645981, 1169.20115384615, 3126.82852402689, 4005.02307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 255, '2021-05-23 00:00:00', 163.596652267445, 283.378653846155, 253.57217041672, 365.220384615385, 355.262867550863, 530.012692307693, 647.953034145609, 1137.2075, 3014.05279948858, 3970.80980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 270, '2021-05-23 00:00:00', 182.828318741507, 245.190384615385, 197.311013767312, 341.576730769231, 352.857121857254, 525.859230769232, 625.797058271014, 1116.53057692308, 2976.76092299489, 3961.42423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 285, '2021-05-23 00:00:00', 173.374456025212, 273.710961538461, 314.324414190976, 405.487500000001, 349.827833365159, 536.785192307692, 589.480633348087, 1136.42730769231, 2943.28631838001, 3952.73980769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 300, '2021-05-23 00:00:00', 267.505596533907, 309.330192307693, 275.094591350796, 397.067307692308, 336.27649212201, 548.666730769231, 595.056306909271, 1138.3875, 2936.89774579085, 3946.61423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 315, '2021-05-23 00:00:00', 128.780968080871, 240.190384615385, 205.716945857558, 341.265192307692, 327.411978175227, 581.778846153846, 611.897121392936, 1164.93980769231, 2912.16334043402, 3979.46461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 330, '2021-05-23 00:00:00', 160.447316772156, 242.615769230769, 238.796929245573, 374.591346153846, 406.72877528889, 649.04, 618.476881439706, 1227.79576923077, 2911.63545655739, 3992.50807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 345, '2021-05-23 00:00:00', 177.569593636822, 293.022115384616, 251.33158816071, 453.645769230769, 385.774695662008, 635.571346153846, 618.42815398843, 1243.96346153846, 2873.78115425934, 4021.03307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 360, '2021-05-23 00:00:00', 171.700476099089, 334.920576923076, 314.451354050927, 500.442692307692, 336.360823176368, 643.328269230769, 625.928888397599, 1276.63942307692, 2873.79630663076, 4017.78884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 375, '2021-05-23 00:00:00', 257.271380317779, 341.613846153847, 284.084510841675, 443.766923076923, 303.697080049285, 596.357692307693, 621.2321456524, 1288.37673076923, 2874.40939340789, 4010.09846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 390, '2021-05-23 00:00:00', 193.625250088531, 293.210384615385, 202.075579634109, 413.492692307692, 331.5257616583, 561.488653846154, 604.207967414462, 1274.43865384615, 2871.78978108973, 4008.33423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 405, '2021-05-23 00:00:00', 141.597141836783, 292.357115384615, 203.713196460971, 389.837884615385, 383.935554390468, 562.881346153846, 586.440480814452, 1270.76326923077, 2861.8385482417, 3997.98807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 420, '2021-05-23 00:00:00', 133.71217567841, 279.714423076923, 274.217322596583, 412.210961538462, 412.130056873995, 600.539807692308, 626.756787562645, 1312.78961538462, 2849.57003238251, 3984.23769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 435, '2021-05-23 00:00:00', 195.500492930029, 279.061730769231, 267.624383580722, 397.325192307692, 367.685685106388, 572.741923076923, 686.520292318051, 1345.84730769231, 2827.20530174599, 3961.83115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 450, '2021-05-23 00:00:00', 226.827584386162, 288.757692307692, 317.742408592001, 407.129615384615, 360.919134735033, 563.403269230768, 717.893410727982, 1366.82557692308, 2794.173622546, 3937.82538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 465, '2021-05-23 00:00:00', 210.089376320211, 296.378846153846, 311.283483301241, 436.843076923077, 344.941511679656, 585.440384615384, 737.777090699566, 1436.13865384615, 2792.25834073926, 3937.385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 480, '2021-05-23 00:00:00', 213.467996180656, 286.515769230769, 252.994001952312, 388.110384615384, 325.716251334714, 564.216538461538, 741.313811173421, 1426.72269230769, 2788.37894772213, 3918.055 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 495, '2021-05-23 00:00:00', 155.816671157164, 265.2925, 211.703552676577, 393.64173076923, 305.763965780608, 560.126730769231, 734.091964634516, 1433.46980769231, 2790.3721432487, 3891.53211538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 510, '2021-05-23 00:00:00', 171.856651159756, 278.435384615384, 250.138123964233, 409.732115384615, 321.493408521794, 630.434807692308, 712.558901709564, 1433.43846153846, 2791.29427920331, 3876.25634615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 525, '2021-05-23 00:00:00', 144.569491134753, 291.874807692308, 238.820946444515, 424.739423076924, 328.35287736197, 620.026730769231, 717.591403088807, 1442.09519230769, 2776.88374334804, 3862.14942307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 540, '2021-05-23 00:00:00', 207.721741548733, 321.019038461539, 274.694303044241, 485.955192307693, 395.0713582721, 659.075192307693, 714.126099902963, 1421.43115384615, 2767.00240263189, 3843.68442307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 555, '2021-05-23 00:00:00', 230.100985391281, 324.054038461539, 306.915599182477, 418.063461538461, 419.771190828271, 644.540769230769, 677.68207681138, 1396.86423076923, 2775.01030527051, 3827.27846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 570, '2021-05-23 00:00:00', 159.202107856286, 267.563269230769, 236.713582115927, 408.253076923077, 310.983418317539, 652.012307692307, 638.164210021485, 1361.42711538462, 2775.3413191997, 3823.94365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 585, '2021-05-23 00:00:00', 199.754448160832, 327.230961538461, 281.808813457744, 482.007307692307, 369.859463983333, 703.089038461539, 629.040131718649, 1352.19615384615, 2775.15332307037, 3818.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 600, '2021-05-23 00:00:00', 220.173332841336, 351.057692307692, 291.973830316771, 511.624615384615, 496.095748411573, 717.285961538462, 592.528491195053, 1311.32826923077, 2782.0460693355, 3789.66865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 615, '2021-05-23 00:00:00', 191.08103653565, 321.806538461538, 245.273227593307, 444.584038461539, 524.972125808746, 689.538076923077, 522.881257844566, 1273.34365384615, 2780.59360764101, 3801.95596153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 630, '2021-05-23 00:00:00', 193.227763191226, 317.776730769231, 388.616289154868, 481.4875, 485.553794356032, 695.436538461539, 884.582169878591, 1394.04634615385, 2770.99789667649, 3829.74653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 645, '2021-05-23 00:00:00', 342.244060950717, 316.205961538462, 444.249834856513, 498.715961538462, 478.126722884377, 731.983076923076, 918.169895218996, 1442.73730769231, 2779.06423377447, 3822.05769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 660, '2021-05-23 00:00:00', 237.887770194348, 353.750961538462, 280.499144020908, 492.387692307692, 355.918904365815, 688.564807692307, 896.253309004792, 1411.48403846154, 2779.48968730231, 3830.25826923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 675, '2021-05-23 00:00:00', 148.926158613538, 296.865769230769, 301.921033586343, 474.589615384615, 280.699775135971, 626.544230769231, 908.632366829147, 1387.31653846154, 2790.56935783488, 3826.12019230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 690, '2021-05-23 00:00:00', 235.66256447865, 353.479423076924, 221.92821972396, 433.535384615385, 307.055295771851, 631.188461538461, 910.015195422096, 1415.44865384615, 2791.81663531397, 3846.38461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 705, '2021-05-23 00:00:00', 134.95019357355, 289.636538461538, 220.060248221674, 452.454230769231, 321.264031747193, 615.157307692307, 1111.21752561393, 1478.41153846154, 2790.15935102802, 3849.98365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 720, '2021-05-23 00:00:00', 195.664519493581, 360.820576923077, 254.584315577374, 483.745, 307.972989014708, 592.775576923077, 1570.06488920256, 1587.32442307692, 2797.98571781886, 3835.48288461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 735, '2021-05-23 00:00:00', 158.465880310728, 307.759423076923, 252.198703784642, 412.289423076923, 297.984300087527, 610.405576923076, 2186.183835746, 1743.68634615385, 2797.19326187421, 3822.22230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 750, '2021-05-23 00:00:00', 200.044883647107, 298.96076923077, 222.11634136719, 402.282884615385, 309.53364398696, 621.635384615384, 2182.01981434728, 1734.90307692308, 2802.143039722, 3818.53230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 765, '2021-05-23 00:00:00', 177.333884278738, 312.945769230769, 227.283334789675, 476.806346153846, 336.731413576333, 633.931346153846, 2182.94995956995, 1773.63269230769, 2802.94635491362, 3798.87346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 780, '2021-05-23 00:00:00', 186.140044402161, 365.545961538461, 264.899758922343, 453.541346153846, 313.229549105703, 642.859807692308, 2162.37772888073, 1760.71576923077, 2773.3615285585, 3788.14288461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 795, '2021-05-23 00:00:00', 168.265490378586, 315.212115384616, 208.701105195555, 448.495384615385, 273.267107673976, 623.4375, 2063.34735690592, 1774.70057692308, 2774.27502641953, 3790.89365384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 810, '2021-05-23 00:00:00', 157.564129323221, 304.659230769231, 243.082513132808, 444.485192307693, 667.367083785344, 752.061923076923, 2014.50769896733, 1759.62057692308, 2782.49102245254, 3781.90480769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 825, '2021-05-23 00:00:00', 167.312425591719, 324.749230769231, 181.048807889347, 458.233076923077, 691.678733787699, 815.283076923077, 2017.87373132219, 1762.32307692308, 2783.86765730388, 3778.03115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 840, '2021-05-23 00:00:00', 166.854456789788, 344.426153846154, 665.472307493679, 586.084807692308, 698.531020692958, 793.067884615385, 2028.11555193114, 1789.84019230769, 2786.71680612457, 3780.06865384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986515 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 986515, 3, 855, '2021-05-23 00:00:00', 597.397180186779, 427.383653846154, 639.3097[...];
Date: 2021-05-23 16:19:54 Duration: 27s192ms Database: acaweb_fx User: pgperfstats
2 25s907ms 25s907ms 25s907ms 1 25s907ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #2
Day Hour Count Duration Avg duration May 23 16 1 25s907ms 25s907ms [ User: pgperfstats - Total duration: 25s907ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987990, 1, 1020, '2021-05-23 00:00:00', 0.0397643056018849, 0.0890000000000014, 0.0475649070703967, 0.120903846153848, 0.0738897125138844, 0.193019230769233, 0.112745226745286, 0.276115384615385, 0.226438554239673, 0.651673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1035, '2021-05-23 00:00:00', 0.0340539447618948, 0.0853653846153856, 0.0526201920880621, 0.120269230769232, 0.0865850071406045, 0.196288461538463, 0.110324709555301, 0.259692307692308, 0.227975721548116, 0.650019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1050, '2021-05-23 00:00:00', 0.0430171924485296, 0.084826923076922, 0.0584663117990566, 0.145519230769231, 0.0833777778916762, 0.180923076923078, 0.101163228725432, 0.252826923076922, 0.228051452527712, 0.647250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1065, '2021-05-23 00:00:00', 0.0458297392530229, 0.11475, 0.0741879007344516, 0.14823076923077, 0.0725248604591251, 0.170653846153847, 0.0940448849465814, 0.239903846153845, 0.226875249523065, 0.64167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1080, '2021-05-23 00:00:00', 0.041729144952438, 0.0916923076923072, 0.0395861523962428, 0.109288461538462, 0.0524157932746957, 0.145846153846153, 0.0747516297738481, 0.217884615384616, 0.234647074593705, 0.640019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1095, '2021-05-23 00:00:00', 0.0248596986181374, 0.0697692307692338, 0.0298000580794461, 0.0917884615384626, 0.058935482977967, 0.124365384615385, 0.07558806377078, 0.202846153846154, 0.243286147602743, 0.641480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1110, '2021-05-23 00:00:00', 0.0225875816800687, 0.0681730769230756, 0.0453388481751159, 0.0946346153846141, 0.0625923840292212, 0.117057692307691, 0.0757361843202092, 0.196019230769231, 0.25282146939019, 0.643846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1125, '2021-05-23 00:00:00', 0.0316344748652482, 0.0604999999999992, 0.0454332646687584, 0.0771923076923079, 0.0572738898760883, 0.103538461538461, 0.0724244115241215, 0.191653846153846, 0.261833324111703, 0.652019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1140, '2021-05-23 00:00:00', 0.0268026763875996, 0.0512884615384627, 0.0406371940279015, 0.074807692307692, 0.0411772528691016, 0.0948846153846153, 0.0770245415435899, 0.190000000000001, 0.263594586730922, 0.654615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1155, '2021-05-23 00:00:00', 0.0306972875273764, 0.0532115384615384, 0.0328195767094064, 0.0707692307692298, 0.040148206205739, 0.102461538461539, 0.078002073443841, 0.186288461538462, 0.263145356146631, 0.65446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1170, '2021-05-23 00:00:00', 0.0201519611567108, 0.0478076923076921, 0.026841042052453, 0.0661923076923078, 0.038791553402575, 0.0942307692307682, 0.0805033515785808, 0.180019230769232, 0.262792934719449, 0.651442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1185, '2021-05-23 00:00:00', 0.0265605911078789, 0.0482499999999997, 0.0328353233810554, 0.0724615384615385, 0.0423733951363915, 0.09426923076923, 0.0817578530690569, 0.176057692307693, 0.262699826505753, 0.654173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1200, '2021-05-23 00:00:00', 0.0225062128174577, 0.0479807692307704, 0.0238374947057399, 0.0626153846153835, 0.0449129756820395, 0.0901538461538448, 0.0839796793186396, 0.171442307692308, 0.263275941814781, 0.651807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1215, '2021-05-23 00:00:00', 0.0165950409645589, 0.0411538461538448, 0.0291307463793059, 0.0600961538461544, 0.0442183393905905, 0.0836923076923083, 0.0734265540942363, 0.180826923076922, 0.267488674814178, 0.649865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1230, '2021-05-23 00:00:00', 0.0200729055809468, 0.0431923076923084, 0.0372338400672541, 0.0628269230769219, 0.0518676718642293, 0.0893461538461536, 0.0694445019145071, 0.177326923076923, 0.267709766064207, 0.649826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1245, '2021-05-23 00:00:00', 0.0281027784008287, 0.0443846153846131, 0.0260165405966138, 0.0580961538461536, 0.0443205803905324, 0.082923076923075, 0.0628243491502596, 0.175326923076922, 0.267042396518719, 0.647807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1260, '2021-05-23 00:00:00', 0.0164645072808137, 0.0395000000000011, 0.0353259982710485, 0.0613846153846161, 0.0452277697200096, 0.0896346153846143, 0.0540483010478027, 0.174826923076923, 0.266327401894734, 0.646250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1275, '2021-05-23 00:00:00', 0.0272123840586209, 0.0420769230769245, 0.0317976595655443, 0.0553653846153844, 0.0440123802512975, 0.09301923076923, 0.0489573951355828, 0.173442307692308, 0.263848327642983, 0.644500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1290, '2021-05-23 00:00:00', 0.0190647883241909, 0.0378846153846148, 0.0237987152206553, 0.0623269230769228, 0.0391948780013211, 0.0959615384615375, 0.045685551494806, 0.174480769230769, 0.268828270176618, 0.649326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1305, '2021-05-23 00:00:00', 0.0210440289356892, 0.0481346153846146, 0.0289708673298911, 0.0698653846153826, 0.0448742859381769, 0.101692307692307, 0.0401755953476519, 0.171461538461537, 0.290440620172442, 0.658423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1320, '2021-05-23 00:00:00', 0.0254360737173362, 0.0504230769230761, 0.0333355492853167, 0.0686730769230747, 0.0458114236676989, 0.0959423076923072, 0.0395823192852554, 0.169999999999999, 0.299767053149349, 0.662884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1335, '2021-05-23 00:00:00', 0.0187496974334533, 0.0443653846153838, 0.0305178699226408, 0.0649038461538467, 0.0300320854062125, 0.0861153846153859, 0.0384005809250916, 0.171730769230768, 0.306660192796769, 0.664576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1350, '2021-05-23 00:00:00', 0.0208059995045786, 0.0444807692307685, 0.024103143746439, 0.0626923076923075, 0.0265262786975189, 0.079211538461539, 0.0499346226426254, 0.177557692307692, 0.306164817352702, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1365, '2021-05-23 00:00:00', 0.0176412540981021, 0.0484230769230769, 0.0186793592378965, 0.0614615384615401, 0.0173752255104324, 0.0710384615384635, 0.0576504219745698, 0.182365384615383, 0.305734639214111, 0.663019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1380, '2021-05-23 00:00:00', 0.0180958983877971, 0.044307692307694, 0.0183090561870762, 0.0518076923076932, 0.0198932149236854, 0.0690000000000021, 0.0626992945611153, 0.189807692307692, 0.305716958086294, 0.663038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1395, '2021-05-23 00:00:00', 0.0119543361942935, 0.0331153846153842, 0.0133742720865894, 0.0433653846153856, 0.033930607920372, 0.106615384615384, 0.0700763868931619, 0.202, 0.301131795832883, 0.662038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1410, '2021-05-23 00:00:00', 0.0149211775159182, 0.0296923076923085, 0.0192488561098696, 0.0564615384615391, 0.0325697122162004, 0.112615384615383, 0.0746936100654897, 0.210653846153846, 0.300763464434196, 0.662192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 1, 1425, '2021-05-23 00:00:00', 0.0186785870821274, 0.049019230769232, 0.0342998766537351, 0.102692307692306, 0.0348468296759028, 0.119192307692306, 0.0822284341612767, 0.229153846153846, 0.299980897468742, 0.663173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 0, '2021-05-23 00:00:00', 0.0370056128798769, 0.0913461538461533, 0.0318821447497831, 0.106365384615384, 0.0291991635812752, 0.123365384615384, 0.0895051201801424, 0.238557692307692, 0.299579538687139, 0.663000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 15, '2021-05-23 00:00:00', 0.0291832143534619, 0.0665799999999996, 0.0274347407496414, 0.081459999999999, 0.0280389312682671, 0.109160000000001, 0.090552484780928, 0.232740000000001, 0.297425690999727, 0.667800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 30, '2021-05-23 00:00:00', 0.0195554127204381, 0.0528199999999993, 0.0267416342058582, 0.0811399999999998, 0.0394443912362704, 0.10962, 0.104474067755273, 0.24768, 0.297044960121075, 0.666200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 45, '2021-05-23 00:00:00', 0.0280142546132925, 0.0655384615384607, 0.0269885802060498, 0.0807115384615402, 0.0383101111377205, 0.10573076923077, 0.112756047083278, 0.260615384615384, 0.296321390619138, 0.654057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 60, '2021-05-23 00:00:00', 0.0215593278045652, 0.0572307692307703, 0.0382947074069617, 0.0797692307692291, 0.0377229220256588, 0.100326923076923, 0.128577173772737, 0.278019230769231, 0.296029962101029, 0.652961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 75, '2021-05-23 00:00:00', 0.0377152540043876, 0.0515961538461532, 0.0350376994766413, 0.0710961538461534, 0.0352840561073224, 0.103769230769231, 0.129019837472919, 0.281538461538462, 0.295250892658062, 0.65048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 90, '2021-05-23 00:00:00', 0.0165422070892814, 0.0477692307692304, 0.0253634276378124, 0.0662884615384627, 0.033496842560733, 0.102461538461539, 0.130875279736677, 0.286173076923076, 0.304056879800218, 0.649615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 105, '2021-05-23 00:00:00', 0.0217255344273492, 0.0501730769230782, 0.0275274408545373, 0.0789999999999995, 0.0406162576392172, 0.107596153846153, 0.130160569475374, 0.291923076923077, 0.317256945732293, 0.652480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 120, '2021-05-23 00:00:00', 0.0217337030014181, 0.0625769230769234, 0.0274107011669086, 0.0789423076923075, 0.0414130228495637, 0.113461538461539, 0.130295086689347, 0.28898076923077, 0.332665359691176, 0.652692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 135, '2021-05-23 00:00:00', 0.0255723784279359, 0.0549423076923071, 0.029753713407547, 0.0807115384615369, 0.0401567697137883, 0.123884615384615, 0.128504164853188, 0.285403846153846, 0.333096098977225, 0.648865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 150, '2021-05-23 00:00:00', 0.0281382028839521, 0.0594615384615382, 0.0292278318362171, 0.0823846153846163, 0.0354341480235366, 0.124173076923079, 0.13021661391106, 0.282057692307693, 0.325887666464758, 0.644865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 165, '2021-05-23 00:00:00', 0.0202143608510217, 0.0564038461538466, 0.0337547090731861, 0.0900961538461539, 0.0547228155202343, 0.138942307692308, 0.126120638218396, 0.281653846153847, 0.321460726157236, 0.647961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 180, '2021-05-23 00:00:00', 0.0331221805766758, 0.0743269230769232, 0.0364302125249836, 0.101903846153848, 0.0541472387249672, 0.149288461538463, 0.129960816580054, 0.286076923076924, 0.323629141979613, 0.652307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 195, '2021-05-23 00:00:00', 0.0264813432148265, 0.0691923076923079, 0.0480999320325739, 0.106288461538461, 0.0487227991175188, 0.137634615384616, 0.12793049344799, 0.274634615384615, 0.320387796872187, 0.655596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 210, '2021-05-23 00:00:00', 0.0312323550184735, 0.0715000000000025, 0.0300044419788397, 0.0964423076923102, 0.0582680147118599, 0.144807692307693, 0.131332644310311, 0.26971153846154, 0.319832040055641, 0.657576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 225, '2021-05-23 00:00:00', 0.0195340334170501, 0.0694615384615405, 0.0405981479304755, 0.0980192307692331, 0.0639073036634985, 0.149711538461539, 0.123773386290617, 0.274134615384616, 0.31479202658263, 0.654 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 240, '2021-05-23 00:00:00', 0.0316539947655183, 0.0761538461538485, 0.0456133625832808, 0.114326923076924, 0.0745145029765765, 0.163134615384617, 0.112775258129407, 0.266673076923077, 0.309586366724276, 0.651461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 255, '2021-05-23 00:00:00', 0.0268547732471121, 0.0778269230769219, 0.0425549102291994, 0.105403846153846, 0.0729217283224851, 0.145038461538461, 0.112662839413072, 0.256153846153846, 0.302659179352209, 0.643173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 270, '2021-05-23 00:00:00', 0.0298006453208394, 0.0680384615384612, 0.053411105154697, 0.0978846153846149, 0.0593229751834422, 0.132346153846152, 0.109253311866718, 0.246884615384615, 0.306386423303342, 0.643096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 285, '2021-05-23 00:00:00', 0.0456577443089842, 0.0664807692307702, 0.0495383650859073, 0.0835192307692311, 0.0706539916668666, 0.134557692307693, 0.103587579074237, 0.241057692307693, 0.310334762796563, 0.63925 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 300, '2021-05-23 00:00:00', 0.0268850043990767, 0.0537884615384609, 0.0338054217317491, 0.0854423076923063, 0.067233316489326, 0.123673076923078, 0.098470831292238, 0.237230769230769, 0.310192932518803, 0.637653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 315, '2021-05-23 00:00:00', 0.0299660063815899, 0.0631923076923061, 0.0673533306811641, 0.0996346153846162, 0.0759625211231486, 0.12323076923077, 0.0952646112354744, 0.239384615384616, 0.31405191204885, 0.638711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 330, '2021-05-23 00:00:00', 0.0707023228864419, 0.0745384615384644, 0.0705679814080036, 0.0885000000000017, 0.078662922553231, 0.123153846153848, 0.0982405544490727, 0.245557692307694, 0.311749773918862, 0.638192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 345, '2021-05-23 00:00:00', 0.0215213042927601, 0.0539423076923078, 0.0358634858231156, 0.07801923076923, 0.0375810918087616, 0.113961538461539, 0.0845079786856729, 0.24496153846154, 0.303772909234208, 0.631403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 360, '2021-05-23 00:00:00', 0.0215224390954054, 0.0546538461538469, 0.0331910147711466, 0.0762115384615411, 0.0346949785770426, 0.11719230769231, 0.0859065682095274, 0.247461538461539, 0.303844037042283, 0.630673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 375, '2021-05-23 00:00:00', 0.0220307477438638, 0.0504230769230772, 0.0255538421016048, 0.0853269230769233, 0.0375214810270253, 0.11169230769231, 0.0922165365614229, 0.262980769230771, 0.299369409695675, 0.632788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 390, '2021-05-23 00:00:00', 0.0171530329231169, 0.056557692307694, 0.02850506702595, 0.0783269230769249, 0.041160889763876, 0.103173076923079, 0.0948070347925383, 0.256423076923078, 0.292768091472781, 0.635346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 405, '2021-05-23 00:00:00', 0.0164603953593044, 0.04973076923077, 0.0185036898607157, 0.0669423076923092, 0.0650032218136437, 0.113673076923078, 0.0904636369785354, 0.260480769230771, 0.288012224633713, 0.634692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 420, '2021-05-23 00:00:00', 0.016027284428555, 0.0509230769230763, 0.0284059649748739, 0.0706730769230771, 0.0590894790843638, 0.116057692307693, 0.0874578162052098, 0.261519230769232, 0.287649327106138, 0.636846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 435, '2021-05-23 00:00:00', 0.0203778159922849, 0.0483461538461535, 0.0538347792931163, 0.0862884615384598, 0.0552158840022849, 0.121576923076923, 0.0800589878680787, 0.270192307692308, 0.284458866162509, 0.635942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 450, '2021-05-23 00:00:00', 0.0470153820982687, 0.0663846153846143, 0.0471145453614428, 0.0860961538461545, 0.0469569893216519, 0.125173076923078, 0.0780450190595139, 0.27425, 0.284387098052039, 0.635692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 465, '2021-05-23 00:00:00', 0.0241059919139176, 0.056673076923077, 0.0354470569462939, 0.0810769230769232, 0.0443019013309634, 0.115461538461539, 0.0809712888336633, 0.279019230769232, 0.282272963908776, 0.635384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 480, '2021-05-23 00:00:00', 0.0339641043546749, 0.0650961538461531, 0.0420300441991734, 0.0947692307692313, 0.0454261911913579, 0.125826923076923, 0.0829202605843994, 0.28551923076923, 0.285181318840108, 0.634269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 495, '2021-05-23 00:00:00', 0.0280329476481915, 0.0601153846153842, 0.0299660898093441, 0.0820576923076911, 0.0508199726031476, 0.126480769230768, 0.101376967874288, 0.292980769230769, 0.289832777384051, 0.640673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 510, '2021-05-23 00:00:00', 0.0182763929280808, 0.0544423076923069, 0.0319854594368231, 0.0795192307692322, 0.0449477474407779, 0.136, 0.121694303324101, 0.299788461538461, 0.301587997108636, 0.642 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 525, '2021-05-23 00:00:00', 0.0259373208983609, 0.0537307692307722, 0.031262517492998, 0.0932499999999993, 0.058632155131673, 0.146519230769231, 0.124144859554658, 0.299884615384615, 0.302877713962885, 0.64148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 540, '2021-05-23 00:00:00', 0.0252194674499993, 0.0753076923076917, 0.0419442899753771, 0.111211538461538, 0.0529470018036924, 0.150249999999999, 0.131529541870316, 0.307403846153846, 0.303997588553187, 0.640576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 555, '2021-05-23 00:00:00', 0.0237538660820965, 0.0673846153846141, 0.04004389898791, 0.104576923076923, 0.0634880727744619, 0.161346153846155, 0.140604421913176, 0.308788461538462, 0.309165069800284, 0.640403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 570, '2021-05-23 00:00:00', 0.0360208326474485, 0.0870961538461549, 0.0416004068027457, 0.114423076923078, 0.0703226766139765, 0.169326923076923, 0.148365915897149, 0.31225, 0.307972124737586, 0.641980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 585, '2021-05-23 00:00:00', 0.0248039388931541, 0.0728461538461551, 0.0507024047373861, 0.126923076923078, 0.0704813777914746, 0.170269230769232, 0.148065527333729, 0.310903846153845, 0.301525286603856, 0.641961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 600, '2021-05-23 00:00:00', 0.0482603396653567, 0.103903846153848, 0.0637435366255968, 0.129038461538462, 0.0681917770815427, 0.171038461538462, 0.154607229406049, 0.311153846153847, 0.300247598466023, 0.646096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 615, '2021-05-23 00:00:00', 0.0303618434628318, 0.077692307692307, 0.0431337633236602, 0.110192307692307, 0.0548908147002906, 0.153307692307691, 0.153550789643036, 0.30175, 0.299904334105701, 0.638519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 630, '2021-05-23 00:00:00', 0.0369775815658849, 0.0831923076923081, 0.0377547144279833, 0.107461538461537, 0.0433516967993711, 0.15401923076923, 0.151475345797973, 0.299903846153846, 0.295503136128094, 0.639211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 645, '2021-05-23 00:00:00', 0.025223493322389, 0.0667692307692309, 0.0396078080880328, 0.103038461538463, 0.0470338217096541, 0.152596153846154, 0.152412643327757, 0.297576923076924, 0.295308129169934, 0.638134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 660, '2021-05-23 00:00:00', 0.0277403413544513, 0.0780576923076923, 0.0317052592094515, 0.10578846153846, 0.0579064630377186, 0.150961538461538, 0.151528302763746, 0.297442307692309, 0.289869153505242, 0.637384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 675, '2021-05-23 00:00:00', 0.0205023075624348, 0.0637307692307685, 0.0356918057822817, 0.0987500000000004, 0.0705737938941611, 0.140096153846154, 0.136102885291295, 0.288346153846154, 0.276292378580261, 0.635038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 690, '2021-05-23 00:00:00', 0.017640992471644, 0.0717307692307701, 0.0292185465336381, 0.0982115384615374, 0.086063116373973, 0.143999999999999, 0.120963624538695, 0.289538461538463, 0.272652343442369, 0.640903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 705, '2021-05-23 00:00:00', 0.0262986764802983, 0.0645961538461535, 0.0529497439523125, 0.0916538461538482, 0.0858783150742967, 0.14075, 0.118234950253883, 0.284788461538462, 0.272019123337933, 0.642711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 720, '2021-05-23 00:00:00', 0.03231934405275, 0.0640000000000022, 0.0661644135119836, 0.101519230769232, 0.0869867297571661, 0.135865384615387, 0.119479222525862, 0.288269230769231, 0.273907109464841, 0.64373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 735, '2021-05-23 00:00:00', 0.043023928941214, 0.0719615384615383, 0.0509874381211089, 0.0943269230769226, 0.0778840089245167, 0.130826923076924, 0.125651263423812, 0.295999999999999, 0.2749400326225, 0.638192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 750, '2021-05-23 00:00:00', 0.0218709941387083, 0.0580961538461536, 0.0402489178067615, 0.087153846153848, 0.0563511415487412, 0.127365384615383, 0.115435776350051, 0.285538461538461, 0.262292330308115, 0.627942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 765, '2021-05-23 00:00:00', 0.0305981208573336, 0.0632500000000008, 0.0381280030343139, 0.0917692307692301, 0.0539306820051305, 0.13603846153846, 0.115196175484058, 0.282173076923077, 0.261888112486112, 0.626788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 780, '2021-05-23 00:00:00', 0.0256484217538137, 0.0671923076923077, 0.0302932145232856, 0.0938269230769218, 0.0446357910891459, 0.131923076923076, 0.10520163789307, 0.288769230769232, 0.263004457405923, 0.621269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 795, '2021-05-23 00:00:00', 0.0200068834308441, 0.0551538461538455, 0.0284085645265921, 0.0824423076923073, 0.0515839122207683, 0.123, 0.10116915956038, 0.281826923076925, 0.262218241458991, 0.618615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 810, '2021-05-23 00:00:00', 0.0237650761865781, 0.0616730769230752, 0.0280757286363422, 0.0810576923076902, 0.0595082670404195, 0.123576923076923, 0.0931870905552568, 0.282923076923078, 0.262166371868059, 0.617442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 825, '2021-05-23 00:00:00', 0.0244356375937975, 0.0600961538461522, 0.0525439779174037, 0.0915192307692305, 0.0748566219258786, 0.137576923076923, 0.0922316731847653, 0.289807692307694, 0.262992021668982, 0.618788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 840, '2021-05-23 00:00:00', 0.0427606262097056, 0.0676346153846148, 0.0440089370294438, 0.0925576923076921, 0.0714743633436833, 0.140730769230768, 0.110000547201436, 0.306596153846156, 0.267970107402931, 0.620461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 855, '2021-05-23 00:00:00', 0.0250294595657549, 0.063076923076922, 0.0535837554316016, 0.106673076923075, 0.0626996779527983, 0.13751923076923, 0.114360287620376, 0.310653846153847, 0.266891288730073, 0.6205 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 870, '2021-05-23 00:00:00', 0.0504373335475287, 0.0827692307692308, 0.0574395233802823, 0.107326923076923, 0.0681330034113155, 0.139115384615386, 0.124318294959103, 0.317461538461539, 0.265326043982463, 0.62148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 885, '2021-05-23 00:00:00', 0.0261438623478147, 0.0661923076923067, 0.0322741442119755, 0.0900961538461539, 0.0482576777470536, 0.12678846153846, 0.135933756491338, 0.317384615384616, 0.263408411319467, 0.620134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 900, '2021-05-23 00:00:00', 0.0290273147225156, 0.0667500000000006, 0.0354142137913801, 0.0954423076923098, 0.0555214338376144, 0.135519230769232, 0.136918730808294, 0.320673076923078, 0.263138910375956, 0.621615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 915, '2021-05-23 00:00:00', 0.0234482408721854, 0.0700000000000019, 0.0376927099664558, 0.0979038461538474, 0.0745407916203246, 0.154980769230769, 0.132450275139826, 0.326346153846155, 0.262955848882541, 0.623538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 930, '2021-05-23 00:00:00', 0.025810433191606, 0.0705384615384617, 0.0427086191985407, 0.101115384615385, 0.0657399538976242, 0.150807692307691, 0.133535706835289, 0.32575, 0.263208446935999, 0.622942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 945, '2021-05-23 00:00:00', 0.0292595875148374, 0.0717884615384638, 0.0593320642330432, 0.109076923076923, 0.0682000338371234, 0.16823076923077, 0.138913592401343, 0.328115384615385, 0.261673883944235, 0.628692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 960, '2021-05-23 00:00:00', 0.0372991286761499, 0.0797499999999987, 0.0401270530267972, 0.105096153846152, 0.0855723175943109, 0.193807692307693, 0.140241814515007, 0.333057692307693, 0.261971423133251, 0.637557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 975, '2021-05-23 00:00:00', 0.0245968806652695, 0.0689423076923078, 0.0592917071643388, 0.131942307692309, 0.0876364013761057, 0.194173076923079, 0.141982057371293, 0.32273076923077, 0.259721700168587, 0.638807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 990, '2021-05-23 00:00:00', 0.0455846634128364, 0.106807692307693, 0.0828904675785132, 0.161519230769232, 0.0794981107661356, 0.19001923076923, 0.142304624499159, 0.314615384615385, 0.255594505327961, 0.645365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1005, '2021-05-23 00:00:00', 0.0401685343751291, 0.102634615384617, 0.0490280022028219, 0.132250000000001, 0.0600237036511414, 0.168750000000001, 0.132479532526583, 0.294442307692309, 0.246847300198694, 0.65851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1020, '2021-05-23 00:00:00', 0.0301682716671771, 0.0917692307692322, 0.0393016539092186, 0.1205, 0.0933208444025248, 0.192500000000001, 0.129040518383241, 0.286153846153848, 0.238507713953624, 0.657480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1035, '2021-05-23 00:00:00', 0.0360300515595604, 0.0877692307692317, 0.0478744351242033, 0.124307692307694, 0.089569946882956, 0.199846153846154, 0.128447602307173, 0.281557692307693, 0.237278476446168, 0.659846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1050, '2021-05-23 00:00:00', 0.0364977607321535, 0.0760576923076936, 0.0879981555750781, 0.149346153846154, 0.102353927811598, 0.189442307692308, 0.141222878948354, 0.276807692307694, 0.234275360666427, 0.655730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1065, '2021-05-23 00:00:00', 0.0565583191187507, 0.124211538461538, 0.0574864030746516, 0.151557692307692, 0.0838944941807614, 0.181884615384615, 0.133818644498381, 0.270519230769232, 0.230080388125541, 0.65525 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1080, '2021-05-23 00:00:00', 0.0445973826413771, 0.0904423076923088, 0.0466950376213718, 0.115942307692308, 0.0591306278830693, 0.148634615384615, 0.12449090173737, 0.24373076923077, 0.224761463299684, 0.660153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1095, '2021-05-23 00:00:00', 0.0428959250350808, 0.077096153846153, 0.0561215062301289, 0.10578846153846, 0.0596721459309091, 0.135250000000001, 0.126618441055731, 0.23398076923077, 0.220300797861608, 0.664307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1110, '2021-05-23 00:00:00', 0.034897724192934, 0.0703653846153839, 0.0430288320154674, 0.0910961538461537, 0.0416483446896094, 0.114269230769231, 0.114011922453478, 0.216461538461539, 0.21774857855228, 0.657711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1125, '2021-05-23 00:00:00', 0.0314070851878997, 0.0617500000000013, 0.0350015219449308, 0.0850576923076934, 0.0416659471732755, 0.110634615384617, 0.1103412904792, 0.212403846153848, 0.221827816976628, 0.660096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1140, '2021-05-23 00:00:00', 0.0284439597481394, 0.0576730769230763, 0.0296192504969317, 0.0764999999999991, 0.0397396720980627, 0.105807692307691, 0.111754173902434, 0.201153846153846, 0.222701625153825, 0.658923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1155, '2021-05-23 00:00:00', 0.0245190663644551, 0.0522307692307688, 0.0325624606894805, 0.0740769230769242, 0.0441560737175974, 0.102173076923078, 0.111809570252282, 0.196500000000001, 0.224212496220749, 0.656788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1170, '2021-05-23 00:00:00', 0.0203731440872529, 0.0497500000000014, 0.028983848287251, 0.0687115384615392, 0.0371593709063255, 0.0966730769230799, 0.10164641580574, 0.185423076923077, 0.222469876958311, 0.658115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1185, '2021-05-23 00:00:00', 0.0166061619703231, 0.0482307692307694, 0.0226629568985309, 0.0665192307692308, 0.0339673598983148, 0.0948076923076952, 0.0869638651748728, 0.178423076923077, 0.221583813800696, 0.657557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1200, '2021-05-23 00:00:00', 0.0150199994878627, 0.0489038461538446, 0.0229718556900885, 0.0676153846153855, 0.0358914870986689, 0.092826923076923, 0.0808841526743387, 0.178884615384615, 0.22325281977718, 0.657307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1215, '2021-05-23 00:00:00', 0.0202936898112156, 0.0450769230769252, 0.0273828694344021, 0.0633076923076945, 0.0366046917967944, 0.0877884615384615, 0.076521721400878, 0.183576923076922, 0.215479915180404, 0.663423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1230, '2021-05-23 00:00:00', 0.0173984084152732, 0.0417307692307723, 0.0280232870196319, 0.0632692307692323, 0.0454972695714979, 0.0946923076923095, 0.0733052758097148, 0.181288461538462, 0.215389904948785, 0.663134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1245, '2021-05-23 00:00:00', 0.0184876674070542, 0.0474230769230765, 0.0252640288522272, 0.0638653846153829, 0.057047645404115, 0.101923076923078, 0.0697245018185561, 0.175615384615385, 0.223614442391708, 0.666673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1260, '2021-05-23 00:00:00', 0.0165128854115612, 0.0443461538461557, 0.0299180483217842, 0.0669807692307726, 0.0608639497947283, 0.0985961538461573, 0.062260309618939, 0.172384615384618, 0.225209954179514, 0.663711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1275, '2021-05-23 00:00:00', 0.0267896722350513, 0.0495576923076939, 0.0402281808992334, 0.0750576923076927, 0.0585482838216575, 0.0998076923076928, 0.0542280795841464, 0.175769230769233, 0.224796233372497, 0.663057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1290, '2021-05-23 00:00:00', 0.0260403311452415, 0.0521730769230763, 0.0327058922002637, 0.0706538461538457, 0.0419292444298892, 0.0886923076923065, 0.0582526097137415, 0.183942307692308, 0.224453158553439, 0.665596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1305, '2021-05-23 00:00:00', 0.0246795150182984, 0.0515384615384617, 0.0329399220026165, 0.0705384615384611, 0.0338290043965463, 0.0858076923076926, 0.0615575028233452, 0.185115384615385, 0.224499553708654, 0.67151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1320, '2021-05-23 00:00:00', 0.0159976079942735, 0.0492884615384602, 0.0191682128696287, 0.0590961538461529, 0.0195926987971008, 0.0739230769230768, 0.0771422462328288, 0.192384615384615, 0.225045287749959, 0.671807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1335, '2021-05-23 00:00:00', 0.0157461228439066, 0.0370961538461539, 0.0200310912180202, 0.0502307692307697, 0.0219568895793566, 0.0727500000000003, 0.0755800568933377, 0.192250000000001, 0.225567885909866, 0.670634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1350, '2021-05-23 00:00:00', 0.0159676596233185, 0.0363846153846153, 0.0184415605046364, 0.0538653846153855, 0.0343668668700201, 0.0773076923076925, 0.0739255680761723, 0.19348076923077, 0.231574019567096, 0.671057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1365, '2021-05-23 00:00:00', 0.015775492190298, 0.0446153846153856, 0.0201226240833534, 0.0589999999999997, 0.0352368251429373, 0.0770769230769227, 0.0757314409861992, 0.203865384615385, 0.234385971127834, 0.67628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1380, '2021-05-23 00:00:00', 0.0149378842081276, 0.0410961538461517, 0.0282267535395895, 0.0555192307692297, 0.0273427602568156, 0.0875576923076923, 0.0816131046226873, 0.211173076923077, 0.232992272073891, 0.674673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1395, '2021-05-23 00:00:00', 0.0218521254027029, 0.0341538461538469, 0.0194241819944614, 0.0471730769230775, 0.0332933869617476, 0.109980769230772, 0.104905761739541, 0.223173076923078, 0.235529315503481, 0.673038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1410, '2021-05-23 00:00:00', 0.012746522904458, 0.0324230769230782, 0.0227486347857507, 0.0654038461538464, 0.0411871339133969, 0.114000000000002, 0.112007650837582, 0.234423076923079, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 2, 1425, '2021-05-23 00:00:00', 0.0215212953570674, 0.0546153846153858, 0.0381762511759105, 0.101115384615386, 0.0400192261486727, 0.11546153846154, 0.116367521241969, 0.242500000000001, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 0, '2021-05-23 00:00:00', 0.0424658822332251, 0.0851346153846169, 0.047886809650066, 0.0994423076923086, 0.0415035355305859, 0.11271153846154, 0.123690177459651, 0.258000000000001, 0.241659344628246, 0.677173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 15, '2021-05-23 00:00:00', 0.0389045627144178, 0.0682500000000001, 0.0374339418175571, 0.0824999999999993, 0.0366578987185786, 0.107807692307694, 0.122321354824716, 0.252423076923078, 0.242994168970875, 0.673115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 30, '2021-05-23 00:00:00', 0.0270210174607747, 0.0593461538461546, 0.0240107347787505, 0.073846153846155, 0.0556988744534802, 0.114269230769233, 0.125189015554019, 0.25448076923077, 0.245707355639559, 0.670269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 45, '2021-05-23 00:00:00', 0.02249267402101, 0.0529038461538462, 0.0318726552682101, 0.0793846153846167, 0.0662043718054456, 0.119326923076923, 0.12288315431899, 0.269019230769233, 0.24571757474479, 0.669557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 60, '2021-05-23 00:00:00', 0.0312314683514024, 0.0597307692307708, 0.0481739955386062, 0.085576923076925, 0.0706757275274781, 0.122961538461539, 0.117722489845334, 0.266269230769231, 0.24636936622759, 0.666730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 75, '2021-05-23 00:00:00', 0.0280821391361393, 0.0525576923076929, 0.0435281341380299, 0.0784615384615387, 0.0573320993456934, 0.117519230769231, 0.118937527234325, 0.261153846153846, 0.248339968591446, 0.664999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 90, '2021-05-23 00:00:00', 0.0264728888894611, 0.0554230769230781, 0.0385673436990416, 0.0820000000000007, 0.0455594624132543, 0.114730769230771, 0.109910139869596, 0.256326923076923, 0.244404032605534, 0.670365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 105, '2021-05-23 00:00:00', 0.0240324460165519, 0.0550384615384631, 0.0390345852565882, 0.0913269230769252, 0.0504771273411552, 0.125903846153847, 0.105336150562781, 0.257230769230769, 0.248559503013789, 0.676057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 120, '2021-05-23 00:00:00', 0.0289938720315956, 0.0687307692307695, 0.0358740799935641, 0.0880192307692313, 0.0555225283452216, 0.136365384615384, 0.105055181470722, 0.256634615384614, 0.255406029686067, 0.680999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 135, '2021-05-23 00:00:00', 0.0291517317073722, 0.0557115384615388, 0.0426466699935463, 0.0864615384615381, 0.0793919415596769, 0.140903846153847, 0.100518930478869, 0.249653846153846, 0.259885179528312, 0.681057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 150, '2021-05-23 00:00:00', 0.0308215771073538, 0.0630192307692294, 0.0434483070396913, 0.0943461538461529, 0.0819658559307579, 0.141192307692307, 0.106830210362774, 0.254076923076922, 0.264222916521987, 0.682019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 165, '2021-05-23 00:00:00', 0.0246734987073463, 0.0668076923076927, 0.0525751806024903, 0.104980769230769, 0.0702829555877816, 0.144076923076923, 0.106862299965173, 0.246134615384616, 0.253955599541459, 0.683057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 180, '2021-05-23 00:00:00', 0.0543057051826467, 0.0880192307692291, 0.066592180183102, 0.112038461538461, 0.0853384956872002, 0.160173076923075, 0.114796691522952, 0.250096153846154, 0.257463862288702, 0.687903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 195, '2021-05-23 00:00:00', 0.0340047960418269, 0.0721153846153857, 0.0395477121773366, 0.110192307692309, 0.0557031555521001, 0.143692307692307, 0.11229268076703, 0.243115384615385, 0.256446408406544, 0.688596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 210, '2021-05-23 00:00:00', 0.0287868626553578, 0.0762115384615389, 0.0433251614582654, 0.105480769230769, 0.0486954270479761, 0.134230769230768, 0.100546141340487, 0.237442307692308, 0.254079082934066, 0.687903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 225, '2021-05-23 00:00:00', 0.0341301412018977, 0.0700576923076918, 0.033526682829328, 0.09503846153846, 0.0679523843471408, 0.138057692307693, 0.105411050727068, 0.22701923076923, 0.253237721245352, 0.681788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 240, '2021-05-23 00:00:00', 0.0235722538983034, 0.0723653846153842, 0.0364666760418114, 0.0959615384615375, 0.064925448370834, 0.132076923076923, 0.107548903009104, 0.228557692307691, 0.250042018776538, 0.683865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 255, '2021-05-23 00:00:00', 0.033647979708469, 0.0664423076923079, 0.0654707568308189, 0.102500000000001, 0.0643984949656935, 0.122615384615385, 0.1146687419684, 0.230096153846154, 0.247364885419216, 0.680057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 270, '2021-05-23 00:00:00', 0.0503927535999446, 0.0755192307692301, 0.0479383097163581, 0.0948076923076919, 0.0473264765708948, 0.115846153846153, 0.115955623142914, 0.234442307692307, 0.245885870961433, 0.684192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 285, '2021-05-23 00:00:00', 0.0281496071840308, 0.0570961538461532, 0.031961828194558, 0.0770384615384621, 0.0364616183867996, 0.105480769230767, 0.10767831186527, 0.220673076923076, 0.241674794204622, 0.678884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 300, '2021-05-23 00:00:00', 0.0236618810618395, 0.0587307692307709, 0.0243376014872846, 0.0786730769230771, 0.0396956352958162, 0.110211538461538, 0.107818273033844, 0.216999999999999, 0.24061001961361, 0.685192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 315, '2021-05-23 00:00:00', 0.0167648097559683, 0.0516730769230755, 0.0309472069076464, 0.0790192307692293, 0.0419745939642262, 0.105057692307692, 0.0997219827628499, 0.218423076923076, 0.235022392550157, 0.678749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 330, '2021-05-23 00:00:00', 0.0190060820225024, 0.0551346153846147, 0.0323217954566026, 0.0749615384615373, 0.0595182874288343, 0.110057692307691, 0.089259207669832, 0.218384615384614, 0.229706445607967, 0.674134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 345, '2021-05-23 00:00:00', 0.0289698782557646, 0.0550769230769237, 0.0345108901429924, 0.078692307692309, 0.0619074619585861, 0.113576923076924, 0.0866315562509511, 0.221557692307693, 0.227265315130881, 0.675211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 360, '2021-05-23 00:00:00', 0.0221188485581538, 0.0562884615384619, 0.0499005472453395, 0.0792307692307699, 0.0616755312408899, 0.108634615384616, 0.0883437625676856, 0.225096153846154, 0.225189708912286, 0.672749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 375, '2021-05-23 00:00:00', 0.0414995134355167, 0.0489807692307697, 0.0441234457124387, 0.0670384615384614, 0.051670944818742, 0.0985576923076934, 0.084026847815721, 0.225365384615385, 0.223777489072035, 0.669269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 390, '2021-05-23 00:00:00', 0.0238348161633026, 0.047038461538461, 0.0393092277285541, 0.0666538461538463, 0.0404302485770225, 0.0992500000000006, 0.0764767963804407, 0.228903846153846, 0.221520424479412, 0.664461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 405, '2021-05-23 00:00:00', 0.0263233517271996, 0.0446730769230782, 0.0321690785597679, 0.0680192307692331, 0.0327494450921849, 0.0943846153846151, 0.0864651463796929, 0.244307692307692, 0.222351185324893, 0.662519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 420, '2021-05-23 00:00:00', 0.0223418889085062, 0.0525000000000004, 0.023025713051683, 0.0692115384615388, 0.0369023711975243, 0.0942499999999991, 0.0844487031371026, 0.258211538461538, 0.220000496502936, 0.662961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 435, '2021-05-23 00:00:00', 0.0209168316471162, 0.0510769230769232, 0.0254900885715315, 0.0702692307692296, 0.039849949329184, 0.111461538461538, 0.0869509078998924, 0.265096153846154, 0.218247417818896, 0.664153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 450, '2021-05-23 00:00:00', 0.0213319280386501, 0.0516346153846171, 0.0319827357275055, 0.0693461538461543, 0.0449646014617659, 0.115653846153847, 0.113273148423827, 0.283384615384616, 0.215601923960306, 0.663019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 465, '2021-05-23 00:00:00', 0.0216480679542972, 0.0463269230769224, 0.0311213752909479, 0.0840000000000004, 0.0404814724952614, 0.106019230769232, 0.112342984444272, 0.285115384615384, 0.22310865324735, 0.670365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 480, '2021-05-23 00:00:00', 0.0260170136641396, 0.0722500000000012, 0.0360380994974009, 0.0912307692307698, 0.0366474471773323, 0.106346153846154, 0.11359347895693, 0.283461538461538, 0.224869258596053, 0.67378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 495, '2021-05-23 00:00:00', 0.0225863556497817, 0.0597115384615405, 0.0281773845486055, 0.0722500000000017, 0.0522566631746986, 0.120673076923078, 0.119355211609973, 0.275057692307693, 0.222321897603107, 0.672884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 510, '2021-05-23 00:00:00', 0.0193505714485292, 0.0477692307692293, 0.0224230993534651, 0.0668461538461538, 0.0450825780779438, 0.121173076923077, 0.107440683098233, 0.263096153846153, 0.217264479025342, 0.663923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 525, '2021-05-23 00:00:00', 0.0162073582529193, 0.049461538461538, 0.0334413608482771, 0.0917307692307689, 0.0386776222322242, 0.122961538461539, 0.102484064427296, 0.256288461538461, 0.218169451609029, 0.660480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 540, '2021-05-23 00:00:00', 0.0280100600059787, 0.078211538461537, 0.0360888646793752, 0.0988846153846148, 0.048917638788227, 0.132346153846153, 0.10286848399777, 0.254749999999999, 0.220550343110488, 0.662423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 555, '2021-05-23 00:00:00', 0.0254642811676391, 0.0660192307692306, 0.0269792512868683, 0.0864999999999998, 0.0424264839276301, 0.127942307692308, 0.0984303990723289, 0.244711538461537, 0.224248582021071, 0.661942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 570, '2021-05-23 00:00:00', 0.0261881946392164, 0.0631923076923066, 0.0377600317796491, 0.0894999999999999, 0.0407109180215054, 0.130173076923076, 0.0926560492441692, 0.245211538461538, 0.222158471678352, 0.663942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 585, '2021-05-23 00:00:00', 0.0324937923065572, 0.0669423076923081, 0.0363775342759794, 0.102750000000001, 0.0538873326059546, 0.142230769230769, 0.0924238584748787, 0.247519230769231, 0.226343337738183, 0.66655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 600, '2021-05-23 00:00:00', 0.0331115364511201, 0.0829230769230766, 0.0353648673990693, 0.103576923076922, 0.0591518515218385, 0.154807692307693, 0.0921639008255634, 0.250730769230769, 0.234438222959941, 0.668403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 615, '2021-05-23 00:00:00', 0.0225269069883459, 0.0716923076923062, 0.041249564100262, 0.107442307692307, 0.0539196160965565, 0.153750000000001, 0.0799714973263302, 0.239903846153846, 0.241376357901609, 0.679384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 630, '2021-05-23 00:00:00', 0.0257766441690037, 0.0806538461538454, 0.0434191246412858, 0.113596153846154, 0.0678263620181354, 0.164653846153846, 0.0664086880321662, 0.232076923076924, 0.238116533364523, 0.679288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 645, '2021-05-23 00:00:00', 0.0351158303114371, 0.0776923076923086, 0.0379157416060723, 0.106788461538463, 0.0579947875641869, 0.153846153846153, 0.0651057630676048, 0.220096153846154, 0.238950076053876, 0.683326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 660, '2021-05-23 00:00:00', 0.0256696243717088, 0.0745192307692319, 0.0461926775748981, 0.10971153846154, 0.0487993734196838, 0.141673076923077, 0.0646126565358146, 0.216846153846153, 0.244126965705583, 0.688653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 675, '2021-05-23 00:00:00', 0.0286025281292524, 0.0722692307692321, 0.0300260463854045, 0.101211538461539, 0.0385393155901071, 0.122826923076923, 0.0791509001843921, 0.22075, 0.248202263207928, 0.685288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 690, '2021-05-23 00:00:00', 0.0262503406571291, 0.0695961538461511, 0.0324921588174047, 0.0904038461538444, 0.0380814966173283, 0.118403846153845, 0.0857776486038177, 0.222249999999999, 0.253157892354826, 0.689961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 705, '2021-05-23 00:00:00', 0.0217750121434226, 0.0648653846153861, 0.0304700925246635, 0.0859423076923076, 0.0359411270744913, 0.117269230769231, 0.0937975499926058, 0.233403846153846, 0.254532598033214, 0.697711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 720, '2021-05-23 00:00:00', 0.0179924022426552, 0.0590576923076901, 0.026065597722197, 0.0808461538461524, 0.0359281387473142, 0.113134615384614, 0.104367302571993, 0.240423076923076, 0.255955017832911, 0.700865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 735, '2021-05-23 00:00:00', 0.0190871281637228, 0.0585384615384623, 0.0256271565696651, 0.0868653846153829, 0.0368626974262406, 0.118461538461538, 0.115583755845639, 0.248730769230768, 0.257691363545916, 0.699326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 750, '2021-05-23 00:00:00', 0.0242284718080584, 0.0668269230769208, 0.0286005177467929, 0.0864807692307684, 0.0259784229994534, 0.115038461538461, 0.123971530540745, 0.257096153846154, 0.254146974436809, 0.698730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 765, '2021-05-23 00:00:00', 0.0180921572468888, 0.0538846153846158, 0.0239904468166308, 0.0796923076923089, 0.0338386044902298, 0.112634615384618, 0.130680697179743, 0.276230769230768, 0.252079274008425, 0.696403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 780, '2021-05-23 00:00:00', 0.0196599553955208, 0.0614230769230751, 0.0220865082381502, 0.0799230769230759, 0.0466035819026166, 0.121423076923076, 0.135355453699337, 0.279173076923074, 0.250384074972829, 0.701749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 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 987990, 3, 795, '2021-05-23 00:00:00', 0.0147322383280261, 0.0536730769230791, 0.0295311634614106, 0.079019230769232, 0.0450338718675687, 0.114980769230768, 0.136941078008585, 0.286326923076922, 0.250015347221232, 0.702423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987990 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime =[...];
Date: 2021-05-23 16:57:01 Duration: 25s907ms Database: acaweb_fx User: pgperfstats
3 24s475ms 24s475ms 24s475ms 1 24s475ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #3
Day Hour Count Duration Avg duration May 23 16 1 24s475ms 24s475ms [ User: pgperfstats - Total duration: 24s475ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987985, 1, 1020, '2021-05-23 00:00:00', 0.000332947674336594, 0.000898076923076922, 0.000447023876491886, 0.00125788461538462, 0.000679581885030456, 0.00194846153846153, 0.000851430831916758, 0.0025076923076923, 0.00181080933881468, 0.0052573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1035, '2021-05-23 00:00:00', 0.00021620476405482, 0.000822500000000008, 0.000427511988136006, 0.0012175, 0.000623502637092699, 0.00185653846153846, 0.000836991429971755, 0.00239557692307693, 0.00180515613004698, 0.00525057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1050, '2021-05-23 00:00:00', 0.000331813722069843, 0.00087211538461538, 0.000496207462815553, 0.00145538461538461, 0.000628020332840853, 0.00174653846153845, 0.000791391568937027, 0.00230615384615386, 0.00177092804874906, 0.00525307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1065, '2021-05-23 00:00:00', 0.000330382296042718, 0.00111769230769229, 0.000410456640640824, 0.00136057692307692, 0.000460756276304331, 0.00156211538461537, 0.00064863623205804, 0.00220519230769231, 0.00173903722258567, 0.00522269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1080, '2021-05-23 00:00:00', 0.000293332379077709, 0.000876730769230782, 0.000337658680645685, 0.00106423076923077, 0.000344933884411765, 0.00131076923076922, 0.000714758619825862, 0.00218326923076923, 0.00165232597128552, 0.00533865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1095, '2021-05-23 00:00:00', 0.000223084064872423, 0.000697499999999992, 0.000223014659745813, 0.00089846153846154, 0.000362227085594745, 0.00121730769230769, 0.000690073156656925, 0.00215519230769232, 0.001691174102851, 0.00541461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1110, '2021-05-23 00:00:00', 0.000185757492860577, 0.00061538461538462, 0.00033795630122616, 0.000977692307692299, 0.000410281001266221, 0.0012125, 0.00074217043968246, 0.0021198076923077, 0.0017541274074418, 0.00548019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1125, '2021-05-23 00:00:00', 0.000310886387855515, 0.000717884615384604, 0.000287833351892282, 0.000865961538461528, 0.000393556026702511, 0.00115288461538461, 0.000850334052005429, 0.00207000000000001, 0.0018205325087415, 0.00554615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1140, '2021-05-23 00:00:00', 0.000170181916240798, 0.000541730769230761, 0.00027756884107995, 0.000802307692307683, 0.000381427127831992, 0.00102442307692308, 0.000860662446115671, 0.00202461538461539, 0.00186422048052263, 0.005565 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1155, '2021-05-23 00:00:00', 0.000220449627946017, 0.000559038461538456, 0.000342314351707052, 0.000756346153846147, 0.000433758750743036, 0.00102057692307693, 0.000833524052534675, 0.00199211538461539, 0.00187150897570754, 0.00554461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1170, '2021-05-23 00:00:00', 0.000216173808276144, 0.000516346153846159, 0.000251250794105144, 0.000685192307692313, 0.000413164197197871, 0.000970576923076945, 0.000790917213405754, 0.00195903846153848, 0.00202267363046653, 0.00558615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1185, '2021-05-23 00:00:00', 0.000199759952096369, 0.000510961538461538, 0.000273804042786365, 0.000714423076923094, 0.000385463806541999, 0.000982884615384628, 0.000811089770237906, 0.00198884615384617, 0.00202350268479799, 0.00562365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1200, '2021-05-23 00:00:00', 0.000199848404085158, 0.000519230769230772, 0.000300493696337317, 0.000712692307692322, 0.000373719969207721, 0.00101384615384616, 0.000835735235954172, 0.00203576923076923, 0.00200732915740143, 0.00560711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1215, '2021-05-23 00:00:00', 0.00021059439688653, 0.000505000000000016, 0.000304065845601805, 0.000684038461538459, 0.000345640542493766, 0.000939230769230778, 0.000845273851846478, 0.00202673076923077, 0.00204965269102992, 0.00560307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1230, '2021-05-23 00:00:00', 0.000160793704430912, 0.000441153846153833, 0.00024056575944091, 0.000658269230769222, 0.000327594085134921, 0.000858269230769225, 0.000798452541819785, 0.00197769230769231, 0.00206768671373443, 0.00560211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1245, '2021-05-23 00:00:00', 0.00019649711291674, 0.000461346153846144, 0.00024985388037503, 0.000585192307692303, 0.000379097562031812, 0.000820192307692305, 0.000750421112545379, 0.00193461538461539, 0.00207077619226743, 0.00560096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1260, '2021-05-23 00:00:00', 0.000157709079783499, 0.000378076923076919, 0.000223922720185749, 0.000520769230769226, 0.000428649220046125, 0.000923076923076924, 0.000746172206356191, 0.00194519230769232, 0.00208546070357461, 0.00561711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1275, '2021-05-23 00:00:00', 0.000170983579958372, 0.000389230769230761, 0.000288582743766857, 0.000584999999999989, 0.000423114459873269, 0.000954615384615383, 0.000743257383724877, 0.00192346153846154, 0.00208662362534459, 0.00562807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1290, '2021-05-23 00:00:00', 0.000175146971251188, 0.000447692307692294, 0.000338948430386593, 0.000739038461538457, 0.000364855292705729, 0.000955769230769232, 0.000703281347574479, 0.00190557692307693, 0.00209476045996086, 0.00566076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1305, '2021-05-23 00:00:00', 0.000271549471339225, 0.000573653846153834, 0.000293121725830489, 0.00069788461538461, 0.000419525968757038, 0.000975961538461531, 0.000715379942085653, 0.00185269230769231, 0.00213662721272427, 0.00565461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1320, '2021-05-23 00:00:00', 0.000199762647621159, 0.000493653846153852, 0.000304256217937856, 0.000669615384615395, 0.000347373496619768, 0.000937115384615383, 0.000723210576845745, 0.00179346153846154, 0.00222282679521786, 0.00567480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1335, '2021-05-23 00:00:00', 0.000214756033317239, 0.000496923076923079, 0.000268839171252995, 0.000712499999999992, 0.00032796933487048, 0.000951730769230761, 0.000717985134836484, 0.00176942307692308, 0.00228929626405482, 0.00570076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1350, '2021-05-23 00:00:00', 0.000212429897939206, 0.000482692307692297, 0.000217901265573341, 0.000675192307692299, 0.000412920741137505, 0.000968461538461529, 0.000726970002555395, 0.00174423076923077, 0.00232178025197509, 0.00570346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1365, '2021-05-23 00:00:00', 0.000139942982894973, 0.000490961538461544, 0.000308687295096265, 0.000684615384615377, 0.000375245970613334, 0.000931538461538467, 0.000699063989587844, 0.0017776923076923, 0.00231669107531875, 0.00571153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1380, '2021-05-23 00:00:00', 0.000316092793094294, 0.000525576923076916, 0.000369484255936054, 0.000723846153846148, 0.000470839185350519, 0.00106346153846154, 0.000722249583965589, 0.00180730769230769, 0.00231958243092289, 0.00569942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1395, '2021-05-23 00:00:00', 0.000293129008091352, 0.000488846153846158, 0.000297189980678003, 0.000666730769230777, 0.000641786688741791, 0.00121807692307693, 0.000658239990136875, 0.00182326923076922, 0.00228224852856867, 0.00568211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1410, '2021-05-23 00:00:00', 0.000167884232090521, 0.000441346153846163, 0.000307078792194088, 0.000800769230769229, 0.000593775533863912, 0.00120576923076923, 0.00063647901651314, 0.00182153846153844, 0.00228396275902551, 0.00567826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 1, 1425, '2021-05-23 00:00:00', 0.000301360504788119, 0.000698076923076915, 0.000616561307700898, 0.00107461538461537, 0.00061029551479967, 0.00124115384615383, 0.000760559434788727, 0.00190057692307691, 0.00228167573371988, 0.00568692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 0, '2021-05-23 00:00:00', 0.000621146118075288, 0.000957499999999991, 0.000615639005112067, 0.00110423076923077, 0.000618713087477052, 0.00129326923076922, 0.000776785585701641, 0.0019103846153846, 0.00229591168417656, 0.00569230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 15, '2021-05-23 00:00:00', 0.000296133697283274, 0.000605800000000003, 0.000307742181054198, 0.000796399999999995, 0.0003490525270882, 0.0010622, 0.000488523029139867, 0.00174879999999999, 0.00232941918726536, 0.00568600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 30, '2021-05-23 00:00:00', 0.000283269600675149, 0.000623999999999998, 0.000349062673455638, 0.000924800000000006, 0.000375936829799892, 0.00106920000000001, 0.000522836972678863, 0.0017828, 0.00232838100046649, 0.00568320000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 45, '2021-05-23 00:00:00', 0.000343824865973282, 0.000773461538461537, 0.000332900135175705, 0.000842499999999998, 0.000390558771308686, 0.00100192307692308, 0.000532800583275264, 0.0018126923076923, 0.00231232461289167, 0.00560134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 60, '2021-05-23 00:00:00', 0.000210368998154687, 0.000553653846153844, 0.000332337409639883, 0.000711923076923086, 0.000322842900590266, 0.000906538461538461, 0.000543610189806591, 0.00184096153846154, 0.00232827969671898, 0.00555288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 75, '2021-05-23 00:00:00', 0.0002926086911796, 0.00046961538461537, 0.000299224189170277, 0.000606346153846134, 0.000296200360982472, 0.000850576923076906, 0.000523753648784795, 0.00180826923076921, 0.00233640431333805, 0.00553634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 90, '2021-05-23 00:00:00', 0.000132391610238494, 0.000381538461538463, 0.000240729100858217, 0.000587500000000001, 0.000296618182439723, 0.00082211538461539, 0.000549788910540996, 0.00191038461538462, 0.00234842566741736, 0.00552865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 105, '2021-05-23 00:00:00', 0.00020907203396108, 0.000476346153846166, 0.000285358344218952, 0.000685769230769236, 0.000398014930141305, 0.000903269230769226, 0.000655675488449774, 0.00205788461538462, 0.00243848705458624, 0.00554865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 120, '2021-05-23 00:00:00', 0.000245261320604404, 0.000516346153846146, 0.000248553120773324, 0.000610576923076922, 0.000391224950045954, 0.000884807692307694, 0.000671189644185268, 0.00209846153846154, 0.00254064774448141, 0.00558019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 135, '2021-05-23 00:00:00', 0.000196373662655196, 0.000403846153846156, 0.000285764090439326, 0.00065865384615384, 0.000371465496896565, 0.000918846153846131, 0.000741579084428321, 0.00211153846153846, 0.00252614065629463, 0.00555615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 150, '2021-05-23 00:00:00', 0.000220763448061499, 0.000522500000000007, 0.000249128712485367, 0.000658653846153853, 0.000292867060941659, 0.000918653846153844, 0.000805628851366345, 0.00212461538461539, 0.00246359050043757, 0.00552192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 165, '2021-05-23 00:00:00', 0.000175241372003143, 0.00043346153846153, 0.000273637604253376, 0.000683461538461537, 0.00029395244251671, 0.000995961538461534, 0.000839220265392924, 0.00213557692307693, 0.00245311732605367, 0.00552884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 180, '2021-05-23 00:00:00', 0.00027762571649892, 0.000584038461538449, 0.000282475934985884, 0.000750576923076917, 0.000262801475232962, 0.00106615384615384, 0.000851769131775834, 0.00215057692307693, 0.00244898016450805, 0.00552538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 195, '2021-05-23 00:00:00', 0.000194346340330859, 0.00052750000000001, 0.000258977055710761, 0.000798653846153856, 0.000244222471088588, 0.00102884615384616, 0.000893457674086819, 0.00209884615384616, 0.00241310578683605, 0.00550846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 210, '2021-05-23 00:00:00', 0.00021850092413113, 0.000575576923076923, 0.000242408825048791, 0.000789038461538468, 0.000297009518106996, 0.00108442307692308, 0.00096474253241274, 0.00211807692307693, 0.00238881103351567, 0.00553192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 225, '2021-05-23 00:00:00', 0.000163071598243964, 0.000552115384615385, 0.000185239969104522, 0.000764615384615389, 0.000286943575262827, 0.00105615384615383, 0.000942809304480707, 0.00208923076923077, 0.00236076187180848, 0.00556615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 240, '2021-05-23 00:00:00', 0.000210694456135312, 0.000606923076923082, 0.000293880993705847, 0.000849038461538456, 0.000345300092450257, 0.00113692307692307, 0.000947648851713463, 0.00210788461538462, 0.00238616173931146, 0.00559538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 255, '2021-05-23 00:00:00', 0.000198611816985176, 0.00053557692307693, 0.000259669686628688, 0.000742884615384619, 0.000349107212978831, 0.000999615384615383, 0.000962877997703519, 0.00204403846153847, 0.002357639595345, 0.00555230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 270, '2021-05-23 00:00:00', 0.000222216111027072, 0.000524999999999981, 0.000286042560039311, 0.000707115384615375, 0.000359698003672732, 0.00100942307692308, 0.00103816176299932, 0.00202461538461538, 0.00237660654165686, 0.00566942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 285, '2021-05-23 00:00:00', 0.000215524851324527, 0.000524807692307702, 0.000285008839269117, 0.000690961538461547, 0.000682490039375041, 0.00117057692307694, 0.00104249790628824, 0.00198826923076924, 0.00234284912019533, 0.00567 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 300, '2021-05-23 00:00:00', 0.000231460330543675, 0.000486730769230768, 0.000307532674936906, 0.00074711538461539, 0.000731898479719275, 0.00113576923076924, 0.00105638083167883, 0.0019623076923077, 0.00230033616272459, 0.0056576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 315, '2021-05-23 00:00:00', 0.000276932093870289, 0.000550769230769244, 0.000725873929507363, 0.000895192307692314, 0.000811311568719736, 0.00107769230769231, 0.00106122483661388, 0.00195807692307694, 0.00228051044387335, 0.00567173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 330, '2021-05-23 00:00:00', 0.000761624604684971, 0.000680961538461546, 0.000780847370095222, 0.000838846153846158, 0.000858376105481475, 0.00110153846153847, 0.0011858094930663, 0.00204807692307693, 0.00227113503476871, 0.00566788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 345, '2021-05-23 00:00:00', 0.000201711522877453, 0.000483461538461542, 0.000284151165078362, 0.000653269230769228, 0.000379906719320176, 0.000933653846153852, 0.000788403474409861, 0.00202903846153847, 0.00202315112177476, 0.00558730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 360, '2021-05-23 00:00:00', 0.000180748018395355, 0.00045038461538462, 0.000309001680353907, 0.000655961538461532, 0.000314261037992303, 0.000915000000000012, 0.000706929873575758, 0.00209538461538463, 0.00197198732247446, 0.00558499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 375, '2021-05-23 00:00:00', 0.000219782759875432, 0.000457307692307695, 0.000228026398606702, 0.000704038461538479, 0.000289500631060828, 0.000866153846153867, 0.000855167032717086, 0.00228442307692308, 0.00192978241101068, 0.00562692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 390, '2021-05-23 00:00:00', 0.000120750378244349, 0.0004644230769231, 0.000149438564685921, 0.000608269230769249, 0.000330992272742703, 0.000826730769230779, 0.000894013960482966, 0.00230980769230769, 0.00188788030300163, 0.00562096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 405, '2021-05-23 00:00:00', 0.000120849715953975, 0.000410576923076931, 0.000160973958715734, 0.00055384615384617, 0.000416471302917565, 0.000927884615384618, 0.000903837630074365, 0.00235269230769231, 0.0018463045940056, 0.00562557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 420, '2021-05-23 00:00:00', 0.000134962815391738, 0.000409807692307695, 0.00023389445351401, 0.000593846153846154, 0.000368429149853187, 0.000910961538461528, 0.000910659714374474, 0.00239134615384615, 0.00182261710608252, 0.00566634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 435, '2021-05-23 00:00:00', 0.000147682611861249, 0.000431923076923075, 0.000322442183249139, 0.000669807692307691, 0.000331311844734755, 0.000916538461538458, 0.000869921570293273, 0.00248653846153847, 0.00178590564183511, 0.00566480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 450, '2021-05-23 00:00:00', 0.000282205666955048, 0.000499038461538469, 0.000268203496219964, 0.000648653846153847, 0.000436408462514019, 0.000957884615384614, 0.000910409312004557, 0.00257634615384616, 0.00178034784846627, 0.00565730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 465, '2021-05-23 00:00:00', 0.000200221127756297, 0.000452499999999988, 0.000255783863086362, 0.000624230769230764, 0.000358709009987421, 0.00090807692307692, 0.000928270766201644, 0.00266115384615385, 0.00176335249977466, 0.00561096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 480, '2021-05-23 00:00:00', 0.000252042731419755, 0.000506538461538462, 0.000337227610877958, 0.000722307692307689, 0.000441195404118609, 0.000989230769230772, 0.000989966355294644, 0.00269423076923077, 0.00180222427742883, 0.00563211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 495, '2021-05-23 00:00:00', 0.000199297226813075, 0.000489230769230763, 0.000256331516115052, 0.000685384615384609, 0.000436141649537776, 0.00106153846153845, 0.000957218185079109, 0.00270057692307692, 0.00182130498438725, 0.00566538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 510, '2021-05-23 00:00:00', 0.000185174346121535, 0.000451538461538465, 0.000342467741321945, 0.000683076923076927, 0.000473778266865233, 0.00120538461538462, 0.000955571757962408, 0.00267576923076923, 0.00182743764494274, 0.00568211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 525, '2021-05-23 00:00:00', 0.000221102917212784, 0.000492499999999998, 0.000269638005196141, 0.000805576923076906, 0.000507405049852063, 0.00131826923076923, 0.000921609795621014, 0.00270384615384615, 0.00182691047526019, 0.00568326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 540, '2021-05-23 00:00:00', 0.000208976995421462, 0.000649230769230765, 0.000381591253326598, 0.000971730769230773, 0.000531678908306934, 0.00136269230769231, 0.000918647019346298, 0.00273788461538462, 0.0018242413386223, 0.0056873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 555, '2021-05-23 00:00:00', 0.000212640541760025, 0.000594999999999999, 0.000339332659563086, 0.000934423076923084, 0.000629731719434177, 0.00144596153846154, 0.00083521135049758, 0.00273, 0.0017534567617665, 0.00572384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 570, '2021-05-23 00:00:00', 0.000233331391933326, 0.000696538461538473, 0.000303848709823727, 0.000955961538461545, 0.00061844311348367, 0.00147173076923077, 0.000823373828548405, 0.0026773076923077, 0.00171432391921714, 0.0057175 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 585, '2021-05-23 00:00:00', 0.000206481513420967, 0.000636153846153846, 0.000543377365684708, 0.00111980769230768, 0.000646365578862653, 0.0014276923076923, 0.000867733763671432, 0.00262326923076924, 0.00170328786130283, 0.00568153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 600, '2021-05-23 00:00:00', 0.000530520825372445, 0.000872115384615376, 0.000588316241489215, 0.00112, 0.000635310463171652, 0.00139923076923078, 0.000845735546955804, 0.00258884615384617, 0.00171766904889694, 0.00568019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 615, '2021-05-23 00:00:00', 0.000293179716477537, 0.000692115384615388, 0.000332241860466373, 0.000894423076923086, 0.000379217666336282, 0.00126596153846156, 0.000835185400881843, 0.00244557692307693, 0.00171391361643912, 0.00566326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 630, '2021-05-23 00:00:00', 0.000249248794457387, 0.000674807692307694, 0.00024480392467945, 0.000864807692307704, 0.000311229633253946, 0.00132673076923078, 0.000863078568488764, 0.00241115384615386, 0.00174417615553548, 0.00565730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 645, '2021-05-23 00:00:00', 0.000175993881012527, 0.00061538461538462, 0.000257342408834247, 0.000938653846153859, 0.000315490826393523, 0.0014023076923077, 0.000933514863298925, 0.00240499999999999, 0.00175721615499762, 0.00572615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 660, '2021-05-23 00:00:00', 0.000200714588791767, 0.000717884615384621, 0.000272632748188133, 0.000976153846153853, 0.000433847766636401, 0.00135826923076925, 0.000934037987203123, 0.00241519230769231, 0.001778599492254, 0.00575692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 675, '2021-05-23 00:00:00', 0.000208465455540837, 0.00061538461538462, 0.000255813634086646, 0.000928846153846154, 0.000337359429415248, 0.00121923076923078, 0.000924949000673104, 0.00229057692307692, 0.00180133293595434, 0.00572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 690, '2021-05-23 00:00:00', 0.00020218318046152, 0.000629038461538449, 0.000285397698228002, 0.00089961538461539, 0.000350719480277551, 0.00117307692307692, 0.000972100758468683, 0.00230326923076922, 0.00182904329763278, 0.00576076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 705, '2021-05-23 00:00:00', 0.000222588271167966, 0.000583461538461539, 0.00024109047136836, 0.000761153846153841, 0.000428841058955585, 0.00112057692307692, 0.000981515488337379, 0.00227057692307692, 0.00184864873727979, 0.00582807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 720, '2021-05-23 00:00:00', 0.000141899205830705, 0.000499230769230765, 0.00032107080455635, 0.000752307692307689, 0.0005895240909803, 0.00113442307692308, 0.00102076662367067, 0.0023475, 0.0018571315350458, 0.00585846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 735, '2021-05-23 00:00:00', 0.000263787866403178, 0.000555961538461551, 0.000361360091023652, 0.000823653846153853, 0.000572997784933296, 0.00111769230769232, 0.000970176193355545, 0.00246461538461537, 0.00185596171421056, 0.00584173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 750, '2021-05-23 00:00:00', 0.00018037194477395, 0.000594038461538459, 0.000332839127230223, 0.000788269230769232, 0.000418490694685626, 0.00109769230769232, 0.000858006208512593, 0.00243057692307691, 0.00186273335141172, 0.00581153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 765, '2021-05-23 00:00:00', 0.00021365473585635, 0.000567115384615385, 0.000269040817606664, 0.000785192307692302, 0.000426099166861452, 0.00114250000000001, 0.000786955110634561, 0.00251711538461538, 0.00189802432707114, 0.00584211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 780, '2021-05-23 00:00:00', 0.000181467945887452, 0.000583846153846144, 0.000278418956582728, 0.000823653846153853, 0.000338806048442984, 0.00118346153846154, 0.000745170811600627, 0.00252846153846153, 0.00196255207672209, 0.00589557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 795, '2021-05-23 00:00:00', 0.000227967946464817, 0.000555769230769234, 0.000255784840472208, 0.000843269230769238, 0.000284095325280348, 0.00120192307692307, 0.000767408325770268, 0.00254846153846153, 0.00197933396917714, 0.0059098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 810, '2021-05-23 00:00:00', 0.00024708523910712, 0.000611346153846154, 0.000273743282320112, 0.000819230769230764, 0.00044570894262788, 0.0012573076923077, 0.000778988101024949, 0.00261230769230768, 0.00198218830123137, 0.00591269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 825, '2021-05-23 00:00:00', 0.000201579150326017, 0.000596923076923059, 0.000309687497574316, 0.00089211538461537, 0.00042834044691289, 0.00124846153846152, 0.000709646282420921, 0.0026503846153846, 0.00194372039181013, 0.00591019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 840, '2021-05-23 00:00:00', 0.000226589853123353, 0.000669807692307682, 0.00034527981963352, 0.000916923076923072, 0.000362809390515388, 0.00127442307692307, 0.000718113581116945, 0.00289634615384614, 0.00194937492940293, 0.00594615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 855, '2021-05-23 00:00:00', 0.000223928903552351, 0.000638076923076931, 0.00026393771118318, 0.000893653846153842, 0.000345913117148488, 0.00122826923076923, 0.000718603480048936, 0.00294980769230768, 0.00193006501484757, 0.0059598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 870, '2021-05-23 00:00:00', 0.000159872184524423, 0.000666346153846142, 0.000272052667412313, 0.000920576923076908, 0.000322067599211007, 0.00120846153846153, 0.000669236792634242, 0.00302826923076921, 0.00188046194201975, 0.00594365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 885, '2021-05-23 00:00:00', 0.000232731687703985, 0.00062596153846154, 0.000277614841101859, 0.000860000000000006, 0.000367113113987398, 0.00126903846153847, 0.000693859773020005, 0.00311076923076922, 0.00186455773267057, 0.00594153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 900, '2021-05-23 00:00:00', 0.000208276658957907, 0.000611999999999999, 0.000260648550095069, 0.0008928, 0.000422793586359436, 0.0014776, 0.000708408015670815, 0.00314239999999999, 0.00185056315752802, 0.00586940000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 915, '2021-05-23 00:00:00', 0.000289550314479851, 0.000689230769230771, 0.000320207925237035, 0.00102134615384615, 0.000567938681684775, 0.00165211538461537, 0.000702909229285957, 0.00310076923076922, 0.00181821493186631, 0.00587846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 930, '2021-05-23 00:00:00', 0.000292188098004308, 0.000786730769230769, 0.000369635007083403, 0.00120403846153846, 0.000532069869616618, 0.0015628846153846, 0.000817223559470634, 0.00315711538461537, 0.00185476099434777, 0.0059271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 945, '2021-05-23 00:00:00', 0.000305591293170379, 0.00084903846153846, 0.00046949830015256, 0.00119942307692306, 0.000560925231545709, 0.00157134615384614, 0.000793661064066629, 0.00316173076923075, 0.00200857615087062, 0.00605192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 960, '2021-05-23 00:00:00', 0.00029877911831059, 0.000809807692307686, 0.000422721994477907, 0.00102673076923077, 0.000551937844884163, 0.00158923076923077, 0.000809189932064069, 0.00312211538461538, 0.00205827855631464, 0.00598115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 975, '2021-05-23 00:00:00', 0.000417529040906145, 0.000772499999999988, 0.000534282588725655, 0.00117173076923076, 0.000576580770244192, 0.00173076923076921, 0.000816541863828562, 0.00311115384615384, 0.00205607695905054, 0.00604769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 990, '2021-05-23 00:00:00', 0.000261312147558309, 0.000845961538461538, 0.000435626162949558, 0.00128192307692308, 0.000565052754514675, 0.00172615384615384, 0.000839920234308008, 0.00311, 0.00207403450197547, 0.00609134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1005, '2021-05-23 00:00:00', 0.000374272473761276, 0.000928269230769244, 0.000368375644396595, 0.00127384615384615, 0.000568267576465126, 0.00170903846153845, 0.000872807847387707, 0.00304653846153846, 0.00218022670839527, 0.00609250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1020, '2021-05-23 00:00:00', 0.000285938199347602, 0.000895576923076923, 0.000395208221652252, 0.00122153846153847, 0.000596771828578231, 0.00198615384615384, 0.000873487549997146, 0.00293749999999999, 0.00222416622234388, 0.00613423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1035, '2021-05-23 00:00:00', 0.000240409346420119, 0.000819423076923095, 0.000370129914822026, 0.00117307692307692, 0.000569124192205742, 0.00189711538461537, 0.000866516900274631, 0.00278846153846153, 0.0024076084527054, 0.00629269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1050, '2021-05-23 00:00:00', 0.000333466870687568, 0.000851923076923064, 0.000679706073353647, 0.00154711538461537, 0.000592086044942268, 0.00194173076923076, 0.000922395731026224, 0.00276673076923076, 0.00243172579584005, 0.00629788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1065, '2021-05-23 00:00:00', 0.000613398759748938, 0.00131596153846154, 0.000530597631123477, 0.00156538461538461, 0.000612645116247197, 0.00192403846153844, 0.000897017558356591, 0.00268749999999999, 0.00248001660199159, 0.00630788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1080, '2021-05-23 00:00:00', 0.000266101556668769, 0.000889038461538461, 0.00037898792349341, 0.00120038461538461, 0.000559178380786001, 0.00157730769230768, 0.00090371685490876, 0.00241692307692307, 0.00255328220893453, 0.00624096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1095, '2021-05-23 00:00:00', 0.000295945161240269, 0.000743461538461533, 0.000443781867761434, 0.00105288461538461, 0.000396644240908826, 0.00137942307692307, 0.000934326680638965, 0.00230288461538462, 0.00246015678049498, 0.00623423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1110, '2021-05-23 00:00:00', 0.000320061111953025, 0.000721346153846144, 0.000418907048621301, 0.000933653846153831, 0.000559972423771571, 0.00129134615384615, 0.000911778418594869, 0.00219826923076923, 0.00249983560228698, 0.00622596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1125, '2021-05-23 00:00:00', 0.000294337652783577, 0.000659423076923084, 0.00041645486411632, 0.000929423076923085, 0.000587443090533363, 0.00127423076923077, 0.000892018713153131, 0.00215576923076924, 0.0025148371793143, 0.00622903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1140, '2021-05-23 00:00:00', 0.000236221213142381, 0.000592692307692313, 0.000470981789620207, 0.000875384615384633, 0.000503982600432261, 0.00118269230769233, 0.000836948417673488, 0.00202942307692308, 0.00250152492722708, 0.00622519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1155, '2021-05-23 00:00:00', 0.000441632809539264, 0.000631538461538474, 0.000450170395089898, 0.000815769230769237, 0.000473847955166415, 0.00118826923076925, 0.000844681004877002, 0.00192, 0.00248200080580164, 0.00620000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1170, '2021-05-23 00:00:00', 0.000176285716512023, 0.000574423076923082, 0.000308668355757682, 0.000843076923076938, 0.000409251897227891, 0.00113865384615387, 0.000729920991509465, 0.00183057692307693, 0.00247526021165142, 0.00617634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1185, '2021-05-23 00:00:00', 0.000211215256587663, 0.000596730769230776, 0.000248600157806766, 0.000814038461538474, 0.000459517305273874, 0.00104807692307694, 0.00067005226547005, 0.00172596153846155, 0.00250701582487104, 0.00618711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1200, '2021-05-23 00:00:00', 0.000238893362112772, 0.000579038461538467, 0.000327695038811312, 0.000749038461538475, 0.000499617238108715, 0.00104423076923078, 0.000606217401978484, 0.00177153846153847, 0.00250718616411675, 0.00620230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1215, '2021-05-23 00:00:00', 0.000211859532564533, 0.000482307692307696, 0.00033901826590227, 0.00069423076923077, 0.000427719579235667, 0.000964038461538453, 0.000517864401616423, 0.00179653846153847, 0.00243609410737763, 0.00628250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1230, '2021-05-23 00:00:00', 0.000204030634954659, 0.000497500000000005, 0.000302540334246779, 0.000739423076923083, 0.000373133302639242, 0.000957692307692313, 0.000463109099955442, 0.00176596153846154, 0.00242476641222328, 0.00631192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1245, '2021-05-23 00:00:00', 0.000178829097615145, 0.000515384615384614, 0.000181835195882273, 0.000679038461538444, 0.000331623802152154, 0.000997884615384602, 0.0004388765377468, 0.00170384615384615, 0.00242138155097139, 0.00636384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1260, '2021-05-23 00:00:00', 0.000150637108514277, 0.000471538461538455, 0.000230226727713896, 0.000637115384615391, 0.000347117415293437, 0.000997500000000002, 0.00040015117335635, 0.0016548076923077, 0.00241394704708987, 0.0063671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1275, '2021-05-23 00:00:00', 0.000202934339513676, 0.000467884615384615, 0.00028031939201286, 0.000694807692307688, 0.000385243229861135, 0.000972884615384609, 0.000440085350113609, 0.00168634615384615, 0.00242083459861391, 0.00641307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1290, '2021-05-23 00:00:00', 0.000253151900280029, 0.00049326923076923, 0.000308218516390807, 0.000745576923076927, 0.000340916412042593, 0.000899999999999999, 0.000446460955308963, 0.00170076923076923, 0.00242923267403833, 0.00643923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1305, '2021-05-23 00:00:00', 0.000200035093075045, 0.000565961538461535, 0.000218544133898704, 0.000698461538461532, 0.000238431412489071, 0.000876538461538461, 0.000502873779850916, 0.00175096153846154, 0.00241447720093734, 0.00646192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1320, '2021-05-23 00:00:00', 0.000169700188114668, 0.000483076923076928, 0.00022232097378479, 0.000636153846153842, 0.000210295853867468, 0.000832115384615396, 0.000677568531873075, 0.00182134615384616, 0.00237512597236766, 0.00652076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1335, '2021-05-23 00:00:00', 0.000191027182922719, 0.000454230769230756, 0.000200788062777263, 0.000575384615384614, 0.000180625409235621, 0.000803461538461529, 0.000657653404157552, 0.00181, 0.00237464501800553, 0.00651980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1350, '2021-05-23 00:00:00', 0.000139012036003529, 0.000382884615384621, 0.000161958802928877, 0.000585576923076933, 0.00027488431133004, 0.000779230769230776, 0.000633479767147008, 0.00182115384615384, 0.0023615856146633, 0.00652884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1365, '2021-05-23 00:00:00', 0.000172390991197792, 0.000505576923076934, 0.000160020671741553, 0.000646153846153839, 0.000293671781730249, 0.00082634615384617, 0.000674701871484459, 0.00187884615384616, 0.00236089090908822, 0.00656673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1380, '2021-05-23 00:00:00', 0.000153035440842458, 0.00045461538461537, 0.000310267378488053, 0.000585384615384624, 0.000360826881567247, 0.000949038461538466, 0.000623787932406039, 0.00191076923076924, 0.00235762807793048, 0.0065969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1395, '2021-05-23 00:00:00', 0.000251996031714789, 0.000445000000000016, 0.000263229645279261, 0.000615384615384625, 0.000365625701840219, 0.00117192307692309, 0.000692856434235504, 0.00198403846153847, 0.0023578027662668, 0.00660326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1410, '2021-05-23 00:00:00', 0.00012040508550466, 0.000394230769230756, 0.000304373063096034, 0.000774807692307683, 0.000414845893537125, 0.00117634615384615, 0.000683014725598655, 0.00196134615384616, 0.00235198770274127, 0.00662307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 2, 1425, '2021-05-23 00:00:00', 0.000292789238978386, 0.000691538461538449, 0.000401117141915505, 0.00103980769230769, 0.000400940289051401, 0.00118365384615385, 0.000675269291012557, 0.00208884615384616, 0.00233985210742375, 0.00664326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 0, '2021-05-23 00:00:00', 0.000347198956485486, 0.000826346153846166, 0.000378949205039408, 0.000962499999999994, 0.00035374501899185, 0.00115346153846154, 0.000638114319393789, 0.00212326923076922, 0.00233125972054068, 0.00665826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 15, '2021-05-23 00:00:00', 0.00037719552163097, 0.000652692307692301, 0.000360150823106963, 0.000833846153846147, 0.000365093665537195, 0.00107923076923076, 0.000663626053181713, 0.00211346153846152, 0.00232106577807563, 0.00665288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 30, '2021-05-23 00:00:00', 0.000331635109953475, 0.000620384615384602, 0.000299620336682693, 0.000802884615384619, 0.000356515616229341, 0.00110423076923076, 0.000656821864388246, 0.00213980769230768, 0.00229278768851705, 0.00661576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 45, '2021-05-23 00:00:00', 0.000288991948250898, 0.000627884615384608, 0.000295927550904977, 0.000871346153846145, 0.000474504599961502, 0.00115615384615385, 0.000895333736659137, 0.00227749999999999, 0.00229616328821664, 0.00661038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 60, '2021-05-23 00:00:00', 0.000316348639223336, 0.000607307692307683, 0.000390373046437122, 0.000788653846153842, 0.000619966252183264, 0.00111307692307691, 0.00080655432837186, 0.00222173076923076, 0.00224382972753144, 0.00654038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 75, '2021-05-23 00:00:00', 0.000259536050556482, 0.000459807692307698, 0.00033650700072726, 0.000665192307692331, 0.00052217330603781, 0.0010198076923077, 0.000816761263490409, 0.0021598076923077, 0.00225925975793979, 0.00649557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 90, '2021-05-23 00:00:00', 0.000242130924533365, 0.000455769230769245, 0.000382154469372714, 0.000694038461538456, 0.000365014857442607, 0.000990384615384613, 0.000819671510188912, 0.00213423076923078, 0.00227021894064461, 0.00650903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 105, '2021-05-23 00:00:00', 0.000259240310255841, 0.000473461538461544, 0.000297015215875458, 0.000729038461538464, 0.000390148098113453, 0.00105346153846155, 0.000842347110071694, 0.00216057692307694, 0.00223847534822597, 0.00649173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 120, '2021-05-23 00:00:00', 0.000199710656084864, 0.000567115384615381, 0.000288580078207885, 0.000767307692307685, 0.000457204717655188, 0.00112307692307693, 0.000859521893040174, 0.00216826923076925, 0.0021991734548724, 0.00650326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 135, '2021-05-23 00:00:00', 0.000232640362924293, 0.000476538461538449, 0.000342353393664873, 0.000735384615384634, 0.000544046979023522, 0.00111365384615386, 0.000828014794553821, 0.00217250000000001, 0.00219814274751699, 0.00650346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 150, '2021-05-23 00:00:00', 0.000211249032769767, 0.000491923076923088, 0.000272779144251276, 0.000742692307692318, 0.000494074893108323, 0.00101, 0.000915627926616476, 0.00224250000000001, 0.00221564652832115, 0.00654846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 165, '2021-05-23 00:00:00', 0.000244889064366192, 0.000535576923076926, 0.000440638871849284, 0.00082615384615384, 0.000442766130314682, 0.00117538461538461, 0.000981437035089945, 0.00224057692307693, 0.00222802016286968, 0.00660461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 180, '2021-05-23 00:00:00', 0.00043478717163157, 0.000678269230769233, 0.000408989185488016, 0.000803076923076919, 0.000416024823593668, 0.00121942307692308, 0.00106976757001049, 0.00231442307692308, 0.00222703705367951, 0.00662096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 195, '2021-05-23 00:00:00', 0.000192995815020389, 0.000515769230769236, 0.000313942424902793, 0.000864615384615404, 0.000330439334592833, 0.00113307692307692, 0.00101122106310221, 0.00224403846153847, 0.00224537748239834, 0.00657903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 210, '2021-05-23 00:00:00', 0.000236669925943604, 0.000615576923076925, 0.000228514685607854, 0.000824807692307686, 0.000277801810926133, 0.00110538461538461, 0.000948745507742484, 0.00224403846153846, 0.00222948580653441, 0.00655980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 225, '2021-05-23 00:00:00', 0.000122018441229182, 0.000522500000000003, 0.000196311369630377, 0.000743076923076902, 0.000641454237230956, 0.00112653846153846, 0.000970448845400149, 0.0021098076923077, 0.00220009087224911, 0.0065046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 240, '2021-05-23 00:00:00', 0.000186436625652306, 0.000568846153846123, 0.000246631225797675, 0.000749807692307681, 0.000656724418259646, 0.0011201923076923, 0.000935401847007277, 0.00213615384615385, 0.00217608937351811, 0.00649019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 255, '2021-05-23 00:00:00', 0.000256982564508837, 0.000519038461538467, 0.000648713994109772, 0.000884615384615385, 0.000616613206275902, 0.00109461538461539, 0.000923779277666561, 0.00217192307692308, 0.00218240112120712, 0.00646057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 270, '2021-05-23 00:00:00', 0.000560303386225184, 0.000653269230769223, 0.000538612212435466, 0.00083634615384615, 0.000515510538577663, 0.00106865384615385, 0.000928796988665369, 0.00216538461538462, 0.00223644150725758, 0.00643615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 285, '2021-05-23 00:00:00', 0.000194665492181217, 0.000505576923076939, 0.000205879725904382, 0.000687692307692321, 0.000330346263557134, 0.000970576923076936, 0.000830210538635553, 0.00205153846153847, 0.00217186244960401, 0.00634250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 300, '2021-05-23 00:00:00', 0.000139333578701785, 0.00048538461538461, 0.000215240920473211, 0.000690576923076925, 0.000417815794892364, 0.000910961538461532, 0.000854011101531161, 0.00200519230769231, 0.00218491200315673, 0.0063123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 315, '2021-05-23 00:00:00', 0.000178224253723747, 0.000458269230769248, 0.000279878338953528, 0.00064173076923078, 0.000437982261671028, 0.000912692307692309, 0.000873616114425907, 0.00202365384615384, 0.00215899709623205, 0.00624269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 330, '2021-05-23 00:00:00', 0.000181106428548348, 0.000423461538461546, 0.000303857064068979, 0.000596346153846153, 0.000615847508597835, 0.000941923076923069, 0.000843421602758674, 0.00207, 0.00211443984216949, 0.00619038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 345, '2021-05-23 00:00:00', 0.000197954151645892, 0.000449615384615388, 0.000293325560794455, 0.000696730769230769, 0.000600081693156476, 0.000964038461538457, 0.000765407005857265, 0.00207826923076924, 0.0020288631905956, 0.00618038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 360, '2021-05-23 00:00:00', 0.000222711610695214, 0.000492692307692316, 0.000524326857834076, 0.000700576923076918, 0.000617365650286656, 0.000962884615384599, 0.0007302536966962, 0.0020773076923077, 0.00197370632411362, 0.00619057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 375, '2021-05-23 00:00:00', 0.000404244214077806, 0.000410769230769215, 0.000393852178439496, 0.000578461538461528, 0.0004423093244117, 0.000841538461538441, 0.000690048270329397, 0.00202384615384615, 0.00195384953361304, 0.006065 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 390, '2021-05-23 00:00:00', 0.000155514159632352, 0.000414423076923076, 0.000306516971546696, 0.000615576923076916, 0.0003849967032826, 0.0008526923076923, 0.000742369620772661, 0.00205942307692308, 0.00194505603043676, 0.0060148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 405, '2021-05-23 00:00:00', 0.000201800358313317, 0.000385769230769234, 0.00018709448456288, 0.000512884615384615, 0.000294356926196759, 0.000775000000000009, 0.000856624255659745, 0.00209365384615386, 0.00194605471699497, 0.00596480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 420, '2021-05-23 00:00:00', 0.000127106254763486, 0.00038, 0.000261621644011689, 0.000581730769230776, 0.000299511204362153, 0.0008348076923077, 0.000878201505700943, 0.00218673076923078, 0.00194428817308544, 0.00595750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 435, '2021-05-23 00:00:00', 0.000242330035599881, 0.000460384615384621, 0.000227798493950583, 0.000603076923076937, 0.000305902007939706, 0.000919038461538474, 0.000781306819472255, 0.0022471153846154, 0.00195501914214509, 0.0059546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 450, '2021-05-23 00:00:00', 0.000170708478451973, 0.000440769230769236, 0.000282757846929144, 0.000635000000000005, 0.000401211434763043, 0.000951153846153864, 0.000891846485582673, 0.00233307692307694, 0.00195686263815713, 0.00595576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 465, '2021-05-23 00:00:00', 0.000225366709711427, 0.00041192307692309, 0.000280248790568985, 0.000664230769230778, 0.000367180525711167, 0.000886538461538479, 0.000819806754903002, 0.00242865384615387, 0.00212004052936582, 0.00604038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 480, '2021-05-23 00:00:00', 0.000224763123172949, 0.000577692307692313, 0.000334092801478851, 0.000740000000000023, 0.000337193393493071, 0.000945769230769244, 0.00081080833360673, 0.00246692307692309, 0.00214725184829351, 0.00604750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 495, '2021-05-23 00:00:00', 0.000235287058717642, 0.00051000000000001, 0.000235292698242324, 0.000639423076923081, 0.000335069223617129, 0.00101423076923077, 0.000792537720529144, 0.00248403846153848, 0.00215663221250168, 0.00601750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 510, '2021-05-23 00:00:00', 0.000160036053630243, 0.000423461538461537, 0.000187694207115236, 0.000603653846153851, 0.000330161557190043, 0.00104557692307692, 0.000726027441736081, 0.0024496153846154, 0.00215433560166825, 0.00596826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 525, '2021-05-23 00:00:00', 0.000144473580230493, 0.000463846153846148, 0.000252813400326442, 0.000751153846153831, 0.000374376610051769, 0.00109461538461538, 0.000753758607553858, 0.00249096153846155, 0.00216959639103681, 0.00597750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 540, '2021-05-23 00:00:00', 0.000191367146123304, 0.000575769230769232, 0.000240138741948499, 0.000826153846153844, 0.000432105756285873, 0.00117576923076923, 0.000772118489312662, 0.00252019230769232, 0.00224181663972631, 0.00597461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 555, '2021-05-23 00:00:00', 0.000176228872165167, 0.000553846153846157, 0.000274901730693835, 0.000779807692307698, 0.000394993670835388, 0.001245, 0.00076504419178543, 0.00253884615384617, 0.00224433060090392, 0.0060346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 570, '2021-05-23 00:00:00', 0.000245477869909657, 0.000555769230769229, 0.000367809106006816, 0.000846538461538448, 0.000443665024366528, 0.00128942307692307, 0.000717044173084087, 0.00253288461538462, 0.00224037944073352, 0.00601403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 585, '2021-05-23 00:00:00', 0.000274879344160584, 0.000615576923076903, 0.000258693537131976, 0.000957884615384605, 0.000370899582097379, 0.00136249999999998, 0.000717039855130897, 0.00254807692307692, 0.00221810854974717, 0.00598346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 600, '2021-05-23 00:00:00', 0.000276143287777612, 0.000788653846153846, 0.000326138066563142, 0.00102903846153846, 0.000388769261209714, 0.00143346153846154, 0.000750023897055177, 0.0026096153846154, 0.00223065258647294, 0.0060048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 615, '2021-05-23 00:00:00', 0.000263276470653952, 0.000657500000000003, 0.000350633053863355, 0.000968461538461525, 0.000305019608449126, 0.00132519230769231, 0.000726980160558849, 0.00251692307692309, 0.00216913729749514, 0.00598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 630, '2021-05-23 00:00:00', 0.000278812592144726, 0.000722692307692294, 0.000288277443819979, 0.000983269230769233, 0.000352977881198497, 0.00128076923076924, 0.000755349256966611, 0.00247250000000002, 0.00215397493021621, 0.00597500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 645, '2021-05-23 00:00:00', 0.000237082345318113, 0.000719038461538462, 0.000236304969185036, 0.000905961538461542, 0.000373046759288138, 0.00127173076923077, 0.000749885632305667, 0.00241769230769233, 0.00214053368614894, 0.0059723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 660, '2021-05-23 00:00:00', 0.000156257307521438, 0.000607115384615399, 0.000260729450108429, 0.000849615384615404, 0.000386851989187672, 0.00117730769230771, 0.00070255098364134, 0.00231326923076925, 0.00210993628230441, 0.00597865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 675, '2021-05-23 00:00:00', 0.000214047532463802, 0.000627884615384642, 0.00027269883359881, 0.000919423076923084, 0.000380963757614009, 0.00115423076923078, 0.000650393726907038, 0.00229000000000002, 0.00207828687773219, 0.00602788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 690, '2021-05-23 00:00:00', 0.000279409817568826, 0.000660384615384599, 0.000300499840010189, 0.000826923076923067, 0.000321729520895081, 0.00108673076923076, 0.0006759866009141, 0.00231673076923077, 0.00206080969897381, 0.00605115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987985 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 987985, 3, 705, '2021-05-23 00:00:00', 0.000160812360795478, 0.000581153846153849, 0.00024148674115538, 0.000774615384615395, 0.00035227196661322, 0.00104653846153846, 0.000814260778488454, 0.00253384615384617, 0.00203415387815178, 0.[...];
Date: 2021-05-23 16:56:34 Duration: 24s475ms Database: acaweb_fx User: pgperfstats
4 24s182ms 24s182ms 24s182ms 1 24s182ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 1 24s182ms 24s182ms [ User: pgperfstats - Total duration: 24s182ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987975, 1, 1020, '2021-05-23 00:00:00', 0.00674124787865989, 0.0156098076923077, 0.010551427765218, 0.0229832692307693, 0.0131393775932674, 0.0333465384615386, 0.0221013322927688, 0.0449236538461539, 0.0255729303095164, 0.0911288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1035, '2021-05-23 00:00:00', 0.00771606736222963, 0.0164184615384616, 0.009347878716586, 0.0223175000000001, 0.0145143649494085, 0.0319932692307694, 0.0209245242800442, 0.0416771153846153, 0.0262113826866527, 0.0908378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1050, '2021-05-23 00:00:00', 0.00763803429454309, 0.0153982692307692, 0.0107574430923252, 0.0240432692307693, 0.0145456330956699, 0.029776923076923, 0.0185083796707995, 0.0389640384615383, 0.0252692775588491, 0.0895021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1065, '2021-05-23 00:00:00', 0.00600161624385149, 0.0160384615384616, 0.00925025842674355, 0.0216298076923078, 0.0108325942343537, 0.0272046153846154, 0.0163793949369322, 0.0363424999999999, 0.0264522527941311, 0.0892832692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1080, '2021-05-23 00:00:00', 0.00899676177000117, 0.0149121153846156, 0.00910164324977398, 0.0196853846153846, 0.012147248521943, 0.0268755769230771, 0.0156224312657745, 0.0350655769230768, 0.0291549568367688, 0.090993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1095, '2021-05-23 00:00:00', 0.00666763272487666, 0.0141530769230766, 0.00940512674637533, 0.0191163461538461, 0.0117949172250659, 0.0241921153846152, 0.0138916302305214, 0.0333473076923075, 0.0286507996055688, 0.0914659615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1110, '2021-05-23 00:00:00', 0.00796759583466794, 0.0124992307692308, 0.0093646989027126, 0.0169334615384617, 0.00974982341457487, 0.0198388461538461, 0.012100399168559, 0.0304190384615383, 0.0282953377166628, 0.0919275000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1125, '2021-05-23 00:00:00', 0.00777195793567153, 0.0108680769230771, 0.00809887682858662, 0.0136367307692307, 0.00824859670116449, 0.0176865384615384, 0.0123156998177123, 0.0292949999999998, 0.0287761332363898, 0.0923259615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1140, '2021-05-23 00:00:00', 0.00447249087370602, 0.0085238461538458, 0.00507363852143179, 0.0114146153846152, 0.00653500011182388, 0.0149823076923075, 0.0111290469285765, 0.0284834615384614, 0.0299085487631109, 0.091873653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1155, '2021-05-23 00:00:00', 0.00464397641698794, 0.00797519230769257, 0.00528616538348355, 0.0111423076923078, 0.00818069908616993, 0.0147034615384616, 0.0117887861921663, 0.0281567307692306, 0.0306257095289864, 0.0923119230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1170, '2021-05-23 00:00:00', 0.00330699098647331, 0.00701576923076913, 0.00441525514987091, 0.00932096153846148, 0.00804025236161542, 0.0140090384615385, 0.0115940320208284, 0.0273824999999999, 0.0308512235438702, 0.0925469230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1185, '2021-05-23 00:00:00', 0.00376200370097542, 0.0067646153846155, 0.00608752317007107, 0.00974788461538479, 0.0074871945243965, 0.0134696153846155, 0.0114647280168346, 0.0269975, 0.0317985642539941, 0.093216153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1200, '2021-05-23 00:00:00', 0.00381022868282, 0.0065588461538462, 0.0052467105738886, 0.00991538461538467, 0.00742027402562605, 0.0135788461538461, 0.0149633895841199, 0.0305096153846153, 0.03195771529152, 0.0934044230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1215, '2021-05-23 00:00:00', 0.0043165060701736, 0.00678057692307725, 0.00534388635588502, 0.00892923076923099, 0.00712313508117118, 0.0122707692307695, 0.0163180758481082, 0.0312442307692309, 0.0318553281909613, 0.093438076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1230, '2021-05-23 00:00:00', 0.00336497557997768, 0.00574942307692288, 0.00472583488757432, 0.00872423076923048, 0.00498518690337056, 0.0119226923076922, 0.0161018367084197, 0.0308207692307692, 0.0321504787857639, 0.093858076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1245, '2021-05-23 00:00:00', 0.00345837850511115, 0.00688673076923077, 0.00354016501679702, 0.00856788461538471, 0.00617862124276452, 0.0125676923076922, 0.0159192638697222, 0.030871923076923, 0.0327918910074757, 0.0942953846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1260, '2021-05-23 00:00:00', 0.00288405547796842, 0.00520500000000013, 0.00411303374838862, 0.00824115384615388, 0.0061108332932964, 0.0128865384615384, 0.0159028369904917, 0.0301528846153846, 0.0332078403369769, 0.0938853846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1275, '2021-05-23 00:00:00', 0.00318296229345227, 0.00590480769230763, 0.00499908632036508, 0.00829903846153835, 0.00648435990554303, 0.0139057692307692, 0.0158845328591636, 0.030206923076923, 0.0330401124445145, 0.0940671153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1290, '2021-05-23 00:00:00', 0.00314097538133495, 0.0054021153846155, 0.00454854200224107, 0.00946711538461539, 0.00659757842813438, 0.0135986538461539, 0.0161960328630193, 0.0291775, 0.0330680340353269, 0.0943251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1305, '2021-05-23 00:00:00', 0.00368972267042045, 0.00717423076923068, 0.0053441558302937, 0.00976653846153841, 0.00987415870612997, 0.0156030769230769, 0.0156616518396418, 0.0281921153846153, 0.032730992088774, 0.0948786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1320, '2021-05-23 00:00:00', 0.00400296688047194, 0.00673461538461527, 0.00479268380330512, 0.00909596153846153, 0.0101190523442738, 0.0154121153846152, 0.0153376714020891, 0.0279140384615384, 0.0331631686084706, 0.0947680769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1335, '2021-05-23 00:00:00', 0.00258096854211461, 0.00526615384615405, 0.00874064655239224, 0.010278076923077, 0.00806443494372278, 0.0141051923076923, 0.016786773755412, 0.0290063461538462, 0.0339210339397028, 0.0952265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1350, '2021-05-23 00:00:00', 0.00800362929455223, 0.00822173076923072, 0.00773835014467152, 0.0114251923076921, 0.00730919283137014, 0.0133446153846153, 0.0165928999320147, 0.0286830769230768, 0.033858423094727, 0.0952176923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1365, '2021-05-23 00:00:00', 0.00380175089723341, 0.00723826923076917, 0.00412972660670805, 0.00897038461538471, 0.0042127542653233, 0.0104925000000001, 0.0161861908380621, 0.0282146153846154, 0.0329907500649221, 0.0943453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1380, '2021-05-23 00:00:00', 0.00353261511326401, 0.00569153846153841, 0.00310059553212711, 0.00676557692307686, 0.0128296212666687, 0.0168953846153846, 0.0155171914650025, 0.0296201923076923, 0.0340329315154965, 0.0951215384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1395, '2021-05-23 00:00:00', 0.00192952856936628, 0.00404249999999966, 0.00325226399841472, 0.00650134615384598, 0.0138805299111881, 0.020378846153846, 0.0154136328331575, 0.0304463461538462, 0.0338228760166617, 0.0955390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1410, '2021-05-23 00:00:00', 0.00343759659444693, 0.00522711538461549, 0.0133999726535313, 0.0148113461538461, 0.0142908618583292, 0.0206255769230767, 0.015796718224171, 0.0319044230769231, 0.0338119630081063, 0.0955873076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 1, 1425, '2021-05-23 00:00:00', 0.0134530282321636, 0.0137838461538459, 0.0140654958689151, 0.0195790384615382, 0.0142152300408889, 0.0204313461538458, 0.0157031536176167, 0.0328665384615384, 0.0338441982966972, 0.0957528846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 0, '2021-05-23 00:00:00', 0.00833250877587303, 0.0124375000000002, 0.00958166415809202, 0.0137240384615386, 0.00957334985981732, 0.0152115384615384, 0.0147240904015782, 0.0323819230769233, 0.0337078289587952, 0.0946513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 15, '2021-05-23 00:00:00', 0.00327351174836224, 0.00523800000000016, 0.0044850665361097, 0.00801519999999997, 0.00707701428923241, 0.0138930000000001, 0.0151605265272461, 0.0319380000000003, 0.0343565409674781, 0.0944902 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 30, '2021-05-23 00:00:00', 0.00384331114838934, 0.00494979999999998, 0.00659925022887706, 0.00757340000000006, 0.00773564601913332, 0.0145888000000003, 0.0148091386959764, 0.0325408000000003, 0.0342035776491291, 0.0943536 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 45, '2021-05-23 00:00:00', 0.00574801256622994, 0.00464769230769215, 0.00619855992270658, 0.0114013461538462, 0.00874658130357222, 0.0145125000000002, 0.0147077219187223, 0.0328759615384617, 0.0335433438570961, 0.0943536538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 60, '2021-05-23 00:00:00', 0.00538713211844102, 0.00980769230769234, 0.00628507919294106, 0.0119173076923079, 0.0071816378247691, 0.0143896153846156, 0.0144148221099514, 0.0333223076923079, 0.0329301626926067, 0.0940351923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 75, '2021-05-23 00:00:00', 0.00408006229684743, 0.0067571153846153, 0.00521929994200541, 0.00850173076923071, 0.0122612789080724, 0.0160723076923078, 0.0140635476977239, 0.0320796153846156, 0.0331082774108741, 0.0938113461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 90, '2021-05-23 00:00:00', 0.00306277290149866, 0.00502961538461532, 0.0049961135356934, 0.00795730769230774, 0.0135999847002178, 0.0161096153846153, 0.0132190040602971, 0.0323328846153846, 0.0331574846759894, 0.0935109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 105, '2021-05-23 00:00:00', 0.00455423983355488, 0.00652769230769244, 0.0128583674104273, 0.013412307692308, 0.0135365978014591, 0.0165890384615386, 0.013865644661703, 0.0328132692307694, 0.0333521664969229, 0.0933009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 120, '2021-05-23 00:00:00', 0.013294433519913, 0.0118961538461541, 0.0140552402286345, 0.0141767307692306, 0.0132983535765206, 0.0180896153846154, 0.0134643949748386, 0.0339940384615385, 0.0345370603822352, 0.0938653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 135, '2021-05-23 00:00:00', 0.00807448952661334, 0.00689365384615386, 0.00837034551258204, 0.00960500000000012, 0.00859671509938532, 0.0153675000000001, 0.0122716619039401, 0.0314367307692305, 0.0335381845828809, 0.0922936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 150, '2021-05-23 00:00:00', 0.00381025325728027, 0.00593673076923086, 0.00651927872662183, 0.0103386538461539, 0.00738804875874142, 0.0162173076923076, 0.0115062700098017, 0.0301284615384613, 0.0335974949043252, 0.0921953846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 165, '2021-05-23 00:00:00', 0.006015755227861, 0.00797019230769221, 0.00643477650379908, 0.0119155769230769, 0.00757853370483926, 0.016751346153846, 0.0108040403998474, 0.0302951923076921, 0.0339818646271575, 0.0919984615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 180, '2021-05-23 00:00:00', 0.00497250547046916, 0.0086744230769231, 0.00524715832617998, 0.0124274999999998, 0.00752569183121781, 0.0171915384615383, 0.0106507070494799, 0.0291805769230767, 0.0344974736555503, 0.0923161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 195, '2021-05-23 00:00:00', 0.00404320316656915, 0.0084653846153847, 0.00533889566872587, 0.0117948076923078, 0.00701862411730381, 0.0158325000000003, 0.010246048260746, 0.0276548076923076, 0.0352287411121396, 0.0925171153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 210, '2021-05-23 00:00:00', 0.0038089668092341, 0.00781192307692296, 0.00489337249207069, 0.0112521153846153, 0.00501001731917777, 0.0146584615384616, 0.0104596365064066, 0.0265653846153845, 0.0352647065300967, 0.092889423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 225, '2021-05-23 00:00:00', 0.00353438919214304, 0.00796019230769218, 0.00403833313385617, 0.0111625000000002, 0.0049391393364246, 0.0141392307692307, 0.0102353373173529, 0.026395, 0.034929793452229, 0.092673846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 240, '2021-05-23 00:00:00', 0.00369936743033398, 0.00799076923076945, 0.00466945006233223, 0.0100032692307693, 0.00576727632022636, 0.0136769230769229, 0.00979874154400182, 0.0263896153846153, 0.0348247263068376, 0.0927921153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 255, '2021-05-23 00:00:00', 0.00285434004901045, 0.0058186538461539, 0.00425106603824722, 0.00878769230769228, 0.00626255267442898, 0.0122399999999999, 0.0105407055084269, 0.0246811538461538, 0.0352510599927915, 0.0928811538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 270, '2021-05-23 00:00:00', 0.00340469551332604, 0.0063734615384615, 0.00499858753895686, 0.00866076923076909, 0.00663237154765597, 0.0129671153846153, 0.0103555755773623, 0.0242315384615383, 0.0357188658710685, 0.093456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 285, '2021-05-23 00:00:00', 0.00424395798572707, 0.00631576923076905, 0.0049883392989591, 0.00854480769230764, 0.00565027875418576, 0.01278, 0.011104492238937, 0.0238917307692306, 0.0361080587281479, 0.0938836538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 300, '2021-05-23 00:00:00', 0.00423941180608107, 0.00613230769230769, 0.00556595367804629, 0.00948788461538459, 0.00583843834823621, 0.0130178846153846, 0.0120493136686125, 0.0240682692307691, 0.0361790970722257, 0.0938251923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 315, '2021-05-23 00:00:00', 0.003768980029337, 0.00686269230769212, 0.0036952447613326, 0.00891961538461522, 0.00691103743742848, 0.0136523076923072, 0.0119863704007767, 0.0251307692307689, 0.0361656881566791, 0.0938196153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 330, '2021-05-23 00:00:00', 0.00281079830571029, 0.00611865384615382, 0.00456268611843784, 0.00884115384615378, 0.00665669906935868, 0.0128124999999999, 0.0130726505934512, 0.0277415384615384, 0.036306196599733, 0.0940784615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 345, '2021-05-23 00:00:00', 0.00427386708335132, 0.0063953846153845, 0.00618593758828462, 0.00970038461538433, 0.00677056316257822, 0.0126315384615383, 0.0148396834923742, 0.0303930769230769, 0.0366346421279935, 0.0943953846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 360, '2021-05-23 00:00:00', 0.00484397261076512, 0.00686942307692312, 0.00557466052778084, 0.00876500000000008, 0.00670062680190877, 0.0124215384615385, 0.0153391063286469, 0.0335751923076923, 0.0367253829120741, 0.0943159615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 375, '2021-05-23 00:00:00', 0.00269684108655926, 0.00505461538461519, 0.00510533518827281, 0.00797923076923061, 0.00625159434433736, 0.0107003846153846, 0.0149306029297598, 0.0357553846153845, 0.0367253829120741, 0.0943159615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 390, '2021-05-23 00:00:00', 0.00453996047509056, 0.00604634615384592, 0.00536704276473187, 0.00800403846153838, 0.00549304014535304, 0.0103609615384615, 0.0135091784368429, 0.0377609615384614, 0.0363464371912847, 0.0946274999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 405, '2021-05-23 00:00:00', 0.00270589621865898, 0.00505711538461564, 0.00310394681754579, 0.00669961538461543, 0.00491419481236206, 0.0100505769230771, 0.0134685336190007, 0.0394646153846153, 0.0367300073116708, 0.0948286538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 420, '2021-05-23 00:00:00', 0.00282077283463517, 0.00494923076923067, 0.00368121890348623, 0.00687384615384616, 0.00595667305180932, 0.0102453846153847, 0.0144230578921925, 0.0412248076923075, 0.0362588758449358, 0.0954984615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 435, '2021-05-23 00:00:00', 0.00352771227350169, 0.00524326923076941, 0.00458021205840935, 0.00796750000000028, 0.00587293833220179, 0.011010576923077, 0.0143976890840697, 0.0426198076923077, 0.0363427130295216, 0.0958028846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 450, '2021-05-23 00:00:00', 0.00411999406739679, 0.00643134615384624, 0.00496154456409887, 0.00844730769230785, 0.0054866804311757, 0.0114269230769232, 0.0145375160347818, 0.0431076923076923, 0.0363500073156273, 0.0958596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 465, '2021-05-23 00:00:00', 0.0028622564592401, 0.00539903846153848, 0.00334802419346095, 0.00791499999999974, 0.0046229623744289, 0.0106913461538461, 0.0147347055842269, 0.0437355769230768, 0.0365319251909046, 0.0961069230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 480, '2021-05-23 00:00:00', 0.00274389176872218, 0.00593596153846112, 0.00417586142195661, 0.00827384615384597, 0.00498246094970987, 0.0128936538461537, 0.0160374120886135, 0.0453225, 0.0364515577740355, 0.0964430769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 495, '2021-05-23 00:00:00', 0.00399383180185875, 0.0057626923076925, 0.00468990190564953, 0.00816826923076929, 0.00702734756833276, 0.0169146153846151, 0.0161882407938604, 0.0461399999999999, 0.0362181573268692, 0.0972930769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 510, '2021-05-23 00:00:00', 0.00427703618175012, 0.0060225000000002, 0.00505359456609455, 0.0105840384615385, 0.00768030358224125, 0.0203863461538461, 0.0187144592936545, 0.0487655769230768, 0.0365107435974464, 0.0974259615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 525, '2021-05-23 00:00:00', 0.00481647317906098, 0.00794826923076935, 0.00635843566876668, 0.0140769230769231, 0.00920689834392576, 0.0236363461538461, 0.0186380340794345, 0.0501021153846153, 0.0360476381329144, 0.0979098076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 540, '2021-05-23 00:00:00', 0.00508831735826901, 0.0112415384615383, 0.00695594996000935, 0.0170103846153845, 0.00996200892815387, 0.026613269230769, 0.0188321595803971, 0.0505823076923075, 0.0362253036134222, 0.0983667307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 555, '2021-05-23 00:00:00', 0.00498108970159987, 0.0119311538461538, 0.00793790895736291, 0.0186911538461537, 0.0104550909369553, 0.0284474999999999, 0.0207036070779579, 0.0521159615384614, 0.037516589657623, 0.0993284615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 570, '2021-05-23 00:00:00', 0.00756457334197718, 0.0143546153846154, 0.00894110479535613, 0.0207951923076925, 0.00993868501594416, 0.0294896153846155, 0.0208883570228821, 0.052981346153846, 0.0383811175950643, 0.0997496153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 585, '2021-05-23 00:00:00', 0.00601538143812645, 0.0141996153846154, 0.00899207375115193, 0.0229771153846154, 0.0118478383942127, 0.0310488461538461, 0.0212751755890794, 0.0535178846153847, 0.0374616835426034, 0.0999546153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 600, '2021-05-23 00:00:00', 0.00859310432175782, 0.0195282692307693, 0.00937570352642303, 0.0246938461538461, 0.01318741744852, 0.0330398076923076, 0.0211028489226891, 0.0534044230769231, 0.0369542684762583, 0.099558846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 615, '2021-05-23 00:00:00', 0.00544336770758687, 0.0146699999999999, 0.00735433689161609, 0.0217013461538459, 0.00876485466990851, 0.0296642307692307, 0.0182984277971129, 0.0503596153846154, 0.0352125566240226, 0.0997699999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 630, '2021-05-23 00:00:00', 0.00610668261005915, 0.0142675, 0.00898565066562309, 0.0213182692307691, 0.00929438134656539, 0.0266438461538463, 0.0169629878593185, 0.0489836538461538, 0.0335909273190522, 0.0992219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 645, '2021-05-23 00:00:00', 0.00748868226315302, 0.0141759615384615, 0.00722491941930041, 0.0190238461538463, 0.00828069174925364, 0.0256846153846154, 0.0155789131891106, 0.0478369230769231, 0.0330124312576106, 0.0994315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 660, '2021-05-23 00:00:00', 0.00408281379217057, 0.0133573076923077, 0.00575159326755504, 0.0182186538461538, 0.00891725308040556, 0.0253475000000002, 0.0150359302710335, 0.0471613461538463, 0.0326957027663364, 0.0992407692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 675, '2021-05-23 00:00:00', 0.00489454720542694, 0.0118278846153848, 0.00751976130963259, 0.017928076923077, 0.00945354204070541, 0.0239086538461538, 0.0145457374036308, 0.046396153846154, 0.03216738198919, 0.0985709615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 690, '2021-05-23 00:00:00', 0.00680905023592733, 0.013798653846154, 0.00718577052503504, 0.0190440384615386, 0.0100525429389016, 0.0253115384615383, 0.0128128711803645, 0.0458267307692308, 0.0312817973834379, 0.0986465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 705, '2021-05-23 00:00:00', 0.00513950464913334, 0.0126459615384615, 0.00546836451432593, 0.0161776923076922, 0.00768456564259749, 0.0230386538461538, 0.0140149761340669, 0.0443009615384616, 0.0316432854470679, 0.0979382692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 720, '2021-05-23 00:00:00', 0.00474462259178329, 0.0116734615384615, 0.00748863045915923, 0.017751923076923, 0.00720817151945245, 0.021715576923077, 0.0137503525171595, 0.0452478846153847, 0.0325180340663219, 0.0987015384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 735, '2021-05-23 00:00:00', 0.00585037641129572, 0.012133076923077, 0.00597793180404794, 0.014870576923077, 0.00843032608184016, 0.0208496153846155, 0.0136643572071508, 0.0441582692307695, 0.0340701663612702, 0.0986167307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 750, '2021-05-23 00:00:00', 0.00315737864131228, 0.00968326923076933, 0.00328507953304941, 0.0129384615384616, 0.00750599979759791, 0.0201448076923076, 0.0135907122202571, 0.0432244230769231, 0.0336076465978528, 0.0977253846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 765, '2021-05-23 00:00:00', 0.00325013569539203, 0.0105190384615385, 0.00635826421947183, 0.0159017307692307, 0.00893744023110731, 0.0223532692307695, 0.013595927943831, 0.045194423076923, 0.0334808502126447, 0.0977301923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 780, '2021-05-23 00:00:00', 0.00488035722604892, 0.010784423076923, 0.00636847473889956, 0.0151925, 0.00747711031440935, 0.021965576923077, 0.0169435920914528, 0.0481298076923077, 0.0332078829566348, 0.0974826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 795, '2021-05-23 00:00:00', 0.00415178225399842, 0.0105482692307692, 0.006162398084662, 0.0158130769230772, 0.0089897444816943, 0.0213253846153848, 0.0173386983319438, 0.0491596153846155, 0.032917727452755, 0.0981205769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 810, '2021-05-23 00:00:00', 0.00375343575940779, 0.0115600000000001, 0.00450229203167249, 0.0154115384615385, 0.00782722287178635, 0.0211167307692308, 0.0168836327115481, 0.0506084615384616, 0.0330040129657921, 0.0981046153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 825, '2021-05-23 00:00:00', 0.00366636972515539, 0.0104448076923077, 0.0063346640521691, 0.013854423076923, 0.00820080190497326, 0.0206367307692306, 0.0175934243146518, 0.0513613461538463, 0.0329551058773087, 0.098604230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 840, '2021-05-23 00:00:00', 0.00496914639009101, 0.0102846153846156, 0.00643482551314445, 0.0152842307692308, 0.00788739745758053, 0.0210955769230768, 0.0205482291731879, 0.053548076923077, 0.0331518190961617, 0.099379230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 855, '2021-05-23 00:00:00', 0.00399550996552566, 0.0107532692307691, 0.00451077561555048, 0.014554423076923, 0.00696434383954332, 0.0226863461538462, 0.020256228843532, 0.0550101923076923, 0.0329426814920193, 0.100226730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 870, '2021-05-23 00:00:00', 0.00317547474342897, 0.0104853846153845, 0.00486479881788153, 0.0160484615384614, 0.00663582928850305, 0.0232821153846153, 0.0202621493430484, 0.0552550000000001, 0.0333253020374104, 0.100193269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 885, '2021-05-23 00:00:00', 0.00438423774622052, 0.0125411538461537, 0.00648932593690478, 0.0177336538461538, 0.00793413892618461, 0.0261374999999999, 0.0207714811071481, 0.0559557692307694, 0.0335834350381487, 0.100350192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 900, '2021-05-23 00:00:00', 0.00505791316486715, 0.0135628000000001, 0.00537127656304046, 0.0180115999999999, 0.00852219532554073, 0.0263594000000001, 0.0205273700458681, 0.0578178000000001, 0.031795752334235, 0.1023596 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 915, '2021-05-23 00:00:00', 0.00417458292711791, 0.0120761538461535, 0.0070178390274633, 0.0194738461538462, 0.00891137251148569, 0.0276140384615386, 0.0205220186741349, 0.0564426923076925, 0.0341141712421462, 0.0992884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 930, '2021-05-23 00:00:00', 0.00723328508462025, 0.0148186538461541, 0.00851320049190619, 0.0199688461538463, 0.00937598828637037, 0.0289278846153849, 0.0214284368080938, 0.0562340384615386, 0.0343732338958898, 0.0987126923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 945, '2021-05-23 00:00:00', 0.00487032360321188, 0.0134349999999999, 0.00677110654801844, 0.0199282692307693, 0.0113589883301558, 0.0311082692307692, 0.0214278819379369, 0.0550578846153846, 0.0330564222649933, 0.0992901923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 960, '2021-05-23 00:00:00', 0.00638174101214978, 0.0146271153846154, 0.00936935561572111, 0.020960576923077, 0.0171726467932178, 0.0352082692307692, 0.0221281437966364, 0.0542817307692308, 0.0326048443238826, 0.0990392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 975, '2021-05-23 00:00:00', 0.00522115395438424, 0.0132711538461537, 0.00991729168403111, 0.0220378846153846, 0.0139870772624643, 0.0343521153846154, 0.0203543297576858, 0.0530382692307693, 0.0303747493487603, 0.0992600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 990, '2021-05-23 00:00:00', 0.00949553670861293, 0.0183992307692308, 0.0146433673946208, 0.0279005769230769, 0.0146729735555387, 0.0349398076923077, 0.0212232684072133, 0.052981730769231, 0.0308301665356417, 0.0990388461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1005, '2021-05-23 00:00:00', 0.00645343648465996, 0.0179826923076921, 0.00759394062090592, 0.0236280769230769, 0.0133055429296909, 0.0306805769230771, 0.0217787110871004, 0.0508811538461542, 0.0331741013007948, 0.099923653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1020, '2021-05-23 00:00:00', 0.00569416873111957, 0.0159934615384615, 0.0106690319671179, 0.0213386538461539, 0.0138752338913066, 0.0299884615384616, 0.0211767707723854, 0.0478328846153848, 0.032506203171324, 0.0983911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1035, '2021-05-23 00:00:00', 0.00715493710395412, 0.0144601923076924, 0.00906114848383783, 0.0206696153846156, 0.0118568304170408, 0.0309284615384618, 0.0209503720262544, 0.0460409615384618, 0.0315319537831802, 0.097829230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1050, '2021-05-23 00:00:00', 0.00530357444052169, 0.0136546153846153, 0.0102176823674226, 0.0213698076923077, 0.0187602230755968, 0.0310603846153848, 0.021047468849283, 0.0438698076923079, 0.0299878270027383, 0.0961871153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1065, '2021-05-23 00:00:00', 0.00812421603318389, 0.017378076923077, 0.00844743203810821, 0.0229940384615385, 0.0178593897948991, 0.0304703846153848, 0.0206111436373253, 0.0420740384615384, 0.0291027481784533, 0.0967665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1080, '2021-05-23 00:00:00', 0.0071057350510262, 0.0167061538461538, 0.0171536995751757, 0.0235936538461539, 0.0165968128080247, 0.0294592307692309, 0.0192103725717683, 0.0396178846153848, 0.0294903984120256, 0.0972725 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1095, '2021-05-23 00:00:00', 0.0150429040785144, 0.0162413461538461, 0.0159789475729303, 0.0210065384615386, 0.0159361722698827, 0.0266338461538462, 0.0205474861722788, 0.03699, 0.0301600705977546, 0.0974776923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1110, '2021-05-23 00:00:00', 0.0111347625186239, 0.0145671153846155, 0.0109869780194555, 0.01907, 0.0113639776030022, 0.0223451923076924, 0.0172955505538717, 0.0335248076923077, 0.0302133970596591, 0.0964032692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1125, '2021-05-23 00:00:00', 0.00538233721394473, 0.0113432692307693, 0.00658773727057717, 0.0149071153846154, 0.0081178470999682, 0.0189834615384617, 0.0136330155081753, 0.0298703846153846, 0.0298169062968543, 0.0951486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1140, '2021-05-23 00:00:00', 0.00465561553808519, 0.0091990384615383, 0.00524351193234228, 0.012285769230769, 0.00718405177351999, 0.0169632692307693, 0.0142028418445581, 0.0299326923076922, 0.0299464845323481, 0.0950046153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1155, '2021-05-23 00:00:00', 0.00420838788794309, 0.0086188461538461, 0.0072806933022578, 0.0127148076923077, 0.0072908393444208, 0.0154128846153846, 0.0147211147884724, 0.0287361538461538, 0.0303024852274783, 0.0954051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1170, '2021-05-23 00:00:00', 0.00494149455747338, 0.00806230769230773, 0.0052152748139109, 0.0105742307692308, 0.00547058522041715, 0.013969423076923, 0.011928714601266, 0.0273690384615384, 0.0308322031000056, 0.09552 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1185, '2021-05-23 00:00:00', 0.00245100768131127, 0.00637057692307692, 0.00362522772229035, 0.00945096153846161, 0.00464478187365643, 0.013570576923077, 0.0104667571882822, 0.0263009615384616, 0.0312930328372602, 0.0957980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1200, '2021-05-23 00:00:00', 0.00283281928745649, 0.00762865384615384, 0.00409118474471458, 0.0106061538461538, 0.00413541310372494, 0.0140584615384618, 0.0109837475319743, 0.0269503846153847, 0.0313477679324406, 0.0958778846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1215, '2021-05-23 00:00:00', 0.0038703037497574, 0.00651134615384602, 0.0043096011416373, 0.00902999999999996, 0.00393832743198651, 0.0129698076923076, 0.00960584577824266, 0.0261136538461539, 0.0301162791781863, 0.0967684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1230, '2021-05-23 00:00:00', 0.00290384204380746, 0.00609115384615377, 0.002813772201156, 0.00871000000000005, 0.00373570660600575, 0.0132496153846153, 0.00814043592907556, 0.0253886538461539, 0.0302013862703989, 0.0965605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1245, '2021-05-23 00:00:00', 0.00206735341774089, 0.00652807692307697, 0.00322089593961768, 0.00962942307692289, 0.00535731058030489, 0.0137044230769229, 0.00812246148983458, 0.025200576923077, 0.0302985215461847, 0.0975232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1260, '2021-05-23 00:00:00', 0.00333629234561125, 0.00675615384615366, 0.00388972030337172, 0.00980596153846143, 0.00486752938831939, 0.0136528846153843, 0.00789556485288748, 0.0244328846153847, 0.031025625631825, 0.0974253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1275, '2021-05-23 00:00:00', 0.00324721355697721, 0.0063867307692307, 0.00399718795385751, 0.0091965384615384, 0.00516551472228598, 0.0125328846153845, 0.0102756614404357, 0.0254540384615386, 0.0311699225320476, 0.097970576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1290, '2021-05-23 00:00:00', 0.00272528014791444, 0.00659173076923073, 0.00306009165900958, 0.00912480769230755, 0.00669752300940709, 0.0120526923076921, 0.0102459825297527, 0.0253950000000001, 0.0310353857574767, 0.0986786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1305, '2021-05-23 00:00:00', 0.00272621002774647, 0.00712134615384602, 0.0051235398370207, 0.00928730769230768, 0.00717946044951512, 0.0120671153846153, 0.0100918286518577, 0.0250315384615384, 0.0317250155531271, 0.0999703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1320, '2021-05-23 00:00:00', 0.00339352671102806, 0.00559846153846173, 0.00743406291233892, 0.0078892307692308, 0.0075287782950079, 0.0130738461538461, 0.0115557939530182, 0.0252717307692308, 0.0319852051832623, 0.100211153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1335, '2021-05-23 00:00:00', 0.00622283115137027, 0.00535846153846139, 0.00671893320286895, 0.0083257692307692, 0.00739692557756257, 0.0140249999999999, 0.0117267914245705, 0.0261236538461538, 0.032092419768777, 0.100978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1350, '2021-05-23 00:00:00', 0.00412399006284711, 0.00609403846153854, 0.00481584371152615, 0.0100594230769231, 0.00521320840602176, 0.0140767307692306, 0.0115142689152999, 0.0255394230769231, 0.0320861664488704, 0.101265769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1365, '2021-05-23 00:00:00', 0.00388614527718456, 0.00781134615384613, 0.00485706435553904, 0.0103419230769231, 0.00544110722612168, 0.0134046153846154, 0.0124054152443443, 0.0256457692307694, 0.0318599344100923, 0.101763846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1380, '2021-05-23 00:00:00', 0.00418602653525374, 0.00607192307692318, 0.00408464988142756, 0.00838942307692317, 0.00473648383459564, 0.0126163461538464, 0.0122080003213529, 0.0263303846153848, 0.0318186368132554, 0.102094423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1395, '2021-05-23 00:00:00', 0.00243083717772618, 0.00530076923076915, 0.00312936017667903, 0.0072013461538462, 0.00593474671872202, 0.015571153846154, 0.0125935937682615, 0.0282600000000001, 0.031708794562635, 0.101761153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1410, '2021-05-23 00:00:00', 0.00304200745965812, 0.00530076923076908, 0.00408887889468314, 0.00962884615384646, 0.00634346439258541, 0.0152975000000002, 0.0131769807444065, 0.0291534615384616, 0.0317277888996625, 0.101812692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 2, 1425, '2021-05-23 00:00:00', 0.00405482817619472, 0.00801346153846172, 0.00662582984352782, 0.0140263461538463, 0.0062856773822593, 0.0152469230769232, 0.0134227751171713, 0.0307403846153848, 0.0317308153717148, 0.101898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 0, '2021-05-23 00:00:00', 0.00593136439096959, 0.00952346153846153, 0.005950671209717, 0.0106796153846155, 0.00584104058498004, 0.0122613461538463, 0.0141622799229284, 0.0312288461538462, 0.0318093318703563, 0.101815961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 15, '2021-05-23 00:00:00', 0.00281243951046064, 0.00404999999999992, 0.00294612906396485, 0.00596769230769226, 0.0102186408116959, 0.0132940384615385, 0.0139449627698984, 0.0316405769230768, 0.0312041348764008, 0.101355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 30, '2021-05-23 00:00:00', 0.00264289084148408, 0.00401499999999988, 0.00276271427292919, 0.00517692307692324, 0.0102827762488839, 0.0136057692307692, 0.0136647209279394, 0.0319140384615385, 0.0311997734188025, 0.101314230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 45, '2021-05-23 00:00:00', 0.00204931740981077, 0.00378961538461567, 0.0102059789113273, 0.0118384615384617, 0.0103965249908135, 0.0145217307692308, 0.0135105298891131, 0.0325267307692307, 0.031022230503054, 0.101420769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 60, '2021-05-23 00:00:00', 0.0103203983524786, 0.0111519230769233, 0.0104626024266649, 0.0124884615384616, 0.0105879105878063, 0.0152038461538461, 0.0136224699288176, 0.0327398076923075, 0.0310262458629166, 0.101412115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 75, '2021-05-23 00:00:00', 0.0035110100891555, 0.00604461538461543, 0.00440200225421959, 0.00833461538461523, 0.00631940140787454, 0.0131930769230769, 0.0109800832209263, 0.0295734615384614, 0.0303758463971978, 0.100097884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 90, '2021-05-23 00:00:00', 0.00312641421538392, 0.00572461538461538, 0.00499353415774989, 0.00817423076923074, 0.00640991852822342, 0.0127715384615385, 0.0106230870223591, 0.0293832692307692, 0.0301314483561354, 0.100354038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 105, '2021-05-23 00:00:00', 0.00456159494711423, 0.00581730769230766, 0.00597926291122383, 0.0102201923076924, 0.00717446701585124, 0.0135851923076923, 0.0104224280059143, 0.0296034615384614, 0.0298482335497171, 0.100765961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 120, '2021-05-23 00:00:00', 0.0056387768620509, 0.00847750000000004, 0.00587742238439744, 0.0105232692307692, 0.00818106520241448, 0.0149496153846153, 0.0101635453403141, 0.0292667307692306, 0.0299249745761732, 0.100849230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 135, '2021-05-23 00:00:00', 0.00414067006840476, 0.00697384615384627, 0.0050206534052235, 0.00960384615384632, 0.00900220920107938, 0.0165724999999999, 0.0104121290385486, 0.0286086538461538, 0.0300635832425979, 0.101124230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 150, '2021-05-23 00:00:00', 0.00461257828784931, 0.00732769230769235, 0.00744369760525378, 0.0107690384615385, 0.00862244872634575, 0.0170390384615384, 0.0112782768681825, 0.0290413461538461, 0.0300491148807313, 0.101383653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 165, '2021-05-23 00:00:00', 0.00563167074540184, 0.00820576923076924, 0.00609854125054628, 0.0131942307692306, 0.00806822907840015, 0.0174773076923075, 0.00980265263353995, 0.028179423076923, 0.0294625768058136, 0.100979038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 180, '2021-05-23 00:00:00', 0.00493219885431031, 0.0104115384615383, 0.00609469408584211, 0.0127749999999998, 0.00766984573107319, 0.0170534615384614, 0.00988375128099733, 0.0277742307692308, 0.0295570778091371, 0.100861153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 195, '2021-05-23 00:00:00', 0.00396996049680017, 0.00762211538461542, 0.00582285037258719, 0.0117426923076923, 0.00704424208949313, 0.0164738461538461, 0.0111797822051169, 0.0273630769230768, 0.0299531660995064, 0.101774230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 210, '2021-05-23 00:00:00', 0.00472488220447379, 0.0082046153846155, 0.00537376031142203, 0.0111382692307692, 0.00668078398209266, 0.0163388461538461, 0.0113051888035814, 0.0264067307692306, 0.0300093801643112, 0.101809615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 225, '2021-05-23 00:00:00', 0.00327301675123225, 0.00720942307692323, 0.00488074952078208, 0.0109117307692311, 0.00521676476519549, 0.015126153846154, 0.0112273577633457, 0.0243021153846153, 0.0297503248411483, 0.101683076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 240, '2021-05-23 00:00:00', 0.00366907529746407, 0.00845346153846166, 0.004400476796719, 0.0110390384615386, 0.00504105972146596, 0.0138686538461539, 0.0105867100359186, 0.0242892307692308, 0.0298980692430388, 0.101772307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 255, '2021-05-23 00:00:00', 0.00330064877655215, 0.00680788461538446, 0.00432116027865749, 0.00998307692307687, 0.00458832347880505, 0.0130121153846154, 0.0117241876740089, 0.0242861538461538, 0.0298266535559415, 0.102072115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 270, '2021-05-23 00:00:00', 0.00405050912279502, 0.00753307692307691, 0.00425022077707084, 0.00962557692307695, 0.00599896491392137, 0.0127409615384617, 0.0121393912786179, 0.0244288461538463, 0.0301658024233759, 0.102460384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 285, '2021-05-23 00:00:00', 0.00371748879776913, 0.00643980769230774, 0.00423205134838744, 0.00939615384615381, 0.00549369896755888, 0.0120828846153847, 0.0119554550037276, 0.0246628846153848, 0.0304196467593157, 0.102680192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 300, '2021-05-23 00:00:00', 0.00390826349399102, 0.00716846153846139, 0.00563728184977895, 0.00930057692307682, 0.00568798857580264, 0.0117009615384616, 0.0120151796490938, 0.025925, 0.0302889162013739, 0.102865576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 315, '2021-05-23 00:00:00', 0.00341247309372323, 0.00543115384615375, 0.0033099373686847, 0.00764576923076919, 0.00480907808612652, 0.0101140384615384, 0.0128485852319054, 0.0285723076923077, 0.0297130964242266, 0.102286346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 330, '2021-05-23 00:00:00', 0.00276971559217527, 0.00557769230769226, 0.00378390927277789, 0.0073857692307694, 0.00658910714448753, 0.0111201923076925, 0.0131393083546457, 0.0303740384615385, 0.0298129416632338, 0.102331153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 345, '2021-05-23 00:00:00', 0.00337782295045437, 0.00553173076923082, 0.00429263189842625, 0.00745115384615386, 0.00776648324780669, 0.0115209615384615, 0.0125679737382213, 0.0320467307692309, 0.029701365524164, 0.102165 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 360, '2021-05-23 00:00:00', 0.00359747225894055, 0.00510942307692327, 0.00646170635061194, 0.00805980769230776, 0.00747242019284664, 0.0112565384615386, 0.0128691694310921, 0.0338396153846155, 0.0295893714285799, 0.102221538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 375, '2021-05-23 00:00:00', 0.00536661141116638, 0.00587403846153847, 0.00611831672426826, 0.00812346153846152, 0.00698133826712323, 0.0109800000000001, 0.0125346715093041, 0.0371296153846155, 0.0299232934871044, 0.101838653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 390, '2021-05-23 00:00:00', 0.00429822190428339, 0.0051315384615385, 0.00519386851526365, 0.00710692307692328, 0.0055604947656178, 0.00996903846153853, 0.0109570584503606, 0.0369967307692309, 0.0302375827057094, 0.101861730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 405, '2021-05-23 00:00:00', 0.00375435866181404, 0.00469019230769252, 0.00424943797641331, 0.00695634615384639, 0.00435784470369675, 0.00892730769230771, 0.0126990892238534, 0.0398663461538463, 0.0302462169967648, 0.101836153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 420, '2021-05-23 00:00:00', 0.00356329111054091, 0.00552846153846172, 0.00379660468252662, 0.00706865384615393, 0.00546954690853031, 0.0100957692307693, 0.0121379525519691, 0.0426169230769233, 0.0303798585307133, 0.102022884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 435, '2021-05-23 00:00:00', 0.00323380374386644, 0.00468557692307717, 0.00323475254671198, 0.00603096153846175, 0.00606842173436824, 0.0111278846153846, 0.0125185082731378, 0.043699230769231, 0.0305961024214624, 0.101760769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 450, '2021-05-23 00:00:00', 0.00229391509466632, 0.0042173076923077, 0.0039789590492218, 0.00687365384615379, 0.00630556992178044, 0.0118909615384616, 0.0152012683833141, 0.0459126923076925, 0.030660347602651, 0.101688653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 465, '2021-05-23 00:00:00', 0.00384121665421456, 0.00566076923076905, 0.00549025098557573, 0.00901673076923075, 0.00655876299605819, 0.0133990384615385, 0.0155383392439973, 0.0466273076923079, 0.0304100990569555, 0.101829423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 480, '2021-05-23 00:00:00', 0.00525777316492866, 0.00711942307692315, 0.00524573563441344, 0.00983788461538473, 0.0065119137237952, 0.0154028846153846, 0.0160178516337723, 0.0475051923076925, 0.0298002344595837, 0.102395384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 495, '2021-05-23 00:00:00', 0.00323380240583769, 0.00612500000000021, 0.00416987513186987, 0.00917115384615392, 0.00898785532730796, 0.0194442307692307, 0.0163394294611345, 0.0483113461538464, 0.029695093896778, 0.102341538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 510, '2021-05-23 00:00:00', 0.00300657556928944, 0.00586557692307698, 0.00515038099038845, 0.0108021153846155, 0.00858708560079525, 0.0209286538461539, 0.0157398609917137, 0.0477759615384617, 0.029609178650313, 0.102167115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 525, '2021-05-23 00:00:00', 0.00422481690545455, 0.00806673076923078, 0.00779729729556257, 0.0154513461538461, 0.00828276655750696, 0.0225053846153847, 0.0162205699997069, 0.0475086538461541, 0.0297046025241103, 0.101876346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 540, '2021-05-23 00:00:00', 0.00677634396547728, 0.0128065384615384, 0.00746517380136678, 0.0169682692307692, 0.0096919838347907, 0.023535576923077, 0.0160361705384568, 0.0470215384615387, 0.029796059698196, 0.102396538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 555, '2021-05-23 00:00:00', 0.00424324428220447, 0.0107259615384615, 0.00494877966309338, 0.014811923076923, 0.00972285801010283, 0.0245882692307692, 0.0165018178077915, 0.0466498076923079, 0.0302032975250155, 0.103070769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 570, '2021-05-23 00:00:00', 0.003689645803305, 0.010498076923077, 0.006921514418547, 0.0160046153846155, 0.0109048367179961, 0.0260946153846154, 0.0160286455747683, 0.0474198076923078, 0.0312400768004816, 0.1038875 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 585, '2021-05-23 00:00:00', 0.00597435489919523, 0.0117276923076926, 0.00954489890545673, 0.0203463461538462, 0.013101456708497, 0.0289182692307694, 0.0168097591480481, 0.0483638461538463, 0.0311800602092721, 0.104235576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 600, '2021-05-23 00:00:00', 0.0069916179733033, 0.0169082692307692, 0.00832487326999872, 0.0205248076923078, 0.0114325796066127, 0.0306573076923079, 0.0168490584409383, 0.0487378846153847, 0.0314885003844503, 0.104537307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 615, '2021-05-23 00:00:00', 0.00487994518017762, 0.0132248076923076, 0.00734317452049604, 0.0200959615384616, 0.00829615348543205, 0.0286794230769234, 0.0148823744706487, 0.0478017307692309, 0.0317675708406445, 0.104728653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 630, '2021-05-23 00:00:00', 0.00562018993998773, 0.0145751923076926, 0.00649517422043826, 0.0210819230769234, 0.0101200526241411, 0.0297613461538466, 0.0157464205761672, 0.0479351923076925, 0.0319751661528127, 0.1043925 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 645, '2021-05-23 00:00:00', 0.0053721560526334, 0.0152505769230771, 0.00702921176235294, 0.0217600000000003, 0.0112176481560909, 0.0300080769230771, 0.0167894843692299, 0.0475742307692309, 0.0317129228524609, 0.103535384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 660, '2021-05-23 00:00:00', 0.00666451379725845, 0.0150219230769232, 0.00989948520806084, 0.0220342307692308, 0.0126027216062489, 0.028111730769231, 0.0173005241861448, 0.0452286538461538, 0.0324592090221888, 0.103087115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 675, '2021-05-23 00:00:00', 0.00878422767499555, 0.0151703846153847, 0.0095999584394133, 0.0202609615384618, 0.0101200107783464, 0.0243569230769233, 0.0193179291303341, 0.0447132692307692, 0.0340924591932899, 0.102414615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 690, '2021-05-23 00:00:00', 0.00635711775522879, 0.0136130769230772, 0.0071491384768754, 0.0174601923076923, 0.00740419682446271, 0.0219911538461539, 0.0191246987718861, 0.0427186538461538, 0.0359578650281771, 0.102194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 705, '2021-05-23 00:00:00', 0.00390373154814726, 0.011545, 0.00588856615693656, 0.0155457692307694, 0.00632354241338274, 0.0209455769230771, 0.0181572793931672, 0.0466501923076923, 0.0352017899457485, 0.101969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 720, '2021-05-23 00:00:00', 0.00387197819149163, 0.0106586538461539, 0.00547713077609632, 0.0149134615384616, 0.00762830528613422, 0.0198184615384616, 0.0171314762094625, 0.0477663461538462, 0.0348736884462504, 0.102409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 735, '2021-05-23 00:00:00', 0.00350262510345962, 0.0103488461538462, 0.00502558746661682, 0.0142207692307696, 0.00691073488244121, 0.0190688461538463, 0.0185109966236286, 0.050235, 0.0348626779329104, 0.102610576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 750, '2021-05-23 00:00:00', 0.00362512939291599, 0.0107386538461542, 0.00570252394862258, 0.0145757692307693, 0.00681637487683448, 0.0206526923076922, 0.019941810724243, 0.0520498076923077, 0.0345986833586748, 0.103733076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987975 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 987975, 3, 765, '2021-05-23 00:00:00', 0.00380441987895458, 0.00939115384615373, 0.00514498433876676, 0.01338461538[...];
Date: 2021-05-23 16:55:45 Duration: 24s182ms Database: acaweb_fx User: pgperfstats
5 24s81ms 24s81ms 24s81ms 1 24s81ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? an[...];Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 23 16 1 24s81ms 24s81ms [ User: pgperfstats - Total duration: 24s81ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988005, 1, 1020, '2021-05-23 00:00:00', 0.0508789400288722, 0.093442307692309, 0.0482032555555522, 0.130423076923079, 0.0767154181675064, 0.198153846153848, 0.111565677448826, 0.280596153846155, 0.149207775885225, 0.551403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1035, '2021-05-23 00:00:00', 0.0278937544705174, 0.0848076923076922, 0.0395667158101363, 0.11625, 0.0811579111267765, 0.191557692307693, 0.0907050524417552, 0.261442307692308, 0.148600896829265, 0.546057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1050, '2021-05-23 00:00:00', 0.0342483014738868, 0.0828846153846154, 0.053828706239186, 0.142019230769232, 0.0744420270050167, 0.181846153846155, 0.0839682655256423, 0.248019230769231, 0.148246080503383, 0.541596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1065, '2021-05-23 00:00:00', 0.0406280880483117, 0.10919230769231, 0.06474318496954, 0.141500000000001, 0.0642320702309512, 0.159673076923077, 0.0785688527050296, 0.227269230769231, 0.148647921665205, 0.537230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1080, '2021-05-23 00:00:00', 0.0395967607455273, 0.0802884615384623, 0.0393934199894046, 0.0941923076923098, 0.0443114024221258, 0.127096153846155, 0.0584181379894476, 0.203173076923077, 0.157885875287771, 0.528480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1095, '2021-05-23 00:00:00', 0.0245028805214035, 0.0628653846153869, 0.0275354596558974, 0.080192307692308, 0.0521135336032336, 0.116403846153846, 0.0544231603696039, 0.190903846153847, 0.163872004461268, 0.529423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1110, '2021-05-23 00:00:00', 0.0215438729465815, 0.0610384615384617, 0.0355570830334304, 0.0911153846153852, 0.0461501729307543, 0.116538461538462, 0.0549451054725048, 0.185769230769231, 0.175162053539002, 0.541250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1125, '2021-05-23 00:00:00', 0.0279766179844211, 0.0616346153846151, 0.042746713773828, 0.0796923076923073, 0.0423375265437919, 0.115384615384616, 0.0515059817287896, 0.178884615384616, 0.184613768342285, 0.543788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1140, '2021-05-23 00:00:00', 0.0234184427650177, 0.0502884615384612, 0.0274081122185484, 0.0707307692307692, 0.0323615453182418, 0.099519230769231, 0.0512941892045675, 0.174076923076923, 0.184249676964543, 0.546788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1155, '2021-05-23 00:00:00', 0.0212740452194664, 0.05175, 0.0316373014992418, 0.0781730769230785, 0.0307928375787951, 0.0976730769230765, 0.0561852875623288, 0.175057692307693, 0.182756185836591, 0.548788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1170, '2021-05-23 00:00:00', 0.0182938409139416, 0.0502692307692309, 0.0184396729488774, 0.0641923076923076, 0.0224232365741767, 0.0821923076923083, 0.0572120482200952, 0.171038461538462, 0.183553858161995, 0.549173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1185, '2021-05-23 00:00:00', 0.0161431099853769, 0.049, 0.0196834663144957, 0.066173076923077, 0.0249741789731829, 0.0824807692307701, 0.0579812469683086, 0.172250000000002, 0.182711963315108, 0.551192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1200, '2021-05-23 00:00:00', 0.0173741297513101, 0.0469038461538466, 0.0191220774539218, 0.0600769230769235, 0.0363667271850771, 0.0893269230769244, 0.062108007659113, 0.175769230769232, 0.182059399647478, 0.551750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1215, '2021-05-23 00:00:00', 0.0128971076065693, 0.0408461538461527, 0.0217218872249936, 0.0589038461538448, 0.0363697888151907, 0.0903076923076912, 0.0605032739101451, 0.174384615384616, 0.188834983924712, 0.557634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1230, '2021-05-23 00:00:00', 0.0193781101722062, 0.0443653846153855, 0.0321237989898218, 0.0689615384615393, 0.0373020106696694, 0.0939999999999996, 0.0599469027877669, 0.168634615384617, 0.190032151125904, 0.560961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1245, '2021-05-23 00:00:00', 0.0224633119689739, 0.0465961538461544, 0.0220938644459033, 0.0598269230769234, 0.0352117113384825, 0.0872692307692321, 0.0606321601640065, 0.160173076923078, 0.187895741344461, 0.562519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1260, '2021-05-23 00:00:00', 0.0154675466703671, 0.0412500000000002, 0.0313621525948804, 0.0622307692307701, 0.0399788646084978, 0.0934807692307696, 0.0608976221589589, 0.153903846153848, 0.186753713792751, 0.559519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1275, '2021-05-23 00:00:00', 0.0246779253585055, 0.042000000000001, 0.0271363508685593, 0.0593076923076924, 0.0394710020141376, 0.0924999999999995, 0.060786514825373, 0.151403846153848, 0.18438770608109, 0.558615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1290, '2021-05-23 00:00:00', 0.0179142401457604, 0.0444999999999999, 0.0298144260384118, 0.0724999999999996, 0.0343441630915864, 0.0916923076923072, 0.0616209660873503, 0.14921153846154, 0.187183489779825, 0.560326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1305, '2021-05-23 00:00:00', 0.0242318290366519, 0.0556923076923085, 0.0278579363087907, 0.0692307692307697, 0.033934354047415, 0.0925961538461549, 0.0581187114050594, 0.148269230769233, 0.193239293663025, 0.56423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1320, '2021-05-23 00:00:00', 0.0164356203224751, 0.0455192307692311, 0.0195125206351828, 0.0570384615384611, 0.0296080810174917, 0.0860384615384608, 0.0523986677751978, 0.141096153846154, 0.193678410098962, 0.566557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1335, '2021-05-23 00:00:00', 0.0134399089969448, 0.0386346153846151, 0.0179126620450033, 0.0597884615384612, 0.0271571565861771, 0.0843653846153852, 0.0511566372864914, 0.145692307692309, 0.196378121333467, 0.567942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1350, '2021-05-23 00:00:00', 0.0183212885841728, 0.0465192307692326, 0.0242575682083877, 0.0664807692307702, 0.0321512770412725, 0.0847692307692316, 0.0558577348131988, 0.150057692307693, 0.197811200779546, 0.570365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1365, '2021-05-23 00:00:00', 0.0173188203542138, 0.053192307692307, 0.0202424154837166, 0.0643461538461528, 0.0263005776479431, 0.0829038461538463, 0.0565358837716912, 0.152384615384616, 0.199895985452435, 0.57025 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1380, '2021-05-23 00:00:00', 0.0186056753128216, 0.0453653846153831, 0.0256419803027421, 0.0611346153846149, 0.0415326794408742, 0.0897115384615389, 0.0595324378288542, 0.153634615384616, 0.200203870130886, 0.570019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1395, '2021-05-23 00:00:00', 0.0220585671478317, 0.0425961538461534, 0.0232251935489162, 0.0585192307692314, 0.0357098564286365, 0.100923076923077, 0.0647367450050315, 0.159884615384616, 0.199834590252885, 0.572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1410, '2021-05-23 00:00:00', 0.0132847512353309, 0.0372307692307694, 0.0264334359942385, 0.0670576923076917, 0.0287325666207418, 0.0964038461538457, 0.0662827190612603, 0.164326923076924, 0.199834590252885, 0.572288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 1, 1425, '2021-05-23 00:00:00', 0.0252971266230897, 0.0547307692307682, 0.0281902670055846, 0.0846346153846161, 0.0273181328903603, 0.0929038461538459, 0.0745286109232826, 0.174076923076925, 0.19815268394308, 0.571384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 0, '2021-05-23 00:00:00', 0.0275035172575869, 0.0687115384615392, 0.0260672281728479, 0.0800961538461537, 0.0284612016612087, 0.0900000000000001, 0.0720792512553969, 0.17946153846154, 0.198907884555795, 0.569942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 15, '2021-05-23 00:00:00', 0.0246593457604482, 0.0501000000000005, 0.0222579573785808, 0.065100000000001, 0.0242289943387405, 0.081760000000001, 0.0682223692542754, 0.182100000000001, 0.20393795012209, 0.568799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 30, '2021-05-23 00:00:00', 0.0216823084564349, 0.0468200000000024, 0.0285518534132795, 0.0626000000000005, 0.0300873727666611, 0.0788000000000005, 0.0750738081268496, 0.188420000000002, 0.203080468451958, 0.566019999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 45, '2021-05-23 00:00:00', 0.0262637582992241, 0.0472499999999988, 0.0252095525240254, 0.0601923076923076, 0.0278643762093916, 0.0737115384615379, 0.0819099787289969, 0.196730769230768, 0.199178085178527, 0.56401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 60, '2021-05-23 00:00:00', 0.0151239494231448, 0.0424230769230778, 0.0203066586275376, 0.0540961538461547, 0.0233949041131103, 0.0701923076923078, 0.09818257913782, 0.207826923076924, 0.199588789765357, 0.56275 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 75, '2021-05-23 00:00:00', 0.0154010988618944, 0.0345769230769231, 0.0177237454801798, 0.0463653846153835, 0.0306088788023746, 0.0812115384615382, 0.0976104995140631, 0.210519230769232, 0.199876200145528, 0.562346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 90, '2021-05-23 00:00:00', 0.0111054560395401, 0.0356346153846161, 0.0185026921118152, 0.0499807692307696, 0.0346347313456383, 0.0837692307692312, 0.0961572910152163, 0.212730769230769, 0.200080072432552, 0.561346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 105, '2021-05-23 00:00:00', 0.0149920491748632, 0.0346923076923061, 0.0267688467036974, 0.0653653846153841, 0.0402129954119304, 0.0862499999999992, 0.095817334227487, 0.217307692307691, 0.200123627175419, 0.560884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 120, '2021-05-23 00:00:00', 0.0202548759561731, 0.053, 0.0294825959090856, 0.0647115384615386, 0.0391975323006635, 0.088442307692308, 0.0935110873722402, 0.214288461538462, 0.201463300723635, 0.557307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 135, '2021-05-23 00:00:00', 0.0183895036951472, 0.0395769230769229, 0.025265878480365, 0.0562692307692294, 0.0357763189833718, 0.0952500000000006, 0.0901822961476472, 0.205442307692308, 0.202483136049933, 0.555403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 150, '2021-05-23 00:00:00', 0.0177872577555257, 0.0405576923076914, 0.0233933669099735, 0.0594807692307696, 0.0314910548959785, 0.0985576923076934, 0.0908865141896128, 0.20446153846154, 0.203389543827753, 0.554557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 165, '2021-05-23 00:00:00', 0.0172516331445423, 0.0458269230769238, 0.0239724922487299, 0.0769038461538483, 0.0405497415338443, 0.111807692307694, 0.0857416154232284, 0.204730769230768, 0.20503290917839, 0.553576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 180, '2021-05-23 00:00:00', 0.0230752364768308, 0.0610576923076942, 0.0282699691164702, 0.0781346153846162, 0.0439127106182954, 0.112384615384616, 0.0864586005865506, 0.19851923076923, 0.206027112666867, 0.553865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 195, '2021-05-23 00:00:00', 0.0182664993909599, 0.049249999999999, 0.0353349902852918, 0.0778076923076922, 0.0466337819116629, 0.100480769230768, 0.0798478842261006, 0.185730769230769, 0.206806744608062, 0.553980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 210, '2021-05-23 00:00:00', 0.0252038458603816, 0.0525769230769233, 0.023669259518494, 0.0674230769230769, 0.0459437323087892, 0.0984423076923071, 0.0695125445236604, 0.178923076923075, 0.218313882183077, 0.559634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 225, '2021-05-23 00:00:00', 0.017595060495666, 0.0471153846153844, 0.0382708163567922, 0.0678461538461531, 0.049391294779546, 0.100499999999998, 0.0649784934834942, 0.180769230769229, 0.216549482709008, 0.560461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 240, '2021-05-23 00:00:00', 0.0217094095161145, 0.0505384615384602, 0.0266635735385584, 0.0703846153846137, 0.0569106452121346, 0.104307692307692, 0.0571174363785823, 0.173192307692305, 0.214251765094606, 0.564326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 255, '2021-05-23 00:00:00', 0.0195206399642894, 0.0488461538461537, 0.0305035180820941, 0.0717307692307674, 0.0529443539519054, 0.0987692307692318, 0.0543537133399921, 0.171115384615382, 0.21754275353453, 0.567480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 270, '2021-05-23 00:00:00', 0.0195569779008763, 0.0473461538461542, 0.0390178854452088, 0.0671538461538487, 0.0395441574017633, 0.0845961538461561, 0.0479153420106743, 0.158999999999999, 0.218270488508746, 0.564115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 285, '2021-05-23 00:00:00', 0.0294203226463536, 0.0451538461538464, 0.0288948291887364, 0.0571346153846165, 0.0288750690974883, 0.0790192307692309, 0.0505842975027429, 0.151634615384615, 0.219453227012397, 0.563673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 300, '2021-05-23 00:00:00', 0.0187046374340283, 0.0392115384615393, 0.0197454181637521, 0.0516923076923086, 0.0303272408646346, 0.074692307692308, 0.0502849266296932, 0.147423076923076, 0.22098470622334, 0.564096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 315, '2021-05-23 00:00:00', 0.0154792292592849, 0.0375576923076918, 0.0228722203018969, 0.05553846153846, 0.0357330540794661, 0.072865384615386, 0.0453453288239679, 0.152173076923077, 0.222148703661447, 0.563057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 330, '2021-05-23 00:00:00', 0.0171605988778425, 0.0403846153846136, 0.0251598657817147, 0.0513269230769238, 0.03642140114738, 0.0690384615384632, 0.0461884142982256, 0.15251923076923, 0.222021495840796, 0.562730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 345, '2021-05-23 00:00:00', 0.0140961123936875, 0.0334038461538482, 0.021489997673338, 0.0465000000000018, 0.0242317734834632, 0.0671730769230779, 0.0597969512986666, 0.163653846153847, 0.22249642348033, 0.561961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 360, '2021-05-23 00:00:00', 0.013757361665669, 0.0332500000000008, 0.0161867110737368, 0.0454807692307689, 0.0214284498165059, 0.0670384615384614, 0.0667399891657614, 0.165384615384615, 0.224306532193371, 0.563096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 375, '2021-05-23 00:00:00', 0.0121460503235211, 0.0309423076923062, 0.0154604706864347, 0.048615384615385, 0.0215726411492395, 0.0681730769230783, 0.0732820473345167, 0.172961538461539, 0.223325684905392, 0.565807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 390, '2021-05-23 00:00:00', 0.0138101969016202, 0.0336923076923073, 0.0221862483395606, 0.0474807692307697, 0.0237936966442802, 0.0679999999999989, 0.0732525452432557, 0.176653846153846, 0.222966444526113, 0.565846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 405, '2021-05-23 00:00:00', 0.0124374898531069, 0.0313653846153852, 0.0130523354821473, 0.0457115384615392, 0.0439112785581968, 0.0760961538461526, 0.0790260935485121, 0.184288461538462, 0.223146674771414, 0.56503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 420, '2021-05-23 00:00:00', 0.00902432609885357, 0.0340384615384617, 0.0156727593172173, 0.0458461538461519, 0.0447925174039652, 0.0775192307692309, 0.0824862412769517, 0.187, 0.222069051111448, 0.567711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 435, '2021-05-23 00:00:00', 0.0146234926902415, 0.031942307692305, 0.0382560653813436, 0.0569423076923068, 0.0364127038271001, 0.083249999999998, 0.0811967340191971, 0.197519230769231, 0.222793360624733, 0.567692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 450, '2021-05-23 00:00:00', 0.0341558926102058, 0.0427500000000003, 0.0345624295798389, 0.0571923076923075, 0.0320536089411763, 0.0795769230769199, 0.0799844431989481, 0.202865384615384, 0.222601136910499, 0.568615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 465, '2021-05-23 00:00:00', 0.0135725401511211, 0.0364230769230787, 0.0203727665127903, 0.056980769230768, 0.0255025790550989, 0.077692307692307, 0.0804690217508449, 0.213288461538462, 0.2226358677648, 0.56751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 480, '2021-05-23 00:00:00', 0.0176065656459793, 0.0418653846153817, 0.0225778993367759, 0.0583076923076892, 0.0251009730120946, 0.0763269230769219, 0.0855186169565056, 0.220076923076923, 0.222130820775646, 0.567192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 495, '2021-05-23 00:00:00', 0.0162814193295492, 0.0382307692307687, 0.018298087331742, 0.0520000000000007, 0.0250307580019837, 0.0811730769230786, 0.100443018672278, 0.230000000000001, 0.222404376167516, 0.566557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 510, '2021-05-23 00:00:00', 0.0126011751588751, 0.0365192307692319, 0.0159918248345374, 0.0514615384615399, 0.0254967871279151, 0.0901153846153853, 0.119477941317795, 0.23796153846154, 0.222453200782686, 0.567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 525, '2021-05-23 00:00:00', 0.0121206276811325, 0.03451923076923, 0.0189479854825303, 0.0656153846153858, 0.0451145209439275, 0.1085, 0.119198659323902, 0.239096153846155, 0.222351430951443, 0.567173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 540, '2021-05-23 00:00:00', 0.0195279385654361, 0.0574038461538475, 0.025143954771247, 0.0784615384615387, 0.0476732508452467, 0.113326923076923, 0.119548009345457, 0.238057692307694, 0.222660355353517, 0.567923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 555, '2021-05-23 00:00:00', 0.0161016004937883, 0.0483076923076923, 0.037810911123643, 0.0782500000000003, 0.0504356139433849, 0.117865384615386, 0.12238212539168, 0.243269230769233, 0.223209198183782, 0.570384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 570, '2021-05-23 00:00:00', 0.0340495792360776, 0.0624230769230766, 0.0367426811131758, 0.0837692307692301, 0.0449199458866732, 0.125307692307693, 0.122493367167371, 0.24525, 0.22658514191902, 0.575057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 585, '2021-05-23 00:00:00', 0.0150728104673493, 0.0530192307692314, 0.0332741121363381, 0.0900576923076938, 0.0560930031287319, 0.12425, 0.11662582673464, 0.245211538461539, 0.230812068908553, 0.577865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 600, '2021-05-23 00:00:00', 0.0301141929226859, 0.0747307692307702, 0.0393049615188731, 0.0974999999999988, 0.0601212236939794, 0.128192307692308, 0.117908700011753, 0.246807692307693, 0.231623952527833, 0.581153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 615, '2021-05-23 00:00:00', 0.02462022308216, 0.0671538461538438, 0.0378499466517223, 0.0895384615384606, 0.0529227630245594, 0.125673076923075, 0.127920383893203, 0.243730769230769, 0.232665561399918, 0.577788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 630, '2021-05-23 00:00:00', 0.0309739654946117, 0.0620576923076924, 0.04165955888093, 0.0861730769230774, 0.0469213294126038, 0.125365384615384, 0.124905619754093, 0.240423076923077, 0.228981823262494, 0.576346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 645, '2021-05-23 00:00:00', 0.0246639646822275, 0.0583653846153856, 0.0270658172154188, 0.0860384615384608, 0.0512605748939804, 0.124557692307692, 0.116402326172898, 0.244807692307693, 0.226277205759118, 0.575423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 660, '2021-05-23 00:00:00', 0.0214832403371705, 0.0640192307692293, 0.0373720638157182, 0.0903653846153838, 0.0584022128137143, 0.125038461538461, 0.117330343966874, 0.248980769230769, 0.226650324542862, 0.580480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 675, '2021-05-23 00:00:00', 0.0234532595733585, 0.0531538461538458, 0.0445402670020658, 0.0813461538461542, 0.0648816111200877, 0.117788461538463, 0.107169242502044, 0.247057692307693, 0.226731275200062, 0.580365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 690, '2021-05-23 00:00:00', 0.0209442116108487, 0.0575000000000002, 0.0254679285497526, 0.0766538461538471, 0.0704495482324316, 0.118173076923078, 0.102253388132695, 0.249153846153846, 0.230203613050574, 0.585788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 705, '2021-05-23 00:00:00', 0.0203122263295174, 0.0514423076923074, 0.0426854911398013, 0.0786346153846159, 0.0630792084482792, 0.111057692307693, 0.101628531729721, 0.248538461538463, 0.228385389536735, 0.585615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 720, '2021-05-23 00:00:00', 0.0272364574676048, 0.0537692307692301, 0.047284930108701, 0.0792307692307704, 0.0517488164115854, 0.105000000000001, 0.116806592279718, 0.260500000000002, 0.229908165612674, 0.59373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 735, '2021-05-23 00:00:00', 0.0303295806357182, 0.0552115384615397, 0.0316859347587934, 0.0720384615384623, 0.0544253052003754, 0.106576923076924, 0.145526888871493, 0.279846153846155, 0.230608792947311, 0.595153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 750, '2021-05-23 00:00:00', 0.0147674798641638, 0.05003846153846, 0.0283794616959814, 0.0734230769230744, 0.0455597367791393, 0.105480769230767, 0.140772276553851, 0.278076923076922, 0.218930492130756, 0.591596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 765, '2021-05-23 00:00:00', 0.023141944935214, 0.0545192307692293, 0.0328211060142694, 0.0792499999999991, 0.0457761820836328, 0.110326923076922, 0.13089906269865, 0.291230769230768, 0.219526771628288, 0.594711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 780, '2021-05-23 00:00:00', 0.0262827890453027, 0.0547499999999996, 0.0331768918653645, 0.0731153846153817, 0.0423995101568213, 0.105461538461538, 0.121953939918064, 0.30178846153846, 0.21992300838108, 0.59401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 795, '2021-05-23 00:00:00', 0.0173366330685581, 0.0478269230769213, 0.0238335978109774, 0.0694038461538452, 0.0543432714680146, 0.115365384615384, 0.120036500858955, 0.301192307692306, 0.216522871415824, 0.589576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 810, '2021-05-23 00:00:00', 0.015901584342932, 0.0534038461538459, 0.0223336930702006, 0.0744230769230765, 0.0592266442120065, 0.120653846153846, 0.11754272054809, 0.306365384615383, 0.216232575109444, 0.589442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 825, '2021-05-23 00:00:00', 0.0222693649524323, 0.0532307692307687, 0.0531001267563303, 0.0912115384615389, 0.0793862732757716, 0.136903846153846, 0.11318295604225, 0.312192307692306, 0.217503973438505, 0.588461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 840, '2021-05-23 00:00:00', 0.0417766267003618, 0.0669423076923087, 0.0460582615991786, 0.0907115384615387, 0.0780466921390397, 0.137615384615383, 0.118927262838065, 0.323576923076923, 0.221634610078424, 0.590596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 855, '2021-05-23 00:00:00', 0.0214913578337545, 0.0565384615384626, 0.0629716083766226, 0.099711538461539, 0.0690756441546867, 0.13073076923077, 0.117859296816814, 0.325576923076924, 0.218696596997898, 0.589192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 870, '2021-05-23 00:00:00', 0.061595117189096, 0.0755384615384609, 0.0616483950754957, 0.096230769230768, 0.0696380643039408, 0.1335, 0.136581252233015, 0.335961538461538, 0.217846318448438, 0.587461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 885, '2021-05-23 00:00:00', 0.0276083599379159, 0.0621923076923057, 0.0266360368962526, 0.0900384615384608, 0.03915637289716, 0.125692307692307, 0.144028369267468, 0.335865384615385, 0.216772262630978, 0.584576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 900, '2021-05-23 00:00:00', 0.0269660589136321, 0.066280000000001, 0.0316803435377005, 0.0925400000000019, 0.0521470037490167, 0.142820000000003, 0.145543163700669, 0.335000000000002, 0.225051990289651, 0.58124 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 915, '2021-05-23 00:00:00', 0.0181492106206823, 0.0614230769230751, 0.0339768473205835, 0.0896153846153856, 0.0763742128248501, 0.159596153846154, 0.151005216415246, 0.334846153846155, 0.223273127839838, 0.588519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 930, '2021-05-23 00:00:00', 0.0250597209757938, 0.0734807692307708, 0.0444080943765188, 0.111326923076923, 0.076953904784218, 0.16228846153846, 0.151238700785826, 0.342769230769231, 0.22091872156624, 0.591192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 945, '2021-05-23 00:00:00', 0.0335700244036486, 0.0755576923076924, 0.0674474724393858, 0.120692307692308, 0.0781709959984196, 0.17276923076923, 0.152160987621158, 0.331115384615385, 0.235910494761173, 0.593807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 960, '2021-05-23 00:00:00', 0.0574585636651469, 0.0909423076923079, 0.0580604459560512, 0.113653846153844, 0.0901824838015415, 0.191903846153845, 0.146087340840492, 0.330865384615386, 0.237634140256371, 0.59223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 975, '2021-05-23 00:00:00', 0.0294041859918995, 0.0693846153846133, 0.0685517799802564, 0.130442307692306, 0.089466779395397, 0.192269230769228, 0.143407709534201, 0.327365384615384, 0.241963150404863, 0.595615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 990, '2021-05-23 00:00:00', 0.0467230835718447, 0.104442307692307, 0.0727168507611215, 0.156903846153844, 0.0705096529125334, 0.192365384615384, 0.142657750739852, 0.321923076923077, 0.227268473058086, 0.594826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1005, '2021-05-23 00:00:00', 0.0319305255443526, 0.100461538461538, 0.0483789091046283, 0.131326923076923, 0.0648822483723101, 0.175884615384616, 0.131890315734764, 0.310653846153847, 0.223656838792069, 0.597807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1020, '2021-05-23 00:00:00', 0.0286410477354551, 0.0855192307692303, 0.0466489178702099, 0.122807692307693, 0.0757595513145678, 0.17098076923077, 0.12703278952847, 0.286980769230769, 0.232821028160787, 0.590634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1035, '2021-05-23 00:00:00', 0.0400804047653459, 0.0858269230769257, 0.0508963804062893, 0.118807692307693, 0.0616674237652775, 0.165365384615387, 0.120784316671686, 0.272865384615385, 0.236428805351634, 0.606500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1050, '2021-05-23 00:00:00', 0.0307818190595585, 0.0775961538461538, 0.0490531736603647, 0.115423076923078, 0.085951840272059, 0.156826923076924, 0.129886098030306, 0.264538461538461, 0.254636260183031, 0.60825 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1065, '2021-05-23 00:00:00', 0.0348342007007724, 0.0918076923076929, 0.0408741784203482, 0.117538461538461, 0.0837868196904864, 0.159365384615386, 0.118905819227463, 0.263423076923077, 0.268468545643619, 0.619 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1080, '2021-05-23 00:00:00', 0.0253597803921582, 0.08003846153846, 0.0498367681690788, 0.11228846153846, 0.0600511064395605, 0.149846153846153, 0.103007992595049, 0.252557692307691, 0.273746280621027, 0.621384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1095, '2021-05-23 00:00:00', 0.043190744200758, 0.0715961538461541, 0.0537897759801987, 0.105, 0.0584061113767539, 0.137576923076922, 0.106598399829237, 0.240173076923076, 0.285214960768459, 0.623923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1110, '2021-05-23 00:00:00', 0.0289404760473303, 0.0741346153846136, 0.0318466578369636, 0.0940192307692293, 0.0569012775306094, 0.135153846153845, 0.103241844527975, 0.22603846153846, 0.285032384799719, 0.620596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1125, '2021-05-23 00:00:00', 0.0218880367745985, 0.0596153846153851, 0.0389912613483895, 0.0854615384615393, 0.0607557942789131, 0.122557692307693, 0.103196140729867, 0.216711538461538, 0.288447996246223, 0.615942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1140, '2021-05-23 00:00:00', 0.0269659899759789, 0.0582692307692308, 0.0573714114010969, 0.0918269230769232, 0.0537850708482737, 0.121576923076924, 0.101097348363614, 0.206423076923076, 0.286683352525716, 0.613769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1155, '2021-05-23 00:00:00', 0.0561001439734903, 0.0673846153846152, 0.0560573229965413, 0.0862115384615407, 0.0578766493368567, 0.126442307692309, 0.103086268950592, 0.199826923076923, 0.286862320902982, 0.610365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1170, '2021-05-23 00:00:00', 0.0291113578152256, 0.052365384615386, 0.0370175841791637, 0.0811923076923079, 0.0500397880152913, 0.116096153846156, 0.0937790283264127, 0.186884615384615, 0.284532363983161, 0.611615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1185, '2021-05-23 00:00:00', 0.0179072933143486, 0.0538653846153844, 0.0280378041497257, 0.0814615384615399, 0.0505859056077269, 0.106076923076922, 0.0729504362827676, 0.174615384615384, 0.281489828344717, 0.613788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1200, '2021-05-23 00:00:00', 0.0230903992702908, 0.0590576923076939, 0.0313236516684465, 0.0748653846153868, 0.0389065596604909, 0.0944038461538454, 0.0708734082713655, 0.168499999999999, 0.279898116079075, 0.612653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1215, '2021-05-23 00:00:00', 0.0167288327791825, 0.0434230769230788, 0.0251492468154524, 0.0612692307692298, 0.0284748742146199, 0.0819615384615374, 0.0637897628632803, 0.163076923076922, 0.27470099899009, 0.606673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1230, '2021-05-23 00:00:00', 0.0139946830562947, 0.0418653846153839, 0.0155283983026633, 0.0548653846153848, 0.0329436114969436, 0.0818076923076921, 0.0607622732141716, 0.157423076923077, 0.275977714401278, 0.602173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1245, '2021-05-23 00:00:00', 0.014325448039711, 0.0404615384615398, 0.0236636121177957, 0.0595576923076941, 0.0457579081017296, 0.088384615384616, 0.0590876174715259, 0.152442307692309, 0.275044332091001, 0.60223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1260, '2021-05-23 00:00:00', 0.0188891503249882, 0.0445000000000021, 0.0322050402170949, 0.0612692307692315, 0.0457874058935593, 0.0920576923076935, 0.0537691969296678, 0.151557692307694, 0.275078014109004, 0.600923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1275, '2021-05-23 00:00:00', 0.0196286682020111, 0.042269230769232, 0.0303101721945246, 0.0624423076923085, 0.0398705597961908, 0.0886923076923087, 0.0416559765773807, 0.144903846153847, 0.271394149928448, 0.599230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1290, '2021-05-23 00:00:00', 0.0206640620773969, 0.0457115384615386, 0.0217545132364276, 0.0656730769230773, 0.0356127948053258, 0.0818653846153847, 0.0411938755716832, 0.145153846153846, 0.270809834641324, 0.598557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1305, '2021-05-23 00:00:00', 0.0172527812696534, 0.0495384615384614, 0.0269726998734196, 0.064057692307691, 0.0308704800490939, 0.0789423076923075, 0.0429033977496115, 0.145692307692307, 0.269928102250609, 0.597596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1320, '2021-05-23 00:00:00', 0.0175101399194872, 0.0457499999999993, 0.0212064576521838, 0.0564230769230774, 0.0191678516913494, 0.0750576923076921, 0.0458939412793637, 0.144423076923076, 0.269949103464964, 0.598038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1335, '2021-05-23 00:00:00', 0.0181070322080846, 0.0392307692307696, 0.0179844056380472, 0.0541730769230765, 0.0266975438224912, 0.0756730769230759, 0.0440084650947955, 0.14575, 0.270838118695396, 0.598557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1350, '2021-05-23 00:00:00', 0.0135419149878635, 0.0392884615384617, 0.0170692819009895, 0.0549038461538465, 0.0280653632683528, 0.0762307692307698, 0.0425053526041123, 0.14475, 0.269548808909658, 0.598903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1365, '2021-05-23 00:00:00', 0.0177961966550344, 0.0457307692307684, 0.0240159001817241, 0.0622115384615382, 0.0276565265631549, 0.0782884615384609, 0.0439931638046002, 0.147961538461537, 0.270996679656071, 0.599596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1380, '2021-05-23 00:00:00', 0.0183821506233222, 0.0427884615384609, 0.0191808899288214, 0.0540576923076924, 0.0278111557583522, 0.0789038461538474, 0.0461165413340531, 0.151153846153844, 0.271924941566885, 0.600423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1395, '2021-05-23 00:00:00', 0.0122287177766741, 0.0351923076923085, 0.015112246689358, 0.050000000000001, 0.0275690740895269, 0.0900769230769247, 0.0575230689509725, 0.158788461538462, 0.27147766659808, 0.599788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1410, '2021-05-23 00:00:00', 0.00969069736317337, 0.0354807692307692, 0.0208837533467077, 0.059365384615386, 0.027697271456839, 0.0898269230769229, 0.0737839491613595, 0.171865384615384, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 2, 1425, '2021-05-23 00:00:00', 0.0131491590839634, 0.0519038461538475, 0.0243677277119999, 0.0803846153846155, 0.0266485387101165, 0.0887692307692299, 0.0819353309722887, 0.177461538461537, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 0, '2021-05-23 00:00:00', 0.0319230866543083, 0.0677884615384616, 0.032526084207082, 0.0758846153846142, 0.030793206043891, 0.085807692307691, 0.0963740569144712, 0.188173076923076, 0.272620288200385, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 15, '2021-05-23 00:00:00', 0.0216805123413745, 0.0392692307692303, 0.0258135399771875, 0.0543269230769223, 0.0264044576656185, 0.0793461538461545, 0.0954172617829378, 0.190923076923077, 0.273121722652401, 0.599346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 30, '2021-05-23 00:00:00', 0.0221894032228166, 0.0419807692307691, 0.0261435166253235, 0.0572884615384629, 0.0352992972255186, 0.0825961538461552, 0.0951152014057756, 0.189192307692309, 0.272854551279332, 0.597615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 45, '2021-05-23 00:00:00', 0.0251657581768449, 0.0446538461538484, 0.0219236524890721, 0.060557692307694, 0.0358369383994543, 0.0821153846153848, 0.0952282763436597, 0.190730769230769, 0.272419190558622, 0.597153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 60, '2021-05-23 00:00:00', 0.0167291661477775, 0.0397500000000007, 0.0304217027794319, 0.055999999999999, 0.0372910228421735, 0.0774038461538452, 0.0956167369481676, 0.188403846153845, 0.273421540567222, 0.592673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 75, '2021-05-23 00:00:00', 0.0207258014598697, 0.0348269230769232, 0.0271658722551788, 0.0522307692307699, 0.035959491097623, 0.0832500000000012, 0.094560556502982, 0.184326923076923, 0.273488691933294, 0.59126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 90, '2021-05-23 00:00:00', 0.0135312743160201, 0.0363461538461552, 0.0210100342327559, 0.0528076923076919, 0.032096710830767, 0.0816730769230767, 0.0888282266295663, 0.178923076923077, 0.269435527467218, 0.588788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 105, '2021-05-23 00:00:00', 0.0172824054593556, 0.038307692307691, 0.0246870645044359, 0.0648653846153844, 0.0339089278010279, 0.0848461538461534, 0.0834744548672492, 0.176269230769231, 0.268274573037516, 0.589557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 120, '2021-05-23 00:00:00', 0.0164671351018198, 0.050057692307693, 0.0223987379452167, 0.0612115384615405, 0.0317025842188581, 0.090423076923078, 0.0842010414698968, 0.178346153846155, 0.268488172637369, 0.592826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 135, '2021-05-23 00:00:00', 0.0172950415304047, 0.0390384615384632, 0.0239074497562175, 0.0598846153846155, 0.0394096288507501, 0.100826923076924, 0.092113274746995, 0.181653846153847, 0.26905645103984, 0.593423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 150, '2021-05-23 00:00:00', 0.0169945692683083, 0.044153846153846, 0.0257645328668336, 0.0693653846153835, 0.0576471128104833, 0.11498076923077, 0.0928129819334805, 0.178980769230768, 0.269322783177476, 0.590307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 165, '2021-05-23 00:00:00', 0.0203667999072382, 0.0510576923076907, 0.0303112824894264, 0.0815769230769223, 0.0621243418166646, 0.114576923076922, 0.0888663127313235, 0.174692307692307, 0.2662779375014, 0.587 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 180, '2021-05-23 00:00:00', 0.0308477713943803, 0.0632500000000014, 0.0510934438064219, 0.0910000000000005, 0.0820758279791402, 0.124807692307694, 0.0938884444433929, 0.1735, 0.267047282618351, 0.588134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 195, '2021-05-23 00:00:00', 0.0276933829919433, 0.056211538461539, 0.0360902288075973, 0.0752692307692294, 0.0597018392964944, 0.112980769230769, 0.0753777180910611, 0.158903846153845, 0.259676965744868, 0.579057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 210, '2021-05-23 00:00:00', 0.0232152221281981, 0.0504423076923053, 0.0450389959240455, 0.0808653846153849, 0.0495862263754125, 0.0975769230769233, 0.0739136216237468, 0.154788461538461, 0.26037753063876, 0.577538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 225, '2021-05-23 00:00:00', 0.0339192253177147, 0.0604230769230779, 0.0393842608157102, 0.0799999999999999, 0.0403091944082995, 0.0913653846153842, 0.0665904936620362, 0.147076923076922, 0.260178311636757, 0.572423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 240, '2021-05-23 00:00:00', 0.0227306045809464, 0.0515961538461526, 0.02666942934407, 0.0639615384615378, 0.0272247059742528, 0.079730769230769, 0.0676042926493232, 0.144403846153845, 0.260781064231163, 0.569711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 255, '2021-05-23 00:00:00', 0.0189740713768892, 0.0418461538461536, 0.0219175816324569, 0.0569038461538457, 0.0235739181169478, 0.07401923076923, 0.0659836809661761, 0.143115384615383, 0.260310941287234, 0.568884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 270, '2021-05-23 00:00:00', 0.0198777804054224, 0.0421153846153857, 0.0184787299763393, 0.0547884615384624, 0.0212589619111214, 0.0712884615384609, 0.0648279646448959, 0.14575, 0.258205547965181, 0.57175 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 285, '2021-05-23 00:00:00', 0.016995474510767, 0.0363846153846164, 0.021409954550304, 0.0528846153846159, 0.0261237660731775, 0.0723653846153858, 0.0655551558730385, 0.141461538461538, 0.258372882745967, 0.573057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 300, '2021-05-23 00:00:00', 0.0174699302098926, 0.0380384615384622, 0.0177013797810756, 0.049673076923078, 0.0395217174961568, 0.0768846153846168, 0.0647635700066019, 0.1415, 0.257664066477741, 0.573865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 315, '2021-05-23 00:00:00', 0.0107910397303298, 0.0340576923076926, 0.0221196831942816, 0.0545961538461571, 0.0548916695375109, 0.0803461538461554, 0.0651488975052842, 0.155173076923077, 0.258798442511066, 0.573076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 330, '2021-05-23 00:00:00', 0.0174604167718361, 0.0393846153846182, 0.035738564604641, 0.0577500000000014, 0.0516400895250366, 0.0788269230769245, 0.0635090908089922, 0.161230769230771, 0.258496409735519, 0.571923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 345, '2021-05-23 00:00:00', 0.0283969459354613, 0.0439423076923071, 0.0436884468093718, 0.0624038461538452, 0.0438559179411564, 0.0816923076923086, 0.0575533197598935, 0.16326923076923, 0.258576987494128, 0.568538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 360, '2021-05-23 00:00:00', 0.0229364422833046, 0.0425961538461523, 0.0254003028449523, 0.0546538461538464, 0.0387881474759413, 0.076403846153847, 0.0554652628643852, 0.162653846153846, 0.259719547707789, 0.563211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 375, '2021-05-23 00:00:00', 0.0134029273495926, 0.0314615384615373, 0.0181710357014015, 0.0450576923076932, 0.0291243818026176, 0.068980769230769, 0.0511589528972053, 0.167961538461539, 0.261731691740871, 0.558461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 390, '2021-05-23 00:00:00', 0.0135957148226378, 0.0337115384615382, 0.0247947885343177, 0.0483076923076918, 0.0321504456243798, 0.0693653846153841, 0.0572904106622235, 0.168634615384615, 0.262578457872045, 0.557057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 405, '2021-05-23 00:00:00', 0.0183206482921905, 0.0321153846153855, 0.0246076989203335, 0.0483269230769237, 0.0274610563413819, 0.0640192307692315, 0.0637849150239722, 0.177153846153846, 0.26378698574068, 0.554423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 420, '2021-05-23 00:00:00', 0.0189895619101248, 0.0357884615384597, 0.0211797889871094, 0.0467884615384614, 0.0238294016839582, 0.061903846153846, 0.0756287084278276, 0.186692307692308, 0.263371419511276, 0.552769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 435, '2021-05-23 00:00:00', 0.0132009906388189, 0.032884615384615, 0.0181656586405814, 0.0453653846153842, 0.0231789692476739, 0.0677307692307707, 0.0754284990009635, 0.18796153846154, 0.261299212516108, 0.552961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 450, '2021-05-23 00:00:00', 0.0144533200870401, 0.0330384615384602, 0.0184464401402053, 0.0451346153846139, 0.0231674589423652, 0.0713653846153854, 0.0892534097603337, 0.202134615384617, 0.260167869623855, 0.551903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 465, '2021-05-23 00:00:00', 0.0122850127578915, 0.0318076923076922, 0.0203656573672435, 0.0520000000000007, 0.021560835220014, 0.0695192307692309, 0.0876966625099538, 0.207230769230769, 0.259454475775617, 0.55075 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 480, '2021-05-23 00:00:00', 0.0159064089647491, 0.0419230769230776, 0.02044444630249, 0.0576538461538465, 0.0247657331500937, 0.0708076923076921, 0.0859361950250578, 0.21648076923077, 0.258925092375263, 0.550788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 495, '2021-05-23 00:00:00', 0.0146045830530629, 0.039423076923076, 0.0167445168981919, 0.0486730769230754, 0.0436096363733444, 0.0924038461538452, 0.0843718782898305, 0.217923076923077, 0.259274760704665, 0.550807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 510, '2021-05-23 00:00:00', 0.0105247145037103, 0.0319807692307673, 0.0193220977520158, 0.0482884615384604, 0.0440402132671426, 0.0980961538461527, 0.074705184662008, 0.216769230769231, 0.255932527917328, 0.547173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 525, '2021-05-23 00:00:00', 0.0131655289998623, 0.0383653846153842, 0.0306065101169414, 0.0735384615384618, 0.0372452629925547, 0.10251923076923, 0.0732063889603592, 0.220653846153848, 0.255607373945636, 0.548480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 540, '2021-05-23 00:00:00', 0.023769275578746, 0.0610384615384611, 0.0318660477624699, 0.0817500000000001, 0.0356210827805869, 0.105807692307691, 0.0719092911510475, 0.221384615384617, 0.25621568813434, 0.548826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 555, '2021-05-23 00:00:00', 0.0206466704337543, 0.0537499999999992, 0.0239730297177085, 0.0716153846153839, 0.0281277648213675, 0.106134615384615, 0.0657734485827033, 0.21594230769231, 0.252439340009863, 0.548903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 570, '2021-05-23 00:00:00', 0.0206842656662943, 0.0473269230769228, 0.0217816083322254, 0.0685384615384614, 0.0306424291063634, 0.101961538461538, 0.0657624542167898, 0.214596153846155, 0.25176728571013, 0.551884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 585, '2021-05-23 00:00:00', 0.0167693516227103, 0.0513653846153823, 0.0243999054222646, 0.0798461538461509, 0.0456175952895381, 0.112249999999998, 0.0679455692787645, 0.216903846153847, 0.251453366222477, 0.553153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 600, '2021-05-23 00:00:00', 0.0188404229905163, 0.0633076923076923, 0.031657961691517, 0.0834423076923088, 0.0488750054101892, 0.123384615384617, 0.0745917529984684, 0.219980769230771, 0.252859034155093, 0.553365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 615, '2021-05-23 00:00:00', 0.0190600770843537, 0.0550576923076923, 0.0356745761658832, 0.0826538461538467, 0.0412147845019039, 0.117538461538461, 0.0718588573845671, 0.211346153846155, 0.252585517125465, 0.557711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 630, '2021-05-23 00:00:00', 0.0212260815616434, 0.0629423076923098, 0.0328302452016414, 0.0872500000000034, 0.0446188344156972, 0.125596153846156, 0.0643270519718168, 0.205480769230771, 0.25201671495237, 0.55873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 645, '2021-05-23 00:00:00', 0.0244414528083858, 0.0602307692307721, 0.0245040106607364, 0.0849423076923077, 0.0356405613786405, 0.12498076923077, 0.0643805512916403, 0.203653846153848, 0.247835063018811, 0.565038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 660, '2021-05-23 00:00:00', 0.0168381891955329, 0.0572692307692271, 0.0282742135849294, 0.0881346153846143, 0.0397721201152461, 0.124192307692306, 0.0691245280968745, 0.205596153846154, 0.246699350658619, 0.570519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 675, '2021-05-23 00:00:00', 0.0211963077336239, 0.0602884615384619, 0.0260576948623339, 0.0817884615384607, 0.0413598095517116, 0.111923076923076, 0.0793636542466673, 0.21198076923077, 0.247081983435582, 0.575057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 690, '2021-05-23 00:00:00', 0.0240028203471038, 0.056153846153847, 0.0389089914465092, 0.0815192307692298, 0.0403282350030546, 0.112057692307692, 0.0781409599082608, 0.223519230769233, 0.244283023119936, 0.579346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 705, '2021-05-23 00:00:00', 0.0204661540485377, 0.0542115384615371, 0.0304918652455665, 0.0769230769230758, 0.0379629221944067, 0.101288461538461, 0.106485674370564, 0.246326923076924, 0.243143304531425, 0.580942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 720, '2021-05-23 00:00:00', 0.0164967712458673, 0.0497115384615386, 0.0245674268399947, 0.0689615384615398, 0.033305861115057, 0.100096153846155, 0.117210962010318, 0.248980769230771, 0.242261966442558, 0.580403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 735, '2021-05-23 00:00:00', 0.0166767917962484, 0.0473461538461547, 0.0254108168972333, 0.068980769230769, 0.0306467026711755, 0.101403846153846, 0.139709937150015, 0.267442307692309, 0.242017781450994, 0.581442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 750, '2021-05-23 00:00:00', 0.0212579125540075, 0.0541730769230754, 0.0270176082184598, 0.0788653846153835, 0.0303910158789392, 0.100076923076922, 0.139789783108559, 0.27821153846154, 0.24279050561211, 0.583019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 765, '2021-05-23 00:00:00', 0.0184956647727146, 0.050519230769232, 0.023668975149241, 0.071403846153846, 0.0440077134847276, 0.0968269230769225, 0.152735502900122, 0.289423076923078, 0.242044430123574, 0.583615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 780, '2021-05-23 00:00:00', 0.0225813827334334, 0.0541730769230765, 0.0275504921078479, 0.0684807692307699, 0.0595078275394201, 0.104807692307692, 0.161946121144799, 0.303615384615386, 0.241183138203826, 0.580884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 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 988005, 3, 795, '2021-05-23 00:00:00', 0.019875351956246, 0.0470192307692306, 0.0315808425375995, 0.0690192307692307, 0.0462386326987094, 0.104634615384616, 0.23000322489378, 0.35921153846154, 0.240283880985675, 0.582288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988005 an[...];
Date: 2021-05-23 16:58:15 Duration: 24s81ms Database: acaweb_fx User: pgperfstats
6 23s947ms 23s947ms 23s947ms 1 23s947ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstat[...];Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 23 16 1 23s947ms 23s947ms [ User: pgperfstats - Total duration: 23s947ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988010, 1, 1020, '2021-05-23 00:00:00', 0.000571999899139327, 0.00123173076923075, 0.000762346403193154, 0.00167903846153845, 0.000918947160948562, 0.00246326923076921, 0.00120422916615379, 0.00315326923076923, 0.00215464599983741, 0.00701076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1035, '2021-05-23 00:00:00', 0.000369416379629336, 0.00108769230769231, 0.000549314432865023, 0.00152211538461538, 0.00099378369802565, 0.00229096153846153, 0.00122364388044638, 0.00292711538461539, 0.00215393407512857, 0.00701000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1050, '2021-05-23 00:00:00', 0.000376386053857561, 0.0010623076923077, 0.000804713518063322, 0.00189961538461536, 0.000977889112008422, 0.00219634615384616, 0.00127738171212113, 0.00282096153846154, 0.00218480613468422, 0.00704038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1065, '2021-05-23 00:00:00', 0.000826027565194728, 0.00153846153846151, 0.000964160535627506, 0.00178346153846154, 0.00094593586138074, 0.00205557692307692, 0.00132567731599884, 0.00268288461538462, 0.0021701212745268, 0.00702211538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1080, '2021-05-23 00:00:00', 0.000377510723230279, 0.00101788461538463, 0.000392453230922562, 0.00126346153846157, 0.000518662184411486, 0.00162769230769232, 0.00119541227197988, 0.00244750000000002, 0.00242138946919705, 0.00717480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1095, '2021-05-23 00:00:00', 0.000273171473338938, 0.000804423076923086, 0.000338581429814735, 0.00110423076923075, 0.000522301121517538, 0.00150769230769232, 0.00102644929433762, 0.00225807692307694, 0.00252442499164888, 0.00715846153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1110, '2021-05-23 00:00:00', 0.000285604689144886, 0.000770961538461508, 0.000411914899724931, 0.00105173076923077, 0.000508320310888261, 0.00141346153846154, 0.00100792566881004, 0.00216807692307694, 0.00271515034291203, 0.00727923076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1125, '2021-05-23 00:00:00', 0.000199790274653612, 0.000701923076923089, 0.000317595049370488, 0.00100615384615385, 0.0004205377967098, 0.00129903846153847, 0.000930194789360741, 0.00198288461538465, 0.00269543234722399, 0.0073165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1140, '2021-05-23 00:00:00', 0.000252388665477546, 0.000729038461538472, 0.000282666492803523, 0.000932115384615359, 0.000682968773922962, 0.00131288461538461, 0.00103240682202019, 0.0019546153846154, 0.00268360437872992, 0.00731269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1155, '2021-05-23 00:00:00', 0.000187034858947572, 0.000554038461538436, 0.000354426296992733, 0.000819999999999983, 0.000639993749969466, 0.00118499999999998, 0.000965053605525848, 0.00199230769230771, 0.00271158461335518, 0.00738634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1170, '2021-05-23 00:00:00', 0.000257526473620413, 0.000596730769230742, 0.000514496953717504, 0.000903653846153848, 0.000482909770199167, 0.00111961538461537, 0.000883001110723251, 0.00198980769230771, 0.00283271343143201, 0.0074442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1185, '2021-05-23 00:00:00', 0.000384066550723453, 0.000626346153846166, 0.000381122633201503, 0.000812307692307702, 0.000425579604774497, 0.000980000000000024, 0.000860029337603341, 0.00190269230769234, 0.0028897740662284, 0.00749807692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1200, '2021-05-23 00:00:00', 0.00026252596941136, 0.00056826923076923, 0.000281810424549206, 0.00068634615384615, 0.000446865321304554, 0.00094384615384618, 0.000721229959060333, 0.0022044230769231, 0.00293137867931429, 0.00753519230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1215, '2021-05-23 00:00:00', 0.000169135926220454, 0.000434807692307671, 0.000234609003696341, 0.000629230769230758, 0.000365765845652881, 0.000889423076923079, 0.000904789754583904, 0.00235250000000005, 0.00288300847806857, 0.00754826923076928 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1230, '2021-05-23 00:00:00', 0.000174778541192969, 0.000463461538461517, 0.000317055200241249, 0.000669999999999974, 0.000348342007007719, 0.000868076923076897, 0.000906699254693403, 0.00237346153846157, 0.00291738378583382, 0.00755807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1245, '2021-05-23 00:00:00', 0.000245044815367444, 0.00048980769230769, 0.000281521484355711, 0.000642115384615398, 0.000289306332191617, 0.000813076923076929, 0.000887881683905813, 0.00240826923076924, 0.0029157482546707, 0.00756326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1260, '2021-05-23 00:00:00', 0.000170584628218998, 0.000448653846153865, 0.000205839463211988, 0.000613269230769243, 0.000254920500428014, 0.000842692307692328, 0.000905687945070587, 0.00242942307692308, 0.00292612978838284, 0.0075165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1275, '2021-05-23 00:00:00', 0.00014411266959731, 0.000457307692307691, 0.000160768825910442, 0.000556153846153869, 0.000301583513118066, 0.000846153846153855, 0.000880756689531167, 0.0024371153846154, 0.00292542084414952, 0.00752634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1290, '2021-05-23 00:00:00', 0.000176313204706443, 0.000402115384615414, 0.000222562696438888, 0.000656923076923102, 0.000399422852857263, 0.000871153846153857, 0.000870814472866577, 0.0024346153846154, 0.00306226919381437, 0.00759115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1305, '2021-05-23 00:00:00', 0.000193376177834395, 0.000542884615384611, 0.000288960005217671, 0.000693269230769221, 0.000408196455342098, 0.00086788461538463, 0.000824633345097179, 0.00241307692307693, 0.0031576321764161, 0.00764480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1320, '2021-05-23 00:00:00', 0.000189145039992744, 0.000485384615384601, 0.000341007838845176, 0.000627115384615385, 0.000617230788404043, 0.00100538461538462, 0.000826359881556568, 0.00239057692307694, 0.00324332227578685, 0.00767423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1335, '2021-05-23 00:00:00', 0.000185089583299957, 0.000398076923076935, 0.000209482971586299, 0.000518653846153853, 0.00056445729551628, 0.00111403846153848, 0.000754388596047272, 0.00235692307692308, 0.00324546978939043, 0.0076719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1350, '2021-05-23 00:00:00', 0.00014474978411038, 0.000377500000000022, 0.000370298060818829, 0.000775576923076914, 0.000521329697836404, 0.0011244230769231, 0.000744474233681334, 0.00237673076923078, 0.00325410992202402, 0.00769076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1365, '2021-05-23 00:00:00', 0.000378368156084094, 0.000697692307692301, 0.000554993693657878, 0.000960000000000021, 0.000552953468622381, 0.00114846153846156, 0.000726629653844488, 0.00241057692307692, 0.00327139735493046, 0.00770057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1380, '2021-05-23 00:00:00', 0.000444074707851993, 0.000642115384615407, 0.000386940116615163, 0.000855576923076943, 0.000624200658072773, 0.00169269230769231, 0.000688740126272934, 0.00240519230769232, 0.00328252182604492, 0.00774153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1395, '2021-05-23 00:00:00', 0.000324685232186519, 0.00062250000000003, 0.000481773845763268, 0.000799038461538487, 0.000753255524118715, 0.00189826923076925, 0.000706251126615851, 0.00244057692307692, 0.00332586336390785, 0.00774865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1410, '2021-05-23 00:00:00', 0.000431100737825699, 0.000524615384615388, 0.000613153293670109, 0.00153019230769231, 0.000748680069291188, 0.0019296153846154, 0.000703937497225439, 0.00247, 0.00338004436133834, 0.00776826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 1, 1425, '2021-05-23 00:00:00', 0.00062490630066868, 0.00144826923076923, 0.000782300871689503, 0.00180942307692309, 0.000734398367058707, 0.0019351923076923, 0.000676805988562341, 0.00251288461538461, 0.0033722683988446, 0.00776692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 0, '2021-05-23 00:00:00', 0.000767886635262888, 0.00124326923076924, 0.000770630511085167, 0.00140923076923079, 0.000681371806330119, 0.00165846153846153, 0.000711409867797725, 0.00239499999999998, 0.00338324923477641, 0.00772576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 15, '2021-05-23 00:00:00', 0.000688997085404345, 0.000713125000000009, 0.000766840609206094, 0.00108979166666666, 0.000751088943767174, 0.00165291666666667, 0.000691560112710924, 0.00238020833333334, 0.00346132869452201, 0.00784062500000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 30, '2021-05-23 00:00:00', 0.000446887737986079, 0.000648958333333301, 0.000466128393629713, 0.00104687499999997, 0.000630234026006425, 0.00148333333333333, 0.000730144385909639, 0.00228104166666666, 0.00352254961598857, 0.00777833333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 45, '2021-05-23 00:00:00', 0.000419534403100179, 0.000853653846153836, 0.000516506013070983, 0.0012873076923077, 0.000629336188742992, 0.00145903846153845, 0.000834157336201295, 0.00241230769230769, 0.0033927033242171, 0.00769461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 60, '2021-05-23 00:00:00', 0.000414254891805297, 0.000848653846153846, 0.000431146102311562, 0.000974807692307699, 0.000485434301979641, 0.00114769230769231, 0.000868316673889102, 0.00229538461538459, 0.00337665719997658, 0.00767538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 75, '2021-05-23 00:00:00', 0.000216463267447044, 0.000437115384615421, 0.000302090982219692, 0.000595192307692321, 0.000372143944441665, 0.000958653846153867, 0.000871025854071818, 0.00214096153846152, 0.0033906491776876, 0.0076646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 90, '2021-05-23 00:00:00', 0.000198616367750655, 0.000372307692307706, 0.000298057880285011, 0.000587500000000014, 0.000360075472857943, 0.000887115384615389, 0.000890020138060862, 0.00215961538461537, 0.00340014909175371, 0.00765538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 105, '2021-05-23 00:00:00', 0.000196611291639102, 0.000419999999999985, 0.000327911632092455, 0.000735961538461543, 0.000375900968955308, 0.000948461538461552, 0.000896745418808417, 0.00218211538461538, 0.00340014909175371, 0.00765538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 120, '2021-05-23 00:00:00', 0.000261731512461494, 0.000600769230769229, 0.000277195848564772, 0.00071153846153846, 0.000374858178310358, 0.000965576923076938, 0.000875319282407182, 0.00215038461538461, 0.00337604406642765, 0.00763846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 135, '2021-05-23 00:00:00', 0.000200763255142425, 0.000473269230769223, 0.000228736411954519, 0.000657115384615385, 0.000340831167318031, 0.00107173076923077, 0.000898904054946906, 0.00216750000000001, 0.00338223563410584, 0.00762173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 150, '2021-05-23 00:00:00', 0.000198707361173698, 0.000483846153846155, 0.000283051300052708, 0.000724038461538465, 0.000318374960360608, 0.00109884615384614, 0.000924783155456097, 0.00224673076923076, 0.00337096631318309, 0.00761826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 165, '2021-05-23 00:00:00', 0.000252436435258784, 0.000556923076923087, 0.000294912046862447, 0.000888653846153878, 0.000436115766211741, 0.00119519230769233, 0.000932015372108271, 0.00223557692307693, 0.0033955532006525, 0.00760153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 180, '2021-05-23 00:00:00', 0.000324669299204782, 0.00073307692307696, 0.000294006868051639, 0.000850961538461537, 0.000449796193163745, 0.00128115384615386, 0.000930745958068857, 0.00224403846153843, 0.00343209586673529, 0.00761596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 195, '2021-05-23 00:00:00', 0.000211585952710984, 0.000548846153846137, 0.000407746197454297, 0.000880192307692326, 0.000421022382010535, 0.00118038461538465, 0.000954572095032827, 0.00216326923076923, 0.00353798846043252, 0.00764288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 210, '2021-05-23 00:00:00', 0.00032899596677446, 0.000692884615384637, 0.000341249344885269, 0.000921346153846169, 0.000393394693171349, 0.00121076923076925, 0.000922748152989833, 0.00213807692307692, 0.00369025730289074, 0.00767480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 225, '2021-05-23 00:00:00', 0.000192975486685563, 0.000586538461538487, 0.000283858036023951, 0.000779230769230784, 0.000497200160901018, 0.001185, 0.000893472138087375, 0.0020826923076923, 0.00369022592595837, 0.0076942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 240, '2021-05-23 00:00:00', 0.000255231192330523, 0.000565192307692304, 0.000350627349848157, 0.000863461538461525, 0.000569738840306537, 0.00127788461538462, 0.000882012471567126, 0.00207999999999998, 0.00368246487267176, 0.00770153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 255, '2021-05-23 00:00:00', 0.000214729257080081, 0.000615576923076925, 0.00039426274917196, 0.000888653846153835, 0.000422790910316389, 0.00120807692307694, 0.000793414165780733, 0.00205096153846152, 0.00371276276977337, 0.0077142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 270, '2021-05-23 00:00:00', 0.000285142069852914, 0.000589999999999988, 0.00036176368189531, 0.000859807692307689, 0.000349125996652281, 0.0010701923076923, 0.000839637925628555, 0.0020303846153846, 0.00372522635347374, 0.00769576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 285, '2021-05-23 00:00:00', 0.000354931683567419, 0.000612499999999999, 0.000305493799509022, 0.000762307692307699, 0.000365520335117767, 0.00100134615384614, 0.000847955573037958, 0.00199557692307692, 0.00376870455196476, 0.00768000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 300, '2021-05-23 00:00:00', 0.000184923372903896, 0.000514423076923099, 0.000245199134143263, 0.000738846153846169, 0.000414628703225478, 0.00100980769230768, 0.000884516056296386, 0.00210942307692306, 0.0037711639500904, 0.00767346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 315, '2021-05-23 00:00:00', 0.000240154437490027, 0.000496923076923053, 0.000287371108231415, 0.00070807692307689, 0.00051869944610015, 0.000991346153846141, 0.000824250638692272, 0.00220365384615383, 0.00376780646244754, 0.00767653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 330, '2021-05-23 00:00:00', 0.000137310008599276, 0.000484038461538464, 0.00034028155762769, 0.000701538461538463, 0.000515513336393926, 0.00105999999999998, 0.000830695723243716, 0.00231923076923074, 0.00375096416323138, 0.0076969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 345, '2021-05-23 00:00:00', 0.000258636141801857, 0.000519423076923047, 0.000401761697450691, 0.000722307692307676, 0.000443202723193511, 0.00102942307692307, 0.000841996162973166, 0.00246846153846151, 0.00374784177894424, 0.00770000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 360, '2021-05-23 00:00:00', 0.000241483237194962, 0.000481923076923091, 0.000338483552605756, 0.00073634615384617, 0.000416392981910841, 0.00100134615384615, 0.00116520536321351, 0.00265653846153845, 0.00373585245137726, 0.00772846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 375, '2021-05-23 00:00:00', 0.000276211248587298, 0.00050557692307693, 0.000329059498945335, 0.000678076923076924, 0.000456754983973516, 0.000941346153846146, 0.00121325328701863, 0.00291346153846153, 0.00372793747884185, 0.0077246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 390, '2021-05-23 00:00:00', 0.000171758439497024, 0.000405192307692332, 0.000279155043768737, 0.00062653846153845, 0.000407988499083735, 0.00090115384615384, 0.00140950805657096, 0.00319519230769228, 0.00372839460708677, 0.00772788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 405, '2021-05-23 00:00:00', 0.000224170608105641, 0.000462307692307672, 0.000292078558979259, 0.000611730769230729, 0.000403990717715143, 0.000922499999999971, 0.00152417277690102, 0.00343057692307691, 0.00373423411980802, 0.00772269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 420, '2021-05-23 00:00:00', 0.00018322212244662, 0.000392884615384567, 0.000237794756363228, 0.000602115384615341, 0.000317965165000567, 0.000900384615384579, 0.0015575801251152, 0.00350961538461539, 0.00373423411980802, 0.00772269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 435, '2021-05-23 00:00:00', 0.000218290297187359, 0.000435576923076916, 0.00028125159828602, 0.000642307692307707, 0.000258196704978062, 0.000951538461538478, 0.00157853749254956, 0.00362884615384615, 0.00374100221043258, 0.00770846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 450, '2021-05-23 00:00:00', 0.000227715493881787, 0.000492115384615389, 0.000253984024331026, 0.000688269230769231, 0.000320928520678084, 0.00101365384615387, 0.0016088969943603, 0.00374153846153847, 0.00374250662606678, 0.00769038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 465, '2021-05-23 00:00:00', 0.000135988828726725, 0.000444807692307703, 0.000146860478005479, 0.000655000000000004, 0.000366594305214119, 0.000970769230769254, 0.00173728275897027, 0.00395576923076923, 0.00374438971611579, 0.0076721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 480, '2021-05-23 00:00:00', 0.000134172105320575, 0.000508076923076929, 0.00032349747353671, 0.000773846153846168, 0.000456177470525882, 0.00123326923076923, 0.00175440834865952, 0.00407942307692309, 0.00374496074232272, 0.00766980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 495, '2021-05-23 00:00:00', 0.000242213510389874, 0.000525769230769242, 0.000284196302688052, 0.000696538461538439, 0.000465135092039023, 0.00136442307692307, 0.00165716900628291, 0.00413634615384614, 0.00372130300277488, 0.00760903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 510, '2021-05-23 00:00:00', 0.000156538026837429, 0.000461923076923063, 0.000353070106352829, 0.000892499999999988, 0.000523625379886758, 0.00150153846153843, 0.00157038815632903, 0.0042198076923077, 0.0037253666881984, 0.00757519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 525, '2021-05-23 00:00:00', 0.000317374324006327, 0.000692307692307667, 0.000387851279983199, 0.00105115384615382, 0.000706628860261061, 0.00163211538461534, 0.001519865581101, 0.00436576923076924, 0.00373667577482362, 0.00753038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 540, '2021-05-23 00:00:00', 0.000317522682412038, 0.00079057692307691, 0.000404234937400722, 0.0011482692307692, 0.00111728572201354, 0.00187576923076923, 0.00145442768284142, 0.00446826923076925, 0.00371058156337541, 0.00748346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 555, '2021-05-23 00:00:00', 0.000272973441931597, 0.000772500000000005, 0.000620773989591876, 0.00120711538461539, 0.00120350820520674, 0.0021, 0.00147548959280017, 0.00444346153846156, 0.00371585029093145, 0.00741923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 570, '2021-05-23 00:00:00', 0.000508210624113211, 0.000850961538461528, 0.000957200887202648, 0.00141846153846154, 0.00127665929736104, 0.00230519230769229, 0.00134463549536097, 0.00438615384615389, 0.0036408941051087, 0.00731673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 585, '2021-05-23 00:00:00', 0.000583057326644516, 0.00104038461538462, 0.000768047299224571, 0.00154942307692307, 0.00110282031802384, 0.00238057692307694, 0.00125991831237039, 0.0042519230769231, 0.00356523882574722, 0.00728826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 600, '2021-05-23 00:00:00', 0.000520242288228791, 0.00121903846153847, 0.000859035416123114, 0.0017503846153846, 0.00095181171376567, 0.00223153846153849, 0.00118025512235542, 0.00404807692307695, 0.00339998692870789, 0.00724365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 615, '2021-05-23 00:00:00', 0.000491511327046882, 0.00111423076923076, 0.000574809935142486, 0.00151230769230769, 0.000508747519366512, 0.00197096153846155, 0.000998885629088745, 0.0038775, 0.00313763916638951, 0.00714846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 630, '2021-05-23 00:00:00', 0.000398408564937263, 0.00106423076923079, 0.000461194602677058, 0.00139730769230771, 0.000416030000767316, 0.00193519230769231, 0.00100825044584095, 0.0038598076923077, 0.00296134971826128, 0.00712692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 645, '2021-05-23 00:00:00', 0.000356704575028356, 0.00097692307692308, 0.000411497453025135, 0.00144192307692307, 0.000650329177003088, 0.00206403846153846, 0.00108933368836887, 0.00388326923076924, 0.00318548998766883, 0.0071726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 660, '2021-05-23 00:00:00', 0.000319750623984484, 0.000982692307692298, 0.000480342546042366, 0.00135519230769229, 0.000621962186582479, 0.0021101923076923, 0.00114613438935469, 0.00384096153846155, 0.00315331613604567, 0.00714942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 675, '2021-05-23 00:00:00', 0.000256906522958195, 0.000964807692307693, 0.000462398762308695, 0.00147115384615384, 0.000786773058863761, 0.00215461538461538, 0.00128781020161532, 0.00387365384615385, 0.00303850054113231, 0.00719653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 690, '2021-05-23 00:00:00', 0.000377380903271247, 0.00103211538461537, 0.000584342793230139, 0.00150249999999999, 0.000890009269614661, 0.00214750000000001, 0.00140120964225141, 0.00384230769230769, 0.00318437695874476, 0.00723384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 705, '2021-05-23 00:00:00', 0.000564042960720606, 0.00115769230769231, 0.000802018055618755, 0.00151480769230768, 0.0010115245158442, 0.00219461538461541, 0.00149844401348145, 0.00391230769230769, 0.00319201964038684, 0.00717576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 720, '2021-05-23 00:00:00', 0.000429536825680177, 0.00093673076923074, 0.000568808505021365, 0.00138634615384616, 0.000866880348411207, 0.00209846153846155, 0.00144265888339763, 0.00377057692307692, 0.00310879235147918, 0.0071117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 735, '2021-05-23 00:00:00', 0.000344528440268519, 0.00093538461538462, 0.000583438646171274, 0.00143057692307693, 0.000688845773740388, 0.0020225, 0.00149554888303203, 0.0036923076923077, 0.00311143971745952, 0.00706365384615389 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 750, '2021-05-23 00:00:00', 0.000420661978315132, 0.00105249999999999, 0.000508149924878345, 0.00149288461538462, 0.00077664527592421, 0.00198173076923077, 0.00152398157671073, 0.00366461538461537, 0.00311991428013409, 0.00706134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 765, '2021-05-23 00:00:00', 0.000346113642964503, 0.000945576923076935, 0.000467002264860239, 0.00134865384615383, 0.000637000694360185, 0.00174326923076922, 0.00156500893337336, 0.00358519230769229, 0.00309487541690355, 0.00696461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 780, '2021-05-23 00:00:00', 0.000364699665689219, 0.000915384615384566, 0.00059128715528076, 0.00122749999999999, 0.000598728942138158, 0.00163711538461537, 0.00162322456856712, 0.00374500000000001, 0.00306580372822526, 0.00693250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 795, '2021-05-23 00:00:00', 0.000286283882778056, 0.000872307692307694, 0.000378454549654057, 0.00118461538461537, 0.000486483654559796, 0.00160711538461537, 0.0015185136963998, 0.00363038461538461, 0.00308020910878564, 0.00682692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 810, '2021-05-23 00:00:00', 0.00027610143063737, 0.000774999999999987, 0.000306032740832645, 0.00111096153846153, 0.0005026819226754, 0.00163134615384614, 0.00150903842281713, 0.0036898076923077, 0.00306976774365747, 0.00682000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 825, '2021-05-23 00:00:00', 0.000294437403560387, 0.000845769230769255, 0.000335758842028053, 0.00121500000000001, 0.000615049466428387, 0.00168038461538464, 0.00147708918537049, 0.00372269230769233, 0.00308028787365975, 0.00686576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 840, '2021-05-23 00:00:00', 0.000241017713999492, 0.000798461538461526, 0.000378932914704123, 0.00107807692307693, 0.000656289687444605, 0.00176692307692308, 0.00164037098289942, 0.00402980769230771, 0.00311735018145958, 0.0069019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 855, '2021-05-23 00:00:00', 0.000330059260413382, 0.000791346153846154, 0.000502120005576353, 0.00120750000000003, 0.000753392659905832, 0.00192750000000002, 0.00160211683286639, 0.00404788461538464, 0.00315991896804576, 0.00693826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 870, '2021-05-23 00:00:00', 0.000416900513865765, 0.000919038461538479, 0.000622885716150734, 0.00137384615384616, 0.000886803876505173, 0.00211134615384616, 0.0015891052150866, 0.00412076923076926, 0.00315580384127647, 0.0070317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 885, '2021-05-23 00:00:00', 0.000457235211309807, 0.000984038461538469, 0.00052176284031965, 0.00144769230769232, 0.000802032801938044, 0.00225884615384614, 0.00149637383492434, 0.00402057692307692, 0.0031538393452084, 0.00704115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 900, '2021-05-23 00:00:00', 0.000393327153906247, 0.000987999999999989, 0.000628108469931735, 0.00144659999999999, 0.000797283826500955, 0.00215360000000001, 0.00150078126876194, 0.0038906, 0.00332749467818256, 0.00705500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 915, '2021-05-23 00:00:00', 0.000475817838447216, 0.00102115384615385, 0.000736316925912064, 0.00158384615384615, 0.000764779933153214, 0.00197211538461537, 0.00146853963305257, 0.00379442307692307, 0.00324730235971099, 0.00704384615384621 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 930, '2021-05-23 00:00:00', 0.000748894159102905, 0.00117230769230768, 0.000744506780461979, 0.00151788461538462, 0.000713080209103677, 0.00195076923076923, 0.00154276825369703, 0.00378326923076922, 0.00317009338008542, 0.00710596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 945, '2021-05-23 00:00:00', 0.000328191079426888, 0.00103923076923077, 0.000453648118462548, 0.00135384615384614, 0.000524851920508562, 0.00186846153846157, 0.0015162194381472, 0.00360423076923079, 0.00325481420951512, 0.00721846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 960, '2021-05-23 00:00:00', 0.000275332805611957, 0.0009480769230769, 0.000355485367003814, 0.00127961538461539, 0.000740077334836347, 0.00202769230769234, 0.00162643079022276, 0.00352634615384618, 0.00324433762944705, 0.00722442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 975, '2021-05-23 00:00:00', 0.000313702026672522, 0.000979807692307698, 0.000479049700328254, 0.00139884615384619, 0.00075828554090029, 0.00199480769230772, 0.00159354182199952, 0.00347846153846156, 0.00318582140718236, 0.00725596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 990, '2021-05-23 00:00:00', 0.000401023690073297, 0.00100000000000003, 0.000755639209798319, 0.00156615384615388, 0.000779769418580798, 0.00192288461538465, 0.00155779607631571, 0.00340115384615386, 0.00315597155588233, 0.00722230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1005, '2021-05-23 00:00:00', 0.000426118121940553, 0.00113557692307692, 0.000451354244298375, 0.00141442307692307, 0.000669776541381237, 0.00179115384615385, 0.00138110609239898, 0.00329096153846154, 0.00294660456484043, 0.00716730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1020, '2021-05-23 00:00:00', 0.000317756801052918, 0.00100576923076923, 0.000466415999527658, 0.00131826923076925, 0.000799334338443805, 0.00205923076923078, 0.00133984139417262, 0.0031048076923077, 0.00291114785714394, 0.00726538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1035, '2021-05-23 00:00:00', 0.000329479367861107, 0.000940576923076936, 0.000327668981654407, 0.00126519230769233, 0.000768311860760047, 0.00202365384615387, 0.00129196671783756, 0.00304500000000001, 0.00293916665976026, 0.00730057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1050, '2021-05-23 00:00:00', 0.00033145506714858, 0.000977307692307707, 0.000699219674956419, 0.00167307692307693, 0.000921798847571736, 0.00207134615384615, 0.00139787015188766, 0.0030301923076923, 0.00290263715636978, 0.00734269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1065, '2021-05-23 00:00:00', 0.000614866620933728, 0.00133519230769232, 0.000673055832636569, 0.00156307692307694, 0.000851574491976223, 0.00196634615384614, 0.00146103457811971, 0.00290096153846152, 0.0027503243515014, 0.00733596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1080, '2021-05-23 00:00:00', 0.000420993513562299, 0.000956538461538477, 0.000741246662983769, 0.00135884615384615, 0.000729767534113505, 0.00164557692307691, 0.00145194235952553, 0.00268384615384613, 0.00261450760182487, 0.00729000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1095, '2021-05-23 00:00:00', 0.000350505184862339, 0.000901730769230767, 0.000379433585959177, 0.00114461538461537, 0.000498105526354194, 0.00146865384615384, 0.00109546456601051, 0.00241615384615382, 0.00245822341257947, 0.00720788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1110, '2021-05-23 00:00:00', 0.00030054616949815, 0.000789999999999992, 0.000355933442352126, 0.00102615384615382, 0.000529469691149699, 0.00139807692307689, 0.001082563570704, 0.00230173076923074, 0.00241307738407587, 0.00721230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1125, '2021-05-23 00:00:00', 0.000212310005561512, 0.00066153846153844, 0.000378148119127912, 0.000954999999999988, 0.000492454956940626, 0.00134173076923075, 0.000980456585160502, 0.00216365384615383, 0.00235755202242951, 0.00725153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1140, '2021-05-23 00:00:00', 0.000270619588238637, 0.000714807692307695, 0.000318571873305726, 0.000925961538461515, 0.000555625634896243, 0.00132461538461537, 0.000963076820164644, 0.00221519230769231, 0.00236212242404026, 0.0072821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1155, '2021-05-23 00:00:00', 0.000254035733404088, 0.000671923076923064, 0.000462642452074552, 0.00098403846153846, 0.000489131726791309, 0.0012653846153846, 0.000937247545496104, 0.00217480769230766, 0.00233285361735364, 0.00726000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1170, '2021-05-23 00:00:00', 0.000350887281923116, 0.000668269230769219, 0.000350396259200273, 0.00093653846153844, 0.000402000047837742, 0.00112403846153842, 0.000783038067647167, 0.00208115384615382, 0.00225061694105964, 0.00720884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1185, '2021-05-23 00:00:00', 0.000234664408497296, 0.000629230769230749, 0.000241044282557882, 0.000797884615384616, 0.000395537608831312, 0.00109499999999998, 0.000786274785594377, 0.00196596153846151, 0.0022434557906532, 0.00721173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1200, '2021-05-23 00:00:00', 0.000171197254650855, 0.000522500000000015, 0.000227950736918154, 0.000713461538461507, 0.000419366050861775, 0.0010832692307692, 0.000751186471779515, 0.00214634615384616, 0.00221708634161006, 0.00720461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1215, '2021-05-23 00:00:00', 0.000229751789145105, 0.000471730769230751, 0.000323372671410847, 0.000743269230769207, 0.000424626759184324, 0.00112326923076921, 0.000746354241527507, 0.00219942307692309, 0.00223196468299879, 0.00722711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1230, '2021-05-23 00:00:00', 0.000188193129115183, 0.000504423076923068, 0.000313559956234639, 0.000765384615384599, 0.000420670938456115, 0.00111096153846153, 0.000695281680604742, 0.00221384615384616, 0.00224988368930144, 0.00724115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1245, '2021-05-23 00:00:00', 0.000193917607404678, 0.00053403846153845, 0.000301292855234568, 0.000780769230769213, 0.000568331430931434, 0.00105884615384615, 0.000730690084782835, 0.00218000000000001, 0.00227334125496779, 0.00722230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1260, '2021-05-23 00:00:00', 0.000290983478251577, 0.000540769230769212, 0.000431927032655361, 0.000800192307692298, 0.000662998578719898, 0.00114365384615384, 0.000724864443560599, 0.00221769230769233, 0.00226156872886602, 0.00724865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1275, '2021-05-23 00:00:00', 0.000289158460683095, 0.00050884615384614, 0.000374682686262115, 0.000731346153846154, 0.000487013188891063, 0.000990384615384596, 0.000605366926239428, 0.00223865384615385, 0.00220808141572308, 0.00723653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1290, '2021-05-23 00:00:00', 0.00016563502509572, 0.000494807692307697, 0.000305115614909415, 0.000793461538461536, 0.0003417552543066, 0.000934423076923067, 0.000606655268982789, 0.00225384615384616, 0.0022052623513908, 0.00723596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1305, '2021-05-23 00:00:00', 0.000248949485144769, 0.000589615384615379, 0.000247747778069685, 0.000674807692307664, 0.000354244428868848, 0.000901346153846132, 0.000601935499994652, 0.00223288461538461, 0.00240756835512835, 0.00741076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1320, '2021-05-23 00:00:00', 0.000160682797892189, 0.00045980769230769, 0.000263320877667123, 0.000593269230769215, 0.000495251917248627, 0.0010473076923077, 0.000594194121349352, 0.00220942307692307, 0.00241235468274975, 0.00747365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1335, '2021-05-23 00:00:00', 0.000216042018705033, 0.000406923076923078, 0.000282953991911162, 0.000590192307692297, 0.000529095490872425, 0.00111596153846155, 0.000597424858487184, 0.00220269230769231, 0.00241905850248843, 0.00748596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1350, '2021-05-23 00:00:00', 0.000141760903799868, 0.000411923076923102, 0.000455442684057534, 0.000849038461538515, 0.000511520659030887, 0.00111923076923077, 0.000589849948324523, 0.00218480769230768, 0.00238556828417499, 0.00747096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1365, '2021-05-23 00:00:00', 0.000433188225211078, 0.000714038461538502, 0.000502327237810318, 0.000940576923076945, 0.000492361499463386, 0.00108538461538462, 0.000601879108740663, 0.00215769230769229, 0.00234220379458848, 0.00744884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1380, '2021-05-23 00:00:00', 0.000273261568127296, 0.000558269230769207, 0.00026410436456941, 0.000746346153846124, 0.00056464461253211, 0.00147346153846154, 0.000688120628959785, 0.00211999999999999, 0.00231635632306099, 0.00742884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1395, '2021-05-23 00:00:00', 0.000172056788478487, 0.000501538461538442, 0.000272977034818815, 0.000652692307692279, 0.000679154593254311, 0.00168480769230768, 0.000792127417877856, 0.0022103846153846, 0.00230472685683475, 0.0074317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1410, '2021-05-23 00:00:00', 0.000240124727205242, 0.000421730769230748, 0.000568207166986986, 0.00132923076923077, 0.000657701972488574, 0.00174326923076922, 0.000996278401776422, 0.00225557692307693, 0.00229223405470263, 0.00744980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 2, 1425, '2021-05-23 00:00:00', 0.000595059790143927, 0.0012569230769231, 0.000677867498965551, 0.00158288461538462, 0.000673946956369686, 0.00172750000000001, 0.0010014632563635, 0.00232942307692308, 0.00229525688188624, 0.00745192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 0, '2021-05-23 00:00:00', 0.000634948695686382, 0.0010453846153846, 0.000625100884165592, 0.00125865384615385, 0.000630777328747285, 0.00145403846153846, 0.001015017714889, 0.00224480769230769, 0.00232619902085255, 0.00740326923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 15, '2021-05-23 00:00:00', 0.000321541520297711, 0.000507916666666691, 0.000418632121630503, 0.000804374999999996, 0.000477685201962451, 0.00140875, 0.000777157119510474, 0.00215583333333334, 0.00239677168139847, 0.0074241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 30, '2021-05-23 00:00:00', 0.000344599712040578, 0.000575192307692284, 0.000571017849646954, 0.000899230769230742, 0.00045308498099142, 0.00141000000000001, 0.000780079483129783, 0.00211499999999999, 0.00232924158175014, 0.00732788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 45, '2021-05-23 00:00:00', 0.00041921042999359, 0.000619230769230786, 0.000380603619773395, 0.00114634615384617, 0.000371523267725638, 0.00129153846153848, 0.000792933501916487, 0.00206846153846152, 0.00234628675537786, 0.00730653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 60, '2021-05-23 00:00:00', 0.000351858855006034, 0.000900576923076922, 0.00036037736631739, 0.00104961538461539, 0.000342839780924881, 0.00112865384615384, 0.000822623757348308, 0.00208961538461537, 0.0023824966865745, 0.00727730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 75, '2021-05-23 00:00:00', 0.00031943248955707, 0.000496346153846135, 0.000341988078964539, 0.000634615384615366, 0.000371965931028818, 0.000874423076923075, 0.000841899706250464, 0.00202634615384613, 0.00236294432533132, 0.0072467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 90, '2021-05-23 00:00:00', 0.00017511007527138, 0.000411538461538467, 0.00022516874014493, 0.000554807692307689, 0.000313315520497488, 0.000846153846153838, 0.000846045302478627, 0.00200442307692305, 0.00233974871267443, 0.00721903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 105, '2021-05-23 00:00:00', 0.000174744208663827, 0.000383461538461548, 0.000238449478603238, 0.000668076923076936, 0.000292011393349903, 0.000824423076923089, 0.00074621743583119, 0.00198230769230767, 0.00233637412210922, 0.00720403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 120, '2021-05-23 00:00:00', 0.00023789784491539, 0.000584230769230779, 0.000254650665694131, 0.000690192307692312, 0.000388144501244268, 0.000953076923076933, 0.00073310606326779, 0.00202249999999997, 0.00233745163668604, 0.0071969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 135, '2021-05-23 00:00:00', 0.000189020247185736, 0.000435576923076916, 0.000195807597872557, 0.000593846153846167, 0.000514557203219033, 0.00108134615384614, 0.000710557202807428, 0.00202653846153843, 0.00233307872695156, 0.00717788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 150, '2021-05-23 00:00:00', 0.000166683486330793, 0.000459230769230789, 0.000414959497560179, 0.000755769230769237, 0.000624847581414866, 0.00116249999999999, 0.000705536593392152, 0.00202673076923073, 0.00232424922534967, 0.00717269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 165, '2021-05-23 00:00:00', 0.000360729655857932, 0.00062826923076923, 0.00043802269874445, 0.000938269230769203, 0.000608675737849117, 0.0012630769230769, 0.000693080331674393, 0.00203711538461536, 0.00231380133446775, 0.00716115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 180, '2021-05-23 00:00:00', 0.000356424390514783, 0.000702884615384626, 0.000480273479784823, 0.000911153846153854, 0.000592947299513216, 0.00128750000000001, 0.000670868008340997, 0.00201326923076922, 0.0023043884972274, 0.00715211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 195, '2021-05-23 00:00:00', 0.00030912289067372, 0.000579807692307699, 0.000323543838427841, 0.000866153846153841, 0.000433760878826139, 0.0011825, 0.000628796041287211, 0.0019076923076923, 0.00225055460686063, 0.00708903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 210, '2021-05-23 00:00:00', 0.00022134353737676, 0.000649807692307662, 0.000317478285144784, 0.000877692307692293, 0.000377984940684977, 0.00122615384615383, 0.000559415629164795, 0.00184461538461538, 0.00224287363751198, 0.0070819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 225, '2021-05-23 00:00:00', 0.000197877195794252, 0.000614230769230745, 0.000275398173280357, 0.000893076923076907, 0.000393629853464472, 0.00123769230769229, 0.000508963652926215, 0.00177499999999998, 0.0022438702142641, 0.00707653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 240, '2021-05-23 00:00:00', 0.000255673845718762, 0.00063865384615382, 0.000329513452509348, 0.000831346153846143, 0.000396408928332283, 0.00116596153846154, 0.000487001382086183, 0.00171288461538461, 0.00224351397622982, 0.00707519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 255, '2021-05-23 00:00:00', 0.000207597335835878, 0.00053057692307694, 0.000284764207452666, 0.000805576923076931, 0.000353225793988006, 0.00103769230769233, 0.000483811787944277, 0.00165461538461536, 0.00225043350524706, 0.00708480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 270, '2021-05-23 00:00:00', 0.000197666774765395, 0.000583076923076908, 0.000291176724027502, 0.000793269230769235, 0.000317428126328767, 0.00101115384615383, 0.000529605949304243, 0.00165269230769228, 0.00226490747815787, 0.00708173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 285, '2021-05-23 00:00:00', 0.000227741841025854, 0.000527115384615413, 0.000255276622208454, 0.000706923076923105, 0.000317121670413978, 0.000943076923076927, 0.000614642141036932, 0.0016551923076923, 0.002293992455222, 0.00708076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 300, '2021-05-23 00:00:00', 0.00019094511897806, 0.000495961538461568, 0.000269563750130864, 0.000703846153846162, 0.000310793277820569, 0.000987692307692288, 0.000600419116438348, 0.00170365384615385, 0.00230552881469409, 0.00706865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 315, '2021-05-23 00:00:00', 0.000204703162201697, 0.000495769230769225, 0.000217627769721244, 0.00067461538461538, 0.00031167685435152, 0.000957307692307695, 0.000677213067255437, 0.00180653846153847, 0.00232552442389968, 0.00704461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 330, '2021-05-23 00:00:00', 0.000177319030173143, 0.000470961538461515, 0.000198635441101381, 0.000694038461538431, 0.00033711291192214, 0.000963653846153805, 0.000720006517064532, 0.00194576923076921, 0.00234112774435415, 0.00702865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 345, '2021-05-23 00:00:00', 0.000185838329241783, 0.000473269230769231, 0.000249644054297627, 0.000671923076923081, 0.000353335752289736, 0.000896923076923086, 0.000858885055441959, 0.00217846153846154, 0.00234129313381764, 0.00702846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 360, '2021-05-23 00:00:00', 0.000180679167416906, 0.000434807692307731, 0.000346767989384205, 0.000705961538461535, 0.000383609226246665, 0.000844038461538474, 0.000894022629209383, 0.00233730769230768, 0.00233288547808208, 0.00702942307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 375, '2021-05-23 00:00:00', 0.000246026655841638, 0.000511346153846156, 0.000260707395663901, 0.000612884615384625, 0.000268942659030077, 0.000758076923076928, 0.00105089216675825, 0.00265288461538463, 0.00232761297337986, 0.00701192307692313 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 390, '2021-05-23 00:00:00', 0.000103993342982241, 0.000346153846153851, 0.000163834930998823, 0.000508269230769264, 0.000254645756961418, 0.000732307692307724, 0.00108471938944877, 0.00282192307692308, 0.00232233155388156, 0.00701538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 405, '2021-05-23 00:00:00', 0.000134983902174141, 0.000359423076923083, 0.000186661046160814, 0.00049711538461537, 0.000227227520678839, 0.000737884615384624, 0.00122769208116441, 0.00322538461538463, 0.00231742735343778, 0.00702346153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 420, '2021-05-23 00:00:00', 0.000163834813619813, 0.000385384615384587, 0.000237437036188228, 0.000612115384615381, 0.000250044995950716, 0.000812500000000002, 0.0012414088925336, 0.00333903846153847, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 435, '2021-05-23 00:00:00', 0.000190437653839798, 0.000487500000000017, 0.000171611815981946, 0.00058384615384617, 0.000246549183734173, 0.000867499999999995, 0.00118180090735088, 0.00351423076923079, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 450, '2021-05-23 00:00:00', 0.000113665501159512, 0.000364615384615382, 0.000209135215737407, 0.000566538461538449, 0.000271892512698553, 0.000868461538461515, 0.00123534929660213, 0.00368826923076925, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 465, '2021-05-23 00:00:00', 0.000195336002432088, 0.00043692307692307, 0.000228346228346318, 0.000664999999999984, 0.000444898130085802, 0.000982115384615379, 0.00118301726367532, 0.00378961538461542, 0.00231585084048708, 0.0070263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 480, '2021-05-23 00:00:00', 0.000221224650872939, 0.000532115384615361, 0.000246195747635585, 0.000722115384615376, 0.000473546886639707, 0.00115557692307692, 0.00116786045333402, 0.0038690384615385, 0.00231041685382999, 0.0070390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 495, '2021-05-23 00:00:00', 0.000254311740858444, 0.000512692307692302, 0.000425298266378575, 0.000723846153846148, 0.000596441917992407, 0.00129480769230771, 0.00118065700418811, 0.00390480769230772, 0.00231014775584729, 0.0070344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 510, '2021-05-23 00:00:00', 0.000276499547920077, 0.000499999999999988, 0.000364731935283157, 0.000845769230769212, 0.000585823023945503, 0.00142115384615385, 0.00111725737342007, 0.00386403846153848, 0.00234141121975617, 0.00700750000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 525, '2021-05-23 00:00:00', 0.000329980477277999, 0.000621346153846151, 0.000508702270488353, 0.00104000000000003, 0.000785109203575181, 0.00167269230769232, 0.00112591912880782, 0.00390673076923081, 0.00236459458226174, 0.00698346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 540, '2021-05-23 00:00:00', 0.000457432508682979, 0.000822500000000008, 0.000561278348607358, 0.00115576923076921, 0.00079143637676161, 0.00185653846153843, 0.00103671626561204, 0.00393615384615386, 0.00238145472671321, 0.00695115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 555, '2021-05-23 00:00:00', 0.000294707482090296, 0.000797499999999972, 0.000507151206400854, 0.00127288461538459, 0.000663748330433927, 0.00200961538461539, 0.000988210815253813, 0.00383615384615386, 0.00234717574970433, 0.00687000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 570, '2021-05-23 00:00:00', 0.000414164218637943, 0.000904999999999968, 0.000469642294321287, 0.00127173076923075, 0.000687025360633669, 0.00205961538461538, 0.00102849232449175, 0.00379730769230771, 0.00235430469892592, 0.00685384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 585, '2021-05-23 00:00:00', 0.000257050803119967, 0.000908653846153855, 0.000486111454456518, 0.00149711538461541, 0.00107989865977535, 0.00236865384615385, 0.00107380461265252, 0.00378288461538463, 0.00232506052857523, 0.0068373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 600, '2021-05-23 00:00:00', 0.000418183986008376, 0.00123461538461539, 0.000550602048111523, 0.00165884615384615, 0.00108652892984246, 0.00242634615384615, 0.00117625083994083, 0.00377903846153847, 0.00224642081132155, 0.00687769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 615, '2021-05-23 00:00:00', 0.000470167564238046, 0.00116346153846155, 0.00111999953640099, 0.00183019230769232, 0.00118012875764274, 0.00241826923076924, 0.0012624253976435, 0.00379173076923079, 0.0021672197361171, 0.00695076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 630, '2021-05-23 00:00:00', 0.00072428404967623, 0.00123576923076925, 0.000764084167735876, 0.00161115384615387, 0.000892374899657377, 0.00228980769230771, 0.00134203255721141, 0.00376923076923078, 0.0021306109362196, 0.00690519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 645, '2021-05-23 00:00:00', 0.00035944465712882, 0.00099730769230771, 0.00058390663769004, 0.00155480769230768, 0.000743439330720126, 0.00227403846153847, 0.00130234417346334, 0.0035921153846154, 0.00202439249196852, 0.00690480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 660, '2021-05-23 00:00:00', 0.000508466359223086, 0.00116096153846154, 0.000685333944427594, 0.00170884615384616, 0.000713534781643777, 0.00222673076923079, 0.00149333932719724, 0.00359211538461541, 0.00203551505483542, 0.00691153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 675, '2021-05-23 00:00:00', 0.000604552631799266, 0.00117673076923077, 0.000699952855555314, 0.00162999999999999, 0.000649681963614651, 0.00214942307692308, 0.00152962800907733, 0.00359538461538466, 0.00198774217682738, 0.00689519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 690, '2021-05-23 00:00:00', 0.000484971093508138, 0.0011151923076923, 0.000534179781030272, 0.00156903846153848, 0.000590534601344086, 0.00201365384615388, 0.00141026964142977, 0.00356269230769233, 0.00197684240257422, 0.00687326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988010 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 988010, 3, 705, '2021-05-23 00:00:00', 0.000401482109956825, 0.00117326923076925, 0.000533885899650991, 0.00161692307692309, 0.000596011357661492, 0.00201846153846157, 0.00159963468185231, 0.00373865384615385, 0.00197411413433587, 0.00682615384615385 where not exists (select 1 from powerstat[...];
Date: 2021-05-23 16:58:39 Duration: 23s947ms Database: acaweb_fx User: pgperfstats
7 23s820ms 23s820ms 23s820ms 1 23s820ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #7
Day Hour Count Duration Avg duration May 23 16 1 23s820ms 23s820ms [ User: pgperfstats - Total duration: 23s820ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987935, 1, 1020, '2021-05-23 00:00:00', 0.00477977767426321, 0.0129561538461539, 0.00816134804098903, 0.0202146153846153, 0.0117796846780965, 0.0290213461538462, 0.0184775569574386, 0.0405413461538463, 0.0246404693613201, 0.0761278846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1035, '2021-05-23 00:00:00', 0.00731517780687215, 0.0154428846153846, 0.00906995706248832, 0.0201363461538462, 0.0128863119224056, 0.0293248076923079, 0.0175410989349629, 0.0384703846153847, 0.0243976769488408, 0.0759824999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1050, '2021-05-23 00:00:00', 0.00721531570022009, 0.0134194230769232, 0.00956598693488854, 0.0218390384615386, 0.0117864122827943, 0.0269325000000002, 0.0156000216826774, 0.0356725000000001, 0.0240710610772482, 0.075505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1065, '2021-05-23 00:00:00', 0.00581245515780901, 0.0149198076923076, 0.00935433974358781, 0.0197590384615384, 0.0112730222433917, 0.0256875, 0.0151387175963337, 0.0328626923076923, 0.0242921407771826, 0.0759284615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1080, '2021-05-23 00:00:00', 0.00794488810251838, 0.0140501923076924, 0.00816847974745697, 0.0179607692307693, 0.0122075230335801, 0.0248311538461539, 0.0157695602494662, 0.0316023076923077, 0.0253747079498161, 0.0769015384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1095, '2021-05-23 00:00:00', 0.00640723855374654, 0.0129982692307693, 0.00996513499850671, 0.0183684615384617, 0.0119240951857993, 0.021935, 0.0147441803486613, 0.030308076923077, 0.0252585049507317, 0.0772271153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1110, '2021-05-23 00:00:00', 0.009342795119976, 0.012575576923077, 0.0102038005739943, 0.0162919230769232, 0.0105780538434717, 0.0183063461538461, 0.014022082936733, 0.0283767307692309, 0.0264487946504472, 0.0775876923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1125, '2021-05-23 00:00:00', 0.00923167007976008, 0.00998730769230776, 0.00900540693993601, 0.0124980769230768, 0.0091110281780676, 0.0157273076923078, 0.0147226259376513, 0.0264225, 0.0270842162806763, 0.0780565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1140, '2021-05-23 00:00:00', 0.00501060222466792, 0.0079644230769232, 0.00574076615095955, 0.010715, 0.00586990646302105, 0.0138882692307695, 0.0123023500944395, 0.0254096153846156, 0.0266805639111202, 0.0775738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1155, '2021-05-23 00:00:00', 0.0046755999244854, 0.00689057692307684, 0.00517337878358658, 0.00976403846153857, 0.00758795430017458, 0.0134023076923079, 0.0132364945278052, 0.0251207692307695, 0.0266266821527116, 0.0776626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1170, '2021-05-23 00:00:00', 0.00361697600000546, 0.00609576923076918, 0.00458697572984142, 0.00841211538461544, 0.0087606912376559, 0.0128601923076924, 0.0126633098617163, 0.0242705769230772, 0.0269059363223918, 0.0778107692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1185, '2021-05-23 00:00:00', 0.00425405283682078, 0.0059715384615384, 0.00654712085870295, 0.00892346153846157, 0.00853430667726096, 0.0127673076923077, 0.0123288946428859, 0.0248413461538464, 0.0268776744558348, 0.0778269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1200, '2021-05-23 00:00:00', 0.00401525023647832, 0.00562730769230754, 0.0060106355225229, 0.00918923076923085, 0.00741606791936382, 0.0124742307692308, 0.0141912237180372, 0.0274511538461539, 0.0268776744558348, 0.0778269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1215, '2021-05-23 00:00:00', 0.00516169467177347, 0.00635673076923075, 0.00515328267671725, 0.00800211538461531, 0.00673157305881434, 0.0108346153846155, 0.0178429973551357, 0.029981153846154, 0.0270405392676368, 0.0779332692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1230, '2021-05-23 00:00:00', 0.00280522938181813, 0.00509326923076908, 0.00398087978776237, 0.00796673076923074, 0.00471850183198644, 0.0103334615384615, 0.017783259020343, 0.0296642307692309, 0.0268917755578512, 0.078209423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1245, '2021-05-23 00:00:00', 0.00318017010309445, 0.00628326923076932, 0.0030898177192937, 0.0073865384615386, 0.00596018499003049, 0.0108836538461541, 0.0177927692195452, 0.0296175, 0.0269198285912933, 0.0783042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1260, '2021-05-23 00:00:00', 0.00275501998457049, 0.0044536538461542, 0.00403726985054914, 0.00722038461538496, 0.00606227953128051, 0.011968653846154, 0.0178265818242999, 0.0294184615384616, 0.0268861477437731, 0.0787625 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1275, '2021-05-23 00:00:00', 0.00327110562348567, 0.00515500000000011, 0.00466939207458026, 0.0076371153846156, 0.00588681895293324, 0.0124007692307693, 0.0174458993209116, 0.0299513461538462, 0.0269384397219631, 0.0788055769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1290, '2021-05-23 00:00:00', 0.00305793992998293, 0.00496115384615391, 0.00427116657186436, 0.0088482692307693, 0.00600778333625514, 0.0116388461538463, 0.0176404395168077, 0.0298978846153847, 0.0270718136103557, 0.078871923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1305, '2021-05-23 00:00:00', 0.00392954317172587, 0.00700153846153862, 0.00487908084029696, 0.00895538461538466, 0.0116009117894307, 0.0142578846153847, 0.0174468873485743, 0.0293919230769232, 0.0270892093284107, 0.0788290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1320, '2021-05-23 00:00:00', 0.00352422026837145, 0.00603249999999989, 0.00394494291661951, 0.00803115384615397, 0.0115785787174154, 0.0143063461538461, 0.0172793698781123, 0.0292307692307694, 0.0273697953197708, 0.0791896153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1335, '2021-05-23 00:00:00', 0.00259701175169881, 0.00455903846153858, 0.0109662409448971, 0.0102723076923077, 0.0105450146223044, 0.0140192307692308, 0.0198186656307788, 0.0317757692307693, 0.0277465341099637, 0.079776346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1350, '2021-05-23 00:00:00', 0.0107318947140682, 0.00878807692307695, 0.0106067452051113, 0.0118096153846154, 0.00996829152092538, 0.0137446153846154, 0.0199733155022856, 0.0314819230769231, 0.0278792065725582, 0.0798586538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1365, '2021-05-23 00:00:00', 0.00486578011770418, 0.00693307692307694, 0.00518455366004126, 0.00867557692307704, 0.00527808429699222, 0.0106146153846154, 0.0189068648216623, 0.0302192307692309, 0.0265183874582262, 0.0786342307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1380, '2021-05-23 00:00:00', 0.00459610666342089, 0.00585269230769237, 0.00404260232257202, 0.00701846153846167, 0.010205769599368, 0.0156736538461539, 0.0187162021953007, 0.0307238461538464, 0.0268346607924555, 0.0791503846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1395, '2021-05-23 00:00:00', 0.00280103491862993, 0.00404884615384632, 0.00420237515716291, 0.00653019230769241, 0.0154209849231494, 0.02204, 0.0188105402337257, 0.031276730769231, 0.027096880712476, 0.0794078846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1410, '2021-05-23 00:00:00', 0.00449177090740562, 0.00547173076923077, 0.0109429348615725, 0.0134842307692307, 0.0154775506509862, 0.021863076923077, 0.0189595113455368, 0.0327023076923078, 0.027096880712476, 0.0794078846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 1, 1425, '2021-05-23 00:00:00', 0.0107278496752076, 0.0127344230769229, 0.015547022887159, 0.021194423076923, 0.0153000782665167, 0.0216848076923078, 0.0191899900078139, 0.0334525, 0.0267804170330026, 0.0797073076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 0, '2021-05-23 00:00:00', 0.00954415483625768, 0.0150265384615386, 0.0106572449824232, 0.016071153846154, 0.0106659203234486, 0.0175528846153846, 0.0171360672985821, 0.0330373076923076, 0.0271359404820647, 0.0801046153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 15, '2021-05-23 00:00:00', 0.00863927839868605, 0.00631400000000014, 0.00877677130745329, 0.00928600000000003, 0.0110322504201697, 0.0166142000000001, 0.0175119595514989, 0.0324425999999998, 0.0275379080390408, 0.0805929999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 30, '2021-05-23 00:00:00', 0.00431989510868025, 0.00483200000000004, 0.00685806601139608, 0.00785440000000008, 0.00758960480416011, 0.0155764, 0.0169757704955229, 0.0317511999999999, 0.0274333620083892, 0.0804863999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 45, '2021-05-23 00:00:00', 0.00630647869563212, 0.00495346153846162, 0.00692572717925989, 0.0124451923076924, 0.00893842891891331, 0.0152315384615386, 0.0169558652082852, 0.0316251923076921, 0.0271297033589782, 0.0797478846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 60, '2021-05-23 00:00:00', 0.00626716981886259, 0.0107434615384616, 0.00687884680630526, 0.0126492307692308, 0.00710658791869607, 0.0150646153846156, 0.01625506697807, 0.0315026923076922, 0.0263401161327094, 0.0793967307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 75, '2021-05-23 00:00:00', 0.004437941297667, 0.00694480769230761, 0.00526613891911211, 0.00872365384615399, 0.0154159420743094, 0.0170609615384616, 0.0166796878129797, 0.0296134615384615, 0.026351805832151, 0.0791388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 90, '2021-05-23 00:00:00', 0.00377465242923636, 0.00535980769230783, 0.00567767509298826, 0.00843769230769235, 0.0171762088545576, 0.0168988461538461, 0.0161928766544476, 0.0296071153846153, 0.026577590832533, 0.0789676923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 105, '2021-05-23 00:00:00', 0.0051331392591519, 0.00697942307692298, 0.0164402620884967, 0.0144815384615384, 0.0171651487356031, 0.0174613461538463, 0.0165562119053195, 0.030159423076923, 0.0266393460252659, 0.0790255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 120, '2021-05-23 00:00:00', 0.0167533848106998, 0.0129388461538461, 0.017599873583462, 0.015038076923077, 0.017338470880142, 0.0185176923076925, 0.0166351391152768, 0.0308492307692308, 0.0272811932318557, 0.0796830769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 135, '2021-05-23 00:00:00', 0.0087858926104033, 0.00669019230769237, 0.0088647092537684, 0.00872807692307704, 0.0103948514715405, 0.0140063461538462, 0.0133248053312378, 0.0260213461538461, 0.0263288697272668, 0.0771513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 150, '2021-05-23 00:00:00', 0.00403583948468642, 0.00542788461538471, 0.00753499791230623, 0.00951346153846164, 0.00802127155659332, 0.0147257692307692, 0.0118843501553673, 0.024878846153846, 0.0264453518011128, 0.0772232692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 165, '2021-05-23 00:00:00', 0.0069994319439837, 0.00747346153846167, 0.00749497153738127, 0.0109421153846154, 0.00797550760381175, 0.0149065384615385, 0.0113967293975743, 0.0244448076923076, 0.0268383138248575, 0.0777948076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 180, '2021-05-23 00:00:00', 0.00553655830332846, 0.0082146153846156, 0.00570269281871425, 0.0114657692307695, 0.00780562863974039, 0.0151423076923078, 0.0114783920962555, 0.0236913461538462, 0.0270212824013847, 0.0780288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 195, '2021-05-23 00:00:00', 0.00413893241530484, 0.00777153846153851, 0.00541021169783432, 0.0112061538461539, 0.00721019599914952, 0.0143528846153847, 0.0108556943883773, 0.0227855769230769, 0.0269283600574676, 0.0789542307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 210, '2021-05-23 00:00:00', 0.00481008356316336, 0.0073567307692306, 0.00529245997768366, 0.010258846153846, 0.00597930401468238, 0.0124475, 0.0106827679213554, 0.0219523076923076, 0.0271918705562187, 0.0791578846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 225, '2021-05-23 00:00:00', 0.00397401785157243, 0.00743826923076912, 0.00462158029915514, 0.00963269230769234, 0.00559781301045327, 0.0119324999999999, 0.0104168901475514, 0.0215478846153847, 0.0272953726396704, 0.0792715384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 240, '2021-05-23 00:00:00', 0.00383431123089712, 0.00693384615384628, 0.00481550084063469, 0.00817211538461557, 0.00600708439773715, 0.0111248076923075, 0.0102417175636629, 0.0211355769230769, 0.0274420398910982, 0.0794307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 255, '2021-05-23 00:00:00', 0.0034670233575127, 0.00525480769230785, 0.00480084124439092, 0.00820057692307678, 0.00597288103720607, 0.0106832692307692, 0.0104525600636694, 0.0206567307692308, 0.0283668764562583, 0.0800767307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 270, '2021-05-23 00:00:00', 0.00418574971227908, 0.00628942307692273, 0.00502541023201083, 0.00780999999999968, 0.00621884973596111, 0.0113359615384614, 0.0104537535621643, 0.0206534615384615, 0.0290735030046526, 0.0805901923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 285, '2021-05-23 00:00:00', 0.00412538149284876, 0.00531769230769227, 0.00536220189058423, 0.00734634615384624, 0.00638245882206737, 0.0109061538461538, 0.0108833479930791, 0.0206715384615384, 0.029640420439767, 0.0812996153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 300, '2021-05-23 00:00:00', 0.00491442955450116, 0.00559461538461566, 0.00542888000915914, 0.00827307692307718, 0.00620898142581826, 0.0111221153846156, 0.0117071998376409, 0.0215790384615384, 0.029640420439767, 0.0812996153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 315, '2021-05-23 00:00:00', 0.00415309602771082, 0.00608615384615361, 0.00474794501701711, 0.00802826923076899, 0.0067181793693282, 0.0122390384615385, 0.0119970309099311, 0.0227505769230767, 0.0296432513042113, 0.0812932692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 330, '2021-05-23 00:00:00', 0.00393717413303576, 0.00589807692307698, 0.00516613343360852, 0.00830442307692324, 0.00693340393701732, 0.0117980769230769, 0.0131828359853022, 0.024918846153846, 0.0297672610281059, 0.081571346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 345, '2021-05-23 00:00:00', 0.0052952899862484, 0.00610096153846163, 0.00630338320940554, 0.00929173076923093, 0.00711137805805703, 0.0109832692307693, 0.0139387684659066, 0.0280628846153845, 0.0300797073514049, 0.0816671153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 360, '2021-05-23 00:00:00', 0.00531336565797863, 0.00670115384615417, 0.00617034637165168, 0.00803788461538476, 0.00752780675996598, 0.0107488461538463, 0.0133090383184336, 0.0310801923076922, 0.0301000192007351, 0.0816382692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 375, '2021-05-23 00:00:00', 0.00310027649511361, 0.00492788461538451, 0.00522201872253061, 0.00731153846153843, 0.00648969752762031, 0.0095799999999999, 0.0128492293872493, 0.0317146153846154, 0.0300389548727343, 0.0815653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 390, '2021-05-23 00:00:00', 0.00489940940318316, 0.00587750000000015, 0.00613433028129418, 0.00760500000000014, 0.00631034084170289, 0.00984153846153851, 0.0123051145604644, 0.0339371153846153, 0.0299388578458731, 0.0815036538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 405, '2021-05-23 00:00:00', 0.00357610177212796, 0.00515826923076935, 0.00389972709104343, 0.00652076923076921, 0.00573257026861564, 0.0096417307692308, 0.0126401301234782, 0.0353115384615384, 0.0301968527167983, 0.0819449999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 420, '2021-05-23 00:00:00', 0.00338424495044548, 0.00447173076923092, 0.00462694298480279, 0.00655423076923072, 0.00622741363772975, 0.00976615384615367, 0.014514622552659, 0.0370653846153846, 0.0303304422480376, 0.0820298076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 435, '2021-05-23 00:00:00', 0.00423257568881387, 0.00530480769230746, 0.00536088280617452, 0.00781769230769211, 0.00611751043191707, 0.0107482692307691, 0.0147125463792486, 0.0379151923076923, 0.0301480220272218, 0.0820630769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 450, '2021-05-23 00:00:00', 0.00473625100036533, 0.00627846153846154, 0.00511672354975469, 0.00795826923076911, 0.00549518001385, 0.0105957692307692, 0.014731621850501, 0.0392621153846153, 0.0301154651485809, 0.0820436538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 465, '2021-05-23 00:00:00', 0.00298811769925733, 0.00470076923076904, 0.00340844955165155, 0.00715211538461524, 0.00484921582875478, 0.0101780769230769, 0.015548765646037, 0.039526346153846, 0.0301239621461823, 0.0820992307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 480, '2021-05-23 00:00:00', 0.00289526380490618, 0.00510749999999979, 0.00431701134600525, 0.00730519230769231, 0.00621913932952117, 0.0128, 0.0158699109492922, 0.0406734615384614, 0.0299128773941927, 0.0824649999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 495, '2021-05-23 00:00:00', 0.00430372216360887, 0.00503269230769247, 0.00525027265592344, 0.00753519230769235, 0.00849064150199381, 0.0159636538461537, 0.0157477115358196, 0.0416088461538461, 0.0297933091307687, 0.0830501923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 510, '2021-05-23 00:00:00', 0.00484810483194597, 0.00559769230769226, 0.00657709135209804, 0.0105755769230768, 0.00963924760269961, 0.0188221153846151, 0.0175091198533352, 0.0441290384615382, 0.0298528144041087, 0.0830453846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 525, '2021-05-23 00:00:00', 0.00648053856973655, 0.00815807692307689, 0.00760817922471475, 0.0134936538461537, 0.010121791200938, 0.0222236538461538, 0.0177658695385714, 0.0449026923076921, 0.0296465781421477, 0.0831815384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 540, '2021-05-23 00:00:00', 0.00633152054893117, 0.0107373076923076, 0.00831328726289337, 0.0154513461538462, 0.0095620557091357, 0.0246507692307693, 0.0184716927934026, 0.0458944230769228, 0.0297356435638083, 0.0834319230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 555, '2021-05-23 00:00:00', 0.00495084115619219, 0.0110880769230769, 0.00790064671160145, 0.0173623076923077, 0.00838222369982141, 0.0247680769230772, 0.0203512013867637, 0.0480682692307692, 0.0303791770030826, 0.0842792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 570, '2021-05-23 00:00:00', 0.00742087036415101, 0.0132698076923076, 0.00842327598658327, 0.0190321153846153, 0.00913043714515031, 0.0262423076923077, 0.0199018530882467, 0.0488378846153845, 0.0300296384574412, 0.0839367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 585, '2021-05-23 00:00:00', 0.0060905932008683, 0.0126184615384615, 0.00765466413120416, 0.0194251923076925, 0.0114104122422665, 0.0273784615384617, 0.0210622128101853, 0.0493276923076924, 0.0294813003522834, 0.0837926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 600, '2021-05-23 00:00:00', 0.00714895720475289, 0.016743653846154, 0.00849811358252759, 0.0225573076923078, 0.0139190070766563, 0.0292050000000001, 0.0214232537651174, 0.0489467307692308, 0.0298749250633115, 0.0831634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 615, '2021-05-23 00:00:00', 0.0057030408218235, 0.0141111538461536, 0.0079893602709143, 0.0193034615384614, 0.0114129083278541, 0.0258074999999999, 0.0174991325510283, 0.0474309615384614, 0.0283972871266579, 0.0829869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 630, '2021-05-23 00:00:00', 0.00671031646909332, 0.013028653846154, 0.0101333367824303, 0.0196978846153846, 0.0113689398413128, 0.0255063461538461, 0.0162752688138028, 0.0465148076923076, 0.0280390496636113, 0.0826690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 645, '2021-05-23 00:00:00', 0.00782500491029579, 0.0133446153846155, 0.0077427020725722, 0.0175807692307694, 0.00931580606570595, 0.024254423076923, 0.0141063674929497, 0.0446053846153845, 0.0277670705332774, 0.08236 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 660, '2021-05-23 00:00:00', 0.00447782916584185, 0.0125909615384615, 0.00575507075409307, 0.0173507692307692, 0.00905658853457615, 0.0234732692307691, 0.014635895022696, 0.043236346153846, 0.0268914088718941, 0.0825986538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 675, '2021-05-23 00:00:00', 0.00438945125797702, 0.0108171153846155, 0.00754638275293846, 0.0158594230769231, 0.0103356784173152, 0.0214328846153847, 0.0150041955017201, 0.041835576923077, 0.0271627140509815, 0.0825511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 690, '2021-05-23 00:00:00', 0.00645087687837854, 0.0122075000000001, 0.00728900551410237, 0.0172242307692309, 0.00962353554293598, 0.0232971153846155, 0.0139001641052846, 0.0417930769230768, 0.0276703865593915, 0.0831028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 705, '2021-05-23 00:00:00', 0.00481367503936634, 0.0115142307692308, 0.00578179604780919, 0.0152534615384615, 0.00687291597504276, 0.02104, 0.0137944910074218, 0.0413919230769229, 0.028053716863299, 0.0824153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 720, '2021-05-23 00:00:00', 0.00489027850787793, 0.0111582692307692, 0.00672004507768727, 0.0162296153846154, 0.00743188301276207, 0.0201586538461536, 0.0135280781752392, 0.0417613461538461, 0.0290821924055835, 0.0827536538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 735, '2021-05-23 00:00:00', 0.00555955907562682, 0.0114263461538462, 0.0053494456686221, 0.0138601923076922, 0.00849589760051655, 0.0210240384615383, 0.0126050615962856, 0.0414996153846151, 0.0303842176441346, 0.0834453846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 750, '2021-05-23 00:00:00', 0.00336149536893695, 0.00882634615384589, 0.00536128678942487, 0.0126259615384613, 0.00760052985248132, 0.0205359615384613, 0.0123446900886418, 0.0415892307692305, 0.0307510242456059, 0.0828730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 765, '2021-05-23 00:00:00', 0.00521139749823552, 0.0103217307692307, 0.00668747878501321, 0.0162425000000001, 0.00888603834026236, 0.0227757692307693, 0.0117319382833619, 0.0430482692307689, 0.0308878491301128, 0.0827817307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 780, '2021-05-23 00:00:00', 0.0055170698640325, 0.0110267307692307, 0.00680125623294352, 0.0156028846153845, 0.00776933848287855, 0.0215873076923076, 0.0132861080658884, 0.0442984615384613, 0.0306150884526165, 0.0829951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 795, '2021-05-23 00:00:00', 0.00396511309374051, 0.0103953846153848, 0.00582653567739882, 0.0151050000000002, 0.00755156192707579, 0.0198065384615384, 0.0137039514514836, 0.0435442307692305, 0.0305634604873456, 0.0841998076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 810, '2021-05-23 00:00:00', 0.00389277587827275, 0.0105709615384617, 0.00427451195594749, 0.0139673076923077, 0.00634300936828526, 0.0196446153846153, 0.0136285118946107, 0.0451923076923075, 0.0307314508856719, 0.0841834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 825, '2021-05-23 00:00:00', 0.00367725849492026, 0.00884403846153842, 0.00571218403940227, 0.0124324999999999, 0.0077443387958312, 0.0186592307692307, 0.0143762431061163, 0.0459696153846153, 0.0309644757802575, 0.0843721153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 840, '2021-05-23 00:00:00', 0.00471110325556734, 0.0101717307692305, 0.00601533676082683, 0.0149121153846154, 0.00801751208533301, 0.0204240384615386, 0.0157017602687871, 0.0473365384615383, 0.0303753453497304, 0.085638653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 855, '2021-05-23 00:00:00', 0.00337950900507498, 0.00999365384615401, 0.00406284311213769, 0.0135430769230771, 0.00592398210665754, 0.0204850000000001, 0.0159898518249736, 0.0474957692307692, 0.0305344443973334, 0.0865744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 870, '2021-05-23 00:00:00', 0.00338616145282766, 0.00944923076923105, 0.00357218950311346, 0.0144446153846156, 0.00787495578497949, 0.0211661538461536, 0.0207969812565337, 0.0485157692307691, 0.0308062274972997, 0.0870261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 885, '2021-05-23 00:00:00', 0.00293142721868764, 0.0112565384615385, 0.00539990175480439, 0.0163198076923078, 0.00749695701601653, 0.0222675, 0.0207866605931638, 0.0487288461538461, 0.0302453960056479, 0.0870634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 900, '2021-05-23 00:00:00', 0.00499527154879022, 0.0125553846153847, 0.00622243299249991, 0.0168628846153845, 0.00660342495341489, 0.0227936538461537, 0.0219994840088091, 0.0493355769230768, 0.0306924376027712, 0.0877350000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 915, '2021-05-23 00:00:00', 0.00370637206505404, 0.0116732692307692, 0.00424545193752642, 0.0164530769230769, 0.00710641976557907, 0.0234717307692308, 0.0218675831910018, 0.0494261538461538, 0.0310282867055952, 0.0880932692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 930, '2021-05-23 00:00:00', 0.00427883500050417, 0.0124301923076922, 0.00580253581502198, 0.0165782692307692, 0.0084240212693315, 0.0245121153846154, 0.0220908256105074, 0.0498419230769229, 0.03132226878019, 0.0882765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 945, '2021-05-23 00:00:00', 0.00366096223164587, 0.0114473076923078, 0.00670580682061317, 0.0174036538461539, 0.0114024982957514, 0.0277692307692307, 0.0221169894190313, 0.0501701923076922, 0.0306007419624728, 0.0896205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 960, '2021-05-23 00:00:00', 0.00611360285630442, 0.0133032692307693, 0.00830154401069686, 0.0190198076923079, 0.016156558697988, 0.0326398076923078, 0.022446705936164, 0.0495057692307691, 0.0313140130047482, 0.0897776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 975, '2021-05-23 00:00:00', 0.00518577173620283, 0.0121825000000001, 0.0094283493069488, 0.0205005769230769, 0.0133284979605585, 0.0316132692307693, 0.0217114212136237, 0.0478836538461536, 0.0300861597269472, 0.089456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 990, '2021-05-23 00:00:00', 0.00922073223564903, 0.0166851923076921, 0.01365451308317, 0.0258334615384614, 0.0121144098557809, 0.0326980769230769, 0.0212864458174319, 0.0473284615384613, 0.0296397897402487, 0.0891596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1005, '2021-05-23 00:00:00', 0.0061429460359017, 0.0165149999999999, 0.0063274815016598, 0.0213169230769231, 0.00933357649316935, 0.0290669230769231, 0.0209176190483968, 0.045589423076923, 0.028541679424066, 0.0891178846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1020, '2021-05-23 00:00:00', 0.00528965660147606, 0.0149601923076925, 0.00718010232410481, 0.0207242307692309, 0.0117004869984115, 0.0281150000000001, 0.0210860941937134, 0.0435671153846154, 0.0285007666995388, 0.0879723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1035, '2021-05-23 00:00:00', 0.00635922279056181, 0.0127774999999999, 0.00822088499821324, 0.0190619230769228, 0.0107396268163213, 0.0277530769230769, 0.0201967844251354, 0.0415213461538461, 0.0278946755051652, 0.0872315384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1050, '2021-05-23 00:00:00', 0.00555370331054317, 0.0124726923076922, 0.00831862621100749, 0.0188409615384617, 0.0197570565504699, 0.0288284615384615, 0.020502951993836, 0.0385726923076922, 0.0263114598138998, 0.0851115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1065, '2021-05-23 00:00:00', 0.00555780650215411, 0.0141363461538463, 0.00679685412808475, 0.0199590384615386, 0.0190757582256806, 0.0281767307692308, 0.019906804549817, 0.0373592307692307, 0.0275293666724214, 0.0857242307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1080, '2021-05-23 00:00:00', 0.00505626417274822, 0.0146057692307692, 0.0175818634787277, 0.0222942307692308, 0.0170461760036132, 0.0272128846153846, 0.0183908315368117, 0.0352761538461536, 0.0288436223106601, 0.0868199999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1095, '2021-05-23 00:00:00', 0.0167908871907903, 0.0165294230769231, 0.0165343378749055, 0.0205901923076923, 0.0168188238178351, 0.0250111538461537, 0.0186149303486372, 0.0341832692307691, 0.0296432504686338, 0.0880578846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1110, '2021-05-23 00:00:00', 0.0123080478612103, 0.0142219230769232, 0.0122665296891738, 0.0177588461538463, 0.012357853311216, 0.0205973076923077, 0.0158405930930146, 0.0307234615384616, 0.0301598173230798, 0.0878101923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1125, '2021-05-23 00:00:00', 0.00565867287036852, 0.010835576923077, 0.00666280568067689, 0.0139165384615384, 0.00903774367051024, 0.0172255769230769, 0.0133546975428701, 0.0271673076923078, 0.0301002182818563, 0.0872811538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1140, '2021-05-23 00:00:00', 0.00480484979353779, 0.00822346153846163, 0.00582977706725082, 0.0106644230769231, 0.00735320933596068, 0.0145465384615384, 0.0127886067082564, 0.0265365384615386, 0.0306293009061586, 0.0876949999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1155, '2021-05-23 00:00:00', 0.00406865372271782, 0.00700365384615393, 0.00708246184925521, 0.0110146153846154, 0.00661469762085799, 0.0137738461538462, 0.0129747398032308, 0.0255451923076924, 0.0308375152128054, 0.0876124999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1170, '2021-05-23 00:00:00', 0.0050964546387285, 0.00746173076923079, 0.00545704694726145, 0.00941423076923073, 0.00507064001422356, 0.0127830769230772, 0.0103551569259737, 0.0243598076923078, 0.0309521473469067, 0.087405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1185, '2021-05-23 00:00:00', 0.00271797413244027, 0.00535076923076917, 0.0031023311582397, 0.00832615384615387, 0.00439610757900138, 0.0116946153846156, 0.00920149564138694, 0.0241540384615386, 0.0310714928493083, 0.0872882692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1200, '2021-05-23 00:00:00', 0.00309449615632951, 0.00658769230769249, 0.00424747342093362, 0.00931730769230798, 0.00416409291997124, 0.0122796153846156, 0.0105488234870788, 0.0251698076923078, 0.0308872370735628, 0.0871290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1215, '2021-05-23 00:00:00', 0.0038064757170663, 0.00571423076923068, 0.00419463378799454, 0.00787884615384624, 0.00424768737532099, 0.0115459615384616, 0.0100083547176272, 0.025203076923077, 0.0305660564106659, 0.0868524999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1230, '2021-05-23 00:00:00', 0.00356488014686865, 0.0055673076923077, 0.00336962661706942, 0.0079315384615386, 0.0041893478150406, 0.011898653846154, 0.00951762430158688, 0.0249178846153848, 0.0303846787681911, 0.0866096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1245, '2021-05-23 00:00:00', 0.00241105659091949, 0.00600826923076928, 0.00310671370397433, 0.00881903846153841, 0.00471601887596526, 0.0123690384615384, 0.00959278688149848, 0.0247580769230771, 0.0300254671756392, 0.0869463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1260, '2021-05-23 00:00:00', 0.00327432222581439, 0.00641403846153832, 0.00386666298684643, 0.00835057692307698, 0.00440168239251942, 0.0123132692307691, 0.00933936423672179, 0.0242428846153847, 0.0304596963644648, 0.0871011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1275, '2021-05-23 00:00:00', 0.00330570581896506, 0.0054701923076923, 0.00434222120135957, 0.00798980769230754, 0.00536026906615123, 0.0115026923076919, 0.012512633469664, 0.0256821153846153, 0.0302519068133921, 0.0868553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1290, '2021-05-23 00:00:00', 0.00343962221203721, 0.006180192307692, 0.00384082603795688, 0.00898442307692278, 0.00799550957629453, 0.011650769230769, 0.0123799964210262, 0.0257357692307692, 0.0301256695527254, 0.087285 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1305, '2021-05-23 00:00:00', 0.00335681174857708, 0.00685865384615368, 0.00502763846154418, 0.0086424999999998, 0.00825155869890892, 0.0119251923076922, 0.0122528514295183, 0.0253880769230769, 0.0304929354996304, 0.0881207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1320, '2021-05-23 00:00:00', 0.00343577269889333, 0.00503903846153831, 0.00820014061089571, 0.00769403846153851, 0.00803904412610963, 0.0125373076923078, 0.0133068537459231, 0.0256338461538461, 0.0304193613319899, 0.0880446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1335, '2021-05-23 00:00:00', 0.00762822931364394, 0.00550269230769237, 0.0080437461445809, 0.00830403846153837, 0.00806264853411193, 0.0127042307692309, 0.0135383599577702, 0.0265071153846153, 0.0303615448533934, 0.0882317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1350, '2021-05-23 00:00:00', 0.00470612288570785, 0.0058738461538459, 0.00509039199412442, 0.00974057692307703, 0.0053766454690634, 0.0120775000000001, 0.0124279374982954, 0.0257073076923076, 0.0301436834204755, 0.0885369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1365, '2021-05-23 00:00:00', 0.00487362274430919, 0.0078444230769231, 0.00529257068554957, 0.00933730769230777, 0.00608065883323123, 0.0127003846153848, 0.0132275326744575, 0.0262505769230767, 0.0300220777255929, 0.0889201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1380, '2021-05-23 00:00:00', 0.00417485119034666, 0.00614769230769248, 0.00414467736983235, 0.00837250000000032, 0.00598718246307513, 0.0138303846153848, 0.0135847214305686, 0.0263628846153844, 0.0303580282323119, 0.089403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1395, '2021-05-23 00:00:00', 0.00313195593838749, 0.00536500000000008, 0.0037099295089715, 0.00793519230769245, 0.00737161740158737, 0.0169136538461537, 0.0147397617726807, 0.0279563461538461, 0.0302283434798942, 0.0894565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1410, '2021-05-23 00:00:00', 0.00362740127894086, 0.0060340384615387, 0.0057115555203058, 0.0107426923076924, 0.00790703463087434, 0.016819423076923, 0.0149411652117432, 0.0282317307692307, 0.0303283401813197, 0.089458076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 2, 1425, '2021-05-23 00:00:00', 0.00583957093062874, 0.00904057692307689, 0.0081867804322672, 0.0153496153846152, 0.00828064853461653, 0.016286923076923, 0.0149400211628415, 0.0286528846153844, 0.0304330901841047, 0.0895319230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 0, '2021-05-23 00:00:00', 0.00771638066812305, 0.010918846153846, 0.00774283776243464, 0.0117411538461539, 0.00760300546089908, 0.0125190384615383, 0.0151823839974542, 0.0288303846153844, 0.0300402470471508, 0.089740576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 15, '2021-05-23 00:00:00', 0.00418962702580846, 0.00451884615384609, 0.0043806606675953, 0.00587673076923054, 0.0118275338235047, 0.0142328846153844, 0.0144354625848451, 0.0298440384615383, 0.0299229279990857, 0.0890340384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 30, '2021-05-23 00:00:00', 0.00267314450384958, 0.00326153846153838, 0.00310031685725604, 0.0046111538461537, 0.0118975716025776, 0.0141040384615382, 0.0142229334364772, 0.0297515384615383, 0.0297822656393933, 0.0890488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 45, '2021-05-23 00:00:00', 0.00234953982401151, 0.00351576923076915, 0.0120005204903145, 0.0125240384615383, 0.0115467069048346, 0.0149228846153846, 0.0141159758770529, 0.0304198076923076, 0.0297797065569053, 0.0890511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 60, '2021-05-23 00:00:00', 0.0121186218069547, 0.0120624999999998, 0.0120784136773641, 0.0133101923076921, 0.0117593272112626, 0.0156523076923075, 0.0140762593807391, 0.030633076923077, 0.0297797065569053, 0.0890511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 75, '2021-05-23 00:00:00', 0.0036275678703293, 0.00585057692307686, 0.00418326722238096, 0.0079105769230769, 0.00741794379554373, 0.0133630769230769, 0.00974912744221828, 0.0273032692307693, 0.028329818987176, 0.0873696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 90, '2021-05-23 00:00:00', 0.00350649948721603, 0.00545057692307677, 0.00555693755242381, 0.0078901923076921, 0.00753355108064009, 0.0130532692307691, 0.00984629761148039, 0.0270455769230769, 0.0283566967161877, 0.0874994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 105, '2021-05-23 00:00:00', 0.00522789704742378, 0.00588653846153848, 0.00780582507588935, 0.0108286538461539, 0.00785352459090829, 0.0140024999999999, 0.0101184353761606, 0.0273526923076924, 0.0285249582916166, 0.0878815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 120, '2021-05-23 00:00:00', 0.00745854787887938, 0.00918730769230764, 0.0074825022578319, 0.0110959615384616, 0.00855336704956665, 0.0150532692307691, 0.00993006174936273, 0.0270621153846155, 0.0284177372103032, 0.0880419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 135, '2021-05-23 00:00:00', 0.00522435035711123, 0.00770557692307708, 0.00561699700770947, 0.0101457692307693, 0.00748744561814094, 0.0163432692307694, 0.00965041097769759, 0.0258159615384617, 0.028448659693317, 0.0880371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 150, '2021-05-23 00:00:00', 0.00510810061418268, 0.00736173076923082, 0.00707545704965651, 0.0101126923076922, 0.00853332701146585, 0.0162517307692308, 0.00988186793499175, 0.0255632692307692, 0.0286407117397865, 0.0882301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 165, '2021-05-23 00:00:00', 0.00556778406411516, 0.00774423076923089, 0.00566824580108693, 0.0128126923076925, 0.00681152889197074, 0.0160196153846155, 0.00883694684483652, 0.0250134615384618, 0.028396158263995, 0.0881530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 180, '2021-05-23 00:00:00', 0.00577053608028269, 0.0104194230769233, 0.00700826152041028, 0.0125484615384617, 0.00760270425572389, 0.0156, 0.00914681933789007, 0.0247300000000001, 0.028275790101183, 0.0879103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 195, '2021-05-23 00:00:00', 0.005030712015671, 0.00770923076923078, 0.00618323122211621, 0.0110121153846155, 0.00755062397064997, 0.0157578846153844, 0.00921445856333307, 0.024348846153846, 0.0291458689934717, 0.0883842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 210, '2021-05-23 00:00:00', 0.0048801460886078, 0.00734961538461528, 0.005550446097803, 0.00955173076923065, 0.00637490643370244, 0.0150809615384613, 0.00960574671145432, 0.0230617307692306, 0.0290633139522081, 0.0884032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 225, '2021-05-23 00:00:00', 0.00339073207434627, 0.00618000000000004, 0.00547252305754706, 0.0102188461538459, 0.00570173886094959, 0.013949038461538, 0.00956063188489455, 0.0216709615384614, 0.0290549892081311, 0.0883782692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 240, '2021-05-23 00:00:00', 0.00454869693936138, 0.00829538461538458, 0.00508439269877783, 0.0105536538461538, 0.00541884186107929, 0.0133586538461538, 0.0099377547688676, 0.0221396153846154, 0.0290843481301172, 0.0883919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 255, '2021-05-23 00:00:00', 0.00387915131975273, 0.00670019230769233, 0.00474171523655908, 0.0096992307692306, 0.00440335882725203, 0.0120351923076924, 0.0104696708217298, 0.0220063461538463, 0.0303345725940145, 0.0889973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 270, '2021-05-23 00:00:00', 0.00444741046954473, 0.00709826923076887, 0.00434414738470063, 0.00902749999999985, 0.00548251284680516, 0.0112336538461537, 0.0107081173397351, 0.0213698076923077, 0.0301962379553124, 0.089195576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 285, '2021-05-23 00:00:00', 0.00372945257377004, 0.00641249999999991, 0.00376907285069502, 0.00850807692307682, 0.00529526501116446, 0.0107515384615383, 0.0104146277916429, 0.0217790384615383, 0.0301870910649161, 0.0892298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 300, '2021-05-23 00:00:00', 0.00362832548790118, 0.00648461538461523, 0.00521182677629968, 0.00850711538461505, 0.0057203093414202, 0.0105601923076921, 0.00907461052353469, 0.0236080769230768, 0.0302612093058728, 0.0892794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 315, '2021-05-23 00:00:00', 0.00383621369822665, 0.00527153846153812, 0.00415988522863138, 0.00726134615384577, 0.00575952376503488, 0.00949499999999971, 0.0103360848803521, 0.0265944230769229, 0.0296951034787788, 0.0888638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 330, '2021-05-23 00:00:00', 0.00344915069256188, 0.00546749999999962, 0.00445248002198264, 0.00700788461538419, 0.00649175790166652, 0.0101744230769228, 0.0105538011617396, 0.0275151923076923, 0.0297050588679125, 0.0888378846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 345, '2021-05-23 00:00:00', 0.00404396035893221, 0.00532423076923062, 0.0052658023276464, 0.00713692307692296, 0.00779825008970215, 0.0110923076923079, 0.00975340627086841, 0.0285817307692308, 0.0295565725327653, 0.0887682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 360, '2021-05-23 00:00:00', 0.00431078513730398, 0.00507250000000002, 0.00588685043452468, 0.00747403846153857, 0.00744222333404782, 0.0105280769230771, 0.0106512493182005, 0.0295209615384617, 0.0294759446746247, 0.0888726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 375, '2021-05-23 00:00:00', 0.00456926028351018, 0.00541153846153842, 0.00618258504560627, 0.00794461538461558, 0.00685936294418049, 0.010565, 0.0105721220360984, 0.0321528846153848, 0.0294368321665223, 0.088665 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 390, '2021-05-23 00:00:00', 0.00500679143379678, 0.00545230769230782, 0.00572831567404763, 0.00685769230769231, 0.00581693823772765, 0.00948769230769243, 0.0108492115133563, 0.0324126923076925, 0.0294220289010437, 0.0884844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 405, '2021-05-23 00:00:00', 0.00375500279627058, 0.00432999999999991, 0.0046092908223083, 0.00662173076923076, 0.00464183670544338, 0.00812500000000006, 0.011458902157443, 0.0341144230769233, 0.0294876257782559, 0.0884859615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 420, '2021-05-23 00:00:00', 0.00423548470117024, 0.00535057692307694, 0.00420281424029902, 0.00669653846153855, 0.00528013145232655, 0.00935307692307702, 0.0118038604653149, 0.0364482692307695, 0.0292548888301006, 0.0888623076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 435, '2021-05-23 00:00:00', 0.00365004693858107, 0.00446557692307683, 0.00389599998025619, 0.00576538461538457, 0.00602807928333353, 0.0105196153846155, 0.0141112757750673, 0.0380849999999998, 0.0292893466987309, 0.0885290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 450, '2021-05-23 00:00:00', 0.00273172608154936, 0.00384923076923084, 0.0037806087472788, 0.00612250000000024, 0.00559532039709574, 0.0106521153846156, 0.0173387105334144, 0.0414651923076924, 0.0291495085616312, 0.0882357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 465, '2021-05-23 00:00:00', 0.00369409689702583, 0.0050882692307692, 0.00552759426388676, 0.00853288461538467, 0.00564428839965344, 0.0116934615384615, 0.0172661394776464, 0.0417176923076924, 0.0292070791241017, 0.0881451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 480, '2021-05-23 00:00:00', 0.00573701251657932, 0.00649384615384613, 0.00547407075359704, 0.00844384615384603, 0.00600741471337387, 0.0138334615384612, 0.0170475422873345, 0.0423659615384615, 0.0287222407471711, 0.0886084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 495, '2021-05-23 00:00:00', 0.00372838760777972, 0.00543692307692296, 0.00399073000840689, 0.00808499999999986, 0.00844373749956371, 0.0182598076923076, 0.0169685556987033, 0.0436075000000001, 0.0286610225889822, 0.0883953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 510, '2021-05-23 00:00:00', 0.00265372081309345, 0.00543692307692303, 0.00491555097467365, 0.0105392307692306, 0.00831026039580936, 0.0188253846153848, 0.016847244627489, 0.0435784615384616, 0.0279415249411778, 0.0877559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 525, '2021-05-23 00:00:00', 0.00485326994050236, 0.00796865384615367, 0.00836783734812137, 0.0149567307692309, 0.0080239845846928, 0.0197261538461538, 0.017337467259134, 0.0432651923076925, 0.0277829977621897, 0.0873205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 540, '2021-05-23 00:00:00', 0.00727683389520899, 0.0117884615384615, 0.00736639630087462, 0.0146623076923079, 0.00870626377739286, 0.0197101923076923, 0.0168403890976883, 0.0427851923076925, 0.0276264927010564, 0.0871848076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 555, '2021-05-23 00:00:00', 0.00367141953263544, 0.00931923076923091, 0.00424917354860375, 0.0130353846153845, 0.00699655174683597, 0.0211678846153847, 0.0171454301973976, 0.043215576923077, 0.0283511957942081, 0.0875148076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 570, '2021-05-23 00:00:00', 0.00237782260611564, 0.00871211538461535, 0.0052399434267352, 0.0140013461538465, 0.00789955885817974, 0.0225619230769232, 0.0167538382284365, 0.0431392307692309, 0.0297792396587595, 0.088389423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 585, '2021-05-23 00:00:00', 0.00450410891468955, 0.0104486538461539, 0.00686415922354342, 0.0181153846153846, 0.00951473952107207, 0.0247269230769232, 0.017203759401319, 0.0426784615384617, 0.0295662340543031, 0.087946923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 600, '2021-05-23 00:00:00', 0.00607292840272429, 0.0155057692307694, 0.00698130588401278, 0.0186896153846156, 0.00853878282624918, 0.0267480769230769, 0.0174443561205781, 0.0435076923076925, 0.0291348950546616, 0.0880996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 615, '2021-05-23 00:00:00', 0.00434838762779265, 0.0117201923076924, 0.00624661577606994, 0.016705576923077, 0.00719215579374768, 0.025280192307692, 0.0162775041887689, 0.042396153846154, 0.0289050888013751, 0.0882638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 630, '2021-05-23 00:00:00', 0.00581277499266798, 0.0124936538461539, 0.005509326679508, 0.0184173076923075, 0.010515280507616, 0.0281119230769229, 0.0166256527841767, 0.0430375000000001, 0.0288683099369426, 0.0879688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 645, '2021-05-23 00:00:00', 0.00448769953488229, 0.0133763461538461, 0.00629416874208541, 0.0192680769230768, 0.0107879922064375, 0.0266353846153847, 0.0170088378656056, 0.0427265384615386, 0.028629326484595, 0.0876548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 660, '2021-05-23 00:00:00', 0.00578294345135234, 0.0130248076923075, 0.0108656796895265, 0.020296346153846, 0.0118238566027139, 0.0245601923076922, 0.0166157189721523, 0.0414651923076924, 0.0294763461700811, 0.0877515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 675, '2021-05-23 00:00:00', 0.00974835306800398, 0.0142915384615385, 0.00940763491286981, 0.0180594230769231, 0.0100905598380939, 0.0219346153846156, 0.0177491187094327, 0.0407651923076925, 0.0300862798656437, 0.0880069230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 690, '2021-05-23 00:00:00', 0.00454312910211255, 0.0118440384615386, 0.00529109136626409, 0.0148246153846153, 0.00763691580165296, 0.0202248076923076, 0.0168627406762773, 0.039268653846154, 0.0315275961585791, 0.0883184615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 705, '2021-05-23 00:00:00', 0.00378064866737907, 0.0102471153846153, 0.00621084172729738, 0.0140548076923078, 0.00708783931490035, 0.0195119230769231, 0.0155888734987981, 0.0415401923076926, 0.030146204509791, 0.0884228846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 720, '2021-05-23 00:00:00', 0.00469993671397664, 0.0102063461538463, 0.00538871199467334, 0.0142348076923077, 0.0081608232522122, 0.0192919230769233, 0.0160857608652927, 0.0425138461538463, 0.0294756255260824, 0.0884580769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 735, '2021-05-23 00:00:00', 0.00463481202008629, 0.00971269230769225, 0.0066690279305504, 0.0132234615384614, 0.00945749518188525, 0.0186836538461539, 0.0161793548281084, 0.0447244230769233, 0.0295726684210006, 0.0881234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 750, '2021-05-23 00:00:00', 0.00447785156245548, 0.00959384615384608, 0.00751763120680571, 0.0137698076923078, 0.00772853715882804, 0.0186188461538463, 0.0169212388173968, 0.0463136538461541, 0.0287498001999744, 0.0895534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987935 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 987935, 3, 765, '20[...];
Date: 2021-05-23 16:52:54 Duration: 23s820ms Database: acaweb_fx User: pgperfstats
8 23s769ms 23s769ms 23s769ms 1 23s769ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 1 23s769ms 23s769ms [ User: pgperfstats - Total duration: 23s769ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987980, 1, 1020, '2021-05-23 00:00:00', 0.00521705413486892, 0.0121996153846153, 0.00810043308433845, 0.0159480769230769, 0.0130678074848666, 0.0241676923076923, 0.015238962255199, 0.031661153846154, 0.0190858234914334, 0.0731171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1035, '2021-05-23 00:00:00', 0.00449470938565959, 0.00985269230769207, 0.00687606894626889, 0.0147530769230768, 0.0143829309038392, 0.0224142307692306, 0.0145400159506841, 0.0293696153846153, 0.0197127440241468, 0.0745848076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1050, '2021-05-23 00:00:00', 0.00534929092353518, 0.0106957692307691, 0.0108877106885911, 0.0170909615384613, 0.0129604025771401, 0.0209548076923075, 0.0131595504087921, 0.0273148076923076, 0.019757876907315, 0.0746167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1065, '2021-05-23 00:00:00', 0.00697552983375017, 0.0123476923076923, 0.00943772878479685, 0.0163388461538462, 0.0088459282354173, 0.0194828846153846, 0.0105063946315492, 0.025606923076923, 0.0195943961494489, 0.0735823076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1080, '2021-05-23 00:00:00', 0.00676409667628677, 0.0109246153846155, 0.00587606608657925, 0.0142644230769232, 0.00602343605300309, 0.0182732692307694, 0.00771930441515602, 0.0240544230769231, 0.0207004888097248, 0.0757701923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1095, '2021-05-23 00:00:00', 0.00395755412033544, 0.00968115384615395, 0.00458259509952095, 0.0124903846153847, 0.00622335998785719, 0.0167315384615383, 0.00770863970839546, 0.0229130769230768, 0.0211811499106745, 0.0770515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1110, '2021-05-23 00:00:00', 0.00356940647942823, 0.00818884615384632, 0.00483153014462914, 0.0116334615384617, 0.00566111818595782, 0.0135236538461538, 0.00648532947979816, 0.0212973076923076, 0.0207996511000694, 0.0770417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1125, '2021-05-23 00:00:00', 0.00336118701560127, 0.00722807692307725, 0.00327785028052506, 0.00924769230769222, 0.00356959619026281, 0.0118698076923077, 0.00539636135600806, 0.0207967307692307, 0.0207826230270535, 0.0772467307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1140, '2021-05-23 00:00:00', 0.00257230208926972, 0.00599596153846124, 0.00274795603060765, 0.0078478846153845, 0.00416393713929496, 0.0112474999999999, 0.00583177001762444, 0.0211565384615385, 0.0208465204659785, 0.0775534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1155, '2021-05-23 00:00:00', 0.00212617453513266, 0.00539692307692318, 0.0033738838382266, 0.00802307692307688, 0.00417077140992449, 0.0108219230769231, 0.00647481081695717, 0.0207613461538464, 0.0206209083335337, 0.0779725 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1170, '2021-05-23 00:00:00', 0.00274802385640753, 0.00563865384615368, 0.0035883053853401, 0.00744846153846145, 0.00389540079896992, 0.0103492307692309, 0.00645614498276328, 0.0201759615384616, 0.020488844875838, 0.0779378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1185, '2021-05-23 00:00:00', 0.00250596526005731, 0.00472673076923062, 0.00270073640242527, 0.00697634615384604, 0.00333546721441873, 0.00911653846153842, 0.00712628336889892, 0.0200644230769231, 0.0206144174267951, 0.0781196153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1200, '2021-05-23 00:00:00', 0.00223525002043317, 0.00500557692307695, 0.00311390601236575, 0.00686557692307711, 0.00386478509702093, 0.00959538461538469, 0.00732417028380393, 0.0208421153846155, 0.0202821594397259, 0.0784615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1215, '2021-05-23 00:00:00', 0.00228009200219233, 0.00467346153846163, 0.00254978505881464, 0.00652038461538475, 0.003263062041184, 0.00924673076923086, 0.00726726017571549, 0.0218273076923078, 0.0198627672456244, 0.078540576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1230, '2021-05-23 00:00:00', 0.00187215873957136, 0.00443711538461541, 0.00262039970527117, 0.00640884615384607, 0.00291417554642567, 0.00918134615384612, 0.00698987170565663, 0.0211726923076924, 0.0198537004223782, 0.0785076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1245, '2021-05-23 00:00:00', 0.00223821774049032, 0.00450442307692287, 0.00235188232306341, 0.00636730769230754, 0.00333804855474701, 0.00883192307692274, 0.0072923738142085, 0.0211003846153846, 0.0196645135371778, 0.0790494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1260, '2021-05-23 00:00:00', 0.00197459164230123, 0.00419192307692309, 0.00308517697410356, 0.00635019230769226, 0.0037121738862206, 0.0100898076923076, 0.00702470697171517, 0.0207309615384617, 0.0196781599280484, 0.0791619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1275, '2021-05-23 00:00:00', 0.00237909552949462, 0.00426653846153845, 0.00296223330510051, 0.00542692307692293, 0.00388651388185402, 0.011008076923077, 0.00707792135120521, 0.0211044230769231, 0.0198528659547025, 0.0795638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1290, '2021-05-23 00:00:00', 0.00161936346706407, 0.00339096153846147, 0.00361800914231073, 0.00764692307692299, 0.00403540758116852, 0.0110328846153847, 0.00671589996546671, 0.0206921153846155, 0.0196822376229471, 0.0798096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1305, '2021-05-23 00:00:00', 0.00314187819868689, 0.00637615384615391, 0.00362081620632675, 0.00907500000000017, 0.00502320873545974, 0.0118700000000001, 0.00669346038194124, 0.020436730769231, 0.0194812237255813, 0.0804453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1320, '2021-05-23 00:00:00', 0.00331445819333791, 0.00634365384615404, 0.00410688575631023, 0.00831615384615398, 0.00579247408612766, 0.0121890384615385, 0.00643254338979076, 0.0199876923076926, 0.0196238437709372, 0.0809478846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1335, '2021-05-23 00:00:00', 0.00277747405997736, 0.00479807692307681, 0.00403403661171004, 0.00723576923076906, 0.00456483815535834, 0.0112057692307692, 0.00561143924017326, 0.0190671153846155, 0.0199994734901851, 0.0815982692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1350, '2021-05-23 00:00:00', 0.00348859498387821, 0.00489519230769221, 0.00421396926442733, 0.00827019230769233, 0.00435852928617681, 0.0105665384615385, 0.00561900441496426, 0.018536153846154, 0.020106607057995, 0.0815642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1365, '2021-05-23 00:00:00', 0.00362566662835959, 0.00648749999999988, 0.00415125455087428, 0.00834288461538455, 0.00421067005904701, 0.0105428846153845, 0.0055100557619684, 0.0187125000000001, 0.0202424203069845, 0.0820217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1380, '2021-05-23 00:00:00', 0.00314567011938635, 0.00527750000000005, 0.00279454020574735, 0.00685019230769226, 0.00352787317166928, 0.0114563461538464, 0.0057570041220707, 0.0186276923076925, 0.0211589974569832, 0.0829257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1395, '2021-05-23 00:00:00', 0.00209358985036221, 0.00408269230769202, 0.00295805432414867, 0.00609576923076932, 0.00507549936914127, 0.0136253846153848, 0.00557702757886192, 0.0190038461538461, 0.0212891180337244, 0.0831605769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1410, '2021-05-23 00:00:00', 0.00221222908815098, 0.00439653846153845, 0.00312865409745773, 0.00954230769230793, 0.00487854384406478, 0.0136209615384618, 0.00647388651548563, 0.0199088461538462, 0.0212606277975548, 0.0831228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 1, 1425, '2021-05-23 00:00:00', 0.00301304504804338, 0.00841230769230787, 0.00461012758458513, 0.0125478846153848, 0.00531110707349736, 0.0137778846153847, 0.00728726235395619, 0.0205661538461538, 0.021076156918697, 0.0831073076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 0, '2021-05-23 00:00:00', 0.00460288674053088, 0.00926288461538477, 0.00467701946921179, 0.0103663461538463, 0.00545076105130867, 0.0115940384615384, 0.00792888288765531, 0.0212053846153845, 0.02098667798042, 0.083140576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 15, '2021-05-23 00:00:00', 0.00301275983665017, 0.00398979999999987, 0.00386770826847124, 0.0059011999999997, 0.00453669696291629, 0.0109611999999997, 0.00839260936280646, 0.0207275999999997, 0.021289378233836, 0.0832488 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 30, '2021-05-23 00:00:00', 0.0027572042452454, 0.0039223999999998, 0.00277483037019089, 0.00491239999999976, 0.00471569407227973, 0.0108131999999999, 0.00827869672210947, 0.0206855999999997, 0.0211727865175245, 0.0831908 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 45, '2021-05-23 00:00:00', 0.00229785281044321, 0.00326653846153839, 0.00521045973536362, 0.00972942307692293, 0.00578093954634219, 0.0108990384615384, 0.00931568961277363, 0.0219898076923075, 0.0207619900446798, 0.0830261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 60, '2021-05-23 00:00:00', 0.00544481124911231, 0.00908846153846154, 0.00606367204055298, 0.0102388461538463, 0.00557715345094483, 0.0113638461538462, 0.00959139597002671, 0.022639423076923, 0.0207619900446798, 0.0830261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 75, '2021-05-23 00:00:00', 0.00344647894457312, 0.00507365384615396, 0.00348077051593706, 0.00596076923076944, 0.0036123640671792, 0.00871192307692305, 0.00821959344867727, 0.0205376923076922, 0.0203759575367261, 0.0815384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 90, '2021-05-23 00:00:00', 0.00183605665448041, 0.00351096153846171, 0.00332747654444719, 0.00586307692307694, 0.00336493065993261, 0.00817711538461518, 0.00777045877271487, 0.0202865384615381, 0.0196979515295762, 0.0808223076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 105, '2021-05-23 00:00:00', 0.00336346815630258, 0.00461903846153829, 0.00335969669533071, 0.00646826923076888, 0.00466142649427609, 0.00928980769230745, 0.00739118884993353, 0.0202911538461534, 0.01962663053197, 0.0805909615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 120, '2021-05-23 00:00:00', 0.00207796712789596, 0.00466576923076893, 0.00293866906687623, 0.00618173076923047, 0.00413505034849834, 0.00919576923076913, 0.00750362798661672, 0.020395192307692, 0.0195548098824422, 0.0804315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 135, '2021-05-23 00:00:00', 0.00285385143945171, 0.00403096153846136, 0.00381872366917774, 0.00645730769230762, 0.00302968779808175, 0.0097519230769231, 0.00689561382608251, 0.0197459615384613, 0.0193434320924541, 0.0800263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 150, '2021-05-23 00:00:00', 0.00287622765762054, 0.00437346153846165, 0.0029763903280005, 0.00642423076923092, 0.00391520984799605, 0.0107169230769232, 0.00646692924394221, 0.0196003846153844, 0.0190843552449483, 0.0796263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 165, '2021-05-23 00:00:00', 0.00248548212317356, 0.00487576923076966, 0.00260336821031176, 0.00786596153846163, 0.00468882926178334, 0.0111096153846154, 0.00600126495960534, 0.020071346153846, 0.0188308047225815, 0.0795525000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 180, '2021-05-23 00:00:00', 0.00257163369954104, 0.00603826923076917, 0.00395249123484642, 0.00874480769230772, 0.00543399000593621, 0.011990769230769, 0.00574235166581146, 0.0197794230769227, 0.0184602843392135, 0.0795767307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 195, '2021-05-23 00:00:00', 0.00358644801783259, 0.00586076923076913, 0.00408639760481219, 0.00740423076923078, 0.00472334213894555, 0.010735192307692, 0.0054186917275725, 0.0184390384615381, 0.0180969109614363, 0.0795271153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 210, '2021-05-23 00:00:00', 0.00201463504043643, 0.00424788461538477, 0.00343409383411957, 0.00713269230769222, 0.0039253011839369, 0.0100692307692306, 0.0054666710162586, 0.0179599999999997, 0.0181348942278097, 0.0794805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 225, '2021-05-23 00:00:00', 0.0029503902023552, 0.0053528846153844, 0.00377658230211066, 0.00791673076923051, 0.0051522871097735, 0.0104873076923075, 0.00552496134340833, 0.0178403846153842, 0.0179035314995071, 0.0792330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 240, '2021-05-23 00:00:00', 0.00374476894634883, 0.00577730769230761, 0.00384668826594818, 0.00769884615384602, 0.00538074929368932, 0.0108298076923076, 0.00507636399252601, 0.0178892307692305, 0.0178986615829656, 0.0787876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 255, '2021-05-23 00:00:00', 0.00218783092441925, 0.00464192307692293, 0.00374368613082786, 0.00679538461538452, 0.00463084917034249, 0.00948903846153812, 0.00485546515635893, 0.0162817307692304, 0.0178052443019983, 0.0778655769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 270, '2021-05-23 00:00:00', 0.00314816909549771, 0.00504442307692313, 0.00393784002194889, 0.00689596153846153, 0.00445777433687052, 0.00955596153846133, 0.00491556451097313, 0.015982692307692, 0.0179368892680805, 0.0776661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 285, '2021-05-23 00:00:00', 0.0030709314297381, 0.00510038461538474, 0.00380553867611187, 0.00660115384615366, 0.00324184667814711, 0.00900173076923064, 0.0067414805837841, 0.0160023076923074, 0.0179779202923603, 0.0774109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 300, '2021-05-23 00:00:00', 0.00285316873776404, 0.00443461538461537, 0.00309676605509679, 0.0064299999999998, 0.00391728108710415, 0.00865365384615377, 0.00769399350392629, 0.0161140384615383, 0.018001584361896, 0.0772965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 315, '2021-05-23 00:00:00', 0.00234365540424467, 0.00472557692307675, 0.00228610260386182, 0.00596634615384608, 0.00311961385677521, 0.00826384615384601, 0.00662987440709439, 0.0172205769230766, 0.0179100498700074, 0.0771178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 330, '2021-05-23 00:00:00', 0.00122146168742467, 0.00354442307692308, 0.00268553169782059, 0.00571749999999999, 0.00331502147573975, 0.00805423076923077, 0.00699429985774141, 0.0196475000000001, 0.0179297987547159, 0.0770642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 345, '2021-05-23 00:00:00', 0.00265896035206372, 0.00465307692307683, 0.00301082054366478, 0.0058078846153846, 0.00357874475200474, 0.00851499999999985, 0.00910335519929973, 0.0215967307692308, 0.018142772059418, 0.07722 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 360, '2021-05-23 00:00:00', 0.00260041257081658, 0.00389346153846178, 0.00300622132482718, 0.00619057692307704, 0.00380692272253912, 0.00803615384615371, 0.00995630697675545, 0.0233938461538462, 0.0181245587627989, 0.0772028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 375, '2021-05-23 00:00:00', 0.00270017128374098, 0.00427980769230773, 0.00359920204831799, 0.00595076923076914, 0.00394526721333488, 0.00782576923076921, 0.00928278683287617, 0.0268107692307693, 0.018171496908197, 0.0771982692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 390, '2021-05-23 00:00:00', 0.00271288713649959, 0.00398384615384605, 0.00278941353086165, 0.00519038461538454, 0.00288774117873895, 0.006876346153846, 0.00809417039270593, 0.0293871153846153, 0.0181612123801078, 0.0770186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 405, '2021-05-23 00:00:00', 0.00149615193592919, 0.0032911538461538, 0.00184341886596198, 0.00487134615384613, 0.00222108577917671, 0.00639403846153846, 0.00781505605324658, 0.0321536538461538, 0.0181133458575119, 0.0770680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 420, '2021-05-23 00:00:00', 0.00198652457437993, 0.00390326923076917, 0.00215184898133235, 0.00485596153846149, 0.00338195980961445, 0.00673807692307701, 0.00795483884911491, 0.0333063461538462, 0.0180817759391986, 0.0769563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 435, '2021-05-23 00:00:00', 0.00220276340431404, 0.00323615384615363, 0.00222165579276783, 0.0045226923076923, 0.00343206381059567, 0.00736499999999993, 0.007213781244684, 0.0344103846153847, 0.0180238469523445, 0.0768398076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 450, '2021-05-23 00:00:00', 0.00163989752259564, 0.00332326923076947, 0.00301178429736396, 0.00485942307692324, 0.00373219741418667, 0.00761653846153843, 0.00679011250614839, 0.0351596153846154, 0.0179962507302536, 0.0767178846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 465, '2021-05-23 00:00:00', 0.0024649024321463, 0.00371000000000009, 0.0031627475457997, 0.0058409615384615, 0.00493219559472375, 0.00845923076923074, 0.00653927493040209, 0.0376961538461541, 0.0180403258455989, 0.0765388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 480, '2021-05-23 00:00:00', 0.002419150653559, 0.0044567307692308, 0.00303021353017567, 0.00596096153846154, 0.00531186832624681, 0.0091736538461539, 0.00726731393876835, 0.0390682692307694, 0.0183859145512159, 0.0767132692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 495, '2021-05-23 00:00:00', 0.00233372970717542, 0.00406711538461534, 0.00342142399504141, 0.00624807692307691, 0.00417236725373007, 0.0117025000000002, 0.00793495884338132, 0.0396596153846155, 0.0183047718200641, 0.0765592307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 510, '2021-05-23 00:00:00', 0.00267331673135703, 0.00462788461538459, 0.00451740395581367, 0.00702250000000005, 0.00489074622275422, 0.0142988461538464, 0.00915700288556, 0.0410003846153846, 0.0183027498743095, 0.0767301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 525, '2021-05-23 00:00:00', 0.00359552977266979, 0.00516288461538449, 0.00329602296481913, 0.00967076923076911, 0.00590457840610579, 0.016638076923077, 0.0095901207841114, 0.0415444230769229, 0.0181758756978753, 0.0765907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 540, '2021-05-23 00:00:00', 0.00329168989216075, 0.0084871153846154, 0.00464174418892124, 0.0125736538461539, 0.00722909182773681, 0.018700576923077, 0.00983051322903109, 0.0421378846153844, 0.0180048267246484, 0.0767007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 555, '2021-05-23 00:00:00', 0.00351389190871799, 0.0077578846153845, 0.00508927425686006, 0.0124573076923075, 0.0066342761503017, 0.0208909615384615, 0.00990005181998868, 0.0417590384615383, 0.0185990974605262, 0.0762721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 570, '2021-05-23 00:00:00', 0.00497511639214449, 0.00913634615384612, 0.00590965888642032, 0.0135119230769231, 0.00638560023381929, 0.0227028846153845, 0.0090610802972849, 0.0414130769230769, 0.0191057822308809, 0.076390576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 585, '2021-05-23 00:00:00', 0.0035858487676721, 0.00884423076923086, 0.00611714676135845, 0.0160775000000001, 0.00784511222648544, 0.0252496153846152, 0.00844109471801265, 0.0409809615384615, 0.0195797403111952, 0.0761644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 600, '2021-05-23 00:00:00', 0.00523361931318872, 0.0132236538461539, 0.00681570951213751, 0.017776923076923, 0.00760343178844513, 0.0256548076923076, 0.00880826555222205, 0.0409759615384615, 0.0206060950243818, 0.0765369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 615, '2021-05-23 00:00:00', 0.00405354494429059, 0.0111011538461539, 0.00607056901400902, 0.0174880769230769, 0.00604724928249325, 0.0223282692307692, 0.00899573521389231, 0.0376259615384615, 0.0220350069007337, 0.0760936538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 630, '2021-05-23 00:00:00', 0.00421917456382182, 0.0114049999999998, 0.00515540913843087, 0.0150657692307691, 0.0057879916671037, 0.0194915384615384, 0.00970041341109533, 0.0358928846153845, 0.022425073954942, 0.0762682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 645, '2021-05-23 00:00:00', 0.0045372283008292, 0.0101505769230768, 0.00525434548364842, 0.0143326923076922, 0.00702648845715002, 0.0204009615384616, 0.0104669616706753, 0.0341111538461536, 0.0225204299325337, 0.0761971153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 660, '2021-05-23 00:00:00', 0.00381550234619838, 0.00965692307692314, 0.00488662238628614, 0.0138821153846153, 0.00727126090271735, 0.0210763461538464, 0.00958950333196926, 0.0333219230769228, 0.02232033394429, 0.0753257692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 675, '2021-05-23 00:00:00', 0.0036873465600408, 0.0102755769230771, 0.00609442816147524, 0.0148688461538465, 0.00792311014350752, 0.0198771153846157, 0.00905681500520261, 0.0326709615384614, 0.0216000332024319, 0.0749178846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 690, '2021-05-23 00:00:00', 0.0049524250664155, 0.0111940384615386, 0.00595479718701338, 0.0156565384615386, 0.00825838678835977, 0.0207321153846153, 0.00838280838979398, 0.0325074999999997, 0.0210501848411398, 0.0742553846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 705, '2021-05-23 00:00:00', 0.00341026918066814, 0.0101017307692309, 0.00444165472024162, 0.0126855769230771, 0.00679083037009344, 0.0187536538461536, 0.00956167759661139, 0.0329123076923075, 0.0213250545395642, 0.0744086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 720, '2021-05-23 00:00:00', 0.00347111219152502, 0.00847538461538466, 0.00687734694206551, 0.0137401923076922, 0.00701924643391269, 0.0177674999999996, 0.0107113873499908, 0.0346898076923075, 0.0200364905993655, 0.0743965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 735, '2021-05-23 00:00:00', 0.00548339834268994, 0.00922423076923068, 0.00502385941131058, 0.0124092307692306, 0.00516329370505044, 0.0162267307692307, 0.0100761421417893, 0.0337573076923077, 0.0197379517797957, 0.0740723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 750, '2021-05-23 00:00:00', 0.00263035149011267, 0.00777480769230768, 0.00265339229173619, 0.0103344230769228, 0.00371549586710331, 0.0139365384615382, 0.0107502758122043, 0.0335140384615385, 0.0195392084832996, 0.072973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 765, '2021-05-23 00:00:00', 0.00202160739549957, 0.00792769230769211, 0.00308038714474964, 0.0108601923076922, 0.00418350236505995, 0.0144290384615384, 0.0115817086755866, 0.0351246153846155, 0.0194547165845359, 0.0731207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 780, '2021-05-23 00:00:00', 0.00220675013398561, 0.00709807692307685, 0.00231142583368244, 0.00939923076923075, 0.00513933940681683, 0.0138765384615385, 0.0130675488196464, 0.0374580769230771, 0.0197590875451116, 0.0725011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 795, '2021-05-23 00:00:00', 0.00206799628031201, 0.00626615384615384, 0.00377235384587141, 0.0102865384615382, 0.00522175168074677, 0.013768846153846, 0.015010363165032, 0.0395221153846154, 0.020054702993409, 0.0723569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 810, '2021-05-23 00:00:00', 0.00280021516343631, 0.00753480769230748, 0.00379180793087066, 0.0104042307692308, 0.00610829096077934, 0.0143526923076921, 0.0156186583893946, 0.0398867307692309, 0.0201238514292407, 0.0725821153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 825, '2021-05-23 00:00:00', 0.00322656466516008, 0.00760653846153867, 0.00474572358509766, 0.0104028846153847, 0.00592263049990972, 0.0138890384615385, 0.0150438875256567, 0.0406332692307693, 0.0200644120282271, 0.0728140384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 840, '2021-05-23 00:00:00', 0.00260510050005461, 0.00783884615384632, 0.0039938925103983, 0.0104192307692308, 0.00526041057186749, 0.0141607692307693, 0.0172681493251413, 0.0432213461538461, 0.0204708509837769, 0.0735950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 855, '2021-05-23 00:00:00', 0.00331988711578242, 0.00775230769230778, 0.00327214698395643, 0.0102267307692309, 0.00587671399547544, 0.0150807692307692, 0.0168041364836619, 0.0449898076923077, 0.0203567872455733, 0.0743348076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 870, '2021-05-23 00:00:00', 0.00264885459280901, 0.00775442307692309, 0.0051118106531683, 0.011823076923077, 0.00688473254047279, 0.0166969230769229, 0.0164834687303556, 0.0449607692307692, 0.0206210280688279, 0.0744511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 885, '2021-05-23 00:00:00', 0.00416218237873426, 0.00827692307692299, 0.00447248917098919, 0.0112392307692308, 0.00824359202887077, 0.0193084615384616, 0.0165221262845172, 0.0446201923076924, 0.0208036416680795, 0.0743255769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 900, '2021-05-23 00:00:00', 0.00253705411517638, 0.00769960000000012, 0.00398079699934569, 0.0119602, 0.00933548145517938, 0.0216766000000001, 0.0158440836828765, 0.0447176000000002, 0.0188486635313136, 0.0753824000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 915, '2021-05-23 00:00:00', 0.00437622262916313, 0.00929749999999994, 0.00831185414842048, 0.0155592307692309, 0.00995791198572161, 0.0218113461538464, 0.015844540609162, 0.0439813461538461, 0.0203982532547804, 0.0734903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 930, '2021-05-23 00:00:00', 0.0074988403744538, 0.0108551923076925, 0.00868360978864991, 0.0158451923076924, 0.00878491252309664, 0.0213790384615387, 0.0158040373906845, 0.0429496153846154, 0.0209825137206786, 0.0731659615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 945, '2021-05-23 00:00:00', 0.00483337044769135, 0.0101617307692309, 0.00543224534961948, 0.0138234615384617, 0.00578399632939574, 0.0211515384615386, 0.0134314724391862, 0.040116730769231, 0.0193943725700168, 0.071949230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 960, '2021-05-23 00:00:00', 0.0039462528282684, 0.0101892307692308, 0.00484086024221086, 0.0147282692307696, 0.00963456511533018, 0.0242551923076926, 0.0132787306984342, 0.0396401923076924, 0.019689302695978, 0.0725605769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 975, '2021-05-23 00:00:00', 0.00404629193973181, 0.0105873076923078, 0.00600810957405457, 0.0155905769230769, 0.0110424789179715, 0.025665576923077, 0.0124427437674147, 0.0392576923076925, 0.0192776092407348, 0.0722640384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 990, '2021-05-23 00:00:00', 0.00422959552985314, 0.0116128846153847, 0.00874711353049584, 0.0185163461538462, 0.0101564258401347, 0.0242203846153847, 0.010863092257024, 0.0374857692307693, 0.0194107800986584, 0.0709159615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1005, '2021-05-23 00:00:00', 0.00661652760429956, 0.0131084615384615, 0.00816675223319893, 0.0190109615384615, 0.00952673084818941, 0.0229055769230768, 0.0106665298318545, 0.0360305769230769, 0.0221549310963634, 0.0727667307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1020, '2021-05-23 00:00:00', 0.00763637627764924, 0.013444423076923, 0.0078232281773821, 0.0165686538461539, 0.00851170712335909, 0.0230369230769229, 0.0102111061783048, 0.0331192307692306, 0.0214903020023883, 0.0712780769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1035, '2021-05-23 00:00:00', 0.00437126415881659, 0.00994711538461567, 0.00477892939410548, 0.0137219230769231, 0.00846674388643343, 0.0222040384615385, 0.00960312700874833, 0.0309978846153846, 0.0213663169606169, 0.0711676923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1050, '2021-05-23 00:00:00', 0.00300025921956997, 0.00997423076923064, 0.00697025145777476, 0.0162057692307694, 0.00851778808413032, 0.0204353846153847, 0.00947475392008439, 0.0296146153846154, 0.020607242953725, 0.0708330769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1065, '2021-05-23 00:00:00', 0.00619402245345031, 0.0132169230769232, 0.00718563507176766, 0.0168257692307693, 0.00749726727907231, 0.019660576923077, 0.00838618820534017, 0.0285711538461539, 0.0203147199227177, 0.0699965384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1080, '2021-05-23 00:00:00', 0.00588453192701026, 0.0114900000000002, 0.00574079446726549, 0.0135963461538461, 0.00650947139824853, 0.0172067307692307, 0.00773554596551637, 0.0264607692307691, 0.0218899805364147, 0.0700517307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1095, '2021-05-23 00:00:00', 0.0033429234787256, 0.00863076923076927, 0.00517844951550331, 0.0119042307692308, 0.00604647831704207, 0.0154640384615384, 0.00819938054883525, 0.0247757692307691, 0.0219347459077707, 0.0697559615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1110, '2021-05-23 00:00:00', 0.00389620659695506, 0.00824038461538468, 0.00458878376713686, 0.0110276923076925, 0.005123060743795, 0.0138642307692307, 0.0076659990567741, 0.0234765384615385, 0.0219776177971696, 0.0694540384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1125, '2021-05-23 00:00:00', 0.00338055380078463, 0.00707000000000037, 0.00375477251692371, 0.00976557692307691, 0.00404933172074306, 0.0124107692307693, 0.00707748558132376, 0.022793076923077, 0.0217596934341033, 0.068827884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1140, '2021-05-23 00:00:00', 0.00320931280087241, 0.00657057692307687, 0.00323388366186219, 0.00856653846153834, 0.0036779186840049, 0.0119403846153846, 0.00816449875280852, 0.0230017307692307, 0.0218916566404085, 0.068612307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1155, '2021-05-23 00:00:00', 0.00257162253480924, 0.00559769230769226, 0.00316011905812713, 0.00808730769230781, 0.00365443579250435, 0.0111598076923078, 0.00865678842785303, 0.0224482692307692, 0.0227424244563733, 0.0685969230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1170, '2021-05-23 00:00:00', 0.00231968578774081, 0.00566192307692333, 0.00324282872718333, 0.00807692307692325, 0.00384469354585474, 0.0109126923076925, 0.00837223928321323, 0.0217038461538461, 0.0228379661537201, 0.0687459615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1185, '2021-05-23 00:00:00', 0.00303876033048881, 0.00572211538461534, 0.00347817116511583, 0.00759942307692301, 0.00426818681102913, 0.010695576923077, 0.00846879433794783, 0.0205734615384614, 0.0227556124175994, 0.0687575000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1200, '2021-05-23 00:00:00', 0.00273516552726476, 0.00542230769230772, 0.00308743981566974, 0.0073188461538464, 0.00380029359189708, 0.0100357692307693, 0.00848542528964526, 0.0200478846153846, 0.0228653397937713, 0.0687532692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1215, '2021-05-23 00:00:00', 0.00245562540992029, 0.00415807692307713, 0.00298176968619956, 0.00638269230769246, 0.00394816193358932, 0.00977942307692308, 0.00756922827333444, 0.0196155769230768, 0.0222428099947272, 0.0692626923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1230, '2021-05-23 00:00:00', 0.00232063731299421, 0.00455846153846141, 0.00261563465603378, 0.00678557692307686, 0.0037261395623972, 0.00988596153846154, 0.0071639337281649, 0.0193423076923074, 0.0222228535071443, 0.0693050000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1245, '2021-05-23 00:00:00', 0.00254065691081295, 0.00540153846153853, 0.0033536755783192, 0.00800673076923073, 0.00446787578592587, 0.0102359615384618, 0.00703470467369839, 0.0192196153846153, 0.0223378584685627, 0.070189807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1260, '2021-05-23 00:00:00', 0.00299253396613304, 0.00552346153846156, 0.00345360888725917, 0.00746711538461541, 0.00463717440905567, 0.0103375000000001, 0.00663328982365589, 0.019808269230769, 0.0222103852294026, 0.0702390384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1275, '2021-05-23 00:00:00', 0.00261587359286472, 0.00438557692307678, 0.00327373611548759, 0.00646807692307678, 0.00368501812958711, 0.00945384615384605, 0.00588309034763745, 0.0195459615384612, 0.0228977277450103, 0.0707732692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1290, '2021-05-23 00:00:00', 0.00241602875842569, 0.00443019230769239, 0.00259260213803718, 0.00683961538461532, 0.0033287086662273, 0.00910423076923072, 0.00625101368087324, 0.0193459615384613, 0.0229110011532923, 0.0715303846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1305, '2021-05-23 00:00:00', 0.00162822234353909, 0.00474499999999991, 0.00296372754509242, 0.00687980769230761, 0.00372903982795307, 0.0090459615384613, 0.00596915668570219, 0.0193234615384613, 0.0221780292736199, 0.0723926923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1320, '2021-05-23 00:00:00', 0.00255117671944646, 0.00470942307692324, 0.00283897113676495, 0.00591365384615406, 0.00491269333931523, 0.0109853846153846, 0.00614635862492222, 0.0192628846153845, 0.0221290998609037, 0.0726705769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1335, '2021-05-23 00:00:00', 0.00173628334270479, 0.00342461538461534, 0.0038043217529539, 0.00567499999999989, 0.00512732353707521, 0.0115694230769228, 0.00633661947304355, 0.0188021153846151, 0.02237706393489, 0.073242884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1350, '2021-05-23 00:00:00', 0.00321989345858152, 0.00422326923076901, 0.00453950653028067, 0.00869153846153839, 0.00534050896450898, 0.0112849999999997, 0.00642117424260136, 0.0185955769230766, 0.0224313712233903, 0.0736751923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1365, '2021-05-23 00:00:00', 0.00359104002505353, 0.00731769230769225, 0.00388813645791711, 0.00950634615384591, 0.00413733386838201, 0.0105415384615383, 0.00614802273405528, 0.0180365384615382, 0.0223243487052901, 0.0737036538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1380, '2021-05-23 00:00:00', 0.00351399943632073, 0.00537096153846133, 0.00354844065969625, 0.00672865384615368, 0.00367285942368532, 0.00961288461538464, 0.00663986780452256, 0.0183626923076922, 0.0223343434509416, 0.0739307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1395, '2021-05-23 00:00:00', 0.0022453378108017, 0.00383673076923084, 0.00277882238477995, 0.00538538461538481, 0.00613163086913944, 0.0118636538461537, 0.00694539559708414, 0.0189449999999999, 0.0223151584604588, 0.0739613461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1410, '2021-05-23 00:00:00', 0.00212010881433364, 0.00379923076923069, 0.00312995046040907, 0.00759326923076926, 0.0058888430527566, 0.0114724999999998, 0.00703257451763944, 0.0188571153846152, 0.0223913748092018, 0.0742696153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 2, 1425, '2021-05-23 00:00:00', 0.00319776677482182, 0.00669788461538452, 0.00618028299078231, 0.0109303846153844, 0.00597253873671306, 0.0114901923076922, 0.0072157314598034, 0.0192174999999998, 0.0225347916487783, 0.0743755769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 0, '2021-05-23 00:00:00', 0.00570112450783577, 0.00751557692307675, 0.00555502892397082, 0.00798788461538447, 0.00593821205932705, 0.00977730769230764, 0.00766749606104571, 0.0191503846153844, 0.0225347916487783, 0.0743755769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 15, '2021-05-23 00:00:00', 0.00181836794956352, 0.00260500000000011, 0.00266144275505999, 0.00413153846153851, 0.00398270559853684, 0.0100567307692308, 0.00581893071065339, 0.0189188461538462, 0.022220132908278, 0.0738726923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 30, '2021-05-23 00:00:00', 0.0025548740748736, 0.00309653846153868, 0.00328739481259027, 0.00534942307692313, 0.00408869445497638, 0.0103078846153847, 0.00585143640813618, 0.0192140384615384, 0.0222277967073108, 0.0738573076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 45, '2021-05-23 00:00:00', 0.00270408887683908, 0.00398442307692309, 0.00423487457356735, 0.00904442307692304, 0.0051297221997059, 0.0108253846153847, 0.00583670515919593, 0.0193263461538461, 0.0222277967073108, 0.0738573076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 60, '2021-05-23 00:00:00', 0.00432712763140441, 0.00810346153846146, 0.0043750589666358, 0.00902019230769236, 0.00523654101923738, 0.0109503846153845, 0.00635964169285797, 0.0191976923076923, 0.0222355328351164, 0.0738423076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 75, '2021-05-23 00:00:00', 0.00191746030948786, 0.00425596153846159, 0.00385690376019242, 0.00629115384615378, 0.00415167147525695, 0.00875096153846147, 0.00604741216427449, 0.0177117307692307, 0.0225528480318152, 0.073137884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 90, '2021-05-23 00:00:00', 0.00313975844857297, 0.00452365384615374, 0.00317460280374395, 0.00555480769230735, 0.00345171237882795, 0.00809788461538447, 0.00613424022315597, 0.0176986538461537, 0.0225831729842921, 0.073535961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 105, '2021-05-23 00:00:00', 0.00181180071921645, 0.00371038461538434, 0.00267753601570263, 0.00595365384615385, 0.00268294035743211, 0.00787519230769233, 0.00595166583015596, 0.0177680769230768, 0.0226314768995275, 0.0736244230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 120, '2021-05-23 00:00:00', 0.00246717946246323, 0.00474750000000002, 0.00251908249475586, 0.00606384615384622, 0.00444945644044137, 0.00904384615384613, 0.00601652611242877, 0.0177523076923077, 0.0227110331235385, 0.073528461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 135, '2021-05-23 00:00:00', 0.00190136280073026, 0.00401750000000013, 0.00221611785475263, 0.00554211538461539, 0.00519155777718471, 0.0102130769230769, 0.00614479134026403, 0.0176061538461539, 0.0228119457816766, 0.0736471153846159 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 150, '2021-05-23 00:00:00', 0.00218393505996717, 0.00393711538461569, 0.00423847291077629, 0.00693115384615408, 0.0049019179448928, 0.0107365384615386, 0.00603616632028582, 0.0177003846153845, 0.022811259662382, 0.0736507692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 165, '2021-05-23 00:00:00', 0.00384614132805614, 0.00559865384615396, 0.00410307209483125, 0.00862384615384605, 0.00543153053936, 0.0111299999999999, 0.00582404606913298, 0.017558846153846, 0.0227134523000053, 0.0737457692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 180, '2021-05-23 00:00:00', 0.00355477152787405, 0.00741615384615382, 0.00409203478160275, 0.00921557692307696, 0.00485666017325293, 0.0112759615384616, 0.0058587702207887, 0.0175524999999999, 0.0227208870526998, 0.0737323076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 195, '2021-05-23 00:00:00', 0.00330385840286073, 0.00557211538461555, 0.00361276041914681, 0.00762038461538471, 0.00393281799535824, 0.0103342307692311, 0.00534325785453037, 0.0164724999999999, 0.0228719250711771, 0.073382307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 210, '2021-05-23 00:00:00', 0.00297044767410813, 0.00540576923076927, 0.00292718744636423, 0.00706711538461532, 0.00386911037777195, 0.0100113461538463, 0.00582239131417523, 0.0162261538461537, 0.0229683391223324, 0.0733059615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 225, '2021-05-23 00:00:00', 0.00179685378883815, 0.00462846153846142, 0.00244883485638522, 0.00688692307692327, 0.00267458209532164, 0.00920576923076937, 0.00572815717782319, 0.0152005769230768, 0.023050962052341, 0.0732134615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 240, '2021-05-23 00:00:00', 0.00216315877471265, 0.00496173076923109, 0.00269771847336564, 0.00654519230769253, 0.00273207514819501, 0.00836115384615391, 0.00532660665541774, 0.0154823076923078, 0.0230425613301528, 0.0732055769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 255, '2021-05-23 00:00:00', 0.00291073332684386, 0.00459749999999996, 0.00311721424574027, 0.00622557692307695, 0.00362534639724253, 0.00831749999999988, 0.00556151183444005, 0.0156632692307691, 0.0229504201411184, 0.0734705769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 270, '2021-05-23 00:00:00', 0.0026604048347226, 0.00410826923076927, 0.00266078210017569, 0.00540923076923075, 0.00387820990128963, 0.00798403846153839, 0.00571498454469961, 0.0155921153846154, 0.0230291043756843, 0.0738171153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 285, '2021-05-23 00:00:00', 0.00172647111183475, 0.00350249999999995, 0.00304957046786295, 0.0060259615384614, 0.00346486348382415, 0.00790980769230763, 0.00601943148350561, 0.0155557692307691, 0.0231212487693431, 0.0738255769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 300, '2021-05-23 00:00:00', 0.00292668313178016, 0.00483692307692299, 0.00332406744007313, 0.00602288461538459, 0.0030368055648101, 0.00764403846153849, 0.00648030593116872, 0.0161848076923075, 0.0231655074833586, 0.0738101923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 315, '2021-05-23 00:00:00', 0.0018966925564904, 0.00368442307692311, 0.00253181601743766, 0.00547288461538471, 0.00291967769559466, 0.00718038461538463, 0.00767329913000017, 0.0175034615384615, 0.0233047321836972, 0.0739480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 330, '2021-05-23 00:00:00', 0.00212144276015523, 0.00406923076923092, 0.00216092399218481, 0.00515250000000027, 0.00365957984137311, 0.00718884615384612, 0.0069931471840982, 0.0194415384615385, 0.0233415975064658, 0.0739219230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 345, '2021-05-23 00:00:00', 0.00154116120057353, 0.00337961538461554, 0.00255258497183935, 0.00519596153846173, 0.00350933668946144, 0.006755, 0.00705147200126422, 0.0206292307692309, 0.0231400610206298, 0.0738409615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 360, '2021-05-23 00:00:00', 0.00238673533062642, 0.00407346153846146, 0.00374664915419309, 0.00567173076923072, 0.00381941390993226, 0.00725115384615371, 0.00878431704801234, 0.023725, 0.0231066979175704, 0.0738255769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 375, '2021-05-23 00:00:00', 0.00276659052181295, 0.00388634615384612, 0.00260519374740906, 0.004732692307692, 0.00356994714462056, 0.00673884615384608, 0.00880189772369917, 0.0268315384615385, 0.0231129846165444, 0.073846730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 390, '2021-05-23 00:00:00', 0.00129829059210115, 0.0028876923076921, 0.00255041960348611, 0.00444307692307679, 0.00328385461240073, 0.006856346153846, 0.00879236645313167, 0.0286146153846155, 0.0231687052068419, 0.0740351923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 405, '2021-05-23 00:00:00', 0.00247313771429038, 0.00349807692307697, 0.0025543069284281, 0.00480826923076928, 0.00297556464583436, 0.00672519230769207, 0.00979846444798693, 0.0317834615384616, 0.0231687052068419, 0.0740351923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 420, '2021-05-23 00:00:00', 0.0018660950177806, 0.00355615384615395, 0.00241416570236241, 0.00515903846153835, 0.00418244236706839, 0.00743692307692315, 0.010290308646414, 0.0332690384615387, 0.0231721981502703, 0.0740313461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 435, '2021-05-23 00:00:00', 0.00202694484005238, 0.0034442307692308, 0.00194233682613327, 0.00427711538461538, 0.00386218174690861, 0.00779038461538463, 0.0107097448382304, 0.0352575000000002, 0.023174658756097, 0.0740826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 450, '2021-05-23 00:00:00', 0.0017689681042477, 0.00325692307692303, 0.00416058409823222, 0.00560596153846172, 0.00407803922058337, 0.00889326923076917, 0.0111937870215857, 0.0363082692307694, 0.0232101046628735, 0.074092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 465, '2021-05-23 00:00:00', 0.00423879387779865, 0.00440846153846162, 0.00406784791429653, 0.00638442307692303, 0.0044676329303111, 0.00974499999999994, 0.0104695874744241, 0.0377382692307693, 0.0232828454520954, 0.074042884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 480, '2021-05-23 00:00:00', 0.00202599050798878, 0.00465346153846123, 0.00240465514079522, 0.00663211538461505, 0.00353007803901526, 0.00972019230769196, 0.0110221803807665, 0.0376578846153846, 0.022766533241716, 0.0736696153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 495, '2021-05-23 00:00:00', 0.00202064011183018, 0.00439269230769217, 0.00328717170925922, 0.00664538461538446, 0.00458249175163963, 0.012095576923077, 0.0109765638118395, 0.0382063461538463, 0.022579025474644, 0.0737642307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 510, '2021-05-23 00:00:00', 0.00284371493215925, 0.0046638461538462, 0.00358497690154575, 0.00720423076923077, 0.0046255967307348, 0.0147036538461539, 0.01097095519297, 0.0388496153846155, 0.0226444369131889, 0.0738113461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 525, '2021-05-23 00:00:00', 0.00320021177183889, 0.00561423076923057, 0.00391289507712827, 0.0104817307692307, 0.0047206172388136, 0.0165113461538461, 0.0110207377318329, 0.038783076923077, 0.0227257771475817, 0.073574807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 540, '2021-05-23 00:00:00', 0.00313510228639413, 0.00882211538461529, 0.00419726886017757, 0.0124717307692306, 0.0063607536079884, 0.0186876923076924, 0.0115159734883602, 0.037969230769231, 0.0233048936632169, 0.0729844230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 555, '2021-05-23 00:00:00', 0.00387957721725135, 0.0080092307692307, 0.00452530905021962, 0.0114550000000001, 0.00746120687546323, 0.0202940384615387, 0.0125102678443935, 0.0368384615384617, 0.0241081167946529, 0.072759230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 570, '2021-05-23 00:00:00', 0.00366542857185672, 0.00772115384615403, 0.00525562788827339, 0.0128175, 0.00816843437592845, 0.0209219230769231, 0.012305770134997, 0.0370638461538462, 0.0237595502935946, 0.0728069230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 585, '2021-05-23 00:00:00', 0.0047241463901304, 0.00994365384615378, 0.00655957034533379, 0.0160436538461538, 0.0106350646159118, 0.0226857692307692, 0.0127612567577987, 0.0378509615384616, 0.0237369619791582, 0.0731300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 600, '2021-05-23 00:00:00', 0.00512614670098298, 0.012545, 0.00677225975239021, 0.0162080769230769, 0.00958272233682129, 0.0226457692307693, 0.0126166346497238, 0.0375232692307694, 0.0237868843984373, 0.0742107692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 615, '2021-05-23 00:00:00', 0.00431335235055062, 0.0111924999999998, 0.00686933465594632, 0.0154038461538461, 0.00704703995687858, 0.0221769230769232, 0.0127400654870915, 0.036901153846154, 0.0238018405267647, 0.0740576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 630, '2021-05-23 00:00:00', 0.00526765080102496, 0.0105801923076923, 0.00602986530019219, 0.0148084615384616, 0.00653016902832247, 0.0210884615384617, 0.0140543823606184, 0.0356534615384618, 0.0239004189921434, 0.0736700000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 645, '2021-05-23 00:00:00', 0.00341728310886772, 0.0100396153846154, 0.00437029999410364, 0.0144609615384617, 0.00715234394070617, 0.0209446153846155, 0.0115626567082938, 0.0339780769230772, 0.0226899238878951, 0.0722490384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 660, '2021-05-23 00:00:00', 0.00427770772547812, 0.0103257692307693, 0.00554753676453302, 0.0145080769230771, 0.00702831117968344, 0.0189640384615385, 0.0117555241498824, 0.0327459615384618, 0.0220042037146403, 0.0722286538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 675, '2021-05-23 00:00:00', 0.00375001822046853, 0.00885057692307691, 0.00533008708616989, 0.0137571153846153, 0.00666735604672865, 0.0165694230769232, 0.0128217145679329, 0.0328623076923079, 0.0223874660812355, 0.0726134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 690, '2021-05-23 00:00:00', 0.00524343651258772, 0.0109176923076923, 0.00500756967384981, 0.0128809615384615, 0.00585527894625555, 0.0166315384615384, 0.0140023575885799, 0.0325240384615385, 0.0230680637887436, 0.0723301923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 705, '2021-05-23 00:00:00', 0.00272367546496684, 0.00758596153846151, 0.00507512653877887, 0.0106692307692309, 0.00581797168264007, 0.0147225000000001, 0.0141589136059234, 0.0344125, 0.0234864360110256, 0.0721725000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 720, '2021-05-23 00:00:00', 0.00323981951064251, 0.00762769230769254, 0.00455036752953514, 0.0111155769230771, 0.00570369741078962, 0.0147780769230774, 0.01418500819663, 0.0365784615384616, 0.0242861014550424, 0.0735117307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 735, '2021-05-23 00:00:00', 0.00309901307490964, 0.00779403846153827, 0.00444568224408633, 0.0104111538461539, 0.00465485369926241, 0.0143201923076923, 0.01383393228623, 0.0366774999999999, 0.0241311711596943, 0.0732965384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987980 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 987980, 3, 750, '2021-05-23 00:00:00', 0.00273857456605557, 0.00717057692307704, 0.00308878465021195, 0.00961384615384642, 0.00515790999712649, 0.0154134615384618, 0.0131052967976253, 0.0363280769230769, 0.0241890894699369, 0.07287923[...];
Date: 2021-05-23 16:56:09 Duration: 23s769ms Database: acaweb_fx User: pgperfstats
9 23s754ms 23s754ms 23s754ms 1 23s754ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 1 23s754ms 23s754ms [ User: pgperfstats - Total duration: 23s754ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 987995, 1, 1020, '2021-05-23 00:00:00', 0.000257191338531022, 0.000709230769230761, 0.000334287531694126, 0.000913076923076901, 0.000559064740987452, 0.00139076923076921, 0.00071330813818432, 0.00195749999999998, 0.00227076652595216, 0.00520384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1035, '2021-05-23 00:00:00', 0.000318185540937253, 0.000650961538461524, 0.000384473866272019, 0.000931923076923067, 0.00058709968358154, 0.00133096153846153, 0.000826088954979084, 0.00197980769230767, 0.00226152120349253, 0.00520307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1050, '2021-05-23 00:00:00', 0.000273211456568007, 0.000687499999999995, 0.000427789128498519, 0.00106653846153846, 0.000487974778667281, 0.00122576923076922, 0.000761402349918574, 0.00187653846153844, 0.00227606151904154, 0.00520403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1065, '2021-05-23 00:00:00', 0.00043083925255069, 0.000847692307692318, 0.000476625639259983, 0.000995000000000002, 0.000484945714646328, 0.00120211538461539, 0.000726334871910885, 0.00177711538461538, 0.00228517611676114, 0.00523826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1080, '2021-05-23 00:00:00', 0.000183208582264547, 0.000565769230769214, 0.000208854384311549, 0.000698076923076902, 0.000320683644734181, 0.000959999999999986, 0.000679834284106157, 0.00166557692307693, 0.00232152244476303, 0.00530269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1095, '2021-05-23 00:00:00', 0.000139779634259964, 0.000457884615384617, 0.000281865011335924, 0.00070173076923078, 0.000302758916530055, 0.00088480769230769, 0.000649141326321507, 0.0017426923076923, 0.00233026954532007, 0.00529307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1110, '2021-05-23 00:00:00', 0.000261916310767701, 0.000528076923076932, 0.000282509359953828, 0.00067653846153847, 0.000371254836798328, 0.000883076923076935, 0.000665407798617883, 0.00179846153846154, 0.00233508182198926, 0.00529365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1125, '2021-05-23 00:00:00', 0.000194660355096113, 0.000455576923076901, 0.00023519460027812, 0.000627499999999986, 0.000328561491727384, 0.000795576923076909, 0.000652537090015677, 0.00171557692307691, 0.00232036071466356, 0.0052696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1140, '2021-05-23 00:00:00', 0.000163595185183963, 0.000444230769230776, 0.000251173017291637, 0.000578269230769244, 0.000249105476578761, 0.000731538461538446, 0.000679326589634613, 0.00172115384615384, 0.00231300271043111, 0.00529346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1155, '2021-05-23 00:00:00', 0.000214751376820156, 0.000423076923076936, 0.000226552167536261, 0.000518269230769244, 0.000380544953374043, 0.000842307692307702, 0.000693092734388072, 0.00168153846153846, 0.0023116821048419, 0.00530807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1170, '2021-05-23 00:00:00', 0.000130662365837109, 0.000330576923076945, 0.000139343515760898, 0.000516153846153837, 0.000402897820602364, 0.000820576923076936, 0.000730609018875024, 0.00171846153846153, 0.00231105973860147, 0.00531365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1185, '2021-05-23 00:00:00', 0.000143003496460746, 0.000404999999999997, 0.00041229302499743, 0.000671538461538488, 0.000397934716331107, 0.000855961538461552, 0.000697228165943266, 0.00171134615384614, 0.00231040519256823, 0.00531807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1200, '2021-05-23 00:00:00', 0.000431186912888305, 0.000533076923076939, 0.000428261467581872, 0.000661730769230783, 0.000407600860571293, 0.000857692307692316, 0.000683600423099296, 0.00170346153846154, 0.00230773632842631, 0.00533980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1215, '2021-05-23 00:00:00', 0.000159735358062562, 0.000369230769230788, 0.000181013917866903, 0.000510961538461564, 0.000642798090083802, 0.000780769230769196, 0.000907513339592605, 0.00191230769230768, 0.00235802016857039, 0.00541134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1230, '2021-05-23 00:00:00', 0.000153429136737469, 0.000357500000000019, 0.000233249041551325, 0.000508653846153856, 0.000658671273211343, 0.000759615384615391, 0.00097134397377277, 0.00196365384615385, 0.00234747714824629, 0.00541980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1245, '2021-05-23 00:00:00', 0.000214425977903773, 0.000367500000000016, 0.000677531265245094, 0.000563846153846133, 0.000680406241774833, 0.000800576923076924, 0.00100884160531542, 0.00198923076923078, 0.00232728170917193, 0.00541807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1260, '2021-05-23 00:00:00', 0.000686603681452862, 0.000426153846153828, 0.000687690784716956, 0.000558846153846151, 0.000658598891587298, 0.000957499999999987, 0.00102037248100877, 0.00202000000000001, 0.00232344575014056, 0.00542307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1275, '2021-05-23 00:00:00', 0.000218558564585927, 0.000359615384615409, 0.000306169950291569, 0.000545961538461571, 0.000428724270365032, 0.00102750000000001, 0.00107780255434557, 0.00199711538461541, 0.00233751874529713, 0.00537326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1290, '2021-05-23 00:00:00', 0.000198200752928782, 0.00040153846153847, 0.000300884337604018, 0.000730769230769227, 0.000448204151630119, 0.00104980769230769, 0.00115707715320178, 0.00200346153846155, 0.00229312159595738, 0.0054094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1305, '2021-05-23 00:00:00', 0.000297231650142042, 0.000604423076923065, 0.000431682932076511, 0.000841923076923076, 0.000439443354186255, 0.000992307692307694, 0.0011516385650956, 0.00199423076923078, 0.00228425568587705, 0.00543903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1320, '2021-05-23 00:00:00', 0.000447021768528638, 0.000622307692307687, 0.000434864788888897, 0.000775769230769232, 0.000458418351089259, 0.000965769230769238, 0.00117802892742335, 0.00197192307692309, 0.00226337047003257, 0.00545826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1335, '2021-05-23 00:00:00', 0.00023316649713157, 0.000426153846153854, 0.00021961364676669, 0.000561923076923095, 0.000321422379671754, 0.000772884615384614, 0.00111501866145128, 0.00194115384615384, 0.00225598878202338, 0.00542923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1350, '2021-05-23 00:00:00', 0.000182219753214485, 0.000400961538461578, 0.000289431339008096, 0.000627500000000003, 0.000359271485091713, 0.000785000000000002, 0.00109693755519631, 0.001935, 0.00223419585430299, 0.00542634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1365, '2021-05-23 00:00:00', 0.000299290250168909, 0.000464423076923079, 0.000308658636435405, 0.000601923076923075, 0.000362757017638749, 0.00075557692307692, 0.00110607881552531, 0.00192711538461539, 0.00222337415966054, 0.00544442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1380, '2021-05-23 00:00:00', 0.000235730044428273, 0.000414423076923076, 0.000303940846977748, 0.000560961538461516, 0.000352769918480324, 0.000883846153846154, 0.00112736793529822, 0.0019476923076923, 0.0021949332651499, 0.00543403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1395, '2021-05-23 00:00:00', 0.00023961507593512, 0.000339230769230763, 0.000255832051278838, 0.000500961538461558, 0.000845325995377871, 0.00135096153846152, 0.00133146310500895, 0.00216499999999999, 0.00215097358993909, 0.00545076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1410, '2021-05-23 00:00:00', 0.00016383716118336, 0.000383846153846149, 0.000310372295056227, 0.000800192307692315, 0.000855923455420231, 0.00148480769230768, 0.00133487308529545, 0.00219807692307689, 0.00214104309589075, 0.00545153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 1, 1425, '2021-05-23 00:00:00', 0.000333098102897416, 0.000742884615384597, 0.000849975022257463, 0.00133846153846152, 0.00089442325637165, 0.0015451923076923, 0.00132320288868163, 0.00224673076923075, 0.00214104183841561, 0.00545192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 0, '2021-05-23 00:00:00', 0.000900661914713506, 0.00113173076923076, 0.000907326079964993, 0.00132884615384616, 0.000892833604964463, 0.00152538461538463, 0.00131346013965462, 0.00227653846153846, 0.00227209977435308, 0.00552423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 15, '2021-05-23 00:00:00', 0.000489987414804371, 0.000797799999999995, 0.000574468377429655, 0.00102080000000002, 0.000578767872294242, 0.00131580000000002, 0.00110932967747796, 0.0021904, 0.00214684714562228, 0.00549120000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 30, '2021-05-23 00:00:00', 0.000498757038379774, 0.000707400000000016, 0.000415260962127078, 0.00102399999999999, 0.000495128097903333, 0.00121319999999999, 0.00106721924489145, 0.00207559999999998, 0.00210212111132222, 0.00542560000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 45, '2021-05-23 00:00:00', 0.000270643464017506, 0.000778269230769231, 0.000343779670048232, 0.000922692307692315, 0.000408756839509953, 0.00105307692307693, 0.00102863427005835, 0.00197230769230768, 0.00206274626501808, 0.00534692307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 60, '2021-05-23 00:00:00', 0.000366293755590558, 0.000643653846153853, 0.000453188193206279, 0.000771538461538452, 0.000466748697002852, 0.000937884615384645, 0.00105510562723142, 0.00198326923076923, 0.00207705343251888, 0.00533519230769236 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 75, '2021-05-23 00:00:00', 0.00022275443533529, 0.000431538461538445, 0.000226791415520627, 0.000567115384615393, 0.000260220985968578, 0.000804807692307713, 0.00102526289311572, 0.00194499999999997, 0.00200156523366473, 0.00527576923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 90, '2021-05-23 00:00:00', 0.000117236775537627, 0.000392692307692301, 0.000171267784028877, 0.000525576923076959, 0.000263837726934278, 0.000802884615384614, 0.00105134296899802, 0.00202596153846151, 0.00203752508243171, 0.00527769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 105, '2021-05-23 00:00:00', 0.000154905926787364, 0.000359615384615426, 0.000218234172040384, 0.000621923076923078, 0.000316642725140841, 0.00081115384615384, 0.00109477149003099, 0.00218384615384611, 0.00208036860639201, 0.00529653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 120, '2021-05-23 00:00:00', 0.00022606772300488, 0.000506153846153814, 0.000267428279386031, 0.000658269230769205, 0.000401106018979456, 0.00088596153846151, 0.00109346050894187, 0.00226826923076921, 0.002123386527732, 0.00537288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 135, '2021-05-23 00:00:00', 0.000175162452070592, 0.000416730769230758, 0.000233864523570003, 0.000561153846153842, 0.00109825378880082, 0.00108423076923077, 0.00116024740398827, 0.00233096153846151, 0.00212888464839075, 0.00539461538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 150, '2021-05-23 00:00:00', 0.000196339972026561, 0.000459230769230737, 0.000279841713501391, 0.000680769230769198, 0.00105679924954844, 0.00116942307692305, 0.00118098075279048, 0.00237846153846152, 0.00212445765929892, 0.00539788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 165, '2021-05-23 00:00:00', 0.000188953392706712, 0.000445769230769213, 0.00109660232256099, 0.000859423076923062, 0.00106060730063197, 0.0011253846153846, 0.00118401957169377, 0.0023878846153846, 0.00212165795111711, 0.00537269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 180, '2021-05-23 00:00:00', 0.00108142804447851, 0.000693846153846173, 0.00105393190555105, 0.000877692307692319, 0.00104030500335239, 0.00119750000000002, 0.00115271485566101, 0.00240153846153845, 0.00214832286106735, 0.00538134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 195, '2021-05-23 00:00:00', 0.000144735966504522, 0.000477500000000002, 0.000222958775078734, 0.00070884615384616, 0.000380442657156907, 0.00107884615384617, 0.000905018763086431, 0.0022051923076923, 0.00215262095166299, 0.00537980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 210, '2021-05-23 00:00:00', 0.000193427386494647, 0.000536923076923084, 0.000288960803836535, 0.00077788461538463, 0.00036897904881108, 0.00105153846153846, 0.000902719225451648, 0.00217000000000001, 0.00217406369767273, 0.00539980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 225, '2021-05-23 00:00:00', 0.000222747874029433, 0.000578846153846163, 0.00030915766453131, 0.000822307692307682, 0.000277155121797289, 0.00102980769230768, 0.000867777998019172, 0.00218057692307692, 0.00219453798361715, 0.00539480769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 240, '2021-05-23 00:00:00', 0.000243734407785333, 0.000587692307692289, 0.000287939430062316, 0.000731346153846145, 0.000382227882088903, 0.00112692307692306, 0.000850762373042347, 0.00209615384615385, 0.00225183614822695, 0.0054440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 255, '2021-05-23 00:00:00', 0.000174987472079057, 0.000463846153846161, 0.000268421597205159, 0.000721923076923084, 0.000503474581132148, 0.00108442307692308, 0.000909146514383349, 0.00205576923076924, 0.00233510131554203, 0.00546807692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 270, '2021-05-23 00:00:00', 0.000247864804961231, 0.000549807692307716, 0.00042865357179826, 0.000833269230769267, 0.000514082341503951, 0.00109557692307694, 0.00106318201640171, 0.00203000000000002, 0.00228295651766266, 0.00555769230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 285, '2021-05-23 00:00:00', 0.000304668104412287, 0.000590576923076932, 0.000378586236492487, 0.000738461538461577, 0.000672235106537579, 0.00121596153846155, 0.00109219406911748, 0.00199326923076925, 0.0023402640876619, 0.00553500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 300, '2021-05-23 00:00:00', 0.000175442736658288, 0.000436923076923104, 0.000229963876761976, 0.00065576923076924, 0.000757418388596849, 0.00119115384615386, 0.00111135262353863, 0.00195057692307693, 0.00235642363469599, 0.00550711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 315, '2021-05-23 00:00:00', 0.00019811457446484, 0.000515769230769228, 0.000656996311896939, 0.00088307692307691, 0.000854634784796765, 0.00127884615384614, 0.00117681538974407, 0.00198230769230769, 0.0023567037606336, 0.00550384615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 330, '2021-05-23 00:00:00', 0.000704359610950595, 0.000652307692307696, 0.000793890129968588, 0.000911538461538472, 0.000932911653826985, 0.00118807692307692, 0.00123460513774804, 0.00198038461538462, 0.00239685640274602, 0.00549384615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 345, '2021-05-23 00:00:00', 0.000321448225284354, 0.000515192307692318, 0.000403711483040128, 0.000714807692307687, 0.000447239266543624, 0.000955192307692297, 0.000818439063095092, 0.00185750000000001, 0.00192532738474824, 0.00526346153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 360, '2021-05-23 00:00:00', 0.000208462226794175, 0.00044749999999996, 0.000301775005337025, 0.000608076923076867, 0.000329223094806331, 0.00087038461538457, 0.000782985730295339, 0.00182942307692307, 0.00181341951741835, 0.00521288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 375, '2021-05-23 00:00:00', 0.000187014602473872, 0.000407692307692314, 0.000213998921636414, 0.000601538461538457, 0.000213308101472596, 0.000782115384615384, 0.000720338195144883, 0.00197365384615385, 0.0017573309416446, 0.00520096153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 390, '2021-05-23 00:00:00', 0.000199987403449492, 0.000460192307692291, 0.00023084268702699, 0.00062211538461537, 0.000259061991393211, 0.00080865384615384, 0.000757382638788653, 0.00209769230769232, 0.00175215292843272, 0.0052067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 405, '2021-05-23 00:00:00', 0.000131348625948102, 0.000392692307692276, 0.000156243522942667, 0.000524038461538436, 0.000389364175982421, 0.0008226923076923, 0.000797443631960176, 0.00217788461538461, 0.00175731584000669, 0.00518980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 420, '2021-05-23 00:00:00', 0.000114638059192328, 0.000366730769230781, 0.000224731292538793, 0.000573076923076945, 0.000354062793213933, 0.000822692307692326, 0.000818579938298414, 0.00224365384615386, 0.00177603162870312, 0.00519711538461543 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 435, '2021-05-23 00:00:00', 0.000202242048431715, 0.000450384615384611, 0.000357886101348557, 0.000652692307692296, 0.000402402974449932, 0.00082692307692308, 0.000788455159448877, 0.00233153846153845, 0.00181743188423835, 0.00521057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 450, '2021-05-23 00:00:00', 0.000299039230768235, 0.000477692307692286, 0.000276141546758461, 0.000598076923076913, 0.000405283044493411, 0.000817115384615374, 0.000792794667373203, 0.00238076923076923, 0.00183620931645772, 0.00519442307692312 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 465, '2021-05-23 00:00:00', 0.000177478167671436, 0.000392499999999992, 0.000241155631204276, 0.000575961538461554, 0.000341068964377504, 0.000799038461538444, 0.000755577619084605, 0.00239346153846154, 0.00180993715360506, 0.00516750000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 480, '2021-05-23 00:00:00', 0.000158483801647406, 0.000436346153846177, 0.000280937989325301, 0.000586923076923079, 0.000377106799808139, 0.000833461538461533, 0.000767595045480466, 0.00240307692307693, 0.00181681730379931, 0.0051413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 495, '2021-05-23 00:00:00', 0.000234926829852635, 0.000398846153846136, 0.000271436633772667, 0.000585384615384607, 0.000440632630866783, 0.000916346153846162, 0.000752518131649686, 0.00240153846153848, 0.00178178170336927, 0.00510403846153851 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 510, '2021-05-23 00:00:00', 0.000159854260548115, 0.00041576923076923, 0.000269087989612755, 0.000597115384615376, 0.000376720514644267, 0.000952115384615371, 0.000697928252869755, 0.00240461538461536, 0.00171221144677329, 0.0050440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 525, '2021-05-23 00:00:00', 0.00017261217088739, 0.000404807692307697, 0.000252266647693352, 0.000637692307692326, 0.000389156286579858, 0.000973846153846154, 0.000650484434863733, 0.00238999999999999, 0.00173241108107922, 0.00500807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 540, '2021-05-23 00:00:00', 0.000169288102176304, 0.000482307692307692, 0.000233880311270513, 0.000689999999999968, 0.000422923888406203, 0.00104384615384612, 0.000660490056991471, 0.00240634615384614, 0.00173701889852877, 0.00501557692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 555, '2021-05-23 00:00:00', 0.000182630880361272, 0.000510961538461521, 0.000361421339457694, 0.000745769230769214, 0.000450243224866794, 0.00126480769230766, 0.00061738957281072, 0.00242173076923077, 0.00172162579691853, 0.00500076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 570, '2021-05-23 00:00:00', 0.000266986026715915, 0.000531538461538468, 0.000324874413605302, 0.000785769230769237, 0.000501153170198527, 0.00133750000000002, 0.000552885020735637, 0.00237961538461541, 0.00167221586065177, 0.00497326923076929 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 585, '2021-05-23 00:00:00', 0.000294734039171182, 0.000591923076923077, 0.000448007426106058, 0.000995576923076912, 0.000526110291157239, 0.00138596153846153, 0.000522723636350991, 0.00232500000000001, 0.00163838766897404, 0.00494307692307698 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 600, '2021-05-23 00:00:00', 0.00039895864447337, 0.000719999999999986, 0.000494479057657222, 0.00101846153846155, 0.000476274969060802, 0.00131461538461539, 0.000491644806119854, 0.00225115384615387, 0.00161507462318668, 0.00488903846153852 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 615, '2021-05-23 00:00:00', 0.000196618822950565, 0.000649807692307713, 0.000235086972449287, 0.000921730769230778, 0.000366193780142932, 0.00125673076923078, 0.000627424528100031, 0.00221846153846157, 0.00160704818988587, 0.00482826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 630, '2021-05-23 00:00:00', 0.000240122164420845, 0.000664423076923066, 0.000351590889879366, 0.000891923076923087, 0.000369935805241925, 0.00121250000000002, 0.000674304342380973, 0.0022171153846154, 0.00162650427415553, 0.00481307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 645, '2021-05-23 00:00:00', 0.000177181024335627, 0.000548653846153854, 0.000217114379639269, 0.000810576923076938, 0.000285647779347496, 0.00121557692307696, 0.000679198084848237, 0.00215403846153847, 0.00169458332750153, 0.00482557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 660, '2021-05-23 00:00:00', 0.000169264472168438, 0.000607692307692301, 0.000226174966308439, 0.000818653846153863, 0.000316786812565491, 0.00122326923076924, 0.000717937751747774, 0.00210115384615384, 0.00177040290937923, 0.00483269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 675, '2021-05-23 00:00:00', 0.00011511348915143, 0.000526346153846186, 0.000246828810187297, 0.000872307692307745, 0.00038593064343024, 0.00120230769230773, 0.00070988474145729, 0.00196788461538461, 0.00180820450681376, 0.00481346153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 690, '2021-05-23 00:00:00', 0.000249159896143318, 0.000614423076923105, 0.000257253840518546, 0.000811538461538466, 0.000453521647350395, 0.00118326923076923, 0.000760377942463254, 0.00195384615384615, 0.00179724194681313, 0.00478615384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 705, '2021-05-23 00:00:00', 0.00014711860730508, 0.000531730769230777, 0.000294287209267528, 0.000794807692307698, 0.00036557967667804, 0.00108749999999998, 0.000787772516949877, 0.00187846153846152, 0.00177865515315538, 0.00479307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 720, '2021-05-23 00:00:00', 0.000284246101387247, 0.000534615384615377, 0.000345218102743093, 0.00077846153846154, 0.000329211879400575, 0.00107769230769231, 0.00078704481350273, 0.00192346153846153, 0.00178165022899041, 0.00478153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 735, '2021-05-23 00:00:00', 0.000289666120798528, 0.000567692307692312, 0.000278222102755272, 0.000768461538461543, 0.000308444297427235, 0.000998269230769229, 0.000757165691652386, 0.00193673076923075, 0.00177119581508783, 0.00474884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 750, '2021-05-23 00:00:00', 0.000220108015441367, 0.000548461538461562, 0.000275653698575666, 0.000759807692307717, 0.000363624277771174, 0.000923846153846177, 0.000803180791986086, 0.0019757692307692, 0.00176499981477446, 0.00474788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 765, '2021-05-23 00:00:00', 0.000117633067041267, 0.000506538461538458, 0.000164303190661473, 0.000641538461538454, 0.000246331312229331, 0.000791346153846154, 0.000823254797458516, 0.00208230769230769, 0.00175969915479455, 0.00475634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 780, '2021-05-23 00:00:00', 0.000148740998434811, 0.00043826923076925, 0.000253345310108256, 0.000605384615384644, 0.000254009766620184, 0.000824807692307715, 0.000858374066745719, 0.00221596153846153, 0.0017402609441823, 0.0047519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 795, '2021-05-23 00:00:00', 0.000213667606702229, 0.000439615384615404, 0.000240014823260189, 0.000596346153846166, 0.000354599286302394, 0.000915576923076935, 0.000879584080032239, 0.00230192307692308, 0.0017402609441823, 0.0047519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 810, '2021-05-23 00:00:00', 0.000108715047433458, 0.000419807692307684, 0.00021198439710361, 0.000635769230769228, 0.000392752025896985, 0.000938076923076911, 0.000866441196016144, 0.00233211538461539, 0.00173994709247595, 0.00475326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 825, '2021-05-23 00:00:00', 0.000200914160775164, 0.000502500000000021, 0.000330051569397199, 0.000734038461538479, 0.000427028057085825, 0.00105019230769228, 0.000872293550624777, 0.00239903846153846, 0.00173717254800396, 0.00477269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 840, '2021-05-23 00:00:00', 0.000245968181181737, 0.000522115384615389, 0.000320502790099482, 0.000730961538461536, 0.000389787910772808, 0.00103884615384614, 0.000931605252321986, 0.00252211538461542, 0.00173468569531733, 0.00477230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 855, '2021-05-23 00:00:00', 0.000231650931028015, 0.000526923076923096, 0.000243133470783821, 0.00076326923076921, 0.000359814695898615, 0.000973846153846154, 0.000891516944055744, 0.00251730769230771, 0.00173477505746424, 0.00477750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 870, '2021-05-23 00:00:00', 0.00016598841479499, 0.000543076923076928, 0.00021424509688314, 0.000709807692307688, 0.000321857170902802, 0.000985961538461541, 0.000887811418818568, 0.00248134615384618, 0.00172838084522883, 0.00478788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 885, '2021-05-23 00:00:00', 0.000166992054163799, 0.000507115384615376, 0.000189705034197814, 0.000695000000000018, 0.000262307805098112, 0.000994230769230749, 0.000873779786550729, 0.00246634615384617, 0.00172704251428676, 0.00478038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 900, '2021-05-23 00:00:00', 0.0002062405553393, 0.000521800000000017, 0.000239843699104223, 0.000732999999999997, 0.000326484047593951, 0.00110779999999997, 0.000858970701867461, 0.00249840000000003, 0.00175049754831783, 0.00472700000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 915, '2021-05-23 00:00:00', 0.000244040980165215, 0.000579999999999974, 0.000234078307081534, 0.000794423076923038, 0.000430994244116523, 0.0011809615384615, 0.000855114319842693, 0.00246250000000003, 0.00174846376526984, 0.00479846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 930, '2021-05-23 00:00:00', 0.000185738132450384, 0.000575576923076919, 0.000310227955889496, 0.000810769230769205, 0.000442806260813213, 0.00116423076923075, 0.000841839926315281, 0.00241230769230772, 0.00174621458721872, 0.00478076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 945, '2021-05-23 00:00:00', 0.000222553710025581, 0.00057692307692303, 0.000387395296028007, 0.000891346153846135, 0.00053323602076955, 0.00130057692307691, 0.000812754977743099, 0.0023844230769231, 0.00175037771747877, 0.00480807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 960, '2021-05-23 00:00:00', 0.000252244158276492, 0.000671346153846154, 0.000286797771153201, 0.00087480769230771, 0.000601352737903995, 0.00145134615384613, 0.0007342459501997, 0.00232365384615388, 0.0017609825054825, 0.00485076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 975, '2021-05-23 00:00:00', 0.000181387388247883, 0.000559230769230752, 0.000355946679239379, 0.000939038461538464, 0.000562411463117662, 0.0014855769230769, 0.000895204252584971, 0.00228057692307695, 0.00174617335468603, 0.00487423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 990, '2021-05-23 00:00:00', 0.000304120674429383, 0.000750769230769222, 0.000453749337782938, 0.00116269230769228, 0.000532305724762954, 0.00145076923076921, 0.000891004791491943, 0.00218846153846156, 0.0017305270428843, 0.00489538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1005, '2021-05-23 00:00:00', 0.000188573695041327, 0.000755961538461512, 0.000314426706636297, 0.00101692307692306, 0.000416454864116338, 0.00130442307692307, 0.000866345551950651, 0.00201884615384619, 0.00173132941361879, 0.00491846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1020, '2021-05-23 00:00:00', 0.000258022956641133, 0.000754615384615384, 0.000321804109071633, 0.00095326923076925, 0.000614075195846436, 0.00149288461538463, 0.000873111588603594, 0.0019546153846154, 0.00177759237561546, 0.00497557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1035, '2021-05-23 00:00:00', 0.000204365152079853, 0.000641346153846179, 0.000283718441145698, 0.000848076923076962, 0.000582667110397057, 0.00141019230769232, 0.000872139301682087, 0.0019298076923077, 0.00178850665038226, 0.00502403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1050, '2021-05-23 00:00:00', 0.000258403084049218, 0.000648076923076924, 0.000579985013068964, 0.00114884615384617, 0.000593199830126028, 0.00134596153846154, 0.000934624338355358, 0.00193442307692308, 0.00178588504238527, 0.00507576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1065, '2021-05-23 00:00:00', 0.000464541005890599, 0.000922884615384606, 0.000457142798763736, 0.00109346153846152, 0.000460219679985712, 0.00125307692307691, 0.000899395288299547, 0.00184673076923076, 0.00177920954791297, 0.00504384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1080, '2021-05-23 00:00:00', 0.000284461502059337, 0.000677884615384607, 0.000314881968118474, 0.00084557692307692, 0.000319342895044458, 0.00102326923076924, 0.000865937841968978, 0.00170711538461539, 0.00177633868262351, 0.00507365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1095, '2021-05-23 00:00:00', 0.000212287269084599, 0.000556730769230787, 0.000250316491973311, 0.000762115384615381, 0.000256184729023058, 0.000941153846153863, 0.000910820699234429, 0.00173788461538463, 0.00180614613089692, 0.00506038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1110, '2021-05-23 00:00:00', 0.000152375043383568, 0.000526923076923079, 0.000205488536083002, 0.000668461538461562, 0.000199037395017601, 0.00080826923076924, 0.000881637200806642, 0.00165307692307694, 0.00182276009012539, 0.00507211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1125, '2021-05-23 00:00:00', 0.000144506587552805, 0.00050692307692311, 0.000200463309514595, 0.000638461538461562, 0.000228447688002857, 0.000777115384615411, 0.000864793817134379, 0.00166788461538464, 0.00182724761489895, 0.00506961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1140, '2021-05-23 00:00:00', 0.000151157075714188, 0.000442692307692304, 0.000181825783057926, 0.000546153846153846, 0.000296564754895418, 0.000749423076923084, 0.000892566222494705, 0.00163730769230771, 0.00182850052060322, 0.00507192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1155, '2021-05-23 00:00:00', 0.000138152090103654, 0.000390000000000001, 0.000128744380011771, 0.000498653846153859, 0.000785282212867538, 0.00086192307692307, 0.000928821855073162, 0.00163903846153847, 0.00182972302443674, 0.0050678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1170, '2021-05-23 00:00:00', 0.00012231359443911, 0.000361153846153821, 0.000226544952238238, 0.000551153846153827, 0.000798342730526555, 0.000906346153846139, 0.000920872600392606, 0.0016571153846154, 0.00185751675631745, 0.0050925 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1185, '2021-05-23 00:00:00', 0.000234806385052769, 0.000430961538461535, 0.000813271101549387, 0.000728269230769245, 0.000816257241692445, 0.000903269230769256, 0.000929478100044101, 0.00164653846153847, 0.0018593989930579, 0.00510384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1200, '2021-05-23 00:00:00', 0.00083663961545807, 0.000639615384615373, 0.000837449332566083, 0.000760769230769193, 0.000824094678093196, 0.000935961538461513, 0.00100337478617836, 0.00191480769230771, 0.00185854392965613, 0.00510153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1215, '2021-05-23 00:00:00', 0.000125107492243213, 0.000383269230769231, 0.000177853440095629, 0.000509615384615401, 0.00039324630175776, 0.000760576923076927, 0.000817299116697099, 0.0020146153846154, 0.0018850498565127, 0.0050601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1230, '2021-05-23 00:00:00', 0.00015111635863185, 0.000358076923076946, 0.000232374780175341, 0.000540961538461555, 0.000460684315406491, 0.000770961538461559, 0.000820384267373429, 0.00203211538461541, 0.00189691969944801, 0.00508211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1245, '2021-05-23 00:00:00', 0.000130691062610079, 0.000366923076923089, 0.000309955083594643, 0.000528076923076915, 0.00048198376129686, 0.000782115384615384, 0.000811139085104754, 0.00208115384615388, 0.00190490056271876, 0.00509807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1260, '2021-05-23 00:00:00', 0.00019973492048597, 0.000409038461538468, 0.000284770893067473, 0.000567692307692329, 0.000369132298568091, 0.000904423076923084, 0.000780136773018255, 0.00207423076923081, 0.00192091692848857, 0.00511038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1275, '2021-05-23 00:00:00', 0.000179116206370673, 0.000386153846153874, 0.000321201889543258, 0.000569423076923084, 0.000375397071829903, 0.000945192307692342, 0.000773039381024881, 0.00205673076923082, 0.00191538926551801, 0.00511403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1290, '2021-05-23 00:00:00', 0.000228998152495084, 0.000416923076923084, 0.000277392529431894, 0.00070884615384616, 0.000370055920930031, 0.000935769230769229, 0.000794049528585005, 0.00207442307692311, 0.00188328501866779, 0.00515230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1305, '2021-05-23 00:00:00', 0.000236840420146986, 0.000574230769230756, 0.000327127415778386, 0.000762115384615407, 0.000367997909693066, 0.000887692307692299, 0.000850061830330333, 0.00211134615384618, 0.00188629454629564, 0.00514865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1320, '2021-05-23 00:00:00', 0.000293766259779089, 0.00054384615384619, 0.000333564663319372, 0.000644230769230771, 0.000350667714729811, 0.000839615384615385, 0.000999552380587656, 0.00221519230769234, 0.00190527685248508, 0.00513826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1335, '2021-05-23 00:00:00', 0.000146930648214107, 0.000331153846153829, 0.000191559289877751, 0.000474807692307694, 0.000262468166567946, 0.000753461538461555, 0.000958255887617629, 0.00220788461538464, 0.00192726270613573, 0.00511846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1350, '2021-05-23 00:00:00', 0.000123282040616076, 0.000327307692307676, 0.000199023771289916, 0.000532692307692313, 0.000375003384600123, 0.000758461538461537, 0.000950458755630068, 0.00221538461538463, 0.00195151160346579, 0.00510153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1365, '2021-05-23 00:00:00', 0.000191668885159963, 0.000424807692307691, 0.00027618137852895, 0.000591923076923086, 0.000406317657088106, 0.000779038461538475, 0.000978298522946859, 0.00227500000000002, 0.00226755121221112, 0.00519249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1380, '2021-05-23 00:00:00', 0.000296258527952549, 0.000478653846153856, 0.000411504603208216, 0.000604038461538465, 0.000706592064881734, 0.00127288461538464, 0.00101167310013583, 0.00230769230769233, 0.002276649393635, 0.0052026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1395, '2021-05-23 00:00:00', 0.000408751193835019, 0.000406538461538452, 0.000431367414339421, 0.000564615384615394, 0.000742221094988643, 0.00155307692307693, 0.00108021680516177, 0.00244288461538462, 0.00227790828477492, 0.00517807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1410, '2021-05-23 00:00:00', 0.000196184861801352, 0.000387500000000019, 0.000700391346649491, 0.00106903846153848, 0.000752550560529853, 0.00151211538461538, 0.00112907123165629, 0.00245538461538463, 0.00230589085904912, 0.00519942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 2, 1425, '2021-05-23 00:00:00', 0.000704734347112442, 0.00101250000000002, 0.000752789402565809, 0.00144173076923078, 0.000731727066603372, 0.00155750000000002, 0.00113329080048396, 0.00250403846153849, 0.00228241145249092, 0.00522403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 0, '2021-05-23 00:00:00', 0.000577523259604825, 0.00114134615384614, 0.00059308839657661, 0.00121461538461537, 0.000512521369160457, 0.00142192307692308, 0.00103367298801598, 0.00243038461538463, 0.00233995782342006, 0.00520615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 15, '2021-05-23 00:00:00', 0.000354297137355708, 0.000767307692307715, 0.000373046089130264, 0.000970769230769237, 0.000343187098556113, 0.00119076923076926, 0.00106937206592684, 0.00230884615384617, 0.00238211180548822, 0.00520442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 30, '2021-05-23 00:00:00', 0.00036558851395859, 0.000724807692307675, 0.00036207059447653, 0.000911346153846163, 0.000418777341242858, 0.0011426923076923, 0.00106117063443382, 0.00232865384615385, 0.00237405995161166, 0.00519942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 45, '2021-05-23 00:00:00', 0.000323546929184311, 0.000643846153846204, 0.000310455063018538, 0.000857115384615414, 0.000421936196416189, 0.00110807692307695, 0.00122953976692972, 0.00243403846153847, 0.00237474769510043, 0.00518615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 60, '2021-05-23 00:00:00', 0.000261556656606927, 0.000641730769230763, 0.00029946721921541, 0.000806153846153841, 0.000711649762604782, 0.00112076923076925, 0.00122404110036578, 0.00241884615384617, 0.00237538362893566, 0.00518423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 75, '2021-05-23 00:00:00', 0.000183669121394557, 0.000457115384615356, 0.000301577455288803, 0.000670192307692317, 0.000661870542768499, 0.000996153846153848, 0.00129931360577574, 0.00237038461538462, 0.0023893620728941, 0.00512365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 90, '2021-05-23 00:00:00', 0.000195429310454237, 0.000458846153846162, 0.000613907660307819, 0.000711153846153868, 0.00056267223004299, 0.000974038461538472, 0.00130339044566323, 0.00237557692307692, 0.00239087474336521, 0.00513596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 105, '2021-05-23 00:00:00', 0.000483662628762607, 0.000508461538461556, 0.000467827918724903, 0.000709807692307705, 0.00052039456184706, 0.00096250000000002, 0.0013124147591368, 0.00238750000000001, 0.00239102446662516, 0.00515000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 120, '2021-05-23 00:00:00', 0.000229112753565044, 0.000495576923076916, 0.000255802583134835, 0.000690192307692312, 0.000407512576493035, 0.000942500000000017, 0.00134991310261641, 0.00242423076923077, 0.00239647302541435, 0.00514019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 135, '2021-05-23 00:00:00', 0.000199776413484208, 0.000528846153846177, 0.000368474401574075, 0.000714230769230777, 0.000829632471918458, 0.00110096153846153, 0.00137746820429593, 0.00240942307692307, 0.00239552968287572, 0.00514730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 150, '2021-05-23 00:00:00', 0.000261336211391793, 0.000493846153846144, 0.000290393102270266, 0.000668076923076953, 0.00090722139185879, 0.0010994230769231, 0.00144010282752525, 0.00241807692307692, 0.0023835101135801, 0.00516230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 165, '2021-05-23 00:00:00', 0.000195120179928644, 0.000521730769230797, 0.000805490772520349, 0.000889230769230787, 0.000897967212867292, 0.00121134615384617, 0.00144652029420209, 0.00239519230769231, 0.00237923724849278, 0.00517673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 180, '2021-05-23 00:00:00', 0.000794665096367434, 0.00073884615384616, 0.000924841691234892, 0.000918076923076934, 0.00106146509779934, 0.00131307692307695, 0.0014884994509185, 0.00238884615384617, 0.0023798868751396, 0.00516346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 195, '2021-05-23 00:00:00', 0.000308560990106321, 0.000563269230769223, 0.000310191256138227, 0.000816153846153855, 0.000467285285945871, 0.00123653846153847, 0.00112097678902753, 0.00221519230769229, 0.00192562908801656, 0.00501076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 210, '2021-05-23 00:00:00', 0.000232142943364301, 0.000602884615384637, 0.000450990405833459, 0.000887115384615432, 0.000492018136000901, 0.0012796153846154, 0.00113761608029854, 0.00218211538461538, 0.00190564630667759, 0.00499461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 225, '2021-05-23 00:00:00', 0.000291365551524864, 0.000558269230769259, 0.000242654867281444, 0.000845769230769237, 0.000893629935453403, 0.00129730769230769, 0.00103699108000021, 0.00203249999999999, 0.00182849871163795, 0.00492346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 240, '2021-05-23 00:00:00', 0.000195234769917186, 0.000613846153846153, 0.000336998516317188, 0.000885000000000008, 0.000913199889652604, 0.00126403846153846, 0.00105604552640791, 0.00197192307692307, 0.00183053654387496, 0.00489403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 255, '2021-05-23 00:00:00', 0.000321124526528991, 0.000570192307692303, 0.000892579946861034, 0.000900192307692321, 0.000942134728238931, 0.00114961538461539, 0.00101182120646196, 0.00185192307692307, 0.00188890209258838, 0.00485865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 270, '2021-05-23 00:00:00', 0.000767758074876746, 0.000627307692307703, 0.000767258781938356, 0.00080903846153845, 0.000804155864149571, 0.00105442307692307, 0.000901831128657361, 0.0018157692307692, 0.00187757064806139, 0.00486153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 285, '2021-05-23 00:00:00', 0.000187361538619424, 0.000467115384615387, 0.000360120332453121, 0.000665576923076928, 0.000444370946914332, 0.000881538461538472, 0.000706341386190963, 0.00165692307692305, 0.00182718215167091, 0.00478115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 300, '2021-05-23 00:00:00', 0.000375645956474149, 0.000543269230769237, 0.000383789856361708, 0.00069557692307692, 0.000574015813236993, 0.000913076923076944, 0.000686811361404183, 0.0016803846153846, 0.00185413887331519, 0.00479519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 315, '2021-05-23 00:00:00', 0.000147281650640473, 0.000408269230769207, 0.000238075295135478, 0.000604615384615391, 0.000391321429950429, 0.000832692307692314, 0.000525646744496714, 0.00160749999999998, 0.00186770986875537, 0.0047330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 330, '2021-05-23 00:00:00', 0.000209764061598902, 0.000464807692307706, 0.000301108975928331, 0.00061884615384616, 0.000415364714622991, 0.000874615384615393, 0.000519500832900787, 0.00165134615384617, 0.00187898586599672, 0.00473173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 345, '2021-05-23 00:00:00', 0.000176375582646343, 0.000442884615384613, 0.000253690984042827, 0.000623653846153841, 0.0003682253177273, 0.000883269230769236, 0.000478284956903316, 0.0016175, 0.00191294553382596, 0.00474615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 360, '2021-05-23 00:00:00', 0.000210483692041439, 0.000444230769230767, 0.000298719832722136, 0.000618461538461534, 0.000324342648823974, 0.000856923076923088, 0.000430247737221971, 0.00169365384615385, 0.00188754933710355, 0.00471749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 375, '2021-05-23 00:00:00', 0.000243670647833046, 0.000425769230769236, 0.000309936531964422, 0.000604423076923082, 0.000343370846842774, 0.000833461538461533, 0.000483121142635635, 0.00173903846153845, 0.00187982741638286, 0.00469365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 390, '2021-05-23 00:00:00', 0.000269672236955524, 0.000441346153846176, 0.000277409236716035, 0.000603269230769246, 0.000284486649679989, 0.000850576923076927, 0.00048756317144947, 0.0017803846153846, 0.00186978073580835, 0.00468499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 405, '2021-05-23 00:00:00', 0.000212508823346216, 0.000384999999999994, 0.000216100759974453, 0.000571538461538474, 0.000225809739518778, 0.000775961538461532, 0.000509654332328873, 0.00185846153846154, 0.0018565607678219, 0.00467826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 420, '2021-05-23 00:00:00', 0.000144505655997928, 0.000406730769230795, 0.000149939603225387, 0.000573269230769237, 0.00023889295961551, 0.000745384615384622, 0.000575643085199922, 0.0019498076923077, 0.00185456049116351, 0.00468115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 435, '2021-05-23 00:00:00', 0.000158917007851938, 0.000431153846153852, 0.000186794107138111, 0.000565961538461548, 0.000290020423684013, 0.000769615384615379, 0.000670830713484287, 0.00205038461538463, 0.00184539531933281, 0.00468673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 450, '2021-05-23 00:00:00', 0.000156877708373797, 0.000401153846153861, 0.000245370050206774, 0.000527307692307722, 0.000294938063902336, 0.000827307692307723, 0.000662787934526459, 0.00205961538461541, 0.00183525261308797, 0.00469692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 465, '2021-05-23 00:00:00', 0.000145567853594137, 0.000374999999999971, 0.000194959956440765, 0.000559230769230744, 0.000214052473796654, 0.000822307692307682, 0.000698552349230454, 0.00209576923076922, 0.00185827889767347, 0.00472769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 480, '2021-05-23 00:00:00', 0.000149157763664979, 0.000445961538461522, 0.000210350623044919, 0.000655769230769206, 0.000251681422559443, 0.000878461538461503, 0.000727765521199079, 0.00214557692307691, 0.00184899923035306, 0.00472692307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 495, '2021-05-23 00:00:00', 0.000190638703794916, 0.000463653846153835, 0.000234461822380209, 0.000602884615384628, 0.000327228454658919, 0.000937307692307675, 0.000729624481918861, 0.00220673076923078, 0.00183821602480401, 0.00471192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 510, '2021-05-23 00:00:00', 0.000151073212002053, 0.000421346153846173, 0.000215398467961132, 0.0006375, 0.000364453225868781, 0.000951923076923104, 0.000759618223947937, 0.00221538461538464, 0.00183492791725958, 0.00469230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 525, '2021-05-23 00:00:00', 0.000158349175995496, 0.000437307692307713, 0.00020094785010428, 0.000680961538461525, 0.000281247290585235, 0.000879038461538473, 0.000751006222446795, 0.00219288461538462, 0.00181990346320475, 0.00465384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 540, '2021-05-23 00:00:00', 0.00014519800803891, 0.000512692307692302, 0.000228198631425824, 0.000653846153846184, 0.000383983022461265, 0.000975192307692334, 0.000733191049716651, 0.00214865384615387, 0.00180783789266459, 0.00464461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 555, '2021-05-23 00:00:00', 0.000154926905842198, 0.000457884615384643, 0.000214429206535345, 0.000621730769230786, 0.000484476124679698, 0.00105134615384617, 0.000728864897262524, 0.00214096153846156, 0.0018102325923653, 0.00464903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 570, '2021-05-23 00:00:00', 0.000178224253723712, 0.000433269230769234, 0.000378074728063158, 0.000762499999999991, 0.000495196037327274, 0.00114865384615385, 0.000681345840118016, 0.00213807692307694, 0.00180508729812333, 0.00463307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 585, '2021-05-23 00:00:00', 0.000334807637078642, 0.000608076923076901, 0.000381552950252251, 0.000874423076923066, 0.000513776665038929, 0.00117230769230767, 0.000698156473534731, 0.0021226923076923, 0.00178019705045861, 0.00459653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 600, '2021-05-23 00:00:00', 0.000200538122215093, 0.000628461538461522, 0.000256940355245831, 0.000812884615384603, 0.000377649460988138, 0.00117634615384613, 0.000595573285550587, 0.00199346153846153, 0.00175909536410055, 0.00450749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 615, '2021-05-23 00:00:00', 0.000174888096089594, 0.000514615384615374, 0.000251709845166713, 0.000705384615384591, 0.00038260966251019, 0.00115807692307693, 0.000566507145721773, 0.00190788461538461, 0.00168930218866115, 0.0044932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 630, '2021-05-23 00:00:00', 0.000172031861986253, 0.000565192307692287, 0.00021470525413657, 0.000857884615384608, 0.000338335063782382, 0.00112884615384616, 0.000486253060105077, 0.00190096153846152, 0.0016500797300084, 0.00447634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 645, '2021-05-23 00:00:00', 0.000196693533584202, 0.000612115384615389, 0.000305519293108557, 0.000869038461538459, 0.000463058270132894, 0.00115980769230769, 0.000435854465830764, 0.00189634615384615, 0.00158362446985971, 0.00446269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 660, '2021-05-23 00:00:00', 0.000188903414474201, 0.00058749999999998, 0.000255005957698141, 0.000805961538461532, 0.000413364246155855, 0.00122500000000001, 0.000381336516034772, 0.00183153846153845, 0.0016054647182478, 0.0044801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 675, '2021-05-23 00:00:00', 0.000219788447236096, 0.000569807692307685, 0.0003711230876055, 0.000837884615384605, 0.000384372015310477, 0.00121538461538463, 0.000454341958644168, 0.00184115384615385, 0.00162612294927349, 0.00449038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 690, '2021-05-23 00:00:00', 0.000379877156257329, 0.000620576923076923, 0.00038392427137895, 0.000864615384615412, 0.000487266472666255, 0.00110384615384618, 0.000483551922277721, 0.0018473076923077, 0.00161196511701143, 0.00447346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 987995 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 987995, 3, 705, '2021-05-23 00:00:00', 0.000144180575881585, 0.000515961538461[...];
Date: 2021-05-23 16:57:25 Duration: 23s754ms Database: acaweb_fx User: pgperfstats
10 23s743ms 23s743ms 23s743ms 1 23s743ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 1 23s743ms 23s743ms [ User: pgperfstats - Total duration: 23s743ms - Times executed: 1 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 988000, 1, 1020, '2021-05-23 00:00:00', 0.000365097089300057, 0.000881730769230777, 0.000465544883401746, 0.00118096153846155, 0.000665342739900623, 0.00166019230769231, 0.000891877212142138, 0.0023198076923077, 0.00105638658425059, 0.00442615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1035, '2021-05-23 00:00:00', 0.000237271023223527, 0.000708461538461555, 0.000334981113130057, 0.000932115384615402, 0.000800189328558227, 0.00159019230769231, 0.000807119283911333, 0.00217846153846154, 0.00103112776198611, 0.0043626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1050, '2021-05-23 00:00:00', 0.000235535478300974, 0.000634807692307713, 0.000484018475489716, 0.00113826923076924, 0.000635133571657288, 0.00149057692307694, 0.000679613577987234, 0.00208884615384617, 0.00104426936180279, 0.00434249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1065, '2021-05-23 00:00:00', 0.000456441082220322, 0.000937692307692297, 0.000633850655790576, 0.00122057692307692, 0.000639121392104922, 0.00138307692307692, 0.000649725977742802, 0.00200038461538462, 0.00105425234170952, 0.00433499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1080, '2021-05-23 00:00:00', 0.000307827624091525, 0.000714615384615386, 0.000298698265555962, 0.00085057692307694, 0.00037655896463389, 0.00110057692307694, 0.000461549563969028, 0.00179500000000001, 0.00116274099239022, 0.00438384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1095, '2021-05-23 00:00:00', 0.000187264929568118, 0.000541923076923079, 0.000226380550944987, 0.000698076923076923, 0.000316148942503611, 0.00103807692307693, 0.000458941591725346, 0.00168576923076924, 0.00120020679307936, 0.00438788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1110, '2021-05-23 00:00:00', 0.000180367999890833, 0.000521153846153853, 0.000314911281767781, 0.000771346153846156, 0.00032717955550198, 0.000972307692307695, 0.000510649059079202, 0.00164269230769231, 0.0013281591221861, 0.00449057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1125, '2021-05-23 00:00:00', 0.00023207003253329, 0.000527499999999997, 0.000294834503773523, 0.000725769230769233, 0.000311138851022162, 0.000979230769230771, 0.000478458582726467, 0.00159115384615384, 0.00131909358447964, 0.00451673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1140, '2021-05-23 00:00:00', 0.000152684188894796, 0.000502307692307682, 0.000191154488468192, 0.000650961538461529, 0.000262607340690662, 0.000933846153846136, 0.000476006787281926, 0.00151730769230767, 0.00131859127918337, 0.00451019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1155, '2021-05-23 00:00:00', 0.000151789454381833, 0.000439038461538451, 0.000236191659463241, 0.000687500000000003, 0.00028444852177233, 0.000890192307692302, 0.000476505549245273, 0.00150153846153846, 0.00129980477824112, 0.00454730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1170, '2021-05-23 00:00:00', 0.000162714473849148, 0.000460000000000003, 0.000164605472383106, 0.000619807692307683, 0.000192489060628226, 0.00076096153846154, 0.000434700294632798, 0.00145288461538461, 0.00146571536747812, 0.00459653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1185, '2021-05-23 00:00:00', 0.000138479795804857, 0.000440576923076901, 0.000159147367604309, 0.000578269230769223, 0.00022672585954102, 0.000746153846153837, 0.000393563796021007, 0.0014423076923077, 0.00147562685506351, 0.00461384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1200, '2021-05-23 00:00:00', 0.000165725560908562, 0.000404807692307688, 0.000202312781451045, 0.000522692307692312, 0.000308199548245056, 0.000780192307692308, 0.000347933957040042, 0.00144596153846154, 0.00147446887438782, 0.00462230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1215, '2021-05-23 00:00:00', 0.000155179300760808, 0.000366153846153841, 0.000232814303684287, 0.000532499999999979, 0.000319873592821622, 0.000763653846153836, 0.000348301648663251, 0.00148096153846153, 0.00147847488987808, 0.00468999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1230, '2021-05-23 00:00:00', 0.000182846825344225, 0.000364807692307691, 0.000274612454196827, 0.000565000000000012, 0.000277868881641351, 0.00073365384615384, 0.000343753769210093, 0.00143442307692307, 0.00151251242842956, 0.00471538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1245, '2021-05-23 00:00:00', 0.000194765342044061, 0.000388461538461547, 0.000179710557885122, 0.000501730769230772, 0.000241144466754165, 0.000675576923076917, 0.000338220512956572, 0.00140134615384615, 0.00150414423663936, 0.00474673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1260, '2021-05-23 00:00:00', 0.000139355798090862, 0.000360961538461542, 0.00021503130362452, 0.000522307692307689, 0.000271073152204632, 0.000775576923076927, 0.000345164230698713, 0.00140788461538461, 0.00150843246451408, 0.0047675 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1275, '2021-05-23 00:00:00', 0.000154391236299711, 0.000365576923076923, 0.00019101842440334, 0.000474038461538467, 0.000295184427356604, 0.000770384615384624, 0.00033410782460388, 0.00138903846153845, 0.00155269126159909, 0.00480807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1290, '2021-05-23 00:00:00', 0.000122781857843037, 0.000345769230769224, 0.000204674976862937, 0.000614615384615389, 0.000290254861484507, 0.000778269230769239, 0.000324890514102594, 0.00136538461538461, 0.00163089301870525, 0.00486096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1305, '2021-05-23 00:00:00', 0.000177132392902549, 0.000481730769230778, 0.00022651481527367, 0.000604807692307705, 0.000296317462295997, 0.000774038461538464, 0.000320047832963483, 0.00131615384615384, 0.00172323417980886, 0.00490096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1320, '2021-05-23 00:00:00', 0.000136799263380831, 0.000375961538461546, 0.000184815084299455, 0.000473846153846158, 0.000231106785174818, 0.000672115384615381, 0.000330564610232951, 0.0012401923076923, 0.00180185250826434, 0.00493230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1335, '2021-05-23 00:00:00', 0.000126767655423381, 0.000319038461538455, 0.000155447245565318, 0.000480384615384598, 0.000220167069430319, 0.000698461538461528, 0.000337265474070501, 0.001245, 0.0018412365828014, 0.00494692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1350, '2021-05-23 00:00:00', 0.000143730115681593, 0.0003528846153846, 0.000158317597058752, 0.000512692307692302, 0.000224232365741769, 0.000748076923076913, 0.000342942246763774, 0.00125423076923077, 0.00188419014433258, 0.0049675 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1365, '2021-05-23 00:00:00', 0.00015116267345529, 0.000418076923076925, 0.000237538417945392, 0.000552499999999999, 0.000273470009605903, 0.000755384615384615, 0.000334678261112878, 0.00126346153846154, 0.00189082909165428, 0.00496942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1380, '2021-05-23 00:00:00', 0.000180654791926918, 0.000381923076923068, 0.00023644880727452, 0.000575961538461528, 0.00029036210814458, 0.000866923076923064, 0.000331958523822574, 0.0012626923076923, 0.00189107096234261, 0.00496923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1395, '2021-05-23 00:00:00', 0.000233657540331678, 0.000449615384615371, 0.000240712404205647, 0.000572307692307688, 0.000346194087404509, 0.000997115384615371, 0.000324113228078371, 0.00126576923076922, 0.0019009468592095, 0.00495980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1410, '2021-05-23 00:00:00', 0.000134791006319457, 0.000341153846153848, 0.000232000331564756, 0.000673076923076922, 0.000275147303205995, 0.000985961538461546, 0.000301724275558878, 0.00125153846153847, 0.0019009468592095, 0.00495980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 1, 1425, '2021-05-23 00:00:00', 0.0002517798947188, 0.000596346153846145, 0.000334276025970235, 0.000897307692307682, 0.000295933529438866, 0.000995576923076925, 0.000330868612082698, 0.00127403846153847, 0.0018990169926732, 0.00496346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 0, '2021-05-23 00:00:00', 0.00032050063002458, 0.000719423076923076, 0.000257668316908494, 0.000820192307692318, 0.000307206019572411, 0.00096653846153847, 0.000313934094014341, 0.00125615384615386, 0.00190073225767982, 0.00496134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 15, '2021-05-23 00:00:00', 0.000191321500795553, 0.000363200000000008, 0.000315965715439716, 0.000604799999999996, 0.000306383066329272, 0.000788200000000008, 0.000302834938539127, 0.00114560000000001, 0.00191105647047212, 0.0048892 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 30, '2021-05-23 00:00:00', 0.00030998655884839, 0.00047299999999999, 0.000294125540090151, 0.000676600000000005, 0.00029129638400319, 0.000736599999999998, 0.000290285348120313, 0.00114480000000001, 0.0019125903464499, 0.0048868 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 45, '2021-05-23 00:00:00', 0.000263772629360971, 0.000475000000000007, 0.000275632698741258, 0.000614230769230771, 0.000269944153768601, 0.00066961538461539, 0.000339893422209871, 0.00117846153846155, 0.00189621040093535, 0.00494173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 60, '2021-05-23 00:00:00', 0.000128502768602324, 0.000394807692307687, 0.000138609024015255, 0.000447692307692316, 0.000156770900949809, 0.000526346153846156, 0.000398991854553435, 0.0011175, 0.00189621040093535, 0.00494173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 75, '2021-05-23 00:00:00', 8.50088230715031e-05, 0.000232499999999999, 9.74199868926177e-05, 0.000295576923076929, 0.000153746169433198, 0.000451730769230778, 0.000381583744211081, 0.00107692307692309, 0.00189909039967924, 0.00494211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 90, '2021-05-23 00:00:00', 6.78935818876826e-05, 0.000213461538461545, 0.000111693949977321, 0.000328461538461547, 0.000169252315062001, 0.000472884615384626, 0.000376893425050303, 0.00109442307692309, 0.00189888705258148, 0.00494403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 105, '2021-05-23 00:00:00', 0.000115343633747833, 0.000256923076923073, 0.000156051396858651, 0.000384038461538467, 0.000168478827704289, 0.000491346153846153, 0.000364019230261253, 0.00113000000000002, 0.00189822131318932, 0.00494192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 120, '2021-05-23 00:00:00', 0.000107426719208952, 0.000302500000000005, 0.000113007147493492, 0.000358846153846152, 0.000130334628493797, 0.000496346153846152, 0.0003162491714796, 0.00115346153846155, 0.00189822131318932, 0.00494192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 135, '2021-05-23 00:00:00', 6.66598714485486e-05, 0.000216538461538454, 0.000105577714723109, 0.000334423076923069, 0.000158928140510592, 0.000523076923076925, 0.000299427980296782, 0.00113134615384617, 0.0018925757478998, 0.00494019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 150, '2021-05-23 00:00:00', 9.50070847560736e-05, 0.000237115384615384, 0.000123781600471912, 0.000346730769230769, 0.000168755284817532, 0.000552115384615398, 0.000289061146046725, 0.0011371153846154, 0.00189253233891687, 0.00493557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 165, '2021-05-23 00:00:00', 0.000102411688034889, 0.00025307692307692, 0.000133033830283884, 0.000425, 0.000229028718387363, 0.000646923076923083, 0.000284172550506799, 0.00113903846153847, 0.0018927214431972, 0.00494269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 180, '2021-05-23 00:00:00', 0.00013932640149609, 0.000365384615384609, 0.000151657635684927, 0.000459038461538463, 0.000236799249609012, 0.000658269230769243, 0.000294768292314228, 0.00114788461538463, 0.00189178966955795, 0.00493692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 195, '2021-05-23 00:00:00', 8.14134745982067e-05, 0.000286923076923082, 0.000208947269755952, 0.000475192307692316, 0.000225101344697502, 0.000586153846153856, 0.000300826553656109, 0.00108384615384616, 0.00197864864529771, 0.00495730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 210, '2021-05-23 00:00:00', 0.000194593461823911, 0.000338846153846162, 0.000188669430078527, 0.000413076923076931, 0.000223741953013873, 0.000567307692307694, 0.000283427171489347, 0.00104980769230769, 0.0020130567266263, 0.00497423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 225, '2021-05-23 00:00:00', 7.45584437770957e-05, 0.000250192307692307, 0.000163399463326483, 0.000394230769230773, 0.000247025380197123, 0.000566538461538454, 0.000246172625485573, 0.00107019230769231, 0.00200914612555836, 0.00498192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 240, '2021-05-23 00:00:00', 0.000119968745929938, 0.000292500000000003, 0.000148150131753104, 0.000397307692307695, 0.000243372143023797, 0.000564999999999991, 0.000269013296783167, 0.00105192307692308, 0.0020092197586281, 0.00499096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 255, '2021-05-23 00:00:00', 0.000116100752001813, 0.000274230769230764, 0.000212320240710551, 0.000398269230769222, 0.00022258343293107, 0.00053923076923077, 0.000309639554718307, 0.00102057692307693, 0.00201386291642551, 0.00500038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 270, '2021-05-23 00:00:00', 0.000140367238123657, 0.0002901923076923, 0.000183826423144635, 0.00039192307692307, 0.000176176484940965, 0.000506923076923071, 0.000277402304355129, 0.000995961538461538, 0.00201422208690716, 0.00498384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 285, '2021-05-23 00:00:00', 0.00016348841408019, 0.000277692307692304, 0.000166404974038074, 0.000366153846153837, 0.000150928918572735, 0.000516538461538464, 0.000294798301320641, 0.00098403846153846, 0.00201785031273764, 0.00498173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 300, '2021-05-23 00:00:00', 0.000136859838464811, 0.000263846153846153, 0.000158048677993156, 0.000365769230769231, 0.000169587848802733, 0.000534038461538459, 0.000316378789525368, 0.00102153846153847, 0.00203480489520211, 0.00499019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 315, '2021-05-23 00:00:00', 9.4373439875033e-05, 0.000242115384615391, 0.000121176920879536, 0.000374615384615392, 0.000204362799565269, 0.000503076923076931, 0.000364931026148983, 0.00109442307692308, 0.00203694628153179, 0.00498807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 330, '2021-05-23 00:00:00', 9.70005947642333e-05, 0.000261346153846149, 0.00014911895097023, 0.000357692307692307, 0.000212867690940071, 0.000480576923076937, 0.000402558548059005, 0.00111923076923076, 0.00201566813698624, 0.00497596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 345, '2021-05-23 00:00:00', 0.000122015919516211, 0.00023673076923077, 0.000152899162346165, 0.00031307692307692, 0.000185068906086362, 0.000427500000000017, 0.0004676493179888, 0.00122326923076923, 0.00200670441654585, 0.00496115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 360, '2021-05-23 00:00:00', 8.14503151998491e-05, 0.000208076923076924, 0.00010138293742046, 0.000292500000000016, 0.000147266895334762, 0.000428461538461553, 0.00060182609933947, 0.00132557692307692, 0.00200392915006035, 0.00495903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 375, '2021-05-23 00:00:00', 9.98446870817937e-05, 0.000225192307692314, 0.000137308187889658, 0.000313461538461542, 0.00016397666344284, 0.000467884615384606, 0.000581720392787316, 0.00145115384615384, 0.00199706146625487, 0.00494750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 390, '2021-05-23 00:00:00', 7.82776124788215e-05, 0.000195769230769245, 0.000119680986215591, 0.000306538461538471, 0.000146717546535984, 0.000430961538461548, 0.000573089770119305, 0.00152826923076923, 0.0020009835370099, 0.00494134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 405, '2021-05-23 00:00:00', 8.88388774909106e-05, 0.000207884615384615, 9.38634441827284e-05, 0.000292115384615381, 0.000206048257977062, 0.000423269230769232, 0.000650154094160655, 0.00162211538461538, 0.00200580262085934, 0.00493692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 420, '2021-05-23 00:00:00', 6.50411112593168e-05, 0.000187884615384616, 7.72032781288921e-05, 0.000262884615384621, 0.000202727649816217, 0.000447500000000002, 0.000679367239535326, 0.00168538461538462, 0.00201446683154244, 0.00492884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 435, '2021-05-23 00:00:00', 6.54111258473238e-05, 0.00018615384615384, 0.00014910399055693, 0.000315000000000005, 0.000183032678881292, 0.000479807692307701, 0.00067818434072161, 0.001785, 0.00202196180440224, 0.00492346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 450, '2021-05-23 00:00:00', 0.000139043573690472, 0.000256346153846159, 0.000175700356814148, 0.00036384615384615, 0.000171739516531465, 0.000517307692307704, 0.000726518171724669, 0.00187057692307692, 0.00203109331111635, 0.00491903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 465, '2021-05-23 00:00:00', 0.000103029682056257, 0.000246346153846154, 0.000130017750267468, 0.000368846153846153, 0.000155312711847867, 0.000520961538461531, 0.000725877294144035, 0.00199961538461538, 0.00203619842806677, 0.00492403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 480, '2021-05-23 00:00:00', 0.000102305725834187, 0.000267692307692298, 0.00015462224439432, 0.000384038461538462, 0.000225415513765479, 0.00056692307692308, 0.000720961537435631, 0.00207153846153847, 0.00203956062387505, 0.00492153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 495, '2021-05-23 00:00:00', 8.81825030612924e-05, 0.000253076923076941, 0.000110916635361875, 0.000367499999999995, 0.000263686293800899, 0.000692307692307693, 0.000708090634137933, 0.00211211538461538, 0.00204210111442565, 0.0049148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 510, '2021-05-23 00:00:00', 7.07237311929054e-05, 0.000280384615384603, 0.000154912506323358, 0.000411730769230772, 0.000301980386525586, 0.000736923076923075, 0.000743330680114844, 0.0021575, 0.00204253380538826, 0.00489788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 525, '2021-05-23 00:00:00', 0.000108767394718496, 0.000277884615384625, 0.000201007079859995, 0.000539615384615388, 0.00038670287739377, 0.000813653846153856, 0.000778908506525942, 0.0022273076923077, 0.00204464339565232, 0.00487384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 540, '2021-05-23 00:00:00', 0.000175332650871246, 0.00046153846153847, 0.000202350799736117, 0.000595384615384617, 0.000592719579565249, 0.000977499999999999, 0.000792090248354608, 0.0022948076923077, 0.00204727989330684, 0.0048598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 555, '2021-05-23 00:00:00', 0.000158347232858191, 0.000390384615384611, 0.000342379681280652, 0.000630384615384616, 0.000598995858467772, 0.00109903846153845, 0.00075049860349381, 0.00236307692307693, 0.00218924156167945, 0.00489615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 570, '2021-05-23 00:00:00', 0.00024368082844952, 0.000477884615384608, 0.000471319465396387, 0.000790961538461523, 0.000505889924177794, 0.00116884615384614, 0.000696158718639978, 0.00235980769230769, 0.00223137505036349, 0.00488115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 585, '2021-05-23 00:00:00', 0.000294543976081925, 0.000578076923076906, 0.000360588194695628, 0.000870384615384596, 0.000509561953657625, 0.00120423076923076, 0.000686768603959594, 0.00234134615384615, 0.00225527229295813, 0.00490365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 600, '2021-05-23 00:00:00', 0.000236054100709005, 0.000658461538461527, 0.000291575099179511, 0.000865961538461537, 0.000436491651166945, 0.00116019230769232, 0.00057704675853734, 0.00230019230769232, 0.00223210660243085, 0.00491826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 615, '2021-05-23 00:00:00', 0.000243515676323697, 0.000591730769230773, 0.000333935104243559, 0.000820576923076931, 0.000311116352214692, 0.00112076923076924, 0.000474347041083433, 0.00226134615384616, 0.00225287990905315, 0.00490673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 630, '2021-05-23 00:00:00', 0.000222782491371162, 0.000580961538461544, 0.00024428703167821, 0.000758076923076936, 0.000269226598868804, 0.00110480769230769, 0.000489617315241822, 0.00224365384615386, 0.00219902272874531, 0.00492019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 645, '2021-05-23 00:00:00', 0.000189246278288766, 0.00053692307692308, 0.000238587187740326, 0.000804615384615391, 0.000256535272728422, 0.0011621153846154, 0.000520359380251169, 0.00229826923076924, 0.00228246489567748, 0.004985 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 660, '2021-05-23 00:00:00', 0.000192041361730692, 0.00057173076923077, 0.000259734183645199, 0.000770384615384615, 0.000316266258323357, 0.00112788461538463, 0.000592484988449889, 0.0022923076923077, 0.00228182660468453, 0.00498942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 675, '2021-05-23 00:00:00', 0.000145586875993469, 0.000508461538461535, 0.000276774554188351, 0.000781923076923092, 0.00036313639099042, 0.00115096153846154, 0.00069716756621678, 0.00232384615384616, 0.00227033851254355, 0.00501519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 690, '2021-05-23 00:00:00', 0.000238878871783636, 0.000586346153846169, 0.000285745246948836, 0.000857884615384629, 0.000400609343567844, 0.0011946153846154, 0.000723492810022226, 0.00235038461538462, 0.00225661741415025, 0.00503692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 705, '2021-05-23 00:00:00', 0.000286115092495736, 0.000595384615384622, 0.000357634590049679, 0.000807500000000008, 0.00044961025857445, 0.00112923076923077, 0.000783885220208646, 0.00242403846153847, 0.00225687984922683, 0.00502557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 720, '2021-05-23 00:00:00', 0.000171578306859044, 0.00048634615384615, 0.000290252675068847, 0.000716153846153845, 0.000478078405220796, 0.00107019230769231, 0.00087310048765218, 0.00249730769230769, 0.00217643466388353, 0.00499961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 735, '2021-05-23 00:00:00', 0.000184182288466127, 0.000506346153846149, 0.000309402463815966, 0.000756730769230756, 0.000396663003646098, 0.00110346153846154, 0.00100769861565848, 0.00256749999999999, 0.00217210670512789, 0.00499153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 750, '2021-05-23 00:00:00', 0.000231434739098386, 0.000599038461538462, 0.000347898747427363, 0.000816538461538473, 0.000405077200619263, 0.00111346153846155, 0.00101027741810775, 0.00255269230769231, 0.00217538028505716, 0.00500423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 765, '2021-05-23 00:00:00', 0.000221086217084229, 0.000541346153846173, 0.000282737782841549, 0.000774423076923095, 0.000357029248963425, 0.00101173076923077, 0.000951283343699452, 0.002535, 0.00214303605626725, 0.00498653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 780, '2021-05-23 00:00:00', 0.000221522094747987, 0.000554038461538474, 0.000299215448490513, 0.000711730769230778, 0.000341268899166711, 0.0010223076923077, 0.00084350605305385, 0.0026623076923077, 0.00209940233253327, 0.00496807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 795, '2021-05-23 00:00:00', 0.000129389097150942, 0.00046153846153847, 0.00022053579859411, 0.000659038461538471, 0.000377989875729295, 0.000997115384615401, 0.000785269796850845, 0.00260557692307693, 0.00208439635238746, 0.00493307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 810, '2021-05-23 00:00:00', 0.000188584606599135, 0.000481923076923066, 0.000222880789109007, 0.000694615384615375, 0.000424478548882675, 0.00105596153846153, 0.000739383839110959, 0.0026423076923077, 0.00207394337323481, 0.00491865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 825, '2021-05-23 00:00:00', 0.000190106953702794, 0.000525576923076912, 0.000295640894433654, 0.000818461538461541, 0.000482008458272412, 0.00122307692307691, 0.000710399779106003, 0.00266961538461538, 0.00206556400381256, 0.00491442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 840, '2021-05-23 00:00:00', 0.00023390736167584, 0.000545576923076932, 0.000296756893510764, 0.000755576923076928, 0.000503864450636672, 0.00123576923076923, 0.000838965113421587, 0.00274769230769231, 0.00204999669793356, 0.00492230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 855, '2021-05-23 00:00:00', 0.000131870711742161, 0.000508269230769234, 0.000426452089472407, 0.000825769230769222, 0.00054575921007768, 0.00123634615384615, 0.000781143737388669, 0.00271846153846154, 0.00196751737359156, 0.00488884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 870, '2021-05-23 00:00:00', 0.000419407503325993, 0.000625576923076922, 0.000489799959166997, 0.000879999999999992, 0.000553189945122464, 0.00130865384615384, 0.000922039065583214, 0.00279903846153846, 0.00190875356027072, 0.00490192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 885, '2021-05-23 00:00:00', 0.000215332658568443, 0.000588076923076916, 0.000293374596456733, 0.000914423076923077, 0.000329295518435243, 0.00133653846153847, 0.000930514022545517, 0.00278788461538462, 0.00185939991353705, 0.00494096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 900, '2021-05-23 00:00:00', 0.000193223747677832, 0.000631000000000013, 0.000229523963890472, 0.000879000000000008, 0.00034701404870696, 0.001344, 0.000938937431355253, 0.0027792, 0.00192536407812479, 0.0049632 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 915, '2021-05-23 00:00:00', 0.00022140773386533, 0.000625769230769244, 0.000274659859574605, 0.000954038461538473, 0.000504248450666936, 0.00135249999999999, 0.000925092760421687, 0.00278115384615385, 0.00184082892072691, 0.00497865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 930, '2021-05-23 00:00:00', 0.000247982629664642, 0.000714230769230781, 0.000324853102896587, 0.00101153846153846, 0.000509326138524837, 0.00128634615384616, 0.00102660562797241, 0.00283365384615386, 0.00182036822141524, 0.00502269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 945, '2021-05-23 00:00:00', 0.000217957299981865, 0.000695769230769241, 0.000431649608612569, 0.000979230769230762, 0.000509449363377901, 0.00140057692307693, 0.00100834168888253, 0.00279519230769232, 0.0018077079516508, 0.00510596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 960, '2021-05-23 00:00:00', 0.000331153055480158, 0.00067711538461538, 0.000349864424291206, 0.000911346153846163, 0.000517209375844589, 0.00156346153846155, 0.000958272664746324, 0.0027425, 0.00182371923446397, 0.00507538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 975, '2021-05-23 00:00:00', 0.000311339784702275, 0.00061730769230771, 0.000357789205237681, 0.00106365384615386, 0.000522479775096247, 0.00157134615384616, 0.000940114804773255, 0.00275961538461538, 0.00182469075356727, 0.00506211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 990, '2021-05-23 00:00:00', 0.000231295016408454, 0.000785769230769233, 0.000460524658990662, 0.00121019230769231, 0.000535488454231645, 0.00152326923076924, 0.000911705185986059, 0.00267788461538462, 0.00182075285569966, 0.0050148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1005, '2021-05-23 00:00:00', 0.000248428057996687, 0.000827500000000015, 0.000284239606399522, 0.00104807692307694, 0.000492725426737698, 0.00144788461538463, 0.000923731646013145, 0.00256307692307693, 0.00183705739829092, 0.00495826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1020, '2021-05-23 00:00:00', 0.000209847288796844, 0.000688269230769218, 0.000409339853159474, 0.000976346153846162, 0.000573347525167224, 0.00151576923076923, 0.00088036836695696, 0.00246769230769231, 0.00192960056647843, 0.00495211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1035, '2021-05-23 00:00:00', 0.000300186672691409, 0.000685961538461544, 0.000343039860881859, 0.000982884615384611, 0.000510166978697995, 0.00144711538461539, 0.000822955555394007, 0.00236038461538462, 0.002185282273617, 0.00519615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1050, '2021-05-23 00:00:00', 0.000245645773734949, 0.000684615384615377, 0.000450892320421832, 0.00110173076923076, 0.000598364566001492, 0.00147307692307692, 0.000867735780416693, 0.00233423076923076, 0.00224278865735015, 0.0052101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1065, '2021-05-23 00:00:00', 0.000318241079396399, 0.000850769230769245, 0.000333221571007365, 0.00104384615384617, 0.000484301400115521, 0.00141961538461539, 0.000869841011113737, 0.00227423076923077, 0.0022997728065047, 0.0052698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1080, '2021-05-23 00:00:00', 0.000236302039445617, 0.000659423076923071, 0.000451319305353341, 0.000961346153846145, 0.000470496014860919, 0.0012775, 0.000891671205356297, 0.00217653846153846, 0.00219697533335827, 0.00526884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1095, '2021-05-23 00:00:00', 0.000289165443727543, 0.00064942307692307, 0.000297514640880844, 0.000914807692307686, 0.000411635200707545, 0.00119346153846154, 0.000878965650855939, 0.00203384615384616, 0.00215235607041357, 0.00520942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1110, '2021-05-23 00:00:00', 0.000189373968644074, 0.000617499999999993, 0.000253181069288668, 0.000829423076923079, 0.000472494403711265, 0.00117519230769232, 0.000926423312447472, 0.00195692307692308, 0.00212710355612075, 0.00520346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1125, '2021-05-23 00:00:00', 0.000206019509905099, 0.000520961538461527, 0.000347768103549128, 0.00076942307692307, 0.000507325718464367, 0.00105076923076923, 0.000917022879506531, 0.00184519230769231, 0.0021200967049787, 0.00518596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1140, '2021-05-23 00:00:00', 0.000186545210028611, 0.000518653846153858, 0.000454455549150678, 0.000780384615384621, 0.000414633109368532, 0.00102384615384615, 0.000894313337792654, 0.00173711538461539, 0.00209741885329418, 0.00521961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1155, '2021-05-23 00:00:00', 0.000446607941987325, 0.000549423076923072, 0.000438435856197917, 0.000704999999999994, 0.000428852673286078, 0.00105884615384614, 0.000844199324804272, 0.0016875, 0.00206418176189837, 0.00522288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1170, '2021-05-23 00:00:00', 0.000225898292294427, 0.00048403846153846, 0.000318880252421828, 0.000753846153846139, 0.000378385893784863, 0.000981730769230761, 0.000743186693596194, 0.0016176923076923, 0.00201170173848297, 0.00520173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1185, '2021-05-23 00:00:00', 0.000167156766585693, 0.000480769230769216, 0.000227141772061814, 0.000680769230769224, 0.00033814954588852, 0.00086634615384615, 0.000647190733983298, 0.00148961538461538, 0.00197873051766491, 0.0051676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1200, '2021-05-23 00:00:00', 0.000158733569713048, 0.000497115384615392, 0.000174579164322059, 0.000598269230769239, 0.000261213808681998, 0.00081057692307693, 0.000616630078609673, 0.00142442307692307, 0.00193087880550243, 0.00515019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1215, '2021-05-23 00:00:00', 0.000124710125429403, 0.000361153846153838, 0.000184227806303468, 0.000506730769230758, 0.000207046724566827, 0.000762884615384621, 0.000535446650362686, 0.00137865384615385, 0.00187259375856468, 0.00512923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1230, '2021-05-23 00:00:00', 8.20393901638855e-05, 0.000352692307692304, 0.000139048552671378, 0.000527500000000006, 0.000289830719824252, 0.000745384615384605, 0.000544540314252447, 0.00139307692307692, 0.00187562146623869, 0.00513673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1245, '2021-05-23 00:00:00', 0.000123996432951184, 0.000378653846153842, 0.000205888319241271, 0.000534999999999999, 0.000402448133304146, 0.000812499999999981, 0.000558869497633048, 0.00136365384615385, 0.00187420490834421, 0.00513403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1260, '2021-05-23 00:00:00', 0.000177127181599932, 0.000399038461538467, 0.000292440394978831, 0.000550769230769222, 0.000461089846075411, 0.000865384615384618, 0.000555514072382862, 0.00133826923076923, 0.0018661016956376, 0.00514653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1275, '2021-05-23 00:00:00', 0.000195224525571486, 0.000386153846153835, 0.000268734713339838, 0.000582115384615368, 0.000381440841264559, 0.000796346153846149, 0.000457166229656647, 0.00126480769230769, 0.00182100573437191, 0.00510173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1290, '2021-05-23 00:00:00', 0.000169475775441623, 0.000405961538461525, 0.000227478824035592, 0.00062115384615385, 0.000327031932103567, 0.000736730769230775, 0.000355106105486584, 0.00120788461538462, 0.00178376468782698, 0.00506269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1305, '2021-05-23 00:00:00', 0.000141767008204953, 0.000463269230769225, 0.000175807696514808, 0.000542115384615379, 0.000249135736867701, 0.000676153846153843, 0.000340756680616264, 0.00117134615384615, 0.0017857363057983, 0.00505807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1320, '2021-05-23 00:00:00', 0.000147178071109073, 0.000369230769230767, 0.000210248570835731, 0.000477692307692316, 0.000228431524835044, 0.000659807692307693, 0.000326363471277995, 0.00115134615384616, 0.00181776672997813, 0.00512673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1335, '2021-05-23 00:00:00', 0.000186001757642655, 0.000329423076923074, 0.000207668004276062, 0.000454999999999987, 0.000219727190992679, 0.000685961538461536, 0.000331874918513685, 0.00112019230769231, 0.0018168651467675, 0.00513519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1350, '2021-05-23 00:00:00', 7.95006047388608e-05, 0.000307115384615381, 0.000133141480561678, 0.000470576923076931, 0.000171742203943529, 0.000664230769230778, 0.000325008461428321, 0.00109750000000001, 0.00180901137471442, 0.00514307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1365, '2021-05-23 00:00:00', 0.000162423473104675, 0.000405769230769237, 0.000212327486535444, 0.000565192307692312, 0.000191830554235922, 0.000669807692307703, 0.000320128159432348, 0.00110096153846155, 0.00180349157085745, 0.00515461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1380, '2021-05-23 00:00:00', 0.000169120917143286, 0.000368269230769231, 0.000153043608667092, 0.00047211538461539, 0.000198596227402394, 0.000667307692307687, 0.000318362456715862, 0.00107557692307693, 0.00181423927689988, 0.00516807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1395, '2021-05-23 00:00:00', 0.00011660139199591, 0.000348269230769224, 0.000119317288707941, 0.000466153846153843, 0.000295171983765402, 0.00086250000000001, 0.000422431651276282, 0.0011275, 0.00181191462695808, 0.00518884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1410, '2021-05-23 00:00:00', 9.58879554480099e-05, 0.000307499999999995, 0.000193217394502839, 0.000535192307692295, 0.000376265710124358, 0.00088673076923078, 0.000511248848033312, 0.00114076923076924, 0.00181396158045992, 0.00519384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 2, 1425, '2021-05-23 00:00:00', 0.000195193887829919, 0.000469423076923073, 0.000342033792752436, 0.00076634615384617, 0.000391320643659209, 0.000900384615384626, 0.000525677292057226, 0.00118884615384616, 0.00181468044442669, 0.00519365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 0, '2021-05-23 00:00:00', 0.000389492569298145, 0.000607307692307704, 0.000430748052364016, 0.000726730769230773, 0.000422982814708203, 0.000827307692307693, 0.000549309531629002, 0.00121980769230769, 0.00181527137195687, 0.00518807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 15, '2021-05-23 00:00:00', 0.000327625783243862, 0.000409423076923065, 0.000313846912706485, 0.000563269230769214, 0.000313539409864967, 0.000689807692307672, 0.000525659475911352, 0.00123173076923076, 0.00180357731062038, 0.00517365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 30, '2021-05-23 00:00:00', 0.000231149635185, 0.000391923076923074, 0.000255510047973442, 0.000520769230769222, 0.000231582515614789, 0.00066230769230768, 0.000507760240210347, 0.00118230769230769, 0.0017292761602652, 0.00513903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 45, '2021-05-23 00:00:00', 0.000217897029315712, 0.000398653846153845, 0.000181347626227818, 0.000515192307692288, 0.000194502224626398, 0.000601346153846144, 0.000516928539920773, 0.00117365384615384, 0.00169449652154804, 0.0051226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 60, '2021-05-23 00:00:00', 0.000136886393098016, 0.000341730769230762, 0.000179005479073856, 0.000424807692307691, 0.000232556113989395, 0.000492115384615385, 0.000546362657807207, 0.00114192307692309, 0.00166872794713172, 0.0050848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 75, '2021-05-23 00:00:00', 0.00015036072011615, 0.000247884615384625, 0.000141933489299101, 0.000313653846153864, 0.000177540569578207, 0.000479423076923092, 0.000535226084508654, 0.00110019230769231, 0.00164707479630264, 0.00504923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 90, '2021-05-23 00:00:00', 0.000119677129747568, 0.00020884615384616, 0.000125299026946926, 0.000309615384615397, 0.000181406576931058, 0.000452884615384636, 0.000535862245501438, 0.00108288461538462, 0.00165158758122648, 0.00502846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 105, '2021-05-23 00:00:00', 8.9076458083021e-05, 0.00023384615384617, 0.000127186265586526, 0.000377884615384631, 0.00017133188665457, 0.000458846153846166, 0.000468285744456885, 0.00107153846153846, 0.0016371244959943, 0.00500615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 120, '2021-05-23 00:00:00', 0.000124942448289675, 0.000303846153846172, 0.000139034583412245, 0.000353846153846166, 0.000184976089930987, 0.000511923076923083, 0.000442685380551311, 0.00108211538461539, 0.00163660991076066, 0.005 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 135, '2021-05-23 00:00:00', 0.000105916694405768, 0.000227884615384627, 0.000121043539528299, 0.000323461538461548, 0.000294176882948911, 0.000605961538461541, 0.000412727326638123, 0.00109961538461538, 0.0016188419056179, 0.00499865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 150, '2021-05-23 00:00:00', 9.78729553278949e-05, 0.000233653846153857, 0.00018925288332322, 0.00040442307692307, 0.000362195442353352, 0.000648461538461534, 0.000436266723285372, 0.00110557692307692, 0.00161315091811503, 0.00498673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 165, '2021-05-23 00:00:00', 0.0001830272152945, 0.000315192307692293, 0.000249536493400199, 0.000492692307692299, 0.000357553653854381, 0.000676153846153839, 0.000421122355689577, 0.00107903846153845, 0.00161042136148848, 0.00496480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 180, '2021-05-23 00:00:00', 0.000216291558923465, 0.000374038461538465, 0.000294955081325962, 0.000492500000000003, 0.000389163797826149, 0.000722692307692311, 0.000418884278126476, 0.00105903846153846, 0.00160815125580227, 0.00496269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 195, '2021-05-23 00:00:00', 0.000137064414952064, 0.000335576923076914, 0.000198494429295975, 0.000480961538461538, 0.000331103283909094, 0.000700769230769223, 0.000387034683399105, 0.00101961538461537, 0.00159610198247528, 0.00493153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 210, '2021-05-23 00:00:00', 0.000154860855658823, 0.00034173076923077, 0.000239637225822709, 0.000495000000000002, 0.000289209333289131, 0.000634038461538456, 0.000393755146486513, 0.000996346153846152, 0.00156351030106567, 0.00489730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 225, '2021-05-23 00:00:00', 0.000142729976367433, 0.000324615384615389, 0.000202225026983474, 0.000474807692307686, 0.000201598706497688, 0.000579038461538455, 0.000375471191151343, 0.000936153846153847, 0.00156241894558996, 0.00489019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 240, '2021-05-23 00:00:00', 0.000109277346515822, 0.000301538461538456, 0.000115993368510717, 0.000377307692307683, 0.000164610612799274, 0.000529423076923078, 0.000373276191826647, 0.000893653846153851, 0.00155362896520967, 0.00489519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 255, '2021-05-23 00:00:00', 0.000101217397410044, 0.000250192307692298, 0.000119490746342709, 0.000359038461538457, 0.000160367966300579, 0.000491730769230767, 0.000382527827042083, 0.000886538461538479, 0.00154260020245538, 0.00488423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 270, '2021-05-23 00:00:00', 9.54594154601843e-05, 0.000262499999999986, 0.00014786805448932, 0.000394807692307683, 0.000148797229089174, 0.000478846153846148, 0.000398802630961149, 0.000893461538461555, 0.00152992781378227, 0.00486365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 285, '2021-05-23 00:00:00', 0.000102028653592245, 0.000270384615384623, 0.000136667620384423, 0.000345961538461538, 0.000120102520309179, 0.000448846153846148, 0.000406045516584607, 0.000880192307692326, 0.00155008133781623, 0.00484692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 300, '2021-05-23 00:00:00', 7.99345886430797e-05, 0.000246538461538458, 9.14977931638072e-05, 0.000324615384615376, 0.000150770967415423, 0.000443269230769231, 0.000416345825190843, 0.000910384615384614, 0.00154932948276144, 0.00484038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 315, '2021-05-23 00:00:00', 6.6076005187497e-05, 0.000224038461538473, 8.94910824951534e-05, 0.000325576923076925, 0.000228911218934004, 0.000477884615384629, 0.000519997485201021, 0.00106576923076924, 0.00154851094728005, 0.00483192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 330, '2021-05-23 00:00:00', 7.2481297322398e-05, 0.000238461538461538, 0.000132559420638443, 0.000339999999999998, 0.00026626801130844, 0.000489423076923081, 0.000576934105022812, 0.00115019230769232, 0.00154657820812468, 0.00481692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 345, '2021-05-23 00:00:00', 0.000112432030749521, 0.000249807692307698, 0.000198267884051245, 0.000361923076923082, 0.000228803661213304, 0.000448653846153856, 0.00065683626925999, 0.00120326923076925, 0.00154428167269296, 0.00479826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 360, '2021-05-23 00:00:00', 0.000120346934383008, 0.000250769230769238, 0.000158987783759044, 0.000346346153846164, 0.000163243565075187, 0.000427307692307703, 0.000630151996316385, 0.00128653846153847, 0.00153064626873749, 0.004775 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 375, '2021-05-23 00:00:00', 0.000112054245105455, 0.000231923076923093, 0.000108808936284587, 0.000295769230769247, 0.000145041240819508, 0.000394807692307704, 0.000669162622525052, 0.00144615384615387, 0.00153289019376922, 0.00475288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 390, '2021-05-23 00:00:00', 8.24145244853952e-05, 0.00020807692307692, 0.000114070828199654, 0.000271923076923073, 0.000182569270310028, 0.000421538461538477, 0.000701404415331232, 0.00157307692307694, 0.00153134025008764, 0.00475519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 405, '2021-05-23 00:00:00', 9.85645044550122e-05, 0.000189807692307685, 0.000123174828847202, 0.000284038461538452, 0.000193779811602288, 0.00041615384615384, 0.000710695758773362, 0.00182769230769231, 0.00153393270336789, 0.00476346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 420, '2021-05-23 00:00:00', 8.3801046441058e-05, 0.000208846153846151, 0.000153707014003408, 0.000305384615384626, 0.000171572030175267, 0.00042980769230769, 0.000736552677107233, 0.00192461538461539, 0.00153051440573221, 0.00476211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 435, '2021-05-23 00:00:00', 0.000111283421945937, 0.000224999999999988, 0.000119289724878291, 0.000305961538461527, 0.000155728560692588, 0.000445769230769243, 0.000692439055913117, 0.00207538461538462, 0.00152857597128831, 0.0047575 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 450, '2021-05-23 00:00:00', 8.08514782701099e-05, 0.000220192307692303, 0.000117576161895828, 0.00031807692307691, 0.000142633608079735, 0.000447115384615402, 0.000656901702048214, 0.00216538461538462, 0.00152772294105161, 0.00475923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 465, '2021-05-23 00:00:00', 0.000113068393189526, 0.000227307692307691, 0.000126738525500945, 0.000329423076923096, 0.000161128353041447, 0.00046788461538464, 0.000638036320403339, 0.00222788461538462, 0.00152360958051797, 0.00475192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 480, '2021-05-23 00:00:00', 9.24472822748219e-05, 0.000252500000000023, 9.35488354571338e-05, 0.0003442307692308, 0.000197591361536495, 0.000532884615384622, 0.000621785054376618, 0.00226557692307692, 0.00152416530750945, 0.00475326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 495, '2021-05-23 00:00:00', 6.97316284049109e-05, 0.000232500000000024, 0.000119369014147147, 0.000344807692307705, 0.000366082010568026, 0.000705961538461539, 0.000605957125926842, 0.00226596153846152, 0.00153783114007507, 0.00473884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 510, '2021-05-23 00:00:00', 0.000111304329862559, 0.000274423076923073, 0.000159030355109183, 0.000420576923076903, 0.000469144557023332, 0.000806153846153837, 0.000612037454861913, 0.00230461538461537, 0.00155451210500766, 0.00472826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 525, '2021-05-23 00:00:00', 0.000136187794550808, 0.000303653846153829, 0.000358373247627926, 0.000574230769230765, 0.0005392699124386, 0.000859038461538457, 0.000660618940551507, 0.00236423076923076, 0.00156681088397861, 0.00470788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 540, '2021-05-23 00:00:00', 0.000324897439438742, 0.00046211538461538, 0.000433084465025197, 0.000643076923076921, 0.000487611920091562, 0.000924230769230761, 0.000628405797358561, 0.0023703846153846, 0.00158730057499662, 0.00468365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 555, '2021-05-23 00:00:00', 0.000169896008917673, 0.000445576923076917, 0.000250687362757181, 0.000608076923076914, 0.000323748299668836, 0.00104519230769231, 0.000581360473372599, 0.00234999999999998, 0.00159678682166598, 0.00463807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 570, '2021-05-23 00:00:00', 0.000196391289169189, 0.000438461538461541, 0.000186670524227543, 0.000663269230769225, 0.000372057739522334, 0.00113019230769231, 0.000596987469266779, 0.00238596153846152, 0.00161294370162612, 0.00469923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 585, '2021-05-23 00:00:00', 0.000125859659327982, 0.000514423076923078, 0.00026557079311146, 0.000895384615384627, 0.000548691730741973, 0.00135615384615384, 0.00060689664561732, 0.00238346153846152, 0.00161362583833856, 0.00470211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 600, '2021-05-23 00:00:00', 0.000222023300925474, 0.000717115384615398, 0.000332824104618917, 0.000938269230769233, 0.000540877492172168, 0.0014223076923077, 0.000681749587458619, 0.00240749999999999, 0.00162132557353068, 0.00467615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 615, '2021-05-23 00:00:00', 0.000251035164560975, 0.000585576923076925, 0.000549221161842278, 0.000973269230769232, 0.000567907258138294, 0.00140057692307692, 0.000770443952935831, 0.00228673076923076, 0.00164908902591237, 0.00464384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 630, '2021-05-23 00:00:00', 0.000370700220995561, 0.000669423076923069, 0.000363739128835691, 0.000911923076923082, 0.00041302970651218, 0.00130153846153846, 0.000749091038936784, 0.00219423076923076, 0.00159795028564239, 0.00460134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 645, '2021-05-23 00:00:00', 0.000247916238956751, 0.000617307692307705, 0.000369440585417791, 0.000932115384615381, 0.000381151696027469, 0.00121615384615385, 0.000746217873938047, 0.00216365384615385, 0.00157872548400478, 0.00466692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 660, '2021-05-23 00:00:00', 0.000263985503681245, 0.000642115384615381, 0.000294044475966052, 0.000848076923076924, 0.000242102012828029, 0.00111076923076923, 0.000824610117664002, 0.0021753846153846, 0.00160067390855803, 0.00474019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 675, '2021-05-23 00:00:00', 0.000127293120244348, 0.000566538461538458, 0.000188101956804932, 0.000752884615384624, 0.000283186538141582, 0.00107115384615384, 0.000893809737110667, 0.00218961538461537, 0.00161327473934707, 0.00477076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 690, '2021-05-23 00:00:00', 0.000214886016297011, 0.000539999999999998, 0.000238901411915843, 0.000806730769230764, 0.000263631444371766, 0.00110153846153845, 0.000849140130684253, 0.00223980769230769, 0.00163305919860666, 0.00475288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 988000 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 988000, 3, 705, '2021-05-23 00:00:00', 0.000178217671574778, 0.000623461538461536, 0.000225482815309708, 0.000832500000000001, 0.000351707483352505, 0.00[...];
Date: 2021-05-23 16:57:50 Duration: 23s743ms Database: acaweb_fx User: pgperfstats
11 22s178ms 22s531ms 22s355ms 2 44s710ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = '?[...];Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 23 16 2 44s710ms 22s355ms [ User: pgperfstats - Total duration: 44s710ms - 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 986685, 1, 1005, '2021-05-23 00:00:00', 0.0173583307388257, 0.0345840384615384, 0.0220110483656241, 0.0488919230769232, 0.0248066636705045, 0.0672376923076924, 0.0453973442822882, 0.104378269230769, 0.0826081524057076, 0.213071730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1020, '2021-05-23 00:00:00', 0.0105317496628784, 0.0322898076923074, 0.0141462324965392, 0.0450403846153846, 0.0243919869913176, 0.0645907692307693, 0.0418595171868401, 0.0950413461538462, 0.0791100106531308, 0.211293461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1035, '2021-05-23 00:00:00', 0.0134544804261799, 0.0311684615384615, 0.0172300927996518, 0.0417167307692307, 0.026434670782603, 0.0612192307692308, 0.0417781807093678, 0.0889642307692308, 0.0784903025318318, 0.210326538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1050, '2021-05-23 00:00:00', 0.0128298932200723, 0.0290759615384617, 0.0199227802740017, 0.0466053846153846, 0.0245724682246991, 0.0593155769230769, 0.0370393453116464, 0.082723653846154, 0.0759091993989175, 0.210860769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1065, '2021-05-23 00:00:00', 0.0175867852618424, 0.0375196153846153, 0.0196941298907528, 0.0459569230769231, 0.0253616103953625, 0.0591396153846152, 0.0336656786745104, 0.0798261538461539, 0.0745915223302117, 0.210321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1080, '2021-05-23 00:00:00', 0.0133431833201594, 0.0295363461538463, 0.0193128031238346, 0.0390324999999999, 0.0253091244902218, 0.0532826923076922, 0.0321332779511303, 0.0717567307692309, 0.0726533581700434, 0.21054923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1095, '2021-05-23 00:00:00', 0.0159056507423765, 0.0268734615384615, 0.0184338676771444, 0.0381734615384614, 0.0231918373214834, 0.0479521153846153, 0.0288219899409087, 0.0668530769230772, 0.0744758906461579, 0.214731538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1110, '2021-05-23 00:00:00', 0.011403566891379, 0.0248053846153843, 0.01620537690564, 0.0327594230769228, 0.0179090900565562, 0.040154423076923, 0.0261433956956628, 0.0617975000000003, 0.0751952371305216, 0.214031346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1125, '2021-05-23 00:00:00', 0.0118415236756737, 0.0226301923076922, 0.0130694964531329, 0.0310065384615385, 0.016506574327778, 0.0366490384615385, 0.0234872875640287, 0.0612813461538464, 0.0752014470546637, 0.214803653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1140, '2021-05-23 00:00:00', 0.00763396546061378, 0.0213444230769231, 0.011636385858425, 0.0276846153846154, 0.018467486852678, 0.034799423076923, 0.0218468474622417, 0.0603609615384617, 0.0754177044795288, 0.214514807692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1155, '2021-05-23 00:00:00', 0.0103132411901474, 0.0199503846153844, 0.0150714594005204, 0.0266876923076924, 0.0218640660102367, 0.0362475000000002, 0.0196983387790401, 0.0586805769230774, 0.0756910628765682, 0.213504230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1170, '2021-05-23 00:00:00', 0.010877867552972, 0.0184875000000001, 0.0131938341324794, 0.0232663461538462, 0.0180337678216771, 0.0335753846153848, 0.0191815272111958, 0.0569169230769236, 0.0758693599675429, 0.213043269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1185, '2021-05-23 00:00:00', 0.00956198527221991, 0.0165871153846154, 0.0146516527355999, 0.0249417307692309, 0.0151898322533402, 0.0321517307692311, 0.0200214951960289, 0.0555367307692312, 0.0758693599675429, 0.213043269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1200, '2021-05-23 00:00:00', 0.0107489779353131, 0.018239423076923, 0.0122149164360003, 0.0238665384615385, 0.0166363107978164, 0.0336948076923079, 0.0204274311800427, 0.0546011538461543, 0.0758693599675429, 0.213043269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1215, '2021-05-23 00:00:00', 0.00874939508458477, 0.0149528846153847, 0.0139645935796984, 0.0211196153846158, 0.0153001821708612, 0.0313826923076925, 0.0198819343471557, 0.0597207692307696, 0.0757868427732575, 0.213191538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1230, '2021-05-23 00:00:00', 0.00861230255997855, 0.014279230769231, 0.0124924288655784, 0.0230101923076925, 0.0119759862802451, 0.0308442307692307, 0.0180703067755236, 0.0582501923076926, 0.0758609832745702, 0.214320769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1245, '2021-05-23 00:00:00', 0.00981191186576494, 0.0165276923076925, 0.0103070580373166, 0.0226257692307694, 0.0127374063490179, 0.0317275, 0.0175089541487953, 0.0574607692307695, 0.0769845475413985, 0.215528076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1260, '2021-05-23 00:00:00', 0.0071117342145542, 0.0158215384615384, 0.00884719147309145, 0.021555192307692, 0.0122252371126919, 0.0326276923076922, 0.0169642112242667, 0.0566776923076925, 0.0766170537061782, 0.216313846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1275, '2021-05-23 00:00:00', 0.00732274551548927, 0.0141117307692309, 0.00998722794565477, 0.0210509615384618, 0.0131779826458901, 0.0308438461538464, 0.0174020768477611, 0.0551188461538464, 0.0769719956110413, 0.217207115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1290, '2021-05-23 00:00:00', 0.00822625024633866, 0.0141313461538463, 0.0101570485359445, 0.0228551923076924, 0.0139551105458235, 0.0329828846153849, 0.0182980385045879, 0.0566713461538463, 0.0782313744252365, 0.218032307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1305, '2021-05-23 00:00:00', 0.00954569471219658, 0.0175484615384616, 0.0104839369091664, 0.0234513461538462, 0.0137877922439214, 0.0335748076923079, 0.0182440634190538, 0.0554840384615386, 0.0787704622343642, 0.219428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1320, '2021-05-23 00:00:00', 0.00901978147654453, 0.0174482692307692, 0.0116848112785527, 0.0243138461538462, 0.0157364322073139, 0.0333988461538463, 0.01776423986228, 0.0545517307692309, 0.0791362341275135, 0.219866730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1335, '2021-05-23 00:00:00', 0.00732464083656111, 0.0162607692307693, 0.00915464224608709, 0.0236605769230769, 0.0109192469238777, 0.0290857692307691, 0.0165579103754068, 0.052835, 0.0794678857749372, 0.220966538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1350, '2021-05-23 00:00:00', 0.00658045854142291, 0.0156638461538461, 0.00914814457228276, 0.0218436538461538, 0.0103076157505769, 0.0252676923076924, 0.0162924822588165, 0.0516569230769231, 0.0793849079204509, 0.220883461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1365, '2021-05-23 00:00:00', 0.0101760146592938, 0.0158571153846155, 0.0090927218993251, 0.0196865384615386, 0.010072146834025, 0.0219103846153848, 0.0171221757974409, 0.0505959615384615, 0.0791652534067917, 0.221350192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1380, '2021-05-23 00:00:00', 0.00629712456968678, 0.0144153846153846, 0.00796723906671274, 0.0166278846153848, 0.0082737545658173, 0.0233461538461538, 0.0170477987581976, 0.0505775, 0.0790617438422947, 0.221230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1395, '2021-05-23 00:00:00', 0.00625160164400975, 0.00959365384615405, 0.00705744982270502, 0.0138949999999998, 0.0169134433468218, 0.0365846153846154, 0.0186105542398766, 0.0509763461538461, 0.07872203126801, 0.220805192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1410, '2021-05-23 00:00:00', 0.00548669010844899, 0.0104728846153843, 0.00823846749191744, 0.0182838461538461, 0.0178243736118229, 0.036134423076923, 0.019909683748406, 0.0534201923076923, 0.0786867448961143, 0.220757115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 1, 1425, '2021-05-23 00:00:00', 0.00794259896672049, 0.0151528846153846, 0.0167425724530656, 0.0323428846153846, 0.0170460592028232, 0.0335821153846153, 0.0194463473977862, 0.0549436538461538, 0.078514030508272, 0.220869423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 0, '2021-05-23 00:00:00', 0.0151812133395699, 0.0188326923076923, 0.0164444961344331, 0.0232636538461538, 0.0155451335162636, 0.0285040384615386, 0.0217433518433708, 0.0558257692307692, 0.0803496339008462, 0.221535 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 15, '2021-05-23 00:00:00', 0.0130589933178807, 0.00780229166666668, 0.0128094957117559, 0.0104727083333334, 0.0135356863656591, 0.0280152083333334, 0.0206258958072919, 0.0541731249999999, 0.085383588379107, 0.225903333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 30, '2021-05-23 00:00:00', 0.00978173797342779, 0.00669604166666667, 0.0115277607570011, 0.0105543750000001, 0.0146724833394355, 0.0331510416666666, 0.0225477834638004, 0.05672, 0.0862139094179625, 0.224816458333333 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 45, '2021-05-23 00:00:00', 0.00810290777025961, 0.0054132000000002, 0.0120661411153965, 0.0236252000000002, 0.0133942955301872, 0.0332843999999999, 0.0228650484054447, 0.0567935999999999, 0.0822982450830515, 0.217038 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 60, '2021-05-23 00:00:00', 0.010820468360402, 0.0201415384615384, 0.0136053302733214, 0.0283296153846151, 0.0152179449954523, 0.033083269230769, 0.0219754845024037, 0.0574136538461537, 0.0833390499578957, 0.220726730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 75, '2021-05-23 00:00:00', 0.013813689859645, 0.0179034615384614, 0.0147100405218287, 0.0224269230769231, 0.0165227221413887, 0.0289648076923076, 0.022581353554341, 0.0555128846153845, 0.0844592368770058, 0.219660384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 90, '2021-05-23 00:00:00', 0.0120087891146443, 0.01443, 0.0143833136668314, 0.0205040384615384, 0.0143576106607128, 0.0257617307692306, 0.0222885880561882, 0.0565815384615384, 0.0843221513208993, 0.218194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 105, '2021-05-23 00:00:00', 0.0130594257515994, 0.0153698076923075, 0.0125168037207831, 0.0199807692307691, 0.0134798890887927, 0.0246953846153845, 0.0224219657899258, 0.0550232692307689, 0.0843588850805798, 0.217164038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 120, '2021-05-23 00:00:00', 0.00816723888236006, 0.0139248076923079, 0.0075211396435952, 0.0172615384615385, 0.00889830396112737, 0.0209892307692309, 0.0204326567128738, 0.0522078846153845, 0.0841029612585761, 0.215422307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 135, '2021-05-23 00:00:00', 0.0061787868021282, 0.0115728846153847, 0.00649567670425143, 0.0155653846153846, 0.00933444722313749, 0.0224001923076922, 0.0195112994451538, 0.0504340384615383, 0.0841491391527796, 0.214731923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 150, '2021-05-23 00:00:00', 0.00611146382125121, 0.0109640384615384, 0.00736476982772626, 0.0141288461538462, 0.0132740083100541, 0.0251338461538462, 0.0187274920874264, 0.0499867307692305, 0.0841045599744747, 0.2145875 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 165, '2021-05-23 00:00:00', 0.00658339106271355, 0.0104532692307691, 0.00809041090522522, 0.0174138461538461, 0.0138334692697984, 0.0286840384615384, 0.0185590448330562, 0.0501886538461536, 0.0841656506888922, 0.214428269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 180, '2021-05-23 00:00:00', 0.00846555257862926, 0.0146073076923077, 0.013312959349966, 0.0222444230769231, 0.0153893280867469, 0.0298151923076922, 0.0191226988127884, 0.0509067307692306, 0.0845725044746542, 0.214456346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 195, '2021-05-23 00:00:00', 0.0122142617727737, 0.0164494230769232, 0.0143051198002669, 0.0227025, 0.0148146804010282, 0.0285692307692307, 0.0182409087872455, 0.0489207692307692, 0.0849260477648733, 0.215569807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 210, '2021-05-23 00:00:00', 0.00858828448213919, 0.0144371153846154, 0.0113148534729966, 0.019061346153846, 0.0111608315171336, 0.0266469230769231, 0.0172598504728792, 0.0462078846153846, 0.085009792668483, 0.215728461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 225, '2021-05-23 00:00:00', 0.0104945577489551, 0.0127378846153844, 0.0111968720700847, 0.0180880769230769, 0.0135972613659459, 0.026005576923077, 0.0160639562099559, 0.0455436538461538, 0.0874475605370706, 0.216536730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 240, '2021-05-23 00:00:00', 0.00987959300975795, 0.0130459615384616, 0.0112742030606976, 0.0192844230769232, 0.0153274548755343, 0.0276248076923077, 0.0198876319393194, 0.047096923076923, 0.0875032888746739, 0.216493269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 255, '2021-05-23 00:00:00', 0.00868008769895437, 0.0136723076923078, 0.0110357519157579, 0.0190428846153847, 0.0126374166253051, 0.0263948076923077, 0.0214780123417843, 0.046911923076923, 0.0879127385249803, 0.215289807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 270, '2021-05-23 00:00:00', 0.00888047490284153, 0.0128224999999999, 0.0111424454245226, 0.0188259615384615, 0.0109924486405617, 0.0274913461538461, 0.0219284217503571, 0.0466976923076922, 0.0883970793019508, 0.214788653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 285, '2021-05-23 00:00:00', 0.0108985956893541, 0.01383, 0.0108756600736906, 0.0188190384615384, 0.0119611285677976, 0.0250311538461538, 0.021365079183097, 0.0466274999999997, 0.0884679891964407, 0.214732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 300, '2021-05-23 00:00:00', 0.0086437581036173, 0.0127069230769232, 0.00929570388157046, 0.0187105769230771, 0.010418067671118, 0.0215750000000001, 0.0220874909986487, 0.0467011538461537, 0.0896306039329459, 0.215014230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 315, '2021-05-23 00:00:00', 0.00838167718666963, 0.0143026923076924, 0.00917383332343417, 0.0165803846153847, 0.0108180683562981, 0.0198748076923075, 0.0234498304446881, 0.0520032692307693, 0.0897405881724567, 0.214888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 330, '2021-05-23 00:00:00', 0.00813612911411438, 0.0108151923076921, 0.00972384045094238, 0.014096346153846, 0.0112501258933127, 0.0182911538461537, 0.0273195184444833, 0.0562309615384615, 0.0895541989895161, 0.215170576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 345, '2021-05-23 00:00:00', 0.00796702419109801, 0.00946269230769228, 0.00917553696605206, 0.0126561538461536, 0.0105376583444624, 0.0176857692307692, 0.0302350942939086, 0.0620948076923077, 0.0888455158151584, 0.214842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 360, '2021-05-23 00:00:00', 0.0059378997225775, 0.00919865384615377, 0.00828465098146065, 0.0122917307692309, 0.0106496372003932, 0.0179525, 0.0376421775590179, 0.0713042307692307, 0.0889204948064023, 0.214921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 375, '2021-05-23 00:00:00', 0.00687813392906483, 0.00874788461538466, 0.00817644462182966, 0.011785576923077, 0.0106659915132882, 0.0179301923076924, 0.0356356029819144, 0.0785182692307691, 0.0889810489909986, 0.214798461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 390, '2021-05-23 00:00:00', 0.00587895206517419, 0.00851076923076944, 0.00893141454900372, 0.0135953846153847, 0.00888132932920779, 0.0184994230769234, 0.0374702309491766, 0.0834357692307692, 0.0889634511332519, 0.214813461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 405, '2021-05-23 00:00:00', 0.0058055404969338, 0.00926269230769234, 0.00651307154586383, 0.0120698076923079, 0.0103575235382863, 0.0198096153846154, 0.035532420301206, 0.0903126923076922, 0.0887766981034656, 0.214491923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 420, '2021-05-23 00:00:00', 0.00426243480437405, 0.00852769230769249, 0.00576099865808532, 0.0119034615384618, 0.0158911167359435, 0.0223413461538463, 0.0417089037441464, 0.0996034615384614, 0.0888156503247901, 0.214456153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 435, '2021-05-23 00:00:00', 0.0057724564062049, 0.00857980769230768, 0.0105793153842767, 0.0162800000000001, 0.0169312351450936, 0.0269715384615385, 0.0395127190719845, 0.105897307692308, 0.0888000211139961, 0.214449615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 450, '2021-05-23 00:00:00', 0.0096316997541371, 0.0127230769230771, 0.0142171655091788, 0.0178836538461539, 0.0181182071546829, 0.0292975000000001, 0.0387974057459441, 0.108626153846154, 0.0884817320131024, 0.214329038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 465, '2021-05-23 00:00:00', 0.0102295135684036, 0.0112203846153845, 0.0119146967423235, 0.0186276923076924, 0.0137364184014613, 0.0263575000000001, 0.0388069928294058, 0.111532692307692, 0.0862660161851788, 0.213417692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 480, '2021-05-23 00:00:00', 0.00849532897221493, 0.0134278846153848, 0.0126285626504122, 0.0199838461538462, 0.0138441565123506, 0.0270565384615384, 0.0406191012228712, 0.116881923076923, 0.0842969058892437, 0.2124425 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 495, '2021-05-23 00:00:00', 0.00955641493770224, 0.0139076923076923, 0.00853867702777291, 0.0179792307692307, 0.0162592190038568, 0.0360338461538465, 0.0453146078506023, 0.121310576923077, 0.0844667016287393, 0.212020961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 510, '2021-05-23 00:00:00', 0.00564169100399994, 0.0116892307692307, 0.0101838140882784, 0.0199892307692307, 0.0207571827531135, 0.0423896153846157, 0.0475987210013207, 0.124890192307692, 0.0848936936962024, 0.212335769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 525, '2021-05-23 00:00:00', 0.00899576532853936, 0.0158896153846155, 0.0156500034553939, 0.0334869230769235, 0.026320743870275, 0.0528082692307695, 0.0474868098463631, 0.127194230769231, 0.085054623315753, 0.212799230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 540, '2021-05-23 00:00:00', 0.0127882116464888, 0.0281236538461541, 0.0180702405809622, 0.0383144230769234, 0.0334123782152665, 0.0615050000000002, 0.0466668129254121, 0.127608846153846, 0.0839545909671505, 0.212747692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 555, '2021-05-23 00:00:00', 0.0137133968579858, 0.0267442307692312, 0.0210493768672614, 0.0411425000000002, 0.0255990940434649, 0.0632646153846153, 0.0439012135647929, 0.122147307692308, 0.0838231159757535, 0.211481730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 570, '2021-05-23 00:00:00', 0.0149988997134919, 0.0298661538461538, 0.0221341290457835, 0.0436361538461537, 0.0240250352212982, 0.0605042307692306, 0.0425797245542452, 0.119323653846154, 0.0839764369719268, 0.2090975 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 585, '2021-05-23 00:00:00', 0.0156173344913716, 0.0305438461538458, 0.0147735247617019, 0.0452932692307691, 0.0199601445510798, 0.0629274999999999, 0.0461751181548612, 0.118151153846154, 0.0821285266436323, 0.208259423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 600, '2021-05-23 00:00:00', 0.0134671589103043, 0.0352263461538461, 0.0172477086460337, 0.0442015384615386, 0.024274299927321, 0.0702051923076923, 0.0475987616746651, 0.118070192307692, 0.0831772056006841, 0.208363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 615, '2021-05-23 00:00:00', 0.0110501531228513, 0.0282490384615386, 0.0203306196176719, 0.0456109615384615, 0.0265877474477656, 0.0719078846153848, 0.0491141516301175, 0.118082115384615, 0.0827813731103711, 0.207325961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 630, '2021-05-23 00:00:00', 0.0179943984104455, 0.0305469230769229, 0.0230980685905853, 0.049418846153846, 0.025200594446591, 0.0650926923076923, 0.051748349375757, 0.113686346153846, 0.081380393096249, 0.2026375 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 645, '2021-05-23 00:00:00', 0.0165837663208516, 0.033965769230769, 0.0195719436173707, 0.0474498076923076, 0.0238317318788659, 0.0591821153846154, 0.0516091814714578, 0.113513076923077, 0.0785446101184153, 0.201420576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 660, '2021-05-23 00:00:00', 0.0112134070664745, 0.0317540384615385, 0.0171211224256875, 0.0412413461538461, 0.0275119295970647, 0.057041923076923, 0.0536829389532079, 0.109850576923077, 0.0778130326767064, 0.198247884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 675, '2021-05-23 00:00:00', 0.0134790250346461, 0.0293067307692308, 0.0172713861242765, 0.0397194230769232, 0.0282604574388643, 0.0579605769230769, 0.0497656817144105, 0.1072175, 0.0738970976280273, 0.194454615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 690, '2021-05-23 00:00:00', 0.0135680082717228, 0.0283173076923077, 0.0187255921093607, 0.0411053846153845, 0.0313501258076242, 0.0562919230769231, 0.0489703195431054, 0.107081923076923, 0.0702708747712408, 0.193621346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 705, '2021-05-23 00:00:00', 0.0144254253490149, 0.0270224999999999, 0.0227787241960563, 0.0399200000000001, 0.0283960806071217, 0.0524753846153847, 0.0492501441001406, 0.105203269230769, 0.07038392090992, 0.191089423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 720, '2021-05-23 00:00:00', 0.0189859222745534, 0.0293488461538462, 0.0282517708199245, 0.0406326923076922, 0.0274919640706432, 0.0511673076923078, 0.0486325710044204, 0.1072775, 0.0683213995029266, 0.191385961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 735, '2021-05-23 00:00:00', 0.014990628267226, 0.0245646153846152, 0.0151070246421479, 0.0345415384615385, 0.0159745317314301, 0.0455509615384617, 0.0520834362792419, 0.106569423076923, 0.0678705289696155, 0.190736153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 750, '2021-05-23 00:00:00', 0.0107245278038425, 0.023341153846154, 0.011013171477826, 0.0314700000000001, 0.0197741564791408, 0.0448873076923078, 0.0514806285554242, 0.107887307692308, 0.067896628471863, 0.191639615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 765, '2021-05-23 00:00:00', 0.0112438838707984, 0.0231425000000002, 0.0149808185986155, 0.0327432692307694, 0.0229612499994769, 0.0503915384615386, 0.051330690160431, 0.108637884615385, 0.0672814076927306, 0.192171346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 780, '2021-05-23 00:00:00', 0.0109262433775822, 0.0227521153846156, 0.0144357361766396, 0.0329098076923078, 0.0221737544373108, 0.0517496153846152, 0.0482896855382661, 0.108279230769231, 0.0670923298149649, 0.193245 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 795, '2021-05-23 00:00:00', 0.0104951743269868, 0.0230519230769232, 0.0153769845048223, 0.0356023076923076, 0.023157286638584, 0.0532223076923075, 0.0444071766254753, 0.111369615384615, 0.0683826309517602, 0.193833269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 810, '2021-05-23 00:00:00', 0.0133337265623105, 0.0251809615384614, 0.0190364810995585, 0.0381794230769229, 0.0273840547518782, 0.0536755769230768, 0.0451146570899764, 0.115107884615384, 0.0683111165083356, 0.193371153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 825, '2021-05-23 00:00:00', 0.0132372868298372, 0.0239961538461536, 0.0182921251782962, 0.0346865384615382, 0.0349150678955926, 0.0548430769230768, 0.0429977423307138, 0.114753461538461, 0.0675978084100821, 0.192439615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 840, '2021-05-23 00:00:00', 0.0128386520320476, 0.0240699999999998, 0.0218143245113073, 0.0363882692307691, 0.0331599908694429, 0.0544076923076923, 0.0390094720548739, 0.114615, 0.0654355038785993, 0.192334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 855, '2021-05-23 00:00:00', 0.0146425864045728, 0.0244011538461537, 0.0234624894967395, 0.038305769230769, 0.0249912701935016, 0.0534482692307691, 0.0426969548869165, 0.116448846153846, 0.0660101857667554, 0.193585192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 870, '2021-05-23 00:00:00', 0.0160907074616185, 0.0263611538461538, 0.0192113210343438, 0.0383617307692307, 0.0185278672243897, 0.0550582692307691, 0.0430767181437776, 0.114095961538461, 0.068558468899518, 0.194055384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 885, '2021-05-23 00:00:00', 0.012637689231635, 0.0234013461538459, 0.0155989005529728, 0.0354176923076921, 0.0131964328571717, 0.0545130769230767, 0.0427795274387716, 0.113446730769231, 0.065562824165951, 0.192346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 900, '2021-05-23 00:00:00', 0.00926800309584608, 0.0250557692307693, 0.0118854844647383, 0.0380551923076923, 0.0211274751094398, 0.0579224999999999, 0.0450784614695481, 0.113457692307692, 0.0661160555119674, 0.191562692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 915, '2021-05-23 00:00:00', 0.0106453391263681, 0.0270586538461538, 0.0147550148763057, 0.0421199999999999, 0.0229739704088378, 0.0607778846153845, 0.0461549660400033, 0.111076923076923, 0.0672063064611786, 0.191111923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 930, '2021-05-23 00:00:00', 0.01317697093855, 0.0305163461538461, 0.0206020490812481, 0.0457621153846153, 0.0236049419923361, 0.0594826923076922, 0.0460730158970103, 0.107835384615385, 0.0657156666290468, 0.1915875 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 945, '2021-05-23 00:00:00', 0.0146596738918497, 0.0338138461538461, 0.0144096039501437, 0.044095, 0.018942874752387, 0.0606417307692308, 0.0430812598076633, 0.101921153846154, 0.0652176827897277, 0.191712692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 960, '2021-05-23 00:00:00', 0.0101990817309131, 0.0305319230769231, 0.0147999186497246, 0.0402640384615385, 0.0181178714108897, 0.0606526923076922, 0.043270080958485, 0.0980680769230768, 0.0675864724257861, 0.191339807692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 975, '2021-05-23 00:00:00', 0.00931244177679281, 0.0258953846153848, 0.0155524306831391, 0.042373076923077, 0.0208911971570286, 0.0595055769230767, 0.0433013620220143, 0.0946301923076922, 0.0668330672646408, 0.19188 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 990, '2021-05-23 00:00:00', 0.0130247010965261, 0.035529423076923, 0.0167460792759197, 0.0457613461538459, 0.0285618975405238, 0.0606436538461536, 0.0433907514782373, 0.0930753846153845, 0.0685447360805055, 0.193202115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1005, '2021-05-23 00:00:00', 0.0110947248657255, 0.0303746153846155, 0.0180411981831754, 0.0437667307692307, 0.0316371045548638, 0.059853846153846, 0.0439786229561067, 0.0905113461538461, 0.0670878215877116, 0.193794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1020, '2021-05-23 00:00:00', 0.0119133072589503, 0.0314003846153846, 0.020657937521782, 0.0424305769230769, 0.0265581422376525, 0.0595913461538461, 0.0396025152469464, 0.0865967307692308, 0.0637619792557868, 0.189608846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1035, '2021-05-23 00:00:00', 0.0143167866989985, 0.0327042307692306, 0.0204991133626274, 0.0435655769230769, 0.0280441501098647, 0.0620692307692307, 0.0352468614472922, 0.0834332692307691, 0.0606857761971771, 0.186995576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1050, '2021-05-23 00:00:00', 0.0101695798566874, 0.0272723076923076, 0.0155429146410337, 0.0418234615384612, 0.0272644867526352, 0.0590967307692307, 0.0358393187370862, 0.0818534615384614, 0.060746309221536, 0.187064038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1065, '2021-05-23 00:00:00', 0.0126889479711831, 0.0325211538461535, 0.0205551631254874, 0.047311346153846, 0.0266334053485758, 0.0578676923076923, 0.0336629318853155, 0.0811663461538461, 0.058951459810985, 0.186280384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1080, '2021-05-23 00:00:00', 0.0188323099445118, 0.0321246153846151, 0.0206264430739916, 0.0405317307692308, 0.0221199486749994, 0.0527457692307692, 0.0329906162928886, 0.0762957692307691, 0.0583303195777159, 0.182709038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1095, '2021-05-23 00:00:00', 0.00813764541876446, 0.0233898076923078, 0.0146421615260126, 0.0356069230769232, 0.015457288835816, 0.045453076923077, 0.0343709222213507, 0.0713178846153845, 0.0571649936334764, 0.180426346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1110, '2021-05-23 00:00:00', 0.0134597369045036, 0.0269984615384616, 0.0141949903785156, 0.0350653846153846, 0.0155410908994879, 0.0410428846153846, 0.0364550382230789, 0.0685246153846152, 0.0566869199239255, 0.178227692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1125, '2021-05-23 00:00:00', 0.0116437196425963, 0.0231063461538462, 0.0120026544371843, 0.0312915384615385, 0.013159831054562, 0.0373157692307693, 0.035063107640148, 0.0660192307692307, 0.0546380727684109, 0.176765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1140, '2021-05-23 00:00:00', 0.0074582029311048, 0.0216701923076923, 0.00990609202033713, 0.0272113461538462, 0.0116729240354961, 0.0331834615384617, 0.0315137729499096, 0.0624315384615385, 0.0526510172262753, 0.176774807692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1155, '2021-05-23 00:00:00', 0.0083451573451544, 0.0191386538461538, 0.00888494335075664, 0.0255071153846153, 0.0146173769205853, 0.0339759615384617, 0.0304061018730678, 0.0599713461538462, 0.0530995239052249, 0.176454807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1170, '2021-05-23 00:00:00', 0.00704116894796954, 0.0172969230769231, 0.00963415637798067, 0.0218063461538464, 0.0125815036110708, 0.0326886538461539, 0.0272756327910801, 0.0565969230769231, 0.053417920611547, 0.175307307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1185, '2021-05-23 00:00:00', 0.00909072616207542, 0.0158880769230771, 0.0121949596097986, 0.0245917307692309, 0.0143368547417007, 0.0329332692307693, 0.0290292586970458, 0.0558324999999999, 0.0532330139351078, 0.176761153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1200, '2021-05-23 00:00:00', 0.0114756407027434, 0.0189465384615384, 0.0120479950263041, 0.025631923076923, 0.01275037141088, 0.0329613461538463, 0.0339270113677313, 0.0565021153846153, 0.0534853218944585, 0.177508076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1215, '2021-05-23 00:00:00', 0.00845344466202063, 0.0166644230769231, 0.010031379642824, 0.0222334615384616, 0.0108009941725462, 0.0304013461538461, 0.0349945136035088, 0.0582421153846153, 0.0556989143330875, 0.178618269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1230, '2021-05-23 00:00:00', 0.00675900669761954, 0.0152684615384616, 0.00843564709341353, 0.0217082692307693, 0.0130399782267398, 0.030123076923077, 0.0313504616092872, 0.056331346153846, 0.0557207616882199, 0.178116346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1245, '2021-05-23 00:00:00', 0.00601354632347794, 0.0159192307692308, 0.00703263937760102, 0.0226511538461538, 0.0147380903052652, 0.0304696153846155, 0.0296210935321177, 0.0541640384615383, 0.0563081258625596, 0.178708076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1260, '2021-05-23 00:00:00', 0.00630194419329356, 0.0156338461538461, 0.0103637017833326, 0.0199794230769232, 0.0143753835761536, 0.0303998076923078, 0.0275459655205904, 0.0528626923076922, 0.0565565501589747, 0.179381730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1275, '2021-05-23 00:00:00', 0.00696135138571411, 0.0138613461538463, 0.00918173915359269, 0.0207032692307692, 0.0109662615956677, 0.0314942307692307, 0.027139535201649, 0.0535798076923077, 0.0587791477664814, 0.186651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1290, '2021-05-23 00:00:00', 0.00709541033941066, 0.0144217307692307, 0.0106277623757493, 0.0232236538461539, 0.0118655143442605, 0.0315155769230768, 0.0255641468737884, 0.0534742307692306, 0.0602062996167217, 0.187981538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1305, '2021-05-23 00:00:00', 0.00870204703813144, 0.0182244230769231, 0.00759285773960293, 0.0252455769230767, 0.011469062038304, 0.0306409615384614, 0.0235506537194914, 0.051678846153846, 0.065338726178396, 0.192541153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1320, '2021-05-23 00:00:00', 0.00633101112655899, 0.0170632692307691, 0.00892512276364613, 0.0212978846153845, 0.0103677238748993, 0.0275978846153844, 0.0237538636986784, 0.050293846153846, 0.0664379153996711, 0.193934423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1335, '2021-05-23 00:00:00', 0.0070572493688298, 0.0140694230769228, 0.00851474007236888, 0.0189574999999998, 0.00918109194946965, 0.0249992307692306, 0.0221942633475065, 0.0503065384615384, 0.0661137945401714, 0.1945525 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1350, '2021-05-23 00:00:00', 0.00609630483603357, 0.0141205769230769, 0.0068313065987521, 0.0187503846153845, 0.00894602361387444, 0.0237475, 0.0200218676989397, 0.0489830769230768, 0.0660321986763916, 0.194840961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1365, '2021-05-23 00:00:00', 0.00712768583655427, 0.0158592307692307, 0.00853890464962462, 0.0192938461538462, 0.0104649947940005, 0.0239009615384614, 0.0203753839378645, 0.0506138461538462, 0.0664520943621448, 0.196783653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1380, '2021-05-23 00:00:00', 0.00682450584291595, 0.01237, 0.00827583031390881, 0.0171092307692308, 0.0148272129078725, 0.0248611538461537, 0.0206790359505986, 0.0510396153846155, 0.0666685031864027, 0.197518653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1395, '2021-05-23 00:00:00', 0.00548528054117423, 0.011741153846154, 0.00693178181389047, 0.0148913461538463, 0.0159378423221155, 0.0338732692307693, 0.0210273556624184, 0.053658076923077, 0.06665870186976, 0.197544807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1410, '2021-05-23 00:00:00', 0.00603504532198882, 0.00991903846153858, 0.0099714223138698, 0.0191698076923077, 0.016655694370441, 0.0331201923076922, 0.0205724926054184, 0.05445, 0.066631936359088, 0.197620192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 2, 1425, '2021-05-23 00:00:00', 0.0108490367597952, 0.0161138461538461, 0.0162339152536147, 0.0307423076923076, 0.0165423778183374, 0.032448269230769, 0.0257897765142283, 0.0569294230769231, 0.0665870258987325, 0.198354038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 0, '2021-05-23 00:00:00', 0.016389890678755, 0.0189626923076922, 0.0167548447918804, 0.0206749999999999, 0.0168278223887157, 0.0245121153846154, 0.0258032634668264, 0.0569615384615385, 0.0658748945890268, 0.198916346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 15, '2021-05-23 00:00:00', 0.010612903905272, 0.00761979166666656, 0.012682964765565, 0.0112818749999997, 0.0228854032611956, 0.0317545833333333, 0.0269808160477299, 0.0545304166666665, 0.0688682312276022, 0.199449375 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 30, '2021-05-23 00:00:00', 0.00953722324750366, 0.00636999999999981, 0.0142837017184836, 0.0113256521739132, 0.0225781929335863, 0.0336743478260871, 0.0278436077456296, 0.0548767391304348, 0.0657362025266783, 0.197623913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 45, '2021-05-23 00:00:00', 0.0114491257498024, 0.00757750000000016, 0.0218669402667689, 0.0279987500000001, 0.0206278147651102, 0.0328093750000002, 0.0270174597834839, 0.0563237499999999, 0.0650998519914027, 0.193383541666667 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 60, '2021-05-23 00:00:00', 0.0208347655097472, 0.0219303846153847, 0.0203158565051652, 0.0252634615384616, 0.019750221970515, 0.0286082692307692, 0.0268722951189797, 0.0554048076923075, 0.066708325206425, 0.199050384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 90, '2021-05-23 00:00:00', 0.0132706591584592, 0.0152075000000002, 0.0129802067380122, 0.0163248076923077, 0.0150366646107235, 0.0242661538461538, 0.0233884778609863, 0.0531305769230769, 0.0679603284412764, 0.198855384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 105, '2021-05-23 00:00:00', 0.00915255528002115, 0.00989192307692313, 0.014867226625651, 0.0185984615384616, 0.0143612574122723, 0.0246426923076925, 0.0228442070362571, 0.054086346153846, 0.068483054795722, 0.198181923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 120, '2021-05-23 00:00:00', 0.013952672845676, 0.0169015384615384, 0.0130566055902161, 0.0193515384615385, 0.0169402409073779, 0.0270299999999999, 0.0227631114753335, 0.0546740384615384, 0.068483054795722, 0.198181923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 135, '2021-05-23 00:00:00', 0.00684448229485744, 0.0108032692307694, 0.0123177793390755, 0.0168746153846156, 0.0161778716152651, 0.030285, 0.0221412839849002, 0.0530175, 0.0685668182690322, 0.198166538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 150, '2021-05-23 00:00:00', 0.0118583739659105, 0.0137036538461542, 0.0156010224073246, 0.019456923076923, 0.0165326582301167, 0.0299419230769231, 0.0223230834796284, 0.0524659615384615, 0.0687164640276372, 0.198192692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 165, '2021-05-23 00:00:00', 0.0149411384657879, 0.0147344230769228, 0.0165491085421076, 0.0244734615384614, 0.02342950599384, 0.0321963461538461, 0.0223418045239101, 0.0527157692307691, 0.0687866955676416, 0.198118653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 180, '2021-05-23 00:00:00', 0.012400877171208, 0.018168846153846, 0.0135722203401485, 0.0215201923076923, 0.0226256615678881, 0.0318807692307691, 0.0228477040118997, 0.052623846153846, 0.068618383381177, 0.198619615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 195, '2021-05-23 00:00:00', 0.0128848878521132, 0.0145951923076925, 0.0227294782944626, 0.0248115384615386, 0.0213637339288947, 0.0304807692307691, 0.0218655158780986, 0.051178846153846, 0.0687239242946847, 0.198472692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 210, '2021-05-23 00:00:00', 0.0188205761458445, 0.0191726923076924, 0.0178103267203219, 0.0231967307692307, 0.0176432726566944, 0.0292940384615382, 0.019765805236667, 0.049124423076923, 0.0678799411177843, 0.198176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 225, '2021-05-23 00:00:00', 0.00707272299863239, 0.0122411538461541, 0.00776571543090794, 0.016053076923077, 0.010357470340105, 0.0239546153846151, 0.0176448034319979, 0.0445830769230766, 0.0683469472406443, 0.197033653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 240, '2021-05-23 00:00:00', 0.00549019342870664, 0.0119967307692305, 0.00866389673388269, 0.0167438461538459, 0.0125757792601494, 0.0252899999999996, 0.0176851112619105, 0.0435021153846151, 0.0685030222592688, 0.196879423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 255, '2021-05-23 00:00:00', 0.00916420094506542, 0.0118148076923076, 0.0106131022579859, 0.0179284615384612, 0.0111415918279899, 0.0254326923076923, 0.0168980802061608, 0.0432644230769229, 0.0686892671629611, 0.196650769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 270, '2021-05-23 00:00:00', 0.00811755417882482, 0.0129403846153844, 0.0114469615115174, 0.0185253846153843, 0.0116112778863416, 0.0246019230769229, 0.0182329312635556, 0.0436776923076922, 0.0688064678455786, 0.196584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 285, '2021-05-23 00:00:00', 0.00840400113727878, 0.0122586538461536, 0.00775559352735407, 0.0166198076923077, 0.0104634954980858, 0.0237040384615383, 0.0178678794876342, 0.0427207692307693, 0.0692271176968636, 0.196173846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 300, '2021-05-23 00:00:00', 0.00507126317142447, 0.0117719230769234, 0.00772011346319562, 0.0155032692307693, 0.00978779686061223, 0.0213942307692309, 0.0259820631886397, 0.0453465384615387, 0.0695442626976076, 0.196193076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 315, '2021-05-23 00:00:00', 0.00547877959459527, 0.0102846153846153, 0.00717960864853727, 0.0152021153846155, 0.00895335233521274, 0.0186140384615385, 0.0306987829582115, 0.0577863461538463, 0.0696352445458587, 0.196070192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 330, '2021-05-23 00:00:00', 0.0075873763479975, 0.0109453846153848, 0.0100291137272365, 0.0148980769230769, 0.0117211929426999, 0.019175, 0.0322083429158442, 0.0638907692307694, 0.0700190777750004, 0.195752692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 345, '2021-05-23 00:00:00', 0.00734987972690704, 0.00972500000000009, 0.00672859041416076, 0.0119801923076924, 0.0122622497998468, 0.0193780769230767, 0.0304766334401645, 0.0680696153846154, 0.0699095277901815, 0.195840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 360, '2021-05-23 00:00:00', 0.00361054654396696, 0.00810711538461557, 0.0102309360501146, 0.0129273076923078, 0.0121735776360746, 0.0187073076923078, 0.0315338845060113, 0.0727009615384616, 0.0696841168140478, 0.196028076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 375, '2021-05-23 00:00:00', 0.0101110577568094, 0.00980519230769236, 0.01149655704983, 0.0147849999999998, 0.0112035395231217, 0.0195353846153846, 0.02889362988885, 0.080976923076923, 0.0699170741697731, 0.196187307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 390, '2021-05-23 00:00:00', 0.00754928499161417, 0.0109632692307692, 0.00852102854030051, 0.0137092307692307, 0.00868312454618808, 0.0185667307692308, 0.0256854279400118, 0.0842726923076922, 0.0690187889527193, 0.1972375 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 405, '2021-05-23 00:00:00', 0.0052537045830684, 0.00766538461538472, 0.00695782710334196, 0.0123750000000001, 0.0072655197601145, 0.0167142307692309, 0.0274740014307234, 0.0903061538461538, 0.0690708351847246, 0.197176346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 420, '2021-05-23 00:00:00', 0.00635042017083554, 0.0090978846153846, 0.00662061240486013, 0.0122261538461539, 0.00785560428317561, 0.0173444230769232, 0.0280653728010433, 0.0932826923076922, 0.0692355425566623, 0.197056346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 435, '2021-05-23 00:00:00', 0.00436473326350399, 0.00828769230769236, 0.00592312708470281, 0.0114826923076923, 0.00875303216254015, 0.0210790384615385, 0.0253762242296574, 0.0967330769230769, 0.0692355425566623, 0.197056346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 450, '2021-05-23 00:00:00', 0.00553304727558404, 0.00866192307692289, 0.0064233383484341, 0.0126315384615382, 0.0118011499374491, 0.0246703846153844, 0.0256261102783861, 0.0993299999999999, 0.0692355425566623, 0.197056346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 465, '2021-05-23 00:00:00', 0.0048213070363192, 0.0090434615384614, 0.00792940622716393, 0.0164286538461538, 0.0117318396960513, 0.0268344230769231, 0.027416672198893, 0.100767692307692, 0.0691523615025881, 0.197444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 480, '2021-05-23 00:00:00', 0.00716367506940388, 0.0131825, 0.00982421215475011, 0.0190626923076922, 0.0182652910745617, 0.0313040384615387, 0.0288666577213227, 0.10213, 0.0691523615025881, 0.197444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 495, '2021-05-23 00:00:00', 0.00717874348604692, 0.0123809615384617, 0.0107270921663863, 0.0207928846153849, 0.0260439591969778, 0.0446044230769231, 0.0296866322182482, 0.102137692307692, 0.0691523615025881, 0.197444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 510, '2021-05-23 00:00:00', 0.00944225047530845, 0.0154009615384618, 0.0149368564309384, 0.0229559615384619, 0.0262293044696488, 0.0483701923076925, 0.0285161367649967, 0.103565, 0.0687832885990487, 0.1967225 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 525, '2021-05-23 00:00:00', 0.0125878001805167, 0.0164242307692311, 0.0224377918365423, 0.0347274999999999, 0.0225737476873876, 0.0512505769230771, 0.0304588964829906, 0.104970192307692, 0.0679580574166608, 0.196260384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 540, '2021-05-23 00:00:00', 0.0155510379928109, 0.0283305769230766, 0.017356814396657, 0.0383749999999998, 0.0193001378871119, 0.0542376923076923, 0.0309518325200004, 0.107292884615384, 0.067954098727348, 0.195925384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 555, '2021-05-23 00:00:00', 0.0120100141180343, 0.0268186538461538, 0.014623711226582, 0.0378890384615385, 0.0182870709392854, 0.0579634615384617, 0.0340410206803723, 0.106154807692308, 0.0711560247789753, 0.196157115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 570, '2021-05-23 00:00:00', 0.0120001599107936, 0.0273282692307693, 0.0144473462628418, 0.0399559615384617, 0.0218925071665735, 0.0628440384615384, 0.0347598339228792, 0.105257115384615, 0.0725038172228512, 0.197156730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 585, '2021-05-23 00:00:00', 0.0112003340952916, 0.0275653846153847, 0.0149438895153223, 0.0469696153846152, 0.0255457329306003, 0.0675701923076921, 0.0353219682285466, 0.106293461538461, 0.0747933299597065, 0.196792692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 600, '2021-05-23 00:00:00', 0.0122950321252746, 0.0378948076923074, 0.0211763551123924, 0.0495903846153844, 0.0234018922772037, 0.0656219230769228, 0.0363623544617232, 0.10593, 0.0752356405026644, 0.197449615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 615, '2021-05-23 00:00:00', 0.0141696387080044, 0.0334386538461537, 0.0183035724938727, 0.0475859615384615, 0.0204106649168062, 0.0590121153846154, 0.0350151124302064, 0.1034125, 0.0765128270294495, 0.199745961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 630, '2021-05-23 00:00:00', 0.015879618384535, 0.0307690384615383, 0.0141653645857121, 0.0388003846153846, 0.0211291611395611, 0.0540773076923078, 0.0401720385515176, 0.102449230769231, 0.07873784045709, 0.201194615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 645, '2021-05-23 00:00:00', 0.00941914536381174, 0.0266692307692309, 0.0137301638681465, 0.0372146153846157, 0.0220268036273642, 0.0572609615384617, 0.0404342636215299, 0.102643846153846, 0.0804790750692378, 0.203545 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 660, '2021-05-23 00:00:00', 0.0110704107143598, 0.0260542307692309, 0.0160242090084395, 0.0396821153846154, 0.0195461392105567, 0.0548740384615385, 0.0410099019979883, 0.0997632692307691, 0.0818378432173134, 0.205647307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 675, '2021-05-23 00:00:00', 0.013279714008737, 0.0290730769230769, 0.0175728136631121, 0.0414659615384617, 0.0204636727360011, 0.0522903846153848, 0.0398391408348815, 0.0965923076923077, 0.0822346769212731, 0.205777115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 690, '2021-05-23 00:00:00', 0.0123206418414227, 0.0275192307692311, 0.0140034995406369, 0.0376157692307693, 0.0242753495205766, 0.0496328846153845, 0.0362717189328841, 0.0935771153846153, 0.0827161210777794, 0.205803076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 705, '2021-05-23 00:00:00', 0.0110617623648036, 0.0261638461538459, 0.0185714214618966, 0.035941346153846, 0.0256527143682991, 0.0499176923076922, 0.0366100160948002, 0.0984673076923078, 0.0820058721961658, 0.206955576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 720, '2021-05-23 00:00:00', 0.0154845136780642, 0.0262896153846154, 0.0202823663768841, 0.0344553846153843, 0.0228397475442402, 0.0498032692307688, 0.0388815772076422, 0.099571923076923, 0.0802220808170381, 0.207578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 735, '2021-05-23 00:00:00', 0.011553214957152, 0.0242096153846152, 0.0152437755531689, 0.0350163461538461, 0.0179333810017478, 0.046936923076923, 0.0398791140636297, 0.1014125, 0.0782410723695585, 0.207211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 750, '2021-05-23 00:00:00', 0.012164404408576, 0.0246511538461538, 0.0140139649470972, 0.0329815384615383, 0.0157085205112971, 0.041944423076923, 0.0438779951280997, 0.104242692307692, 0.0781760643540249, 0.208653269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 765, '2021-05-23 00:00:00', 0.0116809894470265, 0.0225976923076923, 0.013593385501214, 0.0310692307692309, 0.014886950657694, 0.0409782692307693, 0.0473119422121373, 0.105338269230769, 0.0769374774336031, 0.208670384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 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 986685, 3, 780, '2021-05-23 00:00:00', 0.00801165569414572, 0.0201351923076926, 0.0101425643700198, 0.0258850000000001, 0.0158753704208751, 0.0421350000000001, 0.0467366856585505, 0.109367115384615, 0.0790744128461386, 0.211395192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986685 and enddate = '2[...];
Date: 2021-05-23 16:32:15 Duration: 22s531ms 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 986675, 1, 1005, '2021-05-23 00:00:00', 0.0127419959793769, 0.0180384615384613, 0.0148045730980461, 0.0246538461538461, 0.0163780458118602, 0.029903846153846, 0.0221132052437875, 0.0435769230769225, 0.0459903376139616, 0.123134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1020, '2021-05-23 00:00:00', 0.00905532142741737, 0.0141730769230771, 0.0124058298950377, 0.018769230769231, 0.0149244894256178, 0.0264038461538464, 0.0195898325276544, 0.0371923076923075, 0.0448122751040385, 0.1215 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1035, '2021-05-23 00:00:00', 0.00630921182447961, 0.0106153846153852, 0.0077084369362404, 0.0140000000000002, 0.0173874512663147, 0.0272884615384616, 0.0190206871185441, 0.0359423076923073, 0.0440144425597575, 0.121634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1050, '2021-05-23 00:00:00', 0.00546446562944453, 0.0100961538461542, 0.0123037986629523, 0.0197884615384622, 0.0157957272703729, 0.0257500000000005, 0.0179389241594923, 0.0347500000000002, 0.0444708720573196, 0.121961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1065, '2021-05-23 00:00:00', 0.00894994628260665, 0.0146923076923076, 0.0114508313436861, 0.0201923076923075, 0.0114133019559838, 0.0222884615384617, 0.01732926604154, 0.0317115384615383, 0.0444693195879518, 0.121903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1080, '2021-05-23 00:00:00', 0.00864416210291926, 0.0131923076923077, 0.00975807358037435, 0.0155000000000005, 0.0108306722569961, 0.0182115384615389, 0.0174005857549507, 0.0294038461538464, 0.0445688792769126, 0.12225 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1095, '2021-05-23 00:00:00', 0.00530079819823992, 0.00896153846153875, 0.00576421320269803, 0.0111153846153848, 0.0107067915182557, 0.0156538461538467, 0.0160847754103067, 0.0265000000000004, 0.0445130922832305, 0.122153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1110, '2021-05-23 00:00:00', 0.00402969744999067, 0.00596153846153851, 0.00487663187677119, 0.00830769230769221, 0.00994809606832458, 0.0147692307692313, 0.0162226337613177, 0.0255769230769232, 0.0446707269490194, 0.122076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1125, '2021-05-23 00:00:00', 0.00389121298074797, 0.00519230769230721, 0.0103913610569256, 0.0109038461538463, 0.00985112254439124, 0.0147307692307692, 0.0165899529372911, 0.0255576923076923, 0.0446428045713978, 0.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1140, '2021-05-23 00:00:00', 0.0109348595713961, 0.0081346153846161, 0.0104994688510346, 0.0108269230769238, 0.0102470258349212, 0.0141923076923081, 0.0160262765002211, 0.0248076923076927, 0.0447476858017862, 0.122653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1155, '2021-05-23 00:00:00', 0.00438434715778751, 0.00508000000000038, 0.00511313667592231, 0.00795999999999992, 0.00653751991711436, 0.0124800000000003, 0.0107556961652884, 0.02382, 0.0450356988029126, 0.12138 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1170, '2021-05-23 00:00:00', 0.00420812705765064, 0.00459999999999951, 0.00476637528246902, 0.00751999999999995, 0.00697614984548508, 0.0116999999999999, 0.0112127903158252, 0.02318, 0.0449886559775537, 0.1215 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1185, '2021-05-23 00:00:00', 0.00370843632815738, 0.00475999999999999, 0.00589491306127585, 0.0077000000000001, 0.00627010100928709, 0.0112799999999994, 0.0121835613293762, 0.02328, 0.0448037200836421, 0.12196 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1200, '2021-05-23 00:00:00', 0.00500899191454751, 0.00456000000000003, 0.00618048002450744, 0.00713999999999956, 0.00691465834297, 0.0106999999999995, 0.0127285113033697, 0.0248399999999997, 0.0447132810247695, 0.12206 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1215, '2021-05-23 00:00:00', 0.00513590015048268, 0.004826086956521, 0.00566636634095208, 0.00730434782608646, 0.00727202936374643, 0.0117826086956513, 0.0144599419413988, 0.0291086956521739, 0.0462990045906709, 0.121565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1230, '2021-05-23 00:00:00', 0.00252289516230847, 0.00313999999999979, 0.0051770326120919, 0.00597999999999985, 0.00623284311797867, 0.00965999999999951, 0.0119626850386251, 0.02872, 0.0445425826223254, 0.1224 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1245, '2021-05-23 00:00:00', 0.00512505939148316, 0.00436363636363637, 0.0058528122518504, 0.00722727272727219, 0.00948298202317994, 0.0111136363636361, 0.0128744352206647, 0.0293181818181818, 0.0446886838383439, 0.124431818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1260, '2021-05-23 00:00:00', 0.0034569085105359, 0.0039545454545448, 0.00389416257551015, 0.0059545454545453, 0.00738801679801837, 0.00997727272727273, 0.0129944418687577, 0.0293863636363636, 0.0426155229019636, 0.129477272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1275, '2021-05-23 00:00:00', 0.00276801458845559, 0.00319047619047586, 0.00695452918539237, 0.00676190476190474, 0.00713200365889421, 0.00923809523809485, 0.0125942163596742, 0.0297142857142858, 0.0438410413284392, 0.130190476190477 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1290, '2021-05-23 00:00:00', 0.0068725645036726, 0.00507142857142893, 0.00734385068320063, 0.0070714285714285, 0.00704652903411146, 0.00864285714285696, 0.0145700687974321, 0.0325238095238093, 0.0436957963544279, 0.130619047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1305, '2021-05-23 00:00:00', 0.00273334115070814, 0.00313461538461477, 0.00323347871732331, 0.00515384615384562, 0.00465171597783649, 0.00746153846153856, 0.0158359862824665, 0.0340384615384616, 0.0440866323713456, 0.125134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1320, '2021-05-23 00:00:00', 0.00261406452355926, 0.00339999999999989, 0.00259004504465291, 0.00439999999999969, 0.00433320512630863, 0.00787999999999997, 0.0201916443114477, 0.0371600000000002, 0.0449531422705915, 0.12542 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1335, '2021-05-23 00:00:00', 0.00228257418883504, 0.00216666666666635, 0.00435967813929661, 0.00506250000000019, 0.00551020134301621, 0.00941666666666693, 0.0242260545903475, 0.0415208333333338, 0.0448216069465988, 0.127708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1350, '2021-05-23 00:00:00', 0.00446235258352694, 0.00389583333333299, 0.00473251932171799, 0.00612499999999964, 0.00841945534229326, 0.0108125, 0.026419406775093, 0.0410625000000004, 0.045614637993471, 0.125229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1365, '2021-05-23 00:00:00', 0.00327202595438256, 0.00361538461538439, 0.00466678113412696, 0.00682692307692356, 0.00826828974967752, 0.0127692307692305, 0.0267044219904898, 0.0448846153846156, 0.0440263557428962, 0.1265 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1380, '2021-05-23 00:00:00', 0.00400967579736808, 0.00466000000000079, 0.00674771566284932, 0.00714000000000084, 0.00899226519478453, 0.0154400000000001, 0.0264013415063201, 0.0500200000000004, 0.0450545225254918, 0.12708 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1395, '2021-05-23 00:00:00', 0.00358920758207096, 0.0022173913043476, 0.00620658836482977, 0.00839130434782553, 0.010096862894791, 0.0199130434782611, 0.0379960862349004, 0.0554565217391306, 0.0438794724531508, 0.129108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1410, '2021-05-23 00:00:00', 0.00506059437068592, 0.00651923076923047, 0.0072670224565922, 0.0115192307692303, 0.00974428826780873, 0.0201346153846156, 0.0358126320644635, 0.057769230769231, 0.0448194540522137, 0.127711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 1, 1425, '2021-05-23 00:00:00', 0.00658552706065859, 0.00733999999999938, 0.00850857410694259, 0.0162, 0.010734795449068, 0.0190599999999998, 0.0362673751462665, 0.0610200000000002, 0.0458196009730921, 0.12804 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 0, '2021-05-23 00:00:00', 0.00669589426439849, 0.0102200000000003, 0.00859345681318067, 0.0130800000000004, 0.0118309974220265, 0.0174200000000003, 0.0318420319703379, 0.0589600000000002, 0.0435071641610137, 0.12596 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 15, '2021-05-23 00:00:00', 0.00344419801985852, 0.00306249999999975, 0.0063744280789207, 0.00625000000000009, 0.0101570480455689, 0.0137812500000001, 0.0148112780789962, 0.0535937500000001, 0.0352467492590936, 0.11525 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 30, '2021-05-23 00:00:00', 0.00787068097737607, 0.00461904761904785, 0.0099861213214951, 0.00895238095238124, 0.0110037331327668, 0.0169285714285711, 0.0186261464971512, 0.0561666666666665, 0.0364666351092413, 0.114904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 45, '2021-05-23 00:00:00', 0.00456469024785121, 0.00214705882352984, 0.00655042656895739, 0.00879411764705923, 0.0115540609107534, 0.017558823529412, 0.0343332768179629, 0.0691470588235296, 0.040346887408194, 0.126058823529412 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 60, '2021-05-23 00:00:00', 0.00778212942976047, 0.00719230769230774, 0.0126654587818147, 0.0140769230769229, 0.0161666798836846, 0.0226923076923077, 0.0360947897369395, 0.0709230769230771, 0.044920943376628, 0.126865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 75, '2021-05-23 00:00:00', 0.0118440959425216, 0.0107500000000001, 0.0141815192814604, 0.0144375000000001, 0.0181434376486418, 0.0271458333333334, 0.0363839168063848, 0.0714375000000006, 0.0423504187820443, 0.130833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 90, '2021-05-23 00:00:00', 0.00767757769582103, 0.00797916666666687, 0.0138013861937694, 0.0170000000000002, 0.0205418338618006, 0.0290208333333339, 0.0351156474474299, 0.075, 0.0434601891790443, 0.129625 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 105, '2021-05-23 00:00:00', 0.013261001721841, 0.0122999999999998, 0.0180381078091175, 0.0229599999999998, 0.0250012166370631, 0.03004, 0.0350956668740366, 0.0738199999999999, 0.0449586198631595, 0.12606 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 120, '2021-05-23 00:00:00', 0.0122800181658597, 0.0156730769230766, 0.0140966444452356, 0.0198461538461539, 0.0195353821013602, 0.0293653846153841, 0.031682153433027, 0.0721730769230768, 0.0438516379836171, 0.125615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 135, '2021-05-23 00:00:00', 0.00777190452849254, 0.0119399999999999, 0.0126294299158752, 0.0177599999999998, 0.0140352829207918, 0.0305199999999999, 0.0334688038826211, 0.0723399999999998, 0.044207069570376, 0.12484 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 150, '2021-05-23 00:00:00', 0.00923171789996928, 0.0102692307692313, 0.0112213566984498, 0.0186730769230771, 0.0132151428293454, 0.031, 0.0344785998287904, 0.071923076923077, 0.0430250955391608, 0.125173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 165, '2021-05-23 00:00:00', 0.00926390846241458, 0.015, 0.0118082109633023, 0.0245769230769232, 0.0219517390234545, 0.0361730769230773, 0.0340246799566708, 0.0703269230769234, 0.0428758135154944, 0.124153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 180, '2021-05-23 00:00:00', 0.00917926174340021, 0.0186730769230774, 0.0104795772081479, 0.0241923076923082, 0.0212238345697983, 0.038365384615385, 0.0330596198032961, 0.0679615384615389, 0.0434267021720339, 0.123461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 195, '2021-05-23 00:00:00', 0.0100868726570724, 0.0157499999999999, 0.020598991760241, 0.0255384615384619, 0.0212489637756403, 0.0374615384615385, 0.0321633092442067, 0.0674615384615387, 0.0433407607046946, 0.123192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 210, '2021-05-23 00:00:00', 0.0131949436702673, 0.0175576923076928, 0.013761764198174, 0.0258846153846153, 0.0169124100998233, 0.0374807692307689, 0.0336877060433263, 0.0673076923076923, 0.0437776022817437, 0.122461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 225, '2021-05-23 00:00:00', 0.0070881265833459, 0.0173076923076921, 0.0153468112448359, 0.0272692307692308, 0.0172348149439977, 0.0396730769230767, 0.0322775702069028, 0.0663076923076925, 0.0415771386886894, 0.122461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 240, '2021-05-23 00:00:00', 0.012665640984114, 0.0200384615384616, 0.0131971004973989, 0.0272115384615383, 0.0203958611940303, 0.0398653846153846, 0.0324432759419598, 0.0653846153846154, 0.0396889637828186, 0.123076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 255, '2021-05-23 00:00:00', 0.00789208464222153, 0.0162500000000001, 0.010830583477428, 0.0261923076923076, 0.0185744758700252, 0.0361346153846156, 0.0311143610176788, 0.0622884615384615, 0.0400372759005715, 0.121711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 270, '2021-05-23 00:00:00', 0.00996248733229542, 0.0188653846153844, 0.0148444757919722, 0.0270384615384617, 0.0199032660636384, 0.0350000000000001, 0.0303690442087636, 0.0601730769230767, 0.0398574189600112, 0.122423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 285, '2021-05-23 00:00:00', 0.0109668205896761, 0.0168653846153849, 0.0151822391173168, 0.0215961538461543, 0.0169294463537989, 0.0301153846153845, 0.0299235435992876, 0.055961538461538, 0.0430689429421468, 0.123923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 300, '2021-05-23 00:00:00', 0.00745953184755052, 0.0127307692307696, 0.0101096298342034, 0.0197692307692309, 0.014498912426057, 0.0294615384615388, 0.0294327133541003, 0.0537692307692308, 0.0448803237682004, 0.124288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 315, '2021-05-23 00:00:00', 0.00816571161343787, 0.014673076923077, 0.0103787690095616, 0.0198269230769233, 0.0151805670310632, 0.0289807692307696, 0.0297461115752323, 0.0531346153846151, 0.0450608648215005, 0.123807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 330, '2021-05-23 00:00:00', 0.00575850541506885, 0.0119038461538462, 0.00878416407300889, 0.0191923076923081, 0.0133500792276535, 0.0272307692307697, 0.0305639556441143, 0.0533461538461537, 0.0457843145797607, 0.124211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 345, '2021-05-23 00:00:00', 0.00758804728098527, 0.0144615384615389, 0.0103007841374407, 0.0186153846153851, 0.0148885733159569, 0.0279807692307692, 0.0302988448624694, 0.0544999999999995, 0.0454792133414141, 0.123173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 360, '2021-05-23 00:00:00', 0.00869013587571888, 0.0129615384615386, 0.0114244845027619, 0.0191730769230772, 0.018141378541462, 0.0300192307692308, 0.0305833350799974, 0.0530961538461532, 0.0456338310736844, 0.123057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 375, '2021-05-23 00:00:00', 0.00849904972063678, 0.0124230769230769, 0.0120544438023751, 0.0175192307692305, 0.0189113417333055, 0.0278269230769229, 0.0292680450583648, 0.0509615384615379, 0.045702449017026, 0.122576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 390, '2021-05-23 00:00:00', 0.00653949539337746, 0.0107499999999998, 0.0112743582454243, 0.0188653846153846, 0.0195220683803275, 0.0251346153846153, 0.0259398416459195, 0.0518461538461537, 0.0456605367399973, 0.12276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 405, '2021-05-23 00:00:00', 0.00915005254293451, 0.0142115384615384, 0.0128046265677088, 0.0175384615384612, 0.0191359207131113, 0.0242115384615385, 0.0264183575451734, 0.0535192307692305, 0.046189929804933, 0.122980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 420, '2021-05-23 00:00:00', 0.00779960551270702, 0.0100769230769227, 0.0120338624785998, 0.0149230769230767, 0.0169892273559993, 0.0215769230769228, 0.0238633288025465, 0.0525384615384611, 0.0459604219368732, 0.122403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 435, '2021-05-23 00:00:00', 0.00754343831011201, 0.0102884615384615, 0.00961515230488614, 0.0151346153846156, 0.0134282709809735, 0.0220384615384617, 0.0230235414638682, 0.0522115384615384, 0.0456223123549805, 0.121846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 450, '2021-05-23 00:00:00', 0.0059271539414927, 0.010865384615385, 0.00976524449258675, 0.0149999999999999, 0.0127119568184383, 0.0219230769230769, 0.0232635733745665, 0.0534230769230769, 0.0455106073857008, 0.121653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 465, '2021-05-23 00:00:00', 0.00665478428246559, 0.00938461538461524, 0.00885185769290164, 0.0146538461538463, 0.0107463768491811, 0.0202692307692307, 0.0272968017286895, 0.0561538461538459, 0.0451431100458908, 0.121403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 480, '2021-05-23 00:00:00', 0.00630704734038406, 0.0108269230769231, 0.00766681159283296, 0.0149999999999999, 0.00916626339439258, 0.0195961538461541, 0.0280140967261954, 0.0575192307692305, 0.0454434390627093, 0.121384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 495, '2021-05-23 00:00:00', 0.00484402883812774, 0.00976923076923082, 0.00819505010075229, 0.0141730769230771, 0.00953632730465587, 0.0198076923076922, 0.0268437358399717, 0.056384615384615, 0.045539163196258, 0.120346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 510, '2021-05-23 00:00:00', 0.0047102180253306, 0.00938461538461579, 0.00556182039927955, 0.0125769230769237, 0.0102151659499302, 0.0239807692307694, 0.0264822799971261, 0.0568653846153844, 0.0450881529723893, 0.120807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 525, '2021-05-23 00:00:00', 0.00501152517856433, 0.00915384615384641, 0.00663892947811473, 0.014653846153846, 0.0122396738267246, 0.0265192307692305, 0.027165164344178, 0.0583846153846151, 0.0459699776610113, 0.121826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 540, '2021-05-23 00:00:00', 0.00537247257214596, 0.0112884615384615, 0.0102557488568795, 0.019903846153846, 0.0154357228033397, 0.026807692307692, 0.0275905781019542, 0.0599999999999999, 0.0468440128347432, 0.121692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 555, '2021-05-23 00:00:00', 0.00834782329988811, 0.0136153846153842, 0.0106693666454661, 0.0198461538461532, 0.013113014674214, 0.0261346153846146, 0.0268665147606577, 0.0595192307692306, 0.0472813388135323, 0.12075 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 570, '2021-05-23 00:00:00', 0.00647815857026785, 0.0140576923076921, 0.0102271132854703, 0.0180769230769226, 0.0130158040030628, 0.0288653846153844, 0.0259938750181952, 0.0583076923076922, 0.0475653922349178, 0.119942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 585, '2021-05-23 00:00:00', 0.00841674155843862, 0.0118076923076921, 0.00897406519665726, 0.0174230769230762, 0.0156704646242053, 0.0302884615384617, 0.0257192833971234, 0.0583076923076925, 0.0477361860807761, 0.119211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 600, '2021-05-23 00:00:00', 0.00540726007682824, 0.012961538461538, 0.0102693157587957, 0.0221730769230772, 0.0147830464227935, 0.0309615384615386, 0.0244970641883097, 0.0588846153846155, 0.0474857387498121, 0.119153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 615, '2021-05-23 00:00:00', 0.0072248502779268, 0.0155384615384619, 0.0117637644419699, 0.022115384615385, 0.0124911815047505, 0.0314807692307695, 0.0232419795926388, 0.0569807692307694, 0.048421133339134, 0.118884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 630, '2021-05-23 00:00:00', 0.00625966944322639, 0.0137884615384615, 0.00755920223711074, 0.0198076923076919, 0.0120896172873192, 0.029673076923077, 0.0215351680174189, 0.0547884615384615, 0.0468582806080045, 0.117461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 645, '2021-05-23 00:00:00', 0.00597108416904705, 0.0139230769230766, 0.0073977127442312, 0.0208846153846154, 0.0172877123992737, 0.0322500000000001, 0.0194725151470951, 0.0528269230769231, 0.0457300776294996, 0.115 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 660, '2021-05-23 00:00:00', 0.00637642894995695, 0.013826923076923, 0.0077469597014173, 0.0198461538461538, 0.0176198860556871, 0.0315961538461539, 0.019197756279155, 0.0504230769230769, 0.045232786781272, 0.11325 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 675, '2021-05-23 00:00:00', 0.00605478196266183, 0.0140961538461538, 0.012790381001121, 0.0229230769230767, 0.0138938835463669, 0.0284999999999996, 0.0188562680866027, 0.0483269230769229, 0.0453570959591347, 0.113115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 690, '2021-05-23 00:00:00', 0.0111870288899518, 0.0149807692307693, 0.0126698916272465, 0.0211153846153845, 0.0122059254210662, 0.0242692307692308, 0.0186986322000791, 0.0458269230769231, 0.0446625509967632, 0.115711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 705, '2021-05-23 00:00:00', 0.00653455313050465, 0.0140961538461535, 0.00671725676608659, 0.0166923076923076, 0.011516226011088, 0.0242115384615383, 0.0192578555400122, 0.0462499999999999, 0.0449031778899374, 0.115846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 720, '2021-05-23 00:00:00', 0.00558035703296654, 0.0115961538461537, 0.00906788500486935, 0.0165576923076923, 0.0134872161693952, 0.02575, 0.0198646574444311, 0.0457692307692303, 0.0461699702603991, 0.117115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 735, '2021-05-23 00:00:00', 0.0073812913191705, 0.0107115384615385, 0.0104091860318734, 0.0168653846153847, 0.0126136678006279, 0.0242692307692309, 0.0201634856571513, 0.0458846153846152, 0.0483177623017262, 0.117615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 750, '2021-05-23 00:00:00', 0.00827426501500063, 0.0127884615384618, 0.0105893269924886, 0.0180769230769233, 0.0110498346663576, 0.0233269230769234, 0.0219242752708919, 0.0480769230769231, 0.0496120797945261, 0.117961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 765, '2021-05-23 00:00:00', 0.00722391860419289, 0.0117499999999998, 0.00944978632236992, 0.0169615384615384, 0.0102639960729052, 0.022480769230769, 0.0218600883241227, 0.0472115384615382, 0.0494692328624566, 0.11725 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 780, '2021-05-23 00:00:00', 0.00606591993150078, 0.0108461538461541, 0.00615682860420342, 0.0145576923076925, 0.00820480628374914, 0.022326923076923, 0.0211965889853858, 0.0476538461538458, 0.049019623229258, 0.117211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 795, '2021-05-23 00:00:00', 0.00604992053348923, 0.00869230769230793, 0.00651200075600012, 0.0128846153846156, 0.00742459530106605, 0.0192692307692311, 0.0230410753621907, 0.0501346153846155, 0.0491778913740712, 0.11725 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 810, '2021-05-23 00:00:00', 0.00479474873008102, 0.00898076923076948, 0.00666633332499968, 0.0145000000000001, 0.0124819253938831, 0.0195384615384618, 0.024507620478913, 0.0507884615384618, 0.0492515091529802, 0.116865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 825, '2021-05-23 00:00:00', 0.00569372123821163, 0.0105384615384618, 0.00727873615403123, 0.0130000000000004, 0.0130352923309696, 0.0198269230769237, 0.0245857369533322, 0.0509615384615387, 0.0489131412262118, 0.116653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 840, '2021-05-23 00:00:00', 0.00473936055407695, 0.00819230769230787, 0.00933562242991003, 0.0130769230769236, 0.0108477576555634, 0.0195769230769235, 0.0243742376606622, 0.0512884615384618, 0.0489441479176477, 0.11598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 855, '2021-05-23 00:00:00', 0.00713164669731919, 0.00840384615384624, 0.00858173373195353, 0.0131153846153847, 0.0094522484097701, 0.0187500000000003, 0.0248740828976662, 0.052, 0.0495894258269454, 0.115865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 870, '2021-05-23 00:00:00', 0.00564504547913765, 0.0089423076923079, 0.00819692719161326, 0.0134807692307694, 0.00971834110566944, 0.0186153846153847, 0.0251519077117113, 0.0525384615384614, 0.0493586910747777, 0.115596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 885, '2021-05-23 00:00:00', 0.00529542618318306, 0.00880769230769255, 0.00576944871383215, 0.0124423076923082, 0.00983979361884876, 0.0208076923076926, 0.0253660963917164, 0.051673076923077, 0.049754895391153, 0.11598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 900, '2021-05-23 00:00:00', 0.0055345418822297, 0.010134615384616, 0.00694619430944845, 0.0140192307692312, 0.0114221276476841, 0.0222500000000001, 0.0253153343617291, 0.0511153846153844, 0.0497639543630338, 0.115865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 915, '2021-05-23 00:00:00', 0.00652536471129281, 0.010096153846154, 0.00911484419040603, 0.0164038461538465, 0.0145473894036535, 0.0240576923076925, 0.0250372722156386, 0.0507500000000001, 0.0517314255034149, 0.116596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 930, '2021-05-23 00:00:00', 0.00708131343749134, 0.0117500000000005, 0.0101254439598768, 0.0152307692307695, 0.0170604919218462, 0.024596153846154, 0.0250428325382422, 0.0487884615384615, 0.0513682931238865, 0.116307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 945, '2021-05-23 00:00:00', 0.00532963413378394, 0.00874999999999969, 0.00890850932881241, 0.0148076923076922, 0.015331215015326, 0.0246153846153845, 0.0236426277336896, 0.0474230769230768, 0.0485324475123443, 0.115538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 960, '2021-05-23 00:00:00', 0.00776186436763334, 0.0110576923076922, 0.0149760321334302, 0.016307692307692, 0.0167546663993598, 0.0266730769230767, 0.0229598646471481, 0.0473461538461536, 0.0464425410091285, 0.116519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 975, '2021-05-23 00:00:00', 0.0125400895592432, 0.0109230769230769, 0.0129820586254203, 0.017576923076923, 0.018015719631648, 0.0291153846153849, 0.0207588442690001, 0.0450192307692307, 0.0460853597644126, 0.115596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 990, '2021-05-23 00:00:00', 0.0073062670674932, 0.0123076923076925, 0.0121138985657598, 0.0184423076923078, 0.0167671955363392, 0.0296730769230772, 0.0188983108728302, 0.0426153846153848, 0.0454484196221806, 0.113826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1005, '2021-05-23 00:00:00', 0.00683554060660978, 0.0122692307692307, 0.0112026267524114, 0.0213269230769231, 0.0136706310697844, 0.0286153846153845, 0.0168253128899927, 0.0401346153846156, 0.0454402735636403, 0.112538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1020, '2021-05-23 00:00:00', 0.00764359963529078, 0.0142307692307693, 0.011152509203693, 0.0194615384615385, 0.011750482805138, 0.026076923076923, 0.0142572653543596, 0.0369807692307693, 0.0449689337209589, 0.111750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1035, '2021-05-23 00:00:00', 0.00859205805022642, 0.0137115384615388, 0.009249885654179, 0.0179038461538462, 0.0116426437653207, 0.0258653846153846, 0.0155129350493759, 0.0358653846153845, 0.044401424959809, 0.112557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1050, '2021-05-23 00:00:00', 0.00579097440983666, 0.0106538461538466, 0.00926274589624791, 0.0180384615384619, 0.0114963706647594, 0.0239423076923074, 0.0143060638031034, 0.0342884615384614, 0.0424815072889183, 0.111961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1065, '2021-05-23 00:00:00', 0.00759108789203536, 0.0132692307692309, 0.00821134299893487, 0.0176153846153844, 0.00954455140582658, 0.021961538461538, 0.0138517563451773, 0.0328653846153844, 0.0419248090679562, 0.11198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1080, '2021-05-23 00:00:00', 0.00517062710078661, 0.0116538461538459, 0.00704097895291462, 0.0156538461538456, 0.00787244464035068, 0.0181538461538457, 0.0147880409062916, 0.0303846153846155, 0.0416469040312073, 0.11123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1095, '2021-05-23 00:00:00', 0.00580993843473241, 0.00965384615384607, 0.00624502879219856, 0.011903846153846, 0.00755787923041514, 0.0168076923076921, 0.0154791671411808, 0.0292692307692307, 0.041819654010267, 0.111288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1110, '2021-05-23 00:00:00', 0.00485944098293908, 0.0064800000000001, 0.0049930785426763, 0.00941999999999993, 0.00603979856176238, 0.0159999999999999, 0.0167409677139646, 0.0285200000000003, 0.0428884211258311, 0.110100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1125, '2021-05-23 00:00:00', 0.00343242457477791, 0.00569230769230782, 0.00504491366092172, 0.0108653846153848, 0.00715778220916528, 0.0155769230769231, 0.017274659074895, 0.0275769230769234, 0.0427440009286051, 0.112019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1140, '2021-05-23 00:00:00', 0.00401688742876679, 0.00784615384615373, 0.00509554858524696, 0.0107692307692305, 0.007521558758252, 0.014576923076923, 0.0191178229368868, 0.0271346153846155, 0.0426642527362011, 0.112038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1155, '2021-05-23 00:00:00', 0.0052996371428762, 0.00488461538461507, 0.00680816817111266, 0.00863461538461535, 0.00845904158964729, 0.0118461538461538, 0.0198089723260797, 0.0253461538461537, 0.0421169616845569, 0.111538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1170, '2021-05-23 00:00:00', 0.00493714336589351, 0.00515384615384685, 0.00746852369306328, 0.00732692307692335, 0.00795228559307624, 0.0106730769230776, 0.0193080393778183, 0.0255961538461539, 0.0418993849780452, 0.111538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1185, '2021-05-23 00:00:00', 0.00553345392307896, 0.00435416666666659, 0.00622636836715223, 0.00706250000000042, 0.00965545482983633, 0.0106458333333335, 0.0194644673477191, 0.0263124999999997, 0.0404179254248921, 0.1135 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1200, '2021-05-23 00:00:00', 0.00466946409425515, 0.0043958333333336, 0.00506837309174262, 0.00641666666666696, 0.00859937645194773, 0.0106666666666668, 0.0174909396835757, 0.0272083333333333, 0.039107705002719, 0.114270833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1230, '2021-05-23 00:00:00', 0.00706872961753338, 0.00535416666666677, 0.0068519541272774, 0.00691666666666683, 0.00805686312892634, 0.0100000000000001, 0.0168238825888176, 0.027770833333333, 0.0404748759072849, 0.111291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1245, '2021-05-23 00:00:00', 0.00205406101824354, 0.0028600000000003, 0.0045518311333646, 0.00536000000000001, 0.00623331105165389, 0.00840000000000018, 0.0153354980356038, 0.0268599999999999, 0.038940638584046, 0.111460000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1260, '2021-05-23 00:00:00', 0.00446937315992798, 0.00304347826086911, 0.0047714566349249, 0.0056956521739129, 0.00832676289065297, 0.00969565217391269, 0.0173922714652048, 0.0291739130434778, 0.0402071341476061, 0.1135 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1275, '2021-05-23 00:00:00', 0.00277287807410565, 0.00388636363636362, 0.0052051007284275, 0.00654545454545463, 0.00938777988959125, 0.0094772727272726, 0.0182472348613862, 0.0291590909090906, 0.0397784176510639, 0.113818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1305, '2021-05-23 00:00:00', 0.00514291895567248, 0.00401923076923069, 0.00749974358535994, 0.00561538461538478, 0.00890645833089663, 0.00875000000000051, 0.0167337521655625, 0.0289615384615382, 0.0389329601316846, 0.112346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1320, '2021-05-23 00:00:00', 0.00352100837829088, 0.00271999999999991, 0.00489046691703999, 0.00500000000000028, 0.00685565460040058, 0.0093000000000005, 0.0170626785704944, 0.0314799999999998, 0.0398044909526546, 0.11272 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1335, '2021-05-23 00:00:00', 0.00359200501113249, 0.00343999999999994, 0.00601366499454921, 0.00618000000000052, 0.00630330601086973, 0.01024, 0.0191382035032904, 0.0340999999999998, 0.0394654701395193, 0.11374 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1350, '2021-05-23 00:00:00', 0.00516813461363182, 0.00398076923076938, 0.00633552256359697, 0.00682692307692329, 0.00710925723697941, 0.0106923076923076, 0.0190457041390929, 0.0351730769230768, 0.0390410484175108, 0.112788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1365, '2021-05-23 00:00:00', 0.00524221645235392, 0.00478000000000009, 0.00473840690527962, 0.00715999999999994, 0.0066253930701006, 0.0114999999999999, 0.0178383949203214, 0.0361999999999993, 0.0395635775261367, 0.11388 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1380, '2021-05-23 00:00:00', 0.00260214408635498, 0.00336538461538456, 0.0042286568152948, 0.00630769230769195, 0.0060703884047576, 0.0110192307692302, 0.0185944987729005, 0.0391538461538456, 0.0405333338604921, 0.112365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1395, '2021-05-23 00:00:00', 0.00388978595588622, 0.00369565217391324, 0.00398564618275021, 0.00710869565217387, 0.0106894262704829, 0.0181739130434778, 0.0209618041494906, 0.0450217391304346, 0.0396643899989908, 0.107673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1410, '2021-05-23 00:00:00', 0.00387898678285157, 0.005057692307692, 0.00561512380848468, 0.00848076923076901, 0.0122319883282129, 0.0188076923076919, 0.0210972473596406, 0.0434230769230767, 0.0411446276519225, 0.113096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 2, 1425, '2021-05-23 00:00:00', 0.00524598747762323, 0.00609615384615385, 0.00995236732564711, 0.0155192307692305, 0.0118101162633498, 0.018326923076923, 0.0192482167006155, 0.046076923076923, 0.0406985210466497, 0.113480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 0, '2021-05-23 00:00:00', 0.0090995421130222, 0.00847999999999985, 0.0111522792887076, 0.0109600000000002, 0.01077311468425, 0.0136800000000002, 0.018572672577383, 0.0465599999999998, 0.0409798934438173, 0.11482 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 15, '2021-05-23 00:00:00', 0.00339730285177366, 0.00299999999999984, 0.00569553356272351, 0.00530769230769251, 0.00849377600182787, 0.0120384615384619, 0.0201014255139354, 0.0512692307692307, 0.0439737684044964, 0.11276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 30, '2021-05-23 00:00:00', 0.00339522805263691, 0.00155882352941168, 0.00661687904040103, 0.00520588235294137, 0.0136472093678305, 0.0154411764705882, 0.0210736192067375, 0.051235294117647, 0.03514392676175, 0.104705882352941 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 45, '2021-05-23 00:00:00', 0.00235533841466976, 0.00161904761904757, 0.00452032447212956, 0.00666666666666652, 0.0125064745137032, 0.0120238095238096, 0.0207570125843912, 0.0503571428571426, 0.0437038736432886, 0.117142857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 60, '2021-05-23 00:00:00', 0.00665894424526436, 0.00719230769230801, 0.01262829545718, 0.0115769230769232, 0.0167303501273764, 0.0167307692307693, 0.0206660628530485, 0.0556153846153845, 0.0408782996786236, 0.113346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 75, '2021-05-23 00:00:00', 0.00773476998149634, 0.00541999999999987, 0.00844723820744547, 0.00777999999999977, 0.0125403349237568, 0.0170200000000001, 0.0240369853905738, 0.05688, 0.0403207246131976, 0.11036 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 90, '2021-05-23 00:00:00', 0.00567340285895507, 0.00560000000000002, 0.0089657682325611, 0.0100200000000004, 0.0117881649688718, 0.01974, 0.0246635696253942, 0.0569, 0.0361318534444792, 0.10836 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 105, '2021-05-23 00:00:00', 0.00727998546741636, 0.0072916666666667, 0.00936807715410277, 0.0152500000000001, 0.0127091024951366, 0.0217708333333329, 0.0241055104500605, 0.0568541666666664, 0.0367903812945325, 0.108145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 120, '2021-05-23 00:00:00', 0.00859885949503683, 0.0124038461538464, 0.0109733943980609, 0.0168461538461537, 0.0155125259560929, 0.0254615384615379, 0.0272109423691169, 0.0633461538461538, 0.0414618452964241, 0.113730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 135, '2021-05-23 00:00:00', 0.00839335054274131, 0.0111399999999998, 0.0110016286673079, 0.0158399999999993, 0.0147090674982022, 0.0282599999999992, 0.0280562975699457, 0.0629799999999997, 0.0415549636024386, 0.11224 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 150, '2021-05-23 00:00:00', 0.0100341148856516, 0.0102884615384612, 0.0139785550040049, 0.0189999999999996, 0.0143681405038529, 0.0297115384615377, 0.0269255740600186, 0.0634423076923075, 0.0404346195918602, 0.114038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 165, '2021-05-23 00:00:00', 0.0120596593905211, 0.0158461538461539, 0.0123806455653731, 0.0230961538461534, 0.014299287233447, 0.0335192307692305, 0.0272928280238319, 0.0634615384615384, 0.0414254288311676, 0.115115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 180, '2021-05-23 00:00:00', 0.0100199224624669, 0.0168269230769225, 0.0118363195943023, 0.0230384615384607, 0.016116797257711, 0.0351346153846151, 0.0268257984324505, 0.0637884615384614, 0.0433205627138673, 0.117634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 195, '2021-05-23 00:00:00', 0.00698891980208661, 0.0142499999999996, 0.00912359578236548, 0.0255, 0.0145876264743053, 0.0353269230769231, 0.0255948913171838, 0.0620384615384617, 0.0426693548832628, 0.118923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 210, '2021-05-23 00:00:00', 0.00728000422654167, 0.0180384615384617, 0.00916517237237746, 0.0250961538461537, 0.0147283739767841, 0.03425, 0.0254467165782813, 0.0603461538461539, 0.044462624753831, 0.12025 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 225, '2021-05-23 00:00:00', 0.00788757542935993, 0.0169230769230771, 0.0108076183955862, 0.0232307692307697, 0.0135411765197291, 0.0307884615384618, 0.0266516343848666, 0.056519230769231, 0.0457049610167042, 0.121211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 240, '2021-05-23 00:00:00', 0.0074494191823155, 0.0155769230769237, 0.00976676074164892, 0.021519230769231, 0.0137910784985745, 0.0305769230769231, 0.0255546774282428, 0.0553076923076924, 0.0452731751108246, 0.120903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 255, '2021-05-23 00:00:00', 0.0065203822445759, 0.0141538461538461, 0.00969379262129219, 0.0204807692307689, 0.0174167028585072, 0.0303076923076919, 0.0247943309277311, 0.0551730769230769, 0.0492603327700433, 0.123096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 270, '2021-05-23 00:00:00', 0.00768887808160936, 0.0138269230769226, 0.0114425151888103, 0.0221346153846153, 0.0200071525671736, 0.0326153846153847, 0.0237193283729021, 0.0550576923076924, 0.0499717920431118, 0.1235 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 285, '2021-05-23 00:00:00', 0.00762135158616895, 0.0147500000000003, 0.0129220890190165, 0.022096153846154, 0.0167005872766387, 0.0299807692307692, 0.022181939985909, 0.0524615384615388, 0.0519552174029196, 0.126769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 300, '2021-05-23 00:00:00', 0.00962490759196424, 0.0146730769230768, 0.014686728703153, 0.0225000000000003, 0.0181576112458075, 0.0328269230769235, 0.0236258414583567, 0.0525961538461542, 0.0538765861804695, 0.127442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 315, '2021-05-23 00:00:00', 0.0101777283244422, 0.013884615384616, 0.0103835668986368, 0.0190384615384616, 0.0172342347133212, 0.031173076923077, 0.0226804982308592, 0.0522500000000004, 0.0533843574034997, 0.12751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 330, '2021-05-23 00:00:00', 0.0068624956214087, 0.0125769230769227, 0.0134039603791628, 0.0241153846153844, 0.0148740869144449, 0.030461538461538, 0.0220838263128332, 0.0503461538461539, 0.0527540009419627, 0.127230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 345, '2021-05-23 00:00:00', 0.0106075626142576, 0.0170961538461539, 0.0118322245778864, 0.0201923076923075, 0.0128056477924627, 0.0272692307692303, 0.0221148140394622, 0.04825, 0.0560427206554209, 0.129057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 360, '2021-05-23 00:00:00', 0.00869847466734564, 0.0127884615384614, 0.0123049239675077, 0.019365384615384, 0.0119771095781135, 0.0268653846153842, 0.0227328295304725, 0.0483076923076922, 0.055002213242182, 0.128788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 375, '2021-05-23 00:00:00', 0.0106707364031079, 0.012230769230769, 0.00986836437230674, 0.0167692307692305, 0.0114995150399416, 0.0258269230769233, 0.0209399140399377, 0.0465000000000003, 0.0541663996048644, 0.130173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 390, '2021-05-23 00:00:00', 0.00454075561316179, 0.00996153846153793, 0.00845160430833138, 0.0170192307692305, 0.0156400004918348, 0.0264807692307691, 0.0203731724050564, 0.0458846153846154, 0.053708375653939, 0.130980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 405, '2021-05-23 00:00:00', 0.0065276041075278, 0.0120192307692306, 0.0091351603076333, 0.0176346153846154, 0.0176969032493081, 0.0259038461538465, 0.0206957818073006, 0.0491538461538465, 0.053785546385623, 0.13075 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 420, '2021-05-23 00:00:00', 0.00660748410167204, 0.0116730769230766, 0.0142559164505882, 0.0181346153846148, 0.0166953701550872, 0.0238461538461537, 0.0216002225772009, 0.0515192307692308, 0.0537161378129373, 0.130788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 435, '2021-05-23 00:00:00', 0.00920486911284554, 0.01151923076923, 0.0119354030578712, 0.016576923076923, 0.0130850472501427, 0.0230384615384613, 0.0206524444446286, 0.0512115384615387, 0.0542994156364648, 0.130557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 450, '2021-05-23 00:00:00', 0.00876004917443159, 0.0114615384615381, 0.0112580911074934, 0.0152692307692303, 0.0126530020761271, 0.023461538461538, 0.0240681404478075, 0.056153846153846, 0.0541585599456321, 0.13051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 465, '2021-05-23 00:00:00', 0.00483258172759119, 0.00992307692307689, 0.00722090980843427, 0.0156923076923079, 0.00908949097330836, 0.022326923076923, 0.0258692868088781, 0.0595, 0.0537312865456073, 0.130365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 480, '2021-05-23 00:00:00', 0.00513749415122268, 0.0109230769230773, 0.00630009157442657, 0.0156346153846156, 0.0121081028177898, 0.0236153846153845, 0.0278822800083048, 0.0621923076923076, 0.053354478580672, 0.129903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 495, '2021-05-23 00:00:00', 0.00493199912658317, 0.0107692307692308, 0.00754588527711537, 0.0154038461538461, 0.0129274305853277, 0.0260384615384615, 0.0334524059155456, 0.0652884615384613, 0.0528413299780213, 0.129884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 510, '2021-05-23 00:00:00', 0.00565671826578516, 0.0109615384615385, 0.0104355899910622, 0.0171923076923077, 0.0123247718031615, 0.0270000000000002, 0.0362091786068751, 0.0667307692307692, 0.0517511352532482, 0.13 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 525, '2021-05-23 00:00:00', 0.00808607540062696, 0.0112307692307692, 0.011468434941177, 0.0192499999999997, 0.011592172425325, 0.0250384615384614, 0.0368366717364011, 0.0669038461538461, 0.0514342934087902, 0.129442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 540, '2021-05-23 00:00:00', 0.00770164817525331, 0.014653846153846, 0.00898702055530837, 0.0190576923076922, 0.0137872990605344, 0.0260192307692308, 0.0363205229121963, 0.0670961538461538, 0.0514472395910457, 0.128961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 555, '2021-05-23 00:00:00', 0.00608114994185957, 0.0115961538461539, 0.00672949878119806, 0.0156153846153847, 0.0119949348284369, 0.0240384615384618, 0.0342613990014775, 0.0662884615384614, 0.0508537609228659, 0.12875 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 570, '2021-05-23 00:00:00', 0.00582227156304528, 0.011173076923077, 0.0103769159491335, 0.0179038461538465, 0.0114501763506742, 0.0245576923076927, 0.0333103414295595, 0.0663269230769233, 0.0503528167419279, 0.128384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 585, '2021-05-23 00:00:00', 0.00853139000307784, 0.0132692307692311, 0.00907608861874893, 0.0181538461538466, 0.0143368272426164, 0.0277692307692311, 0.0312319363177156, 0.0655769230769233, 0.05077753894724, 0.127961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 600, '2021-05-23 00:00:00', 0.00440039333906199, 0.0122884615384617, 0.0056057662620391, 0.0172307692307694, 0.0125229174531527, 0.0292115384615383, 0.0299187875114258, 0.0644230769230769, 0.0519995562111242, 0.128923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 615, '2021-05-23 00:00:00', 0.00437440105790343, 0.0111538461538463, 0.00956172256769393, 0.0194423076923079, 0.0119745402995115, 0.0290192307692309, 0.0307163011094461, 0.0626346153846155, 0.0517841080463282, 0.130576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 630, '2021-05-23 00:00:00', 0.00784751307985326, 0.0137884615384615, 0.00937410508549235, 0.0209230769230768, 0.0166837207619147, 0.0329423076923077, 0.0307463068451381, 0.0613461538461537, 0.0519124707116179, 0.13126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 645, '2021-05-23 00:00:00', 0.00853141254423919, 0.0152499999999998, 0.00924312634422917, 0.021346153846154, 0.0205599405117366, 0.0353653846153846, 0.0308772320899796, 0.0587115384615384, 0.0530686927844106, 0.134615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 660, '2021-05-23 00:00:00', 0.00767563577922978, 0.0138461538461538, 0.0150086129118741, 0.0224615384615386, 0.0209176866642707, 0.0360192307692306, 0.028079372390532, 0.0563653846153848, 0.0558956032397756, 0.137961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 675, '2021-05-23 00:00:00', 0.010043137726061, 0.0142307692307689, 0.0168031704883791, 0.0225576923076919, 0.0246427161964433, 0.0362115384615378, 0.0276354009309688, 0.0538461538461535, 0.0556779890220399, 0.139038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 690, '2021-05-23 00:00:00', 0.0153388019790931, 0.0156730769230766, 0.0191686843976953, 0.025538461538461, 0.0229957855670583, 0.034884615384615, 0.0238694284679087, 0.0514807692307691, 0.0549840291497304, 0.139788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 705, '2021-05-23 00:00:00', 0.0143944968116827, 0.017307692307692, 0.0173349025423809, 0.0243269230769228, 0.0224987521021464, 0.030923076923077, 0.0201095843968835, 0.0508461538461541, 0.0561993190487073, 0.140711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 720, '2021-05-23 00:00:00', 0.00890058338623819, 0.0145961538461534, 0.0133068085522465, 0.0196346153846151, 0.018259117848773, 0.0271538461538463, 0.0169513897773782, 0.0499807692307694, 0.0564518038139269, 0.140384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 735, '2021-05-23 00:00:00', 0.00862866421607882, 0.0110769230769229, 0.0132482219416565, 0.0168461538461537, 0.0147012427522827, 0.0245576923076923, 0.0153884197219358, 0.0487884615384618, 0.0569389551659018, 0.14076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 750, '2021-05-23 00:00:00', 0.00940449974132723, 0.0122692307692313, 0.0117305649414752, 0.0173846153846157, 0.0133403955655807, 0.0236153846153853, 0.0150446514901991, 0.0476923076923082, 0.0568938045836273, 0.14075 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 765, '2021-05-23 00:00:00', 0.00765516416947055, 0.0101923076923074, 0.00994517664305414, 0.0159423076923074, 0.0134855478197958, 0.0225, 0.0141576970095917, 0.0484038461538462, 0.0576754613865707, 0.140326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 780, '2021-05-23 00:00:00', 0.0080897133162096, 0.0112115384615383, 0.00986627901178841, 0.0152115384615387, 0.01407884392107, 0.0215769230769233, 0.0154233713764337, 0.0490961538461539, 0.0579793365048136, 0.140211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 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 986675, 3, 795, '2021-05-23 00:00:00', 0.00711220511082586, 0.00971153846153878, 0.0126593231074359, 0.0149615384615387, 0.0131358142261763, 0.0195192307692315, 0.0168917025602699, 0.050019230769231, 0.0581489466800556, 0.139999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986675 and enddate = '202[...];
Date: 2021-05-23 16:31:29 Duration: 22s178ms Database: acaweb_fx User: pgperfstats
12 20s844ms 21s608ms 21s226ms 2 42s452ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, '?-05-2[...];Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 23 16 2 42s452ms 21s226ms [ User: pgperfstats - Total duration: 42s452ms - 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 986660, 1, 1005, '2021-05-23 00:00:00', 0.00235956117986767, 0.00563980769230774, 0.00333460050080962, 0.0076275, 0.00387680953283054, 0.00929692307692313, 0.00604445315971593, 0.014815, 0.0113225819646472, 0.0320728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1020, '2021-05-23 00:00:00', 0.00235308618953593, 0.00489884615384615, 0.00296356887890264, 0.00681750000000006, 0.00450205836684305, 0.0095865384615385, 0.00517721036035669, 0.0137986538461538, 0.0118915726268001, 0.0326265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1035, '2021-05-23 00:00:00', 0.00159815957853459, 0.00442096153846158, 0.00183486521198535, 0.00572788461538464, 0.0043801358821564, 0.00952211538461541, 0.0048606149974922, 0.013161923076923, 0.0120615541095856, 0.0326534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1050, '2021-05-23 00:00:00', 0.00158573152252781, 0.00389769230769229, 0.00373697350292164, 0.00762519230769231, 0.00409301711642947, 0.00919865384615382, 0.00482998810716799, 0.0126486538461538, 0.0123477398134233, 0.0327525 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1065, '2021-05-23 00:00:00', 0.00301656569883446, 0.00593384615384614, 0.00352811821710188, 0.00734807692307691, 0.00322234217850687, 0.00846134615384615, 0.00466717536055308, 0.0116303846153846, 0.0123465652293072, 0.0332248076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1080, '2021-05-23 00:00:00', 0.00160943665490562, 0.00477711538461538, 0.00199586099600763, 0.00592865384615387, 0.00362357309847608, 0.00807999999999998, 0.00447652260302397, 0.0109838461538461, 0.0128762345084028, 0.0337836538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1095, '2021-05-23 00:00:00', 0.00169969840084829, 0.00407557692307694, 0.00196578601425638, 0.00567557692307696, 0.00319958514738773, 0.00752365384615385, 0.00423803428671648, 0.0103488461538461, 0.0132741533019856, 0.0342282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1110, '2021-05-23 00:00:00', 0.00192262109751645, 0.00382326923076921, 0.00322933655963334, 0.00542615384615382, 0.00307768924932077, 0.00654365384615383, 0.00411291702585143, 0.00965769230769229, 0.0134758398810612, 0.0342775 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1125, '2021-05-23 00:00:00', 0.0023433060800107, 0.00350576923076924, 0.00214768767425657, 0.00455211538461539, 0.00248344562127826, 0.00576192307692309, 0.0032380817445851, 0.00888923076923078, 0.0135492926142347, 0.0344171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1140, '2021-05-23 00:00:00', 0.00110483963333355, 0.00292384615384618, 0.00138245290641728, 0.00369096153846154, 0.002403033699626, 0.00548480769230771, 0.00277882988656407, 0.00882346153846153, 0.0136124662661163, 0.0344253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1155, '2021-05-23 00:00:00', 0.000888867732654186, 0.00248961538461535, 0.00185664346645731, 0.00386519230769229, 0.00264256624252901, 0.00522288461538461, 0.0028307299683732, 0.00874807692307688, 0.0136842757206949, 0.034455 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1170, '2021-05-23 00:00:00', 0.00162681483273303, 0.00291249999999996, 0.00223808073684025, 0.00384923076923076, 0.00235099458494944, 0.00500846153846152, 0.00274809780365649, 0.00845846153846151, 0.0136989418007939, 0.0344076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1185, '2021-05-23 00:00:00', 0.00163078259882037, 0.00248173076923076, 0.00189191649880793, 0.00320903846153843, 0.00188589742970947, 0.00408134615384614, 0.00299317007792486, 0.00805634615384613, 0.0139328908646466, 0.0342696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1200, '2021-05-23 00:00:00', 0.00161154775102892, 0.00235192307692308, 0.00186208737298105, 0.00329423076923074, 0.00208115629842203, 0.0042184615384615, 0.00321328622225815, 0.0084128846153846, 0.0142383735363818, 0.0343951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1215, '2021-05-23 00:00:00', 0.00173538455060007, 0.00257653846153845, 0.00183347837771229, 0.00311980769230766, 0.00209708460634135, 0.00418961538461537, 0.00357561743457853, 0.0100740384615384, 0.0142503502898916, 0.0344107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1230, '2021-05-23 00:00:00', 0.000969683374176317, 0.00202538461538458, 0.00137806625943187, 0.0029111538461538, 0.00169671996918941, 0.00393442307692305, 0.00352337925642637, 0.00996576923076922, 0.0144642687562782, 0.0347405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1245, '2021-05-23 00:00:00', 0.000963412225054509, 0.00202865384615384, 0.00133231529243699, 0.00286403846153843, 0.0016097071042704, 0.00379019230769231, 0.00347249015062018, 0.00985961538461536, 0.0144190314048429, 0.0348044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1260, '2021-05-23 00:00:00', 0.00116373637313345, 0.00208788461538459, 0.00143098567428188, 0.00288999999999999, 0.00160321662243802, 0.00396846153846159, 0.0034570456484381, 0.00973384615384615, 0.0144154284722467, 0.0348209615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1275, '2021-05-23 00:00:00', 0.00109220414054127, 0.0019217307692308, 0.00139076724812662, 0.00251153846153852, 0.00203154215768747, 0.00396846153846157, 0.00326135130676751, 0.00979711538461539, 0.0143631250791205, 0.0349459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1290, '2021-05-23 00:00:00', 0.000992901827202182, 0.00175596153846162, 0.00150448694296041, 0.00279019230769239, 0.00210361400561396, 0.00403326923076926, 0.00324507020784548, 0.00976442307692309, 0.014330277968478, 0.0351394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1305, '2021-05-23 00:00:00', 0.00122684410645298, 0.00228730769230773, 0.00202779869278518, 0.00325846153846155, 0.00236285349817671, 0.00442057692307692, 0.00321472937609662, 0.00954980769230768, 0.0143073711784681, 0.0354559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1320, '2021-05-23 00:00:00', 0.00213302663260082, 0.00247115384615383, 0.00223116672652184, 0.00302980769230767, 0.00284378758808628, 0.00536461538461534, 0.00329595363228218, 0.00938711538461533, 0.0143120297490769, 0.0355234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1335, '2021-05-23 00:00:00', 0.000740987828198565, 0.00159980769230764, 0.00169028396567425, 0.00284173076923069, 0.00260838975526748, 0.00496865384615378, 0.00329326244603459, 0.00920653846153845, 0.01439094307061, 0.0356123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1350, '2021-05-23 00:00:00', 0.00148957171180692, 0.00226173076923075, 0.00230701466268555, 0.00405057692307689, 0.00246661409940519, 0.00472634615384611, 0.00323233478368909, 0.00931307692307691, 0.0143519617648599, 0.0358275 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1365, '2021-05-23 00:00:00', 0.00209719582923337, 0.00309288461538459, 0.00240877077652606, 0.00368942307692305, 0.00225976381509217, 0.00410749999999998, 0.00313166227671257, 0.00934615384615383, 0.014451563552619, 0.0359786538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1380, '2021-05-23 00:00:00', 0.00180553746526108, 0.00235653846153844, 0.00177402117106433, 0.00275634615384617, 0.00214403767188487, 0.00437153846153852, 0.00270837544267066, 0.00916153846153846, 0.0147791471037873, 0.0361213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1395, '2021-05-23 00:00:00', 0.00104227642871083, 0.00189807692307694, 0.000948052680295442, 0.00255173076923079, 0.00306235312363653, 0.00686942307692312, 0.00257444166463632, 0.00907173076923079, 0.0151800168199461, 0.0362694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1410, '2021-05-23 00:00:00', 0.000684441265671443, 0.00188038461538465, 0.00154722068437374, 0.00350461538461542, 0.00304642357780153, 0.00703384615384619, 0.0025215605363468, 0.00909653846153846, 0.0151944437175112, 0.0363232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 1, 1425, '2021-05-23 00:00:00', 0.00145640246973363, 0.00289307692307692, 0.00302416600073475, 0.00618000000000002, 0.00292069360176393, 0.00679365384615385, 0.00301870678500681, 0.00961942307692308, 0.0152192093964781, 0.0362694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 0, '2021-05-23 00:00:00', 0.00273586957769445, 0.00460788461538466, 0.00263723824074764, 0.00547153846153852, 0.00232706597209059, 0.00583903846153848, 0.00323668341647152, 0.00968846153846154, 0.0151995946871568, 0.036404423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 15, '2021-05-23 00:00:00', 0.0024700391865988, 0.00281540000000005, 0.00246497422231287, 0.00335700000000003, 0.00260024578966426, 0.00510640000000006, 0.00302920689565223, 0.0089256, 0.0156613482204864, 0.0370898 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 45, '2021-05-23 00:00:00', 0.00115596827544968, 0.00189942307692308, 0.00176809385628011, 0.0037817307692308, 0.00187423547490297, 0.00418615384615389, 0.00327871652304095, 0.0086840384615384, 0.0155483795507392, 0.036309423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 60, '2021-05-23 00:00:00', 0.00170576137974083, 0.00336326923076924, 0.00163391145838634, 0.00355557692307693, 0.00176894045862315, 0.00412788461538463, 0.00352596043107952, 0.00896480769230767, 0.0155241547075715, 0.0362207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 75, '2021-05-23 00:00:00', 0.00103048578910071, 0.00185019230769234, 0.0012156611528142, 0.00244403846153849, 0.00147972294704108, 0.00361500000000004, 0.00322958911413727, 0.0084053846153846, 0.0154554137453017, 0.0360190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 90, '2021-05-23 00:00:00', 0.000973744497367639, 0.00170788461538462, 0.00123703878740257, 0.00240019230769234, 0.00167310430039493, 0.00367000000000001, 0.00341287810528567, 0.00855519230769229, 0.0153987821746247, 0.0359526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 105, '2021-05-23 00:00:00', 0.00122449970945752, 0.00204346153846159, 0.00149775335599177, 0.00315365384615388, 0.00225597208281963, 0.00418096153846154, 0.00345978418624406, 0.00863384615384618, 0.0154096372292946, 0.0359234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 120, '2021-05-23 00:00:00', 0.00129107701015626, 0.00253461538461539, 0.00142888401854793, 0.00297153846153846, 0.00208984533840709, 0.00410653846153848, 0.00335456479465494, 0.00845980769230775, 0.0154743978930957, 0.0358030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 135, '2021-05-23 00:00:00', 0.00100287793566622, 0.00196692307692314, 0.00169116959982866, 0.00286115384615385, 0.00176574130216008, 0.00402288461538461, 0.00322078734401768, 0.00813865384615386, 0.0155465044661295, 0.0356536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 150, '2021-05-23 00:00:00', 0.00150075929500324, 0.00213730769230765, 0.00164013982752886, 0.00291942307692306, 0.00170238322766825, 0.00413557692307697, 0.00318859371582756, 0.00805673076923078, 0.0154380021575133, 0.0355311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 165, '2021-05-23 00:00:00', 0.00103754371548316, 0.00209019230769228, 0.00112006098735051, 0.00297384615384613, 0.00227588620102145, 0.00445500000000006, 0.00286810486880471, 0.00798346153846156, 0.0153743030361104, 0.0354403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 180, '2021-05-23 00:00:00', 0.00111537798008635, 0.0024509615384615, 0.00145747074122896, 0.00330480769230773, 0.00221263692318601, 0.00480692307692307, 0.00268241129324972, 0.00793288461538462, 0.0156433365563548, 0.0358688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 195, '2021-05-23 00:00:00', 0.00115193930128551, 0.00225192307692307, 0.00175857102172802, 0.00326596153846154, 0.0016193828002811, 0.00459942307692304, 0.0025300766786799, 0.007475, 0.0155486460714059, 0.0357805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 210, '2021-05-23 00:00:00', 0.00117158868143287, 0.00224903846153851, 0.00131554399394318, 0.00326000000000002, 0.00158699386843859, 0.00451346153846151, 0.00263105033866992, 0.00707326923076926, 0.0154752461494031, 0.0357992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 225, '2021-05-23 00:00:00', 0.00126788899356366, 0.00231749999999999, 0.00138777826038593, 0.0032475, 0.00182824729012404, 0.00421692307692307, 0.00270221092526382, 0.00695826923076924, 0.0154265262902773, 0.0357657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 240, '2021-05-23 00:00:00', 0.00116816753276886, 0.00231576923076922, 0.00158266352904009, 0.00318538461538461, 0.00193666061718458, 0.00415788461538464, 0.00240626589105639, 0.00680153846153846, 0.0152816626021064, 0.0356417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 255, '2021-05-23 00:00:00', 0.00098706760737975, 0.00195769230769234, 0.00098178951606042, 0.00251942307692311, 0.00167439083067431, 0.00347057692307695, 0.00230442371404354, 0.00616442307692311, 0.0151276563249109, 0.0354617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 270, '2021-05-23 00:00:00', 0.000920823293830918, 0.00190153846153847, 0.0015952893636724, 0.00268192307692311, 0.00183976007005934, 0.00352865384615388, 0.00228361798805856, 0.00616634615384618, 0.0150430222477451, 0.0354221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 285, '2021-05-23 00:00:00', 0.00147460451021231, 0.00200769230769233, 0.00148134664566242, 0.00254826923076923, 0.00162690906795205, 0.00344634615384619, 0.00241000051069263, 0.0061623076923077, 0.0149483760952357, 0.0353517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 300, '2021-05-23 00:00:00', 0.000912620929816057, 0.00174480769230769, 0.00126262743454334, 0.00247903846153848, 0.0015057901069385, 0.00323961538461543, 0.00234713986342144, 0.00610846153846157, 0.0149607420476186, 0.0352538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 315, '2021-05-23 00:00:00', 0.00116349195891574, 0.0019715384615385, 0.00116106603867044, 0.00241788461538466, 0.00169226949345004, 0.00326096153846158, 0.0023145060031163, 0.00705596153846155, 0.0149556038121039, 0.0352292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 330, '2021-05-23 00:00:00', 0.000849019819466034, 0.00171057692307693, 0.00127408470917514, 0.00241461538461535, 0.00177308320122366, 0.00323903846153844, 0.00294850060982757, 0.00850538461538464, 0.0149630652659756, 0.0352019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 345, '2021-05-23 00:00:00', 0.0012813805205565, 0.00192903846153847, 0.00150107915027316, 0.00242115384615391, 0.00161694680232177, 0.0034098076923077, 0.00361594754046355, 0.00927115384615385, 0.0149618927908408, 0.0352467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 360, '2021-05-23 00:00:00', 0.00114925882470136, 0.00181538461538464, 0.00143777746486085, 0.00249903846153844, 0.00133207670430569, 0.00330788461538459, 0.00442097004670309, 0.010546923076923, 0.0150193088901741, 0.0352484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 375, '2021-05-23 00:00:00', 0.000928375442123726, 0.00163019230769229, 0.00107193721113478, 0.0023007692307692, 0.00119182660393456, 0.00295942307692307, 0.00535838057123175, 0.0139571153846154, 0.0150360765289558, 0.0352842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 390, '2021-05-23 00:00:00', 0.000833505479655261, 0.00175923076923075, 0.000906539235011521, 0.00224423076923071, 0.00117812270811851, 0.00273365384615385, 0.0051315077743741, 0.0147259615384615, 0.0150467386461191, 0.0352967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 405, '2021-05-23 00:00:00', 0.000708256390994504, 0.00146134615384612, 0.000985152701947171, 0.00200961538461542, 0.000987481879093721, 0.00260769230769235, 0.00494116565584088, 0.0159690384615385, 0.0150525468902978, 0.0352882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 420, '2021-05-23 00:00:00', 0.000908282932029096, 0.00164673076923077, 0.000979493039987809, 0.00203884615384619, 0.00126299509713407, 0.00283615384615386, 0.00506206307896143, 0.0166888461538462, 0.0150677752390273, 0.0353294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 435, '2021-05-23 00:00:00', 0.000866349747281847, 0.00139173076923079, 0.000940277066368462, 0.0019898076923077, 0.0014002599346605, 0.00291673076923077, 0.00554835894310545, 0.0170751923076923, 0.0150960794260782, 0.0352809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 450, '2021-05-23 00:00:00', 0.000748225824611407, 0.00157326923076925, 0.00112462055139298, 0.00223076923076924, 0.00140799409963799, 0.00311923076923083, 0.00580963147580082, 0.0177417307692308, 0.0150690149963937, 0.0353148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 465, '2021-05-23 00:00:00', 0.000960107365791063, 0.00162692307692306, 0.00128710683317283, 0.00228999999999999, 0.00148672914092031, 0.00327153846153846, 0.00611187188057927, 0.0181932692307692, 0.0150435135485236, 0.0353367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 480, '2021-05-23 00:00:00', 0.000952988437253336, 0.0018801923076923, 0.00113118426710859, 0.00246461538461537, 0.00130102464057557, 0.00363634615384616, 0.00622510878496238, 0.0190242307692308, 0.0150586085231619, 0.0353594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 495, '2021-05-23 00:00:00', 0.000852680389216163, 0.00166538461538458, 0.00115470390810139, 0.00245365384615381, 0.00197832757651502, 0.00512000000000001, 0.00652668747410321, 0.0195742307692308, 0.0151452740940735, 0.0354707692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 510, '2021-05-23 00:00:00', 0.00102665760901766, 0.00189461538461543, 0.00112096414545013, 0.00291115384615384, 0.00300850837689476, 0.00665557692307694, 0.00650202341287224, 0.0199276923076923, 0.0151961665674654, 0.0355971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 525, '2021-05-23 00:00:00', 0.000956898133795653, 0.00225903846153841, 0.00193256315450589, 0.00433211538461537, 0.00330610161438141, 0.00779326923076921, 0.00709407658651817, 0.0208861538461539, 0.0150452483541635, 0.0357459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 540, '2021-05-23 00:00:00', 0.00160123745416324, 0.00356076923076926, 0.00265383250442419, 0.00584519230769232, 0.00387382835885203, 0.00925807692307689, 0.00850994891063032, 0.0217076923076923, 0.0149354188540581, 0.0359221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 555, '2021-05-23 00:00:00', 0.00215672358344423, 0.00412115384615384, 0.00259464369126382, 0.0062382692307692, 0.00488398107238189, 0.0119886538461539, 0.00843102628117394, 0.0213580769230769, 0.0150184989109584, 0.0360865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 570, '2021-05-23 00:00:00', 0.00245432024115713, 0.00424038461538464, 0.0034548000721404, 0.00636153846153848, 0.0049175416505217, 0.0116167307692308, 0.0088095986571466, 0.0212675, 0.0152881877894214, 0.0361717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 585, '2021-05-23 00:00:00', 0.00196248975499527, 0.00420596153846155, 0.00473456122977214, 0.00891596153846156, 0.00494977070175984, 0.011725, 0.00912022126081131, 0.0206703846153847, 0.0153909504542317, 0.0363717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 600, '2021-05-23 00:00:00', 0.0043630402112077, 0.00729826923076924, 0.00428233493103219, 0.00857269230769226, 0.00503686723454783, 0.0120165384615385, 0.00969569392129228, 0.0202788461538462, 0.0155465665130971, 0.0361778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 615, '2021-05-23 00:00:00', 0.00249332756495292, 0.00516211538461536, 0.00384451998103992, 0.00775326923076918, 0.00503869337840062, 0.0108348076923077, 0.0111661345164054, 0.0190209615384615, 0.015276524735685, 0.035065 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 630, '2021-05-23 00:00:00', 0.00233680508386987, 0.00503499999999993, 0.00280205570141745, 0.00741807692307689, 0.00441390732623775, 0.0103917307692308, 0.0107359129041091, 0.0182367307692308, 0.0145958754395258, 0.0353446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 645, '2021-05-23 00:00:00', 0.00185191418641524, 0.00483192307692308, 0.00278892665457796, 0.00692826923076925, 0.004401106679007, 0.0103150000000001, 0.0102191335192675, 0.0174667307692308, 0.0140057390434724, 0.0354730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 660, '2021-05-23 00:00:00', 0.00222720747021567, 0.00490365384615389, 0.00426849804245727, 0.0073884615384616, 0.00390902466686437, 0.0105646153846154, 0.00888508666032806, 0.0171901923076923, 0.0132191811060816, 0.0352063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 675, '2021-05-23 00:00:00', 0.00440841042780727, 0.00496250000000007, 0.00409311500712334, 0.00704230769230773, 0.00384936772030866, 0.00963038461538459, 0.00869833589743555, 0.0164842307692308, 0.0127234057562612, 0.0349190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 690, '2021-05-23 00:00:00', 0.0014955961507552, 0.00442538461538467, 0.00244686006012734, 0.00677307692307695, 0.00251567966041912, 0.00874807692307693, 0.00867339299458191, 0.0163859615384615, 0.0131459393745164, 0.0346040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 705, '2021-05-23 00:00:00', 0.00190257733088568, 0.0049575, 0.00219306018192359, 0.00611980769230767, 0.00354478273718528, 0.00867442307692307, 0.00864215681101394, 0.0165578846153846, 0.0131313059752404, 0.0343488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 720, '2021-05-23 00:00:00', 0.00193821293582917, 0.00421576923076923, 0.00215142135486144, 0.0060896153846154, 0.00601380404697264, 0.00887634615384615, 0.0088465039335409, 0.0166996153846154, 0.0134938397112848, 0.034443076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 735, '2021-05-23 00:00:00', 0.00180664057129424, 0.00368807692307695, 0.00366239209344855, 0.00589961538461545, 0.00588784254923787, 0.00780826923076922, 0.00908186700773332, 0.0165021153846154, 0.0136887719739152, 0.0341469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 750, '2021-05-23 00:00:00', 0.00358244220523463, 0.00428192307692315, 0.0060148687945278, 0.00619884615384616, 0.00589805137638367, 0.00805596153846149, 0.00928294589349409, 0.0168826923076923, 0.0136832742778013, 0.0342901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 765, '2021-05-23 00:00:00', 0.00301295301094352, 0.00443538461538462, 0.002813439156018, 0.00548173076923074, 0.00359206032585971, 0.00779576923076927, 0.00802237315023048, 0.0168551923076923, 0.0130131179924188, 0.0337517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 780, '2021-05-23 00:00:00', 0.00141678248696987, 0.00361115384615383, 0.0019912086491916, 0.00511326923076919, 0.00333571164129128, 0.00760307692307693, 0.00886086142061733, 0.0172486538461539, 0.0131542678011592, 0.0338307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 795, '2021-05-23 00:00:00', 0.0016246878516763, 0.00367615384615383, 0.00295618312251558, 0.00557057692307694, 0.00516933559560608, 0.0081775, 0.00892844955960783, 0.0173634615384616, 0.0135011593804156, 0.0340188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 810, '2021-05-23 00:00:00', 0.00247402757897691, 0.00403769230769232, 0.00314779136245372, 0.00553730769230771, 0.00532748143699617, 0.00815769230769236, 0.00932406725382468, 0.0176330769230769, 0.0133645859413831, 0.0340292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 825, '2021-05-23 00:00:00', 0.00172592686359002, 0.00367153846153852, 0.00373983798497292, 0.00567692307692312, 0.00536782815628301, 0.00818865384615385, 0.00944869579115792, 0.0180019230769231, 0.0134738910447062, 0.0339967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 840, '2021-05-23 00:00:00', 0.00373871360023948, 0.00422076923076923, 0.00413671082643433, 0.00586230769230767, 0.00533861961415266, 0.00869423076923078, 0.0105100639700168, 0.0187505769230769, 0.0134565771465109, 0.0341825 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 855, '2021-05-23 00:00:00', 0.00284576474107374, 0.00414480769230766, 0.00446156092036786, 0.00584538461538456, 0.00471547119759881, 0.00838884615384618, 0.0105469773814404, 0.0187482692307693, 0.0130881977897881, 0.0337907692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 870, '2021-05-23 00:00:00', 0.00220838026268469, 0.00370923076923073, 0.00273597861130862, 0.0056398076923077, 0.00311817703153615, 0.00788000000000004, 0.0107459200003465, 0.0185555769230769, 0.0129279963778674, 0.0337278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 885, '2021-05-23 00:00:00', 0.0021713115586243, 0.00406826923076926, 0.00241509846908669, 0.00563615384615386, 0.00405433426670205, 0.0090921153846154, 0.0105395459981042, 0.0187453846153846, 0.0127799984786925, 0.0335113461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 900, '2021-05-23 00:00:00', 0.00156663200725437, 0.00398461538461544, 0.00252233634827833, 0.00580942307692312, 0.00486877915514135, 0.00899730769230769, 0.0105826628556042, 0.0185336538461539, 0.0128651014047246, 0.0335119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 915, '2021-05-23 00:00:00', 0.00207691669585907, 0.00404480769230767, 0.0037611588690804, 0.00664403846153846, 0.00434882654817987, 0.00892788461538463, 0.010206629632819, 0.0180423076923077, 0.0121969613239717, 0.0335234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 930, '2021-05-23 00:00:00', 0.00373522453758197, 0.00500788461538467, 0.00400910156825887, 0.00664923076923081, 0.00646027614318103, 0.0103096153846154, 0.00966762708137919, 0.0175992307692308, 0.0110697565691391, 0.0339675000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 945, '2021-05-23 00:00:00', 0.00185366527764282, 0.00443980769230772, 0.0022934908981725, 0.00622250000000004, 0.00635443830356758, 0.0103480769230769, 0.00919235479163991, 0.0168411538461539, 0.0103029769503023, 0.0335009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 960, '2021-05-23 00:00:00', 0.00162038111613857, 0.0043248076923077, 0.00603156015025579, 0.00730461538461541, 0.00769292744118809, 0.0104438461538462, 0.00876876184795518, 0.0164971153846154, 0.00956487128265956, 0.033570576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 975, '2021-05-23 00:00:00', 0.00621746218633143, 0.00558596153846157, 0.00634074329542382, 0.00796653846153849, 0.00768288734035686, 0.00988673076923076, 0.00875784340550716, 0.0159163461538461, 0.00956191457534282, 0.0331821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 990, '2021-05-23 00:00:00', 0.00247565727869159, 0.00573980769230776, 0.00388204771995398, 0.00757750000000003, 0.00396868674752745, 0.00926249999999997, 0.00643711910299586, 0.0151828846153846, 0.0095195690614326, 0.0329963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1005, '2021-05-23 00:00:00', 0.00365658745911455, 0.00545461538461535, 0.00338534849927424, 0.00680730769230764, 0.00386547640610493, 0.00897461538461534, 0.00572790211629409, 0.0147805769230769, 0.00946349583318003, 0.0334992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1020, '2021-05-23 00:00:00', 0.00175561494814607, 0.00499538461538456, 0.00347116703939538, 0.00701115384615378, 0.00482953083005607, 0.0096690384615385, 0.00558329108900977, 0.0144407692307692, 0.00929560769726965, 0.0335876923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1035, '2021-05-23 00:00:00', 0.00252102051985668, 0.00473730769230766, 0.00281750970921813, 0.00619980769230768, 0.00423928466843169, 0.00928250000000001, 0.00497632560228929, 0.0137825, 0.0103168664760486, 0.0341967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1050, '2021-05-23 00:00:00', 0.00221988659620258, 0.00461249999999999, 0.00370055378911782, 0.00704288461538461, 0.00406981381165512, 0.00930769230769231, 0.00463754321978614, 0.0135186538461539, 0.0103511106873388, 0.0344823076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1065, '2021-05-23 00:00:00', 0.00221459119339132, 0.00518192307692305, 0.00269636099500508, 0.00693884615384614, 0.00271081537549133, 0.00881999999999998, 0.00383330231202605, 0.0126611538461538, 0.0107103532316238, 0.0344971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1080, '2021-05-23 00:00:00', 0.00267209767785534, 0.00531999999999999, 0.00262093005365531, 0.00706288461538464, 0.00272399430277276, 0.00861980769230772, 0.00410636712454427, 0.0121798076923077, 0.0109521280633211, 0.0350186538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1095, '2021-05-23 00:00:00', 0.00201439764808622, 0.00417826923076922, 0.00222692309286567, 0.00585269230769227, 0.00282872937634823, 0.00754826923076921, 0.00402660979752671, 0.0109726923076923, 0.0106067559547967, 0.0346617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1110, '2021-05-23 00:00:00', 0.00175087377087512, 0.0039898076923076, 0.00188255587311105, 0.00533884615384612, 0.00280451850385441, 0.00674903846153843, 0.00453269785515804, 0.0100803846153846, 0.0105029667164166, 0.0344803846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1125, '2021-05-23 00:00:00', 0.00158231651020317, 0.00371846153846159, 0.00272599470200961, 0.00480134615384619, 0.00264863172949006, 0.00603596153846155, 0.00447472500229388, 0.00941038461538467, 0.010430985291613, 0.0342619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1140, '2021-05-23 00:00:00', 0.00234678130638536, 0.00331249999999998, 0.0023508724730651, 0.00423923076923075, 0.0026693959342604, 0.005689423076923, 0.00467983909979821, 0.0099, 0.0104208148433796, 0.03431 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1155, '2021-05-23 00:00:00', 0.00113476598739736, 0.0028496153846154, 0.00155316462300483, 0.00400788461538464, 0.00230934383787654, 0.00520019230769229, 0.00409605641487591, 0.00953692307692309, 0.010258236375638, 0.0340765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1170, '2021-05-23 00:00:00', 0.0013085826301766, 0.0027025, 0.0017394554850916, 0.00367076923076923, 0.00298541331373831, 0.00495557692307689, 0.00358599444420181, 0.00917307692307695, 0.0102823864260873, 0.0343361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1185, '2021-05-23 00:00:00', 0.000850712732857656, 0.00238807692307692, 0.001622499318478, 0.00339403846153843, 0.00257203963511744, 0.00463173076923077, 0.0030991727680389, 0.00856038461538461, 0.0102976699605, 0.0341638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1200, '2021-05-23 00:00:00', 0.00155752372497059, 0.00232192307692307, 0.00256545593488679, 0.00317807692307692, 0.00259173915472863, 0.00461961538461535, 0.00314347938046115, 0.00842884615384615, 0.0103066886348325, 0.0341438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1215, '2021-05-23 00:00:00', 0.00139690641721679, 0.00206153846153849, 0.00157743033492395, 0.00297230769230774, 0.00170162994259578, 0.00422769230769227, 0.00326345225419106, 0.00927884615384615, 0.0103128330510322, 0.0341365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1230, '2021-05-23 00:00:00', 0.000987895042696683, 0.00184615384615383, 0.00118793040782959, 0.00298442307692303, 0.00125002344593397, 0.00393615384615382, 0.00328546072170191, 0.00907307692307692, 0.0103128330510322, 0.0341365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1245, '2021-05-23 00:00:00', 0.00131345980290456, 0.00235442307692303, 0.00129219272496853, 0.00297403846153841, 0.00149284447126438, 0.00397615384615381, 0.00325077200889975, 0.00910557692307691, 0.0103194422628059, 0.0341288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1260, '2021-05-23 00:00:00', 0.0012036762278697, 0.00213269230769229, 0.00116841774997714, 0.00294096153846151, 0.00159544785127996, 0.0040146153846154, 0.003202924030656, 0.00905288461538461, 0.0103268795793383, 0.0341203846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1275, '2021-05-23 00:00:00', 0.00086440651049414, 0.00205884615384617, 0.00104721322492678, 0.00279153846153846, 0.00113399389497744, 0.00369807692307696, 0.00308953004267886, 0.00922326923076923, 0.0102219594012107, 0.03449 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1290, '2021-05-23 00:00:00', 0.000741130970466505, 0.00190365384615387, 0.000891009043379817, 0.00282134615384616, 0.00104029773844577, 0.00355076923076923, 0.00317477744828733, 0.00900461538461535, 0.010180455173442, 0.0348415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1305, '2021-05-23 00:00:00', 0.000844341459363428, 0.00223250000000001, 0.00100572530276183, 0.0027442307692308, 0.00113159351562983, 0.0036982692307693, 0.00334117043057574, 0.00891538461538457, 0.0103131305327052, 0.0351607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1320, '2021-05-23 00:00:00', 0.000861290623693026, 0.00188346153846156, 0.00103504970151938, 0.00248673076923084, 0.0019291052230344, 0.00427480769230773, 0.00355018004418841, 0.00874211538461534, 0.0103369511276481, 0.0353438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1335, '2021-05-23 00:00:00', 0.000839744283421091, 0.00164769230769239, 0.00103580717317463, 0.0024275000000001, 0.00219175645228981, 0.00433288461538464, 0.00348604577069557, 0.00872365384615384, 0.0102863771001337, 0.0353996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1350, '2021-05-23 00:00:00', 0.000733565292568861, 0.00171096153846155, 0.00176487864041262, 0.00325115384615385, 0.00203656208237916, 0.0043863461538462, 0.00338271380016784, 0.00873942307692307, 0.0103038835397145, 0.035445 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1365, '2021-05-23 00:00:00', 0.00141969868146513, 0.00268788461538467, 0.00166247544805468, 0.00347115384615387, 0.00155241355513078, 0.00410461538461542, 0.00342614740466046, 0.00852096153846153, 0.0103431676538372, 0.0354886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1380, '2021-05-23 00:00:00', 0.00111496298662258, 0.00226269230769232, 0.00116706741285745, 0.00306288461538465, 0.00215705775394315, 0.00445307692307696, 0.00420974899671993, 0.0091261538461539, 0.0104814626199709, 0.035505576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1395, '2021-05-23 00:00:00', 0.000933622061567803, 0.00195807692307699, 0.000780866579759076, 0.00231615384615385, 0.00316424724916463, 0.00589057692307695, 0.00428547096415496, 0.00922576923076928, 0.0105020391664594, 0.035485576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1410, '2021-05-23 00:00:00', 0.00060768124868222, 0.00160749999999998, 0.00197201384766556, 0.0033288461538462, 0.00311777590846176, 0.00584115384615385, 0.00422127784152911, 0.00924115384615387, 0.0104487038669875, 0.0355825000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 2, 1425, '2021-05-23 00:00:00', 0.00205172536211321, 0.00302980769230775, 0.00312785119776895, 0.00537365384615389, 0.00311503676358103, 0.00585596153846158, 0.00450690588046663, 0.00948384615384621, 0.0104510393520674, 0.0356765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 0, '2021-05-23 00:00:00', 0.0026552382842513, 0.00418288461538466, 0.00262469893511618, 0.00455750000000004, 0.00293728139612127, 0.00542000000000003, 0.00455499210925601, 0.00960865384615388, 0.0104674368400292, 0.035695 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 15, '2021-05-23 00:00:00', 0.00178807736596231, 0.0022954, 0.00207501154615259, 0.00319400000000002, 0.00311104360839461, 0.00503560000000006, 0.00457092020276004, 0.00916860000000003, 0.0106877985338422, 0.0353000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 30, '2021-05-23 00:00:00', 0.0020715961237654, 0.00255250000000003, 0.00254449003504859, 0.00349153846153848, 0.00298902366359619, 0.00496269230769232, 0.0043908605473362, 0.00913288461538467, 0.0104863492217263, 0.0354900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 45, '2021-05-23 00:00:00', 0.00225454153620231, 0.00263846153846159, 0.00277364012417998, 0.00423846153846158, 0.00266157319730552, 0.00477673076923076, 0.00427743825653408, 0.00897903846153854, 0.0105490736815353, 0.0353534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 60, '2021-05-23 00:00:00', 0.00274692410496925, 0.00360596153846157, 0.00274001654262263, 0.00392442307692307, 0.00259073503083577, 0.00451, 0.00417512109451281, 0.00889692307692314, 0.0105567629799756, 0.0352861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 75, '2021-05-23 00:00:00', 0.00147821671410046, 0.00212057692307692, 0.00140704940867813, 0.00265596153846149, 0.00180621414523906, 0.00396846153846157, 0.00394586707347552, 0.00840519230769235, 0.0108116386077511, 0.0350542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 90, '2021-05-23 00:00:00', 0.00124464936366093, 0.00188403846153841, 0.00144443964381186, 0.00236326923076923, 0.0016822573662059, 0.00398538461538461, 0.00392953017352143, 0.00833576923076929, 0.0108055271896448, 0.0350353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 105, '2021-05-23 00:00:00', 0.0013251799877752, 0.00188999999999996, 0.00149550090656564, 0.00322480769230768, 0.00195789518066256, 0.00411346153846148, 0.0038491713443885, 0.00847596153846158, 0.0108094960816155, 0.0350315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 120, '2021-05-23 00:00:00', 0.00154207672162729, 0.00281384615384618, 0.00179996093974717, 0.00344423076923075, 0.00341142837217223, 0.00523653846153845, 0.00383389868350541, 0.00850634615384621, 0.0108824635997553, 0.0349450000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 135, '2021-05-23 00:00:00', 0.00145983967770963, 0.00229173076923071, 0.00188138316548875, 0.00299615384615378, 0.00331071021894787, 0.00537807692307692, 0.00369283725088692, 0.00823519230769234, 0.0108959306871172, 0.0349284615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 150, '2021-05-23 00:00:00', 0.00183645110303709, 0.00232057692307683, 0.00317645133999949, 0.00402365384615381, 0.00317358545715186, 0.00535942307692306, 0.00364470007735149, 0.00823442307692309, 0.0109253128048864, 0.0349017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 165, '2021-05-23 00:00:00', 0.00245750340010723, 0.00308019230769231, 0.00251743780764979, 0.00426134615384619, 0.00302232068883396, 0.0053071153846154, 0.00344794074551976, 0.00790076923076924, 0.0109701870557644, 0.0348190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 180, '2021-05-23 00:00:00', 0.00168368283373542, 0.00308826923076927, 0.00191441222150461, 0.00385692307692308, 0.00239801430675144, 0.00487384615384616, 0.00316198732542587, 0.00752538461538462, 0.0110399755591285, 0.0347578846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 195, '2021-05-23 00:00:00', 0.0011789578187796, 0.00253653846153846, 0.00160784960308916, 0.00349288461538457, 0.00173030923203383, 0.00432096153846154, 0.0025377081119661, 0.00704769230769234, 0.0112628335842342, 0.0348778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 210, '2021-05-23 00:00:00', 0.00136225920949215, 0.00234192307692303, 0.00132996309954594, 0.00294038461538461, 0.00157554148201129, 0.00393519230769231, 0.00267008686836508, 0.00666826923076925, 0.011255718944676, 0.0348448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 225, '2021-05-23 00:00:00', 0.000966785335333277, 0.00201673076923075, 0.00110170120198787, 0.00275346153846152, 0.00157894454766949, 0.0038682692307692, 0.00268993618025529, 0.00643557692307692, 0.0112628963637246, 0.0348075 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 240, '2021-05-23 00:00:00', 0.000971658950138647, 0.00218865384615381, 0.00119213260749214, 0.00281192307692303, 0.00177929892200437, 0.00376557692307689, 0.00259036127566439, 0.0062965384615385, 0.0112709280912648, 0.0347990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 255, '2021-05-23 00:00:00', 0.00103644711171608, 0.00192884615384613, 0.00148925479557859, 0.00274038461538458, 0.00188904816284248, 0.00356019230769226, 0.00239927905838401, 0.00632500000000002, 0.0112577292576461, 0.0348109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 270, '2021-05-23 00:00:00', 0.00128881652629905, 0.00211403846153843, 0.00137977049373602, 0.00277615384615379, 0.00205845353640508, 0.00378480769230763, 0.00249589121588629, 0.0064551923076923, 0.0112577292576461, 0.0348109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 285, '2021-05-23 00:00:00', 0.00096229055663275, 0.00197365384615379, 0.0014199195535176, 0.00268846153846154, 0.00167668881567673, 0.00355076923076926, 0.00251318462543813, 0.00647480769230772, 0.0113892228072791, 0.0349069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 300, '2021-05-23 00:00:00', 0.00094360576839794, 0.0020196153846154, 0.00128619751145053, 0.00265903846153849, 0.00145966914059317, 0.00330000000000005, 0.00295621176508042, 0.00694500000000005, 0.0115377344813242, 0.0347701923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 315, '2021-05-23 00:00:00', 0.000860155889270166, 0.00177192307692307, 0.000944060623868247, 0.00225230769230771, 0.000930029362646469, 0.00290384615384615, 0.00356108812238402, 0.0077311538461539, 0.0116253056088861, 0.0347025000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 330, '2021-05-23 00:00:00', 0.00084600936528729, 0.00162538461538462, 0.000941254400337064, 0.00221961538461541, 0.00111855581683914, 0.00292365384615388, 0.00360671077512241, 0.00865615384615388, 0.0116568107542989, 0.0346751923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 345, '2021-05-23 00:00:00', 0.000987725358900661, 0.00176576923076924, 0.000857435622162868, 0.00222038461538463, 0.00120559586288911, 0.00299076923076925, 0.00388189234186698, 0.0094580769230769, 0.0116568107542989, 0.0346751923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 360, '2021-05-23 00:00:00', 0.0006143923827653, 0.00152, 0.00116356408702545, 0.00216576923076921, 0.0013405357711923, 0.00304192307692307, 0.00394705619612701, 0.0103311538461538, 0.0116568107542989, 0.0346751923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 375, '2021-05-23 00:00:00', 0.00109308386967964, 0.00162211538461538, 0.0011484419713413, 0.00209019230769229, 0.00131831407486987, 0.00306000000000008, 0.00416746097300726, 0.0111751923076923, 0.0116664539879882, 0.034660576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 390, '2021-05-23 00:00:00', 0.000907586571416402, 0.00167423076923075, 0.00121331801906373, 0.00234615384615383, 0.00137714291755964, 0.0031311538461539, 0.0046834313686245, 0.0128907692307692, 0.0116613280349393, 0.0346884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 405, '2021-05-23 00:00:00', 0.000886639984175333, 0.00163769230769229, 0.00108966009167291, 0.00232634615384624, 0.00129180042814437, 0.00301288461538462, 0.00541586890890665, 0.0143240384615384, 0.01165009117825, 0.0345976923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 420, '2021-05-23 00:00:00', 0.0011295708681415, 0.0018628846153847, 0.00133073369005458, 0.00229692307692313, 0.00138527638175428, 0.0029694230769231, 0.00551272282647504, 0.0150501923076923, 0.0116552505698571, 0.0345696153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 435, '2021-05-23 00:00:00', 0.000731216189224922, 0.00145365384615385, 0.000826486469710954, 0.00201326923076917, 0.000994005591223995, 0.00294365384615386, 0.00561015021052161, 0.0159907692307692, 0.0116622336576067, 0.0346067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 450, '2021-05-23 00:00:00', 0.000846454869531602, 0.00163038461538455, 0.000901897145764598, 0.00220769230769227, 0.0015275130239908, 0.00360096153846153, 0.00556809735491811, 0.0169319230769231, 0.0116592235804963, 0.0345975000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 465, '2021-05-23 00:00:00', 0.000745551241596506, 0.00172557692307695, 0.000824514332571234, 0.00237673076923082, 0.00194403265444244, 0.00398019230769233, 0.00517424433724755, 0.0179223076923077, 0.0116573129391613, 0.0346051923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 480, '2021-05-23 00:00:00', 0.000802504277486809, 0.00199134615384619, 0.00133141798326214, 0.00302538461538464, 0.00251628230041557, 0.00476615384615386, 0.00548875040073225, 0.0182698076923077, 0.0116658241441202, 0.0346101923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 495, '2021-05-23 00:00:00', 0.00123247332628337, 0.0021475, 0.00184359197888669, 0.00302076923076924, 0.00288218651641158, 0.00601865384615383, 0.00533785012903132, 0.018435, 0.0116583251221539, 0.034570576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 510, '2021-05-23 00:00:00', 0.00171686503210401, 0.00245153846153847, 0.00247105409616098, 0.00376288461538463, 0.00263208387755056, 0.00725346153846157, 0.00536328443070243, 0.0188667307692308, 0.0116636177277893, 0.0346475 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 525, '2021-05-23 00:00:00', 0.00188204460218549, 0.00273673076923079, 0.00227186368767691, 0.00491115384615384, 0.00278403486936602, 0.00757807692307688, 0.0051599824239414, 0.0189688461538461, 0.0116648053843108, 0.034640576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 540, '2021-05-23 00:00:00', 0.00222638596418921, 0.00415730769230767, 0.00240257257154459, 0.00588519230769234, 0.00279840715682772, 0.00839884615384614, 0.00531014330170244, 0.0192167307692308, 0.0116972566820009, 0.0344867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 555, '2021-05-23 00:00:00', 0.00172593408377563, 0.00399230769230777, 0.00235613207315582, 0.00551788461538463, 0.00266931342368147, 0.00823692307692308, 0.00544742925961056, 0.0191784615384616, 0.0117971305132288, 0.0345721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 570, '2021-05-23 00:00:00', 0.00203109970213176, 0.00378, 0.00207094616057489, 0.00565, 0.00360387439484871, 0.00993442307692306, 0.00543558480329815, 0.0189069230769231, 0.0117063870337784, 0.0345457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 585, '2021-05-23 00:00:00', 0.00190892470738409, 0.00427346153846163, 0.00230814471783326, 0.00673596153846156, 0.00476408819672282, 0.0112421153846154, 0.00539994468632639, 0.0187238461538462, 0.0115572928424503, 0.0344153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 600, '2021-05-23 00:00:00', 0.00210423050982101, 0.00519096153846151, 0.00365004807660648, 0.00798519230769228, 0.00496249171671466, 0.0113140384615385, 0.00549548661315675, 0.0185063461538462, 0.0112959000322445, 0.0341434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 615, '2021-05-23 00:00:00', 0.00243567205225869, 0.00560711538461539, 0.00338636806237097, 0.0080144230769231, 0.00355220677347737, 0.0106451923076924, 0.00445345855660352, 0.0174213461538462, 0.0113733181224911, 0.0338313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 630, '2021-05-23 00:00:00', 0.00319240726628769, 0.00550692307692311, 0.00348271156516783, 0.00733461538461549, 0.00354237634277417, 0.010408076923077, 0.00424003474677346, 0.016590576923077, 0.0113106739801223, 0.0338567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 645, '2021-05-23 00:00:00', 0.00171831890118041, 0.00473461538461542, 0.00250479303613021, 0.00702692307692315, 0.00322780380206351, 0.0102142307692308, 0.00450254371268237, 0.0157382692307693, 0.0126723118299458, 0.0341213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 660, '2021-05-23 00:00:00', 0.00224911791256377, 0.00510076923076927, 0.00285145960599397, 0.0072782692307693, 0.00312904648169618, 0.00958826923076932, 0.00487520573530379, 0.0157098076923078, 0.0125596411710747, 0.0343878846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 675, '2021-05-23 00:00:00', 0.00175392478568675, 0.00440307692307695, 0.00216117198439954, 0.00672788461538467, 0.00220443777063793, 0.00846673076923077, 0.0062212096399829, 0.0164807692307693, 0.0140253410160105, 0.0351761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 690, '2021-05-23 00:00:00', 0.00195009124046901, 0.00483461538461542, 0.0018085371160139, 0.00638750000000002, 0.00369688390612752, 0.00863384615384615, 0.00622028854141527, 0.0164415384615385, 0.0140021773265666, 0.0352917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 705, '2021-05-23 00:00:00', 0.00133685129487741, 0.00454076923076921, 0.00202362492724171, 0.00588961538461535, 0.00348507166353869, 0.00818249999999995, 0.00591527699136864, 0.0171532692307693, 0.0139955757638455, 0.0351351923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 720, '2021-05-23 00:00:00', 0.00183712904157132, 0.00398134615384613, 0.00321159155967159, 0.00624788461538461, 0.00330341143598317, 0.00784634615384614, 0.00622932665826608, 0.0178661538461539, 0.0139875993156576, 0.0352111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 735, '2021-05-23 00:00:00', 0.00274517058458337, 0.00442846153846151, 0.00289154414430454, 0.00564653846153846, 0.00399124649895058, 0.00763615384615384, 0.00918304840662736, 0.0187859615384616, 0.0138850153721418, 0.0352967307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 986660 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 986660, 3, 750, '2021-05-2[...];
Date: 2021-05-23 16:30:30 Duration: 21s608ms 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 986550, 1, 990, '2021-05-23 00:00:00', 0.0047653226422366, 0.00949673076923089, 0.00530051336047876, 0.0134882692307694, 0.0108315398507536, 0.0180465384615385, 0.0131378268326468, 0.0281482692307693, 0.0119402208667243, 0.0508478846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1005, '2021-05-23 00:00:00', 0.00437872120425776, 0.00944076923076915, 0.00889714838499487, 0.0133992307692307, 0.010602348128889, 0.0166246153846154, 0.0132019714567996, 0.0272371153846154, 0.0118802351780012, 0.0503917307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1020, '2021-05-23 00:00:00', 0.00571638359320104, 0.00901076923076923, 0.00733044063110509, 0.0113596153846156, 0.00862830954118285, 0.0176234615384619, 0.0101000736707138, 0.0252730769230771, 0.0121045801519032, 0.0505644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1035, '2021-05-23 00:00:00', 0.00252782128750009, 0.00700730769230777, 0.00348033616855538, 0.00964538461538478, 0.00698448881450864, 0.0158100000000002, 0.00811107449962447, 0.0235565384615385, 0.0123215708429754, 0.0509340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1050, '2021-05-23 00:00:00', 0.00255045489155315, 0.00723192307692333, 0.00507197029307635, 0.0130955769230772, 0.00648425409090259, 0.015753653846154, 0.00735022138075803, 0.0229478846153848, 0.0129720356106749, 0.0513882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1065, '2021-05-23 00:00:00', 0.00399586937204701, 0.00970403846153873, 0.00501585896087439, 0.0119263461538463, 0.00504402176229074, 0.0147015384615386, 0.00673468389127383, 0.021603653846154, 0.0136123730607912, 0.0516371153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1080, '2021-05-23 00:00:00', 0.00339522515963455, 0.00771673076923064, 0.00357472250133362, 0.00994519230769198, 0.00408854687370247, 0.0140365384615383, 0.00634038843750604, 0.0202534615384615, 0.0150517954615184, 0.0526588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1095, '2021-05-23 00:00:00', 0.00235316001123213, 0.00636903846153838, 0.0033258420564749, 0.0092707692307693, 0.00422525722931134, 0.0128255769230769, 0.00559591009989922, 0.0184696153846156, 0.0154908718282736, 0.05262 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1110, '2021-05-23 00:00:00', 0.00255700955896047, 0.00583173076923081, 0.00303878273326657, 0.00830749999999998, 0.00382100282849742, 0.0108538461538461, 0.00534230245666252, 0.0167815384615386, 0.0157938822442792, 0.0527178846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1125, '2021-05-23 00:00:00', 0.00217049824127653, 0.00529884615384621, 0.00272125356435949, 0.00735519230769234, 0.003357980351113, 0.00973903846153843, 0.00507698542065434, 0.015624807692308, 0.0155895414411765, 0.0528171153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1140, '2021-05-23 00:00:00', 0.00209222413860326, 0.00484461538461535, 0.00279669758547757, 0.00658423076923074, 0.00328590997231426, 0.00912711538461542, 0.00554994166289499, 0.0149476923076925, 0.0154866524515097, 0.0528830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1155, '2021-05-23 00:00:00', 0.00176873588061781, 0.00442615384615387, 0.0024116402334066, 0.00615615384615376, 0.00403894021229091, 0.00869403846153836, 0.00556133377748685, 0.0143357692307695, 0.0154146973734611, 0.0530663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1170, '2021-05-23 00:00:00', 0.00163661114454902, 0.00426903846153843, 0.00241703177790134, 0.00608384615384621, 0.00376749872135125, 0.00804384615384628, 0.00541177161380634, 0.0138100000000003, 0.0157460478899897, 0.052903076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1185, '2021-05-23 00:00:00', 0.00196364791023857, 0.00395865384615395, 0.00277843348918869, 0.00555442307692309, 0.00323233540243663, 0.00746692307692318, 0.00539162430213616, 0.0131688461538463, 0.0158462873460584, 0.0530094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1200, '2021-05-23 00:00:00', 0.00218515069010383, 0.00420846153846168, 0.00249482166003585, 0.00554634615384627, 0.00310055968272702, 0.00757711538461541, 0.00564611422539018, 0.0134303846153848, 0.0158822650099461, 0.0530903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1215, '2021-05-23 00:00:00', 0.00158216138678906, 0.00356442307692307, 0.00249546416215796, 0.00538923076923082, 0.00280844047197264, 0.00711326923076919, 0.0057575837079322, 0.0129380769230772, 0.0159422244997368, 0.0531900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1230, '2021-05-23 00:00:00', 0.0017955886649913, 0.00380057692307686, 0.00182546664213211, 0.00506269230769215, 0.00221501492441561, 0.0070286538461538, 0.0058970085538869, 0.0122617307692309, 0.0156849808133574, 0.0534463461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1245, '2021-05-23 00:00:00', 0.00148624767580838, 0.00366307692307701, 0.00202263381225109, 0.00478653846153844, 0.00281570756922381, 0.00661134615384626, 0.00601162910212684, 0.0118623076923079, 0.0155122615521253, 0.0538523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1260, '2021-05-23 00:00:00', 0.00144966473577624, 0.00325961538461551, 0.00210599789064102, 0.00488634615384611, 0.00249883329699139, 0.00636538461538467, 0.00540274725344568, 0.0116032692307693, 0.0156240556145374, 0.0538596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1275, '2021-05-23 00:00:00', 0.00167667882571932, 0.00349173076923065, 0.0024199027634628, 0.00429076923076926, 0.0028999394754958, 0.00673019230769236, 0.0050806004528539, 0.0114048076923078, 0.0155435194064429, 0.0541684615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1290, '2021-05-23 00:00:00', 0.0015039763833048, 0.00280519230769235, 0.00198821188508689, 0.00435250000000002, 0.00300925669329735, 0.00655461538461552, 0.00440974977922627, 0.011198653846154, 0.0155294841622688, 0.0544728846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1305, '2021-05-23 00:00:00', 0.00136511646445959, 0.00353519230769245, 0.00226246859731734, 0.00513807692307705, 0.00342488950972839, 0.00686807692307701, 0.0039797322146095, 0.0108475000000001, 0.0156150034409712, 0.0548826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1320, '2021-05-23 00:00:00', 0.00219440302903683, 0.00391057692307714, 0.00274281688443444, 0.00502269230769244, 0.00390252849494353, 0.00744942307692323, 0.00390994469762189, 0.0104515384615387, 0.0156673463083624, 0.0549778846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1335, '2021-05-23 00:00:00', 0.00138946338562793, 0.0028225, 0.00208833471565644, 0.0042482692307693, 0.00256910730530171, 0.00662211538461563, 0.00364727437220645, 0.0100228846153846, 0.0158345044905593, 0.0550376923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1350, '2021-05-23 00:00:00', 0.0014511666394264, 0.00320384615384607, 0.00208479016653024, 0.00530596153846146, 0.00233195236789997, 0.0062746153846154, 0.00372286565079199, 0.0103144230769232, 0.0160397699065121, 0.0551655769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1365, '2021-05-23 00:00:00', 0.00189064377517683, 0.00402326923076934, 0.00199408463673488, 0.00474346153846172, 0.00222667928850258, 0.00559057692307707, 0.00407953163318463, 0.0108428846153846, 0.0167626774252069, 0.0553876923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1380, '2021-05-23 00:00:00', 0.000844490583816237, 0.00280788461538462, 0.00107490423544829, 0.00344634615384631, 0.00260727393739462, 0.00564076923076919, 0.00374066759261804, 0.0111459615384615, 0.0182382875387508, 0.0558728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1395, '2021-05-23 00:00:00', 0.00117878555497404, 0.00250076923076932, 0.00169063128855649, 0.00353192307692307, 0.00258489184418875, 0.00582461538461542, 0.00331333677965042, 0.0118061538461537, 0.0185697227268973, 0.0560569230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1410, '2021-05-23 00:00:00', 0.0010336095081725, 0.00240884615384617, 0.00223791311613864, 0.00424134615384614, 0.00228275565591574, 0.00534576923076929, 0.0033780730966268, 0.0124896153846153, 0.0186040591900304, 0.0560971153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 1, 1425, '2021-05-23 00:00:00', 0.00154973676424779, 0.0030859615384614, 0.00178329621336881, 0.00431576923076913, 0.00203231777497052, 0.00501346153846161, 0.00376460410115876, 0.0130190384615385, 0.0186492390028284, 0.0560142307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 0, '2021-05-23 00:00:00', 0.00191280326906719, 0.00339288461538461, 0.00207229219984495, 0.00397980769230754, 0.00237867361229883, 0.00498692307692299, 0.00411043033494827, 0.0132584615384616, 0.0183066309308527, 0.0560409615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 15, '2021-05-23 00:00:00', 0.00164494250542475, 0.00239038461538437, 0.00175374272299598, 0.00314346153846148, 0.00222679200092536, 0.00484884615384596, 0.00424777500128492, 0.0135776923076923, 0.0182226191185147, 0.0559965384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 30, '2021-05-23 00:00:00', 0.00154337354020839, 0.00210326923076934, 0.00203592719380167, 0.00320346153846153, 0.00236661822991225, 0.00532961538461523, 0.00448184751139387, 0.0141663461538462, 0.018054843905765, 0.0559473076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 45, '2021-05-23 00:00:00', 0.00174039364468538, 0.0021440384615386, 0.00195286862963594, 0.00384173076923085, 0.00219819572866889, 0.00517769230769224, 0.00467027385130195, 0.0146253846153847, 0.0179848265618975, 0.0559226923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 60, '2021-05-23 00:00:00', 0.00165350299481027, 0.003158076923077, 0.0020874587421072, 0.00422999999999994, 0.00233914186270234, 0.00523557692307678, 0.0053351117643834, 0.0150184615384615, 0.017990026809746, 0.055821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 75, '2021-05-23 00:00:00', 0.00176931791507771, 0.00286173076923058, 0.00167319575616852, 0.0035859615384614, 0.00236836760562707, 0.00556634615384579, 0.00536157886117659, 0.0148817307692306, 0.0180557450147718, 0.0557459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 90, '2021-05-23 00:00:00', 0.000743345452355856, 0.00215269230769239, 0.00124336103117592, 0.00310942307692301, 0.00212865837126116, 0.00552230769230763, 0.00509935471030773, 0.0148373076923077, 0.0178496419668898, 0.0555421153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 105, '2021-05-23 00:00:00', 0.00108463033404871, 0.00216480769230759, 0.00198073354710207, 0.00400423076923037, 0.00320512723856404, 0.00617115384615361, 0.00497320019241592, 0.0148680769230769, 0.0176566750648628, 0.0553921153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 120, '2021-05-23 00:00:00', 0.00186052684846139, 0.00334807692307657, 0.0021157169815819, 0.00433211538461528, 0.00328953604397555, 0.00659923076923065, 0.0049591446881958, 0.0152540384615384, 0.017604530439634, 0.0553100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 135, '2021-05-23 00:00:00', 0.00145679808273033, 0.00257942307692333, 0.00266217291959912, 0.00439057692307679, 0.00231569351632266, 0.00722730769230764, 0.00513137975147476, 0.0152330769230769, 0.0176394504013456, 0.0550676923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 150, '2021-05-23 00:00:00', 0.00169764030801108, 0.00301384615384602, 0.00220278684502513, 0.00464173076923063, 0.00291183788115922, 0.00757961538461539, 0.00498824905691836, 0.0151555769230769, 0.0173434865627948, 0.054883076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 165, '2021-05-23 00:00:00', 0.00169141571335508, 0.0032886538461539, 0.00157002101896763, 0.00558499999999988, 0.00317422153388083, 0.00779288461538467, 0.00450175897673524, 0.0152967307692308, 0.0173849996659365, 0.0547657692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 180, '2021-05-23 00:00:00', 0.00125581227161473, 0.00418269230769219, 0.00265323112159775, 0.00604076923076928, 0.00305454702672287, 0.00801846153846167, 0.00402443038014259, 0.0151032692307692, 0.0173252906513525, 0.0555219230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 195, '2021-05-23 00:00:00', 0.0025663362766043, 0.00437326923076928, 0.00250409794137516, 0.00556750000000007, 0.00263061932602607, 0.00800403846153852, 0.00408555386039073, 0.0143371153846154, 0.0172220448006438, 0.0556936538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 210, '2021-05-23 00:00:00', 0.00112214773468611, 0.00356653846153865, 0.00190369996019907, 0.00516846153846182, 0.00271162267627012, 0.00751346153846159, 0.00426616790754704, 0.0136661538461539, 0.0170103245073735, 0.0556053846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 225, '2021-05-23 00:00:00', 0.00162493488626948, 0.00379076923076947, 0.00212664853701808, 0.00570500000000019, 0.00278956054576038, 0.00772596153846153, 0.00410957493590839, 0.0136419230769231, 0.0166913890927672, 0.0557896153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 240, '2021-05-23 00:00:00', 0.00210116919832766, 0.00406000000000009, 0.00266881359409031, 0.00559999999999993, 0.00339012450418076, 0.00782307692307673, 0.00393349871664477, 0.0135430769230768, 0.016487541852749, 0.0555978846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 255, '2021-05-23 00:00:00', 0.0013360406632458, 0.00334057692307699, 0.00166178394643084, 0.00477673076923071, 0.00282844809310395, 0.00676615384615356, 0.0039400891438568, 0.0123073076923076, 0.0168794856009846, 0.0548269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 270, '2021-05-23 00:00:00', 0.00106481294854298, 0.00316115384615367, 0.00266859179228398, 0.00484192307692287, 0.00294616095048331, 0.00655288461538434, 0.00386813251006025, 0.0117386538461537, 0.0166153359985934, 0.0545828846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 285, '2021-05-23 00:00:00', 0.00252734393872617, 0.00370923076923081, 0.00267231335248076, 0.00475942307692285, 0.00252182764158194, 0.00642057692307674, 0.00383884443750776, 0.0113611538461538, 0.0164865035851006, 0.0548223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 300, '2021-05-23 00:00:00', 0.0016767921870229, 0.00296096153846135, 0.00184615167307537, 0.00435499999999985, 0.00226640930005655, 0.00627365384615369, 0.00392889041392293, 0.0109832692307692, 0.0165158587284602, 0.0547134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 315, '2021-05-23 00:00:00', 0.00147853983323461, 0.00322403846153836, 0.00142537537566038, 0.00430019230769198, 0.00323801978898275, 0.00625807692307667, 0.00351089730476631, 0.0117517307692307, 0.0165697241388762, 0.0546690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 330, '2021-05-23 00:00:00', 0.000896337354931906, 0.00288057692307671, 0.00172845253155688, 0.00437807692307672, 0.00370669429753575, 0.00591115384615368, 0.00367680825738017, 0.0135098076923074, 0.0169148259967402, 0.0546575 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 345, '2021-05-23 00:00:00', 0.00160040827723604, 0.00305057692307697, 0.00302151358530018, 0.00402711538461549, 0.00336465590879925, 0.0063542307692307, 0.00459554935612916, 0.014418269230769, 0.0169073694719651, 0.0547426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 360, '2021-05-23 00:00:00', 0.00231337455811901, 0.00289961538461527, 0.00271631996529243, 0.00436807692307683, 0.0026965235739033, 0.00648923076923072, 0.00545269622790856, 0.0159980769230768, 0.0170545166632004, 0.0548361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 375, '2021-05-23 00:00:00', 0.000927530571754447, 0.00256019230769206, 0.00154213833810296, 0.00403557692307671, 0.00192085277536211, 0.00540576923076907, 0.00550242951934763, 0.018213846153846, 0.0171130811908946, 0.0548153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 390, '2021-05-23 00:00:00', 0.00129852205928952, 0.00289653846153812, 0.00161779542540505, 0.00395403846153833, 0.00165411395059065, 0.00495519230769212, 0.00513304997428068, 0.0191890384615383, 0.0171296440676569, 0.0548417307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 405, '2021-05-23 00:00:00', 0.00110289885511581, 0.0026367307692307, 0.00125112023648973, 0.00352538461538445, 0.00142223849833768, 0.00492211538461536, 0.00480734807752257, 0.0210715384615383, 0.0171332123363231, 0.0548248076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 420, '2021-05-23 00:00:00', 0.000856167421621634, 0.0025505769230769, 0.00105525643985034, 0.00334807692307698, 0.00185168643507653, 0.00519442307692313, 0.00518329050893312, 0.0228224999999999, 0.0170956803282178, 0.0549117307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 435, '2021-05-23 00:00:00', 0.000928033922622651, 0.00224019230769215, 0.00105684910865337, 0.00350096153846148, 0.00207716882947777, 0.00526211538461526, 0.00500451662539386, 0.0238905769230766, 0.0170994120467971, 0.0548528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 450, '2021-05-23 00:00:00', 0.000905589056063206, 0.00263846153846154, 0.00164735313340956, 0.00391288461538454, 0.00195243185638999, 0.00544692307692299, 0.00554211903378253, 0.0248392307692307, 0.0170646524914468, 0.054899423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 465, '2021-05-23 00:00:00', 0.0013238305724735, 0.00283576923076907, 0.00143576692183855, 0.00415057692307693, 0.00174908693762907, 0.00552634615384621, 0.0064199014490399, 0.0257711538461538, 0.0171443525586078, 0.0548405769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 480, '2021-05-23 00:00:00', 0.00130382739832181, 0.00350173076923088, 0.00153647954253071, 0.0044992307692307, 0.00182183205550399, 0.0058409615384615, 0.00702311274403211, 0.0265938461538462, 0.0171648223813884, 0.0547757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 495, '2021-05-23 00:00:00', 0.000818119889653263, 0.00264807692307697, 0.00117545671974767, 0.00389750000000009, 0.00192173836568711, 0.0073671153846153, 0.00715277180270277, 0.0271176923076923, 0.0169566307248362, 0.0548934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 510, '2021-05-23 00:00:00', 0.00111458831654741, 0.00299365384615406, 0.00137998338897474, 0.00440807692307688, 0.00309958069124514, 0.00945769230769213, 0.00752716695351955, 0.0279421153846155, 0.0167494405888215, 0.0551290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 525, '2021-05-23 00:00:00', 0.00103540590331317, 0.00315923076923073, 0.00200441927135634, 0.00613115384615375, 0.0036564174616486, 0.0108505769230766, 0.00792565851910999, 0.0284051923076926, 0.0167338068787065, 0.0554094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 540, '2021-05-23 00:00:00', 0.00191297251578627, 0.00526461538461523, 0.00315837867364798, 0.00822538461538456, 0.00519785177889735, 0.0127413461538462, 0.00797523282756367, 0.0287044230769232, 0.0168044686650719, 0.0556313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 555, '2021-05-23 00:00:00', 0.00224310942323725, 0.00560326923076931, 0.00297423673466784, 0.00806692307692294, 0.0045694800453243, 0.0144917307692307, 0.00734649763754557, 0.0277915384615386, 0.0167419048004148, 0.0554228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 570, '2021-05-23 00:00:00', 0.00257074267180057, 0.00602326923076892, 0.0040995946187962, 0.00942596153846154, 0.00437660708065742, 0.0149915384615385, 0.00751253246505216, 0.0278890384615386, 0.0171190406868627, 0.0553309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 585, '2021-05-23 00:00:00', 0.00269040148562366, 0.00659807692307719, 0.00381277603792619, 0.0111686538461541, 0.0039841952811653, 0.0161090384615384, 0.00731249273503933, 0.0280450000000001, 0.0185646856661946, 0.0561167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 600, '2021-05-23 00:00:00', 0.00331567882016042, 0.00915903846153838, 0.00364947148966042, 0.0117280769230769, 0.00490219263344317, 0.0169611538461537, 0.00713080430515822, 0.0282640384615384, 0.0188162159943531, 0.0557928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 615, '2021-05-23 00:00:00', 0.00254709769224631, 0.00771057692307709, 0.00412511137378787, 0.0116253846153848, 0.0053207708124352, 0.0157440384615384, 0.00807573802295387, 0.0267438461538462, 0.0194849924823813, 0.0557909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 630, '2021-05-23 00:00:00', 0.00273642967836099, 0.00775076923076925, 0.00418628276453181, 0.0109607692307693, 0.00591063997901598, 0.0149201923076923, 0.0085479486518021, 0.0257880769230769, 0.0200555298234674, 0.0560425000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 645, '2021-05-23 00:00:00', 0.00247076920442584, 0.00755269230769237, 0.00334480260427107, 0.0102173076923075, 0.00453064921905822, 0.0144121153846154, 0.00794102931712149, 0.0244838461538462, 0.0194048397610967, 0.056626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 660, '2021-05-23 00:00:00', 0.0017324131679871, 0.0065257692307693, 0.00345082712493027, 0.00962461538461558, 0.00394914350986864, 0.0137723076923078, 0.00805982800923574, 0.0242815384615385, 0.0195521336313572, 0.0565915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 675, '2021-05-23 00:00:00', 0.00389652760603782, 0.00720576923076924, 0.00420398101163088, 0.0101028846153847, 0.00452657503400323, 0.0135184615384615, 0.00722833327953266, 0.0238349999999999, 0.0191856232803065, 0.0563255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 690, '2021-05-23 00:00:00', 0.00283552637902617, 0.00700461538461543, 0.00369217842722427, 0.0100984615384616, 0.0057152375312371, 0.0135140384615384, 0.00728314261470636, 0.0234328846153845, 0.0190783971034899, 0.0557540384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 705, '2021-05-23 00:00:00', 0.00317847462810988, 0.0069298076923077, 0.00354566615201416, 0.0085973076923077, 0.00469270437446834, 0.0121171153846156, 0.00807133259657985, 0.0254717307692306, 0.0194637635225444, 0.0552723076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 720, '2021-05-23 00:00:00', 0.00195920325250217, 0.00597923076923083, 0.00422356912502302, 0.00943192307692299, 0.00513120674065917, 0.0118011538461538, 0.00911047866681318, 0.0263465384615383, 0.0197399781661478, 0.0554949999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 735, '2021-05-23 00:00:00', 0.00329640529154932, 0.00645538461538455, 0.00362872548615167, 0.00834442307692323, 0.00356046147073919, 0.0102982692307691, 0.00937352188347572, 0.0262574999999998, 0.0197831431313085, 0.0550980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 750, '2021-05-23 00:00:00', 0.00183210438063409, 0.00526730769230812, 0.00196419242555731, 0.00699826923076931, 0.00272305612388853, 0.010020576923077, 0.00934612053001329, 0.0260248076923075, 0.0198447452151405, 0.0543705769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 765, '2021-05-23 00:00:00', 0.00186697867813643, 0.00536923076923055, 0.00189236385548298, 0.00720980769230742, 0.00293081338801767, 0.0107863461538459, 0.00917561694635047, 0.0265528846153845, 0.0198340456878103, 0.0543878846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 780, '2021-05-23 00:00:00', 0.00125237718574893, 0.0054811538461539, 0.00239097389233894, 0.00787192307692301, 0.00315798643856378, 0.0114321153846153, 0.0102795137212883, 0.0280478846153845, 0.0198340456878103, 0.0543878846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 795, '2021-05-23 00:00:00', 0.00167595125686438, 0.00541384615384603, 0.00261032660054996, 0.00811519230769212, 0.00337838837886666, 0.0109309615384613, 0.0103876477181018, 0.0282986538461537, 0.019776485758636, 0.0541901923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 810, '2021-05-23 00:00:00', 0.00180875066317592, 0.00573980769230759, 0.00276200712971854, 0.00796576923076917, 0.00420490521707882, 0.0106482692307692, 0.0108445339439525, 0.0287326923076922, 0.0198133516608992, 0.0543059615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 825, '2021-05-23 00:00:00', 0.00257986266778203, 0.00586576923076921, 0.00264792900933178, 0.00763096153846137, 0.00354244040175702, 0.0102100000000002, 0.0113313105427125, 0.0291411538461537, 0.0200748751926382, 0.0544549999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 840, '2021-05-23 00:00:00', 0.00180028195441271, 0.00517134615384578, 0.00282113423043889, 0.00712288461538449, 0.00521343951134574, 0.0113084615384614, 0.0142992028677774, 0.0310455769230769, 0.0202041486448091, 0.0545273076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 855, '2021-05-23 00:00:00', 0.0018203834338277, 0.0052746153846152, 0.00198583434315693, 0.00698903846153848, 0.00531213727811487, 0.0116823076923076, 0.0152324142096337, 0.032115576923077, 0.0201428673575691, 0.054670769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 870, '2021-05-23 00:00:00', 0.00178741658223844, 0.00531903846153871, 0.00548958782255449, 0.00922230769230775, 0.00559630061874686, 0.0127611538461538, 0.0155633005299204, 0.0324892307692309, 0.0193881092583931, 0.055223846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 885, '2021-05-23 00:00:00', 0.00513637691823258, 0.00703538461538459, 0.00518987321617768, 0.00903499999999997, 0.00836194176244112, 0.0162359615384615, 0.0147865198121075, 0.032838076923077, 0.0189860341394973, 0.0549371153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 900, '2021-05-23 00:00:00', 0.00214746266198395, 0.00598826923076929, 0.0031157480704419, 0.00882903846153831, 0.00840797260846017, 0.0163992307692306, 0.0143189023161156, 0.0324265384615387, 0.0181802222716379, 0.0545046153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 915, '2021-05-23 00:00:00', 0.00301006379308834, 0.00685096153846146, 0.00705786453866554, 0.0125553846153845, 0.00828099200672132, 0.0165961538461536, 0.0140962371806748, 0.0321544230769232, 0.0173979037287211, 0.0538880769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 930, '2021-05-23 00:00:00', 0.00714618776260868, 0.00947653846153846, 0.00772231655408777, 0.0126748076923075, 0.00823361311706679, 0.0169651923076921, 0.013159875203991, 0.0316007692307693, 0.0164706089280737, 0.0532173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 945, '2021-05-23 00:00:00', 0.00322803444005054, 0.00770711538461528, 0.00395945192399913, 0.0104215384615382, 0.00482935082434659, 0.0155842307692307, 0.0125539080522605, 0.0294507692307694, 0.0174212866786142, 0.0528134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 960, '2021-05-23 00:00:00', 0.00290596707721296, 0.00744057692307679, 0.00427454159485597, 0.0109103846153844, 0.004991231326421, 0.0162980769230771, 0.0119079859322027, 0.0286401923076925, 0.0173815424339907, 0.0524807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 975, '2021-05-23 00:00:00', 0.00314309879553013, 0.00754596153846124, 0.00357178195669272, 0.0109871153846154, 0.00490772523288926, 0.0159298076923078, 0.0113680045691677, 0.0276882692307693, 0.0160826998032525, 0.0520348076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 990, '2021-05-23 00:00:00', 0.00249641700935887, 0.00832173076923096, 0.00440388599814011, 0.0126117307692309, 0.00556951860922141, 0.0161084615384615, 0.011219289386862, 0.0269928846153847, 0.016002654760527, 0.0515507692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1005, '2021-05-23 00:00:00', 0.00340203622849633, 0.00900249999999984, 0.0037396208209678, 0.0123017307692309, 0.00635192609492476, 0.0155863461538461, 0.0106394080734712, 0.026033076923077, 0.017149674866844, 0.0519459615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1020, '2021-05-23 00:00:00', 0.00307212668133238, 0.0084978846153847, 0.00473243255061869, 0.0110846153846154, 0.00845961369367166, 0.0171296153846153, 0.0103567069016244, 0.0246046153846154, 0.0172202097414191, 0.0519915384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1035, '2021-05-23 00:00:00', 0.00333350871397614, 0.00767211538461551, 0.00479500567096802, 0.0104857692307693, 0.00941291965863957, 0.0165925000000001, 0.00997198530692553, 0.0236851923076925, 0.0168229189511947, 0.0525759615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1050, '2021-05-23 00:00:00', 0.00268105647947843, 0.00745038461538459, 0.00675462333118248, 0.0126878846153845, 0.00865887386531221, 0.0158138461538461, 0.0089684136492813, 0.0230842307692308, 0.0162253562625342, 0.0525853846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1065, '2021-05-23 00:00:00', 0.00533225790319199, 0.0101978846153846, 0.00709879749567619, 0.0124867307692307, 0.00698899942492073, 0.0150448076923076, 0.00790038050690262, 0.0220080769230769, 0.0157045161510462, 0.0516534615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1080, '2021-05-23 00:00:00', 0.00481871273905606, 0.00832730769230767, 0.00509052570959032, 0.010605, 0.00485983097600994, 0.014118653846154, 0.00578028290497465, 0.0202626923076922, 0.0153162287987413, 0.0519311538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1095, '2021-05-23 00:00:00', 0.00310152004916672, 0.00614884615384608, 0.00311497641057855, 0.00877096153846153, 0.00397649393310228, 0.011645, 0.00593646526854303, 0.0186667307692306, 0.0154421482313832, 0.0513649999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1110, '2021-05-23 00:00:00', 0.00210072079205105, 0.00599461538461547, 0.00292841185627972, 0.00861000000000028, 0.00325101468183995, 0.0106326923076924, 0.00605051946911636, 0.0176453846153845, 0.0157193117203506, 0.0510701923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1125, '2021-05-23 00:00:00', 0.00272401330760313, 0.00587750000000022, 0.00285962617917357, 0.00736326923076916, 0.00265287957481334, 0.00972403846153831, 0.00579577733885098, 0.0169801923076922, 0.0159075971122173, 0.050768269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1140, '2021-05-23 00:00:00', 0.00185310238830427, 0.00476269230769217, 0.00208104516086012, 0.00682519230769224, 0.00265381614921747, 0.00872692307692283, 0.00590567523984001, 0.0172909615384614, 0.016242317749774, 0.0504382692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1155, '2021-05-23 00:00:00', 0.00194068914207138, 0.00520211538461542, 0.00244006150616036, 0.0068430769230768, 0.0027277815232274, 0.00902403846153837, 0.00608376775969004, 0.0169330769230769, 0.0161722117380405, 0.0503874999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1170, '2021-05-23 00:00:00', 0.00177754295631305, 0.00445519230769219, 0.00203267804594376, 0.00585596153846148, 0.00244078468624647, 0.00821673076923084, 0.00575268494169969, 0.0160909615384616, 0.0161469410868297, 0.0509423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1185, '2021-05-23 00:00:00', 0.00105917894543918, 0.00435903846153843, 0.00205210975864816, 0.00610230769230794, 0.00289301711686268, 0.00841903846153852, 0.00532609483147305, 0.0155319230769232, 0.016026633334499, 0.0509690384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1200, '2021-05-23 00:00:00', 0.00200111619814084, 0.00449596153846173, 0.00184683080937651, 0.00585596153846168, 0.00318870475874776, 0.00852403846153824, 0.00541660402054511, 0.0153263461538462, 0.0159255733684974, 0.0508763461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1215, '2021-05-23 00:00:00', 0.00168969793613667, 0.00389365384615395, 0.00271795529057003, 0.00586519230769224, 0.00358715741864694, 0.00804788461538465, 0.00531229531732397, 0.0144915384615385, 0.0158362077543352, 0.0506109615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1230, '2021-05-23 00:00:00', 0.00177529968217719, 0.00399019230769224, 0.00221235166386685, 0.00564673076923071, 0.00311585501291994, 0.00813269230769228, 0.00470338308683645, 0.0136526923076925, 0.015827580631728, 0.0503294230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1245, '2021-05-23 00:00:00', 0.00148127207546019, 0.00372519230769243, 0.00193832470289341, 0.00527557692307697, 0.00339637017213294, 0.00767711538461539, 0.00481844601904624, 0.0128540384615386, 0.0158505928753472, 0.0501524999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1260, '2021-05-23 00:00:00', 0.00197966881457111, 0.00346615384615401, 0.00254838407321494, 0.00556423076923096, 0.00327375534187614, 0.00797903846153851, 0.00467536778067954, 0.0122332692307694, 0.016029937818393, 0.0497773076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1275, '2021-05-23 00:00:00', 0.001720959660726, 0.00395807692307704, 0.00217460586172447, 0.00533057692307708, 0.00223931683435264, 0.00749326923076936, 0.0047387188304275, 0.0122880769230771, 0.0150552158109868, 0.0511263461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1290, '2021-05-23 00:00:00', 0.00141399239743362, 0.00350750000000003, 0.00208361258025967, 0.00542423076923073, 0.0021559226473921, 0.00680730769230783, 0.00513611432370383, 0.0118771153846154, 0.0156485492286521, 0.0515748076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1305, '2021-05-23 00:00:00', 0.000989768659839235, 0.00391999999999979, 0.00160581334531739, 0.00500249999999987, 0.00213205267650323, 0.00614115384615379, 0.00524890531078048, 0.0115598076923075, 0.016020602034208, 0.0527084615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1320, '2021-05-23 00:00:00', 0.00134062448135208, 0.00339999999999993, 0.00162361306493141, 0.00431923076923081, 0.00416490264453567, 0.00710096153846156, 0.00586672690819892, 0.0114961538461537, 0.0163554029557869, 0.0529346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1335, '2021-05-23 00:00:00', 0.00105191066087461, 0.00289596153846163, 0.00187562523934358, 0.00402903846153843, 0.0040866003173601, 0.00729192307692297, 0.00583168855346514, 0.0114057692307692, 0.0166113242097073, 0.0531299999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1350, '2021-05-23 00:00:00', 0.00167736414100789, 0.00312269230769222, 0.00389005402869337, 0.00565288461538459, 0.00408144525684432, 0.00745423076923067, 0.00563676329656836, 0.0116376923076922, 0.0166305214775542, 0.053083846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1365, '2021-05-23 00:00:00', 0.00234999882160338, 0.00442730769230761, 0.00248775092279062, 0.00572942307692282, 0.00271059156188912, 0.00653615384615366, 0.00502078625470016, 0.0110411538461536, 0.0166304440849168, 0.0530476923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1380, '2021-05-23 00:00:00', 0.00136681478403105, 0.00330557692307681, 0.00142708466947345, 0.00418442307692303, 0.00170957732068024, 0.0055888461538461, 0.00607017715176793, 0.0113105769230768, 0.0162227423853061, 0.0527524999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1395, '2021-05-23 00:00:00', 0.000910613064833968, 0.00250307692307692, 0.000921272134688701, 0.00314211538461524, 0.00148527107083041, 0.00542192307692298, 0.00664513419439649, 0.0119623076923075, 0.0161169723165938, 0.0527644230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1410, '2021-05-23 00:00:00', 0.000852519884722017, 0.00217192307692284, 0.00133336999308589, 0.00381653846153848, 0.00121924958005401, 0.00546846153846153, 0.0064735366418865, 0.0125244230769229, 0.016079641744, 0.0530711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 2, 1425, '2021-05-23 00:00:00', 0.000914765627823018, 0.00285307692307713, 0.00113587941193666, 0.00456096153846145, 0.0012579480850242, 0.00518576923076913, 0.00751528500150484, 0.013574423076923, 0.0160825513056855, 0.0531374999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 0, '2021-05-23 00:00:00', 0.00139906222713077, 0.00339365384615381, 0.00134385845179523, 0.00402653846153838, 0.00148757677242073, 0.00467057692307665, 0.00743819999162315, 0.0138463461538458, 0.0160825513056855, 0.0531374999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 15, '2021-05-23 00:00:00', 0.0012176847514225, 0.00224692307692301, 0.00157705993496175, 0.00310096153846145, 0.00282216449937623, 0.00520269230769204, 0.00721755596818232, 0.0140380769230767, 0.0160319277081226, 0.0530259615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 30, '2021-05-23 00:00:00', 0.00139720078673817, 0.00228403846153828, 0.00135903536208022, 0.00308865384615368, 0.00283312572693406, 0.00539923076923058, 0.00698546161956806, 0.0141559615384613, 0.0160134589834736, 0.052963846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 45, '2021-05-23 00:00:00', 0.00113379180017934, 0.00216538461538449, 0.00253098880798694, 0.00424288461538448, 0.00300306653529111, 0.00535115384615363, 0.00674542499373847, 0.0146021153846151, 0.0159885112514727, 0.0528959615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 60, '2021-05-23 00:00:00', 0.00252346795105469, 0.00345750000000001, 0.00271494726538962, 0.0042044230769231, 0.00381126191498515, 0.00541423076923083, 0.0070542123831193, 0.0146971153846151, 0.0159820938119945, 0.052878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 75, '2021-05-23 00:00:00', 0.00175117561611093, 0.00274403846153863, 0.00219468438242531, 0.00368653846153848, 0.0030353234778824, 0.00580115384615388, 0.00713693823600956, 0.014670769230769, 0.0158917948446556, 0.0527092307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 90, '2021-05-23 00:00:00', 0.00122471572839766, 0.002746153846154, 0.00218439670425016, 0.00380019230769233, 0.00271252585241148, 0.00606250000000025, 0.00717851398003362, 0.0146598076923075, 0.0158559129519075, 0.0526965384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 105, '2021-05-23 00:00:00', 0.00174827458897667, 0.00263596153846156, 0.00226610283051361, 0.0046290384615386, 0.00321940063700344, 0.0060126923076924, 0.00711144036313741, 0.0148840384615384, 0.0158854691269922, 0.0527157692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 120, '2021-05-23 00:00:00', 0.00222194744796974, 0.00367769230769232, 0.00280675794357963, 0.00469307692307696, 0.00584009718372773, 0.00749365384615396, 0.00739895235827331, 0.0151249999999999, 0.0158854691269922, 0.0527157692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 135, '2021-05-23 00:00:00', 0.00137121592587918, 0.00267865384615383, 0.00184107907321916, 0.00390307692307687, 0.00569555885013791, 0.00808115384615399, 0.00727605130918168, 0.0150394230769229, 0.0158767165419633, 0.052731923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 150, '2021-05-23 00:00:00', 0.00133537578980568, 0.0029224999999999, 0.00504397731114867, 0.00559365384615402, 0.00548716175757982, 0.00882692307692307, 0.00718710201573718, 0.0152257692307691, 0.0158767165419633, 0.052731923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 165, '2021-05-23 00:00:00', 0.00449700066283475, 0.00437480769230761, 0.00460256212927589, 0.00670807692307699, 0.00678310803790142, 0.00970942307692293, 0.00704461166697361, 0.0149834615384614, 0.0157201089886613, 0.052658846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 180, '2021-05-23 00:00:00', 0.00313583163426581, 0.00524596153846175, 0.0042502678331898, 0.007200576923077, 0.00555823945909259, 0.00947673076923062, 0.00649953647163811, 0.0144071153846152, 0.015730794654484, 0.0526773076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 195, '2021-05-23 00:00:00', 0.00267216202439453, 0.00441326923076954, 0.00371700021729678, 0.00651615384615387, 0.00374601840420134, 0.00849173076923068, 0.00489794593132215, 0.0132021153846153, 0.0157969143493767, 0.0525151923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 210, '2021-05-23 00:00:00', 0.00253441345057639, 0.00425346153846127, 0.00231906330560089, 0.00577115384615372, 0.00276290917610149, 0.00776134615384604, 0.00485099268588029, 0.0126290384615383, 0.0158532833835286, 0.0524409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 225, '2021-05-23 00:00:00', 0.0014465248542095, 0.00381307692307707, 0.00173910339410434, 0.00539384615384624, 0.00233180281030685, 0.00749288461538449, 0.00467385920676039, 0.0118982692307692, 0.0160535610583399, 0.0522144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 240, '2021-05-23 00:00:00', 0.00130433503541661, 0.00401826923076926, 0.00179414493240135, 0.00522403846153848, 0.00231538602862201, 0.00689730769230763, 0.00438637681218388, 0.0114865384615382, 0.0161973293489534, 0.0522940384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 255, '2021-05-23 00:00:00', 0.00175777547354158, 0.00327384615384629, 0.00219922881588428, 0.00468923076923061, 0.00273504796751641, 0.00619423076923075, 0.00469626472275117, 0.0113428846153845, 0.0161960705265199, 0.0523275 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 270, '2021-05-23 00:00:00', 0.00151837166069454, 0.00336749999999987, 0.00188184426724277, 0.00460961538461516, 0.00290789305829188, 0.00642903846153843, 0.00498444782838061, 0.0117469230769229, 0.0161839628847156, 0.052449423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 285, '2021-05-23 00:00:00', 0.00168384497048145, 0.00321826923076914, 0.0023624112925962, 0.00452865384615368, 0.00291763526480998, 0.00613153846153836, 0.00524004886941398, 0.0117780769230767, 0.0163714260268875, 0.0527830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 300, '2021-05-23 00:00:00', 0.00191166978963825, 0.00351576923076909, 0.00263933770830134, 0.00474653846153845, 0.00282103462335256, 0.00602211538461532, 0.00628004180841075, 0.0122013461538459, 0.0164348002737625, 0.0528359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 315, '2021-05-23 00:00:00', 0.00103421685346918, 0.00303249999999991, 0.00132669067753042, 0.00408807692307691, 0.00169615775073675, 0.00541865384615367, 0.00669729612490089, 0.0127992307692304, 0.0164844714247636, 0.0529569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 330, '2021-05-23 00:00:00', 0.00102421865153595, 0.00275461538461529, 0.00114306654022612, 0.00381634615384611, 0.00280277337924149, 0.00556884615384603, 0.0065162531116724, 0.0133338461538459, 0.0165488452304546, 0.0529173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 345, '2021-05-23 00:00:00', 0.00123062854484368, 0.00290384615384615, 0.00124433497839634, 0.00396653846153833, 0.00280832510308466, 0.0053517307692306, 0.00776670312195678, 0.0152207692307692, 0.0165522407407113, 0.0529165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 360, '2021-05-23 00:00:00', 0.000887937194590979, 0.0026173076923076, 0.00301699298206786, 0.00408057692307671, 0.00299559473997307, 0.00519538461538435, 0.00777233802315305, 0.0164378846153844, 0.0165402685728358, 0.0529276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 375, '2021-05-23 00:00:00', 0.00274599319288773, 0.00299115384615361, 0.00262848043261042, 0.00354423076923071, 0.00264003124253077, 0.00505980769230737, 0.0080817276903852, 0.0183773076923076, 0.0166050503126193, 0.0529932692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 390, '2021-05-23 00:00:00', 0.000892788393397109, 0.00216134615384611, 0.00172991618294068, 0.00343999999999992, 0.00214711915222358, 0.00475442307692291, 0.00784378275353246, 0.0197582692307693, 0.0174840816128888, 0.0536196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 405, '2021-05-23 00:00:00', 0.00132193698208904, 0.00242923076923076, 0.0014376328299832, 0.00339692307692285, 0.00204065307231222, 0.00456980769230768, 0.00809676271490874, 0.0223823076923076, 0.0174948701668188, 0.0536119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 420, '2021-05-23 00:00:00', 0.00125892648102069, 0.00251826923076886, 0.0019533563324539, 0.003390192307692, 0.00199803900015833, 0.00474961538461519, 0.00807063880085365, 0.0237494230769228, 0.0175433903836701, 0.0535819230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 435, '2021-05-23 00:00:00', 0.00105575936943684, 0.00216961538461537, 0.00106876969167669, 0.00303442307692312, 0.00198879055825793, 0.00532326923076925, 0.00733522713454642, 0.0256863461538461, 0.017592690716711, 0.0537144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 450, '2021-05-23 00:00:00', 0.000953897853748135, 0.00247634615384614, 0.00160594708457752, 0.00371096153846145, 0.00305442955142447, 0.00635826923076908, 0.00742654570546659, 0.0260563461538461, 0.017639688220034, 0.0536625 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 465, '2021-05-23 00:00:00', 0.00141275137994602, 0.00288269230769222, 0.00186534670936911, 0.0043921153846154, 0.00326808730228944, 0.00701384615384612, 0.00728074285358299, 0.0268124999999998, 0.0176986421947693, 0.0535784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 480, '2021-05-23 00:00:00', 0.00157555739831475, 0.00357634615384617, 0.00246099489731601, 0.00516326923076916, 0.0034691027658459, 0.00742500000000005, 0.00703528873170533, 0.0271315384615383, 0.0177601009666657, 0.0535271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 495, '2021-05-23 00:00:00', 0.001975436154372, 0.00314499999999975, 0.00255014271093873, 0.00471038461538447, 0.00430677830688024, 0.00841076923076913, 0.00695552028966903, 0.0267124999999998, 0.0176930068855989, 0.053354423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 510, '2021-05-23 00:00:00', 0.00210610774799226, 0.00348461538461526, 0.0028744206105149, 0.00519538461538449, 0.00397574101946337, 0.00941942307692298, 0.00729027245454757, 0.0269623076923075, 0.0175496665363894, 0.0533915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 525, '2021-05-23 00:00:00', 0.00174050365168764, 0.00365480769230754, 0.00334097440876148, 0.00682499999999974, 0.00522496282283416, 0.0113575, 0.00716124518609597, 0.0267788461538459, 0.0174601541373494, 0.0532724999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 540, '2021-05-23 00:00:00', 0.00306475169655512, 0.00605519230769215, 0.00290308335421791, 0.00805519230769228, 0.00488514810813963, 0.0126659615384615, 0.00722944489836254, 0.0264934615384613, 0.0174139307640133, 0.0531455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 555, '2021-05-23 00:00:00', 0.00221411719688427, 0.00550980769230769, 0.00426467370922499, 0.00864538461538479, 0.00560126789218328, 0.0136899999999999, 0.00791803336354103, 0.0259428846153846, 0.0173772920657525, 0.0527734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 570, '2021-05-23 00:00:00', 0.00315276903933426, 0.00595884615384623, 0.00407325347187662, 0.0085403846153848, 0.0063031803602502, 0.0151344230769232, 0.00794216657371365, 0.0259932692307692, 0.0173929441573745, 0.0527076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 585, '2021-05-23 00:00:00', 0.00320934578164363, 0.00648788461538489, 0.00451072423402104, 0.0112113461538461, 0.00719710160679009, 0.0169384615384614, 0.00781274309406396, 0.0267755769230769, 0.0171208341783204, 0.0527101923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 600, '2021-05-23 00:00:00', 0.00308258298284944, 0.00920461538461529, 0.00417039086897111, 0.0124250000000001, 0.00729244685379206, 0.0172763461538459, 0.00765754586113491, 0.0268611538461538, 0.0171726229348211, 0.0527626923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 615, '2021-05-23 00:00:00', 0.00269316545237127, 0.00788307692307692, 0.00562419469790996, 0.0115849999999997, 0.00661092717807766, 0.0166780769230768, 0.00676221885523905, 0.0253796153846153, 0.0173509195854728, 0.0532873076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 630, '2021-05-23 00:00:00', 0.00485671423036043, 0.00784134615384609, 0.00532129230978267, 0.0110253846153845, 0.00586940820303429, 0.015064423076923, 0.00686290586862009, 0.0245801923076923, 0.0174548384883347, 0.0532405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 645, '2021-05-23 00:00:00', 0.00232270029359059, 0.00735442307692279, 0.00470365609025422, 0.010973846153846, 0.00515052112374594, 0.0150153846153843, 0.00652900290714724, 0.0230848076923074, 0.0175872284736574, 0.0532257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 660, '2021-05-23 00:00:00', 0.00394967422707247, 0.00789249999999991, 0.0039172378023295, 0.0102799999999998, 0.00509768874098818, 0.0140074999999997, 0.00668244256356779, 0.022858846153846, 0.0177865234690592, 0.0531413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 675, '2021-05-23 00:00:00', 0.00233350709975658, 0.00643076923076907, 0.00448564500550182, 0.0101713461538459, 0.0043148259078882, 0.0120961538461539, 0.00825518240258794, 0.0226924999999997, 0.0176600401602472, 0.0530576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 690, '2021-05-23 00:00:00', 0.00425264245906193, 0.00774173076923085, 0.0041782704417756, 0.00954673076923091, 0.004617768796058, 0.0128155769230771, 0.00834531467121139, 0.0226048076923075, 0.0175618944264611, 0.0534853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 705, '2021-05-23 00:00:00', 0.00225795308938152, 0.00663807692307691, 0.00272208226292944, 0.0086803846153849, 0.00397704010540507, 0.0118700000000001, 0.00915641404447425, 0.0246169230769229, 0.0176724040559114, 0.0532536538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986550 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 986550, 3, 720, '2021-05-2[...];
Date: 2021-05-23 16:22:24 Duration: 20s844ms Database: acaweb_fx User: pgperfstats
13 19s505ms 22s101ms 20s387ms 4 1m21s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 4 1m21s 20s387ms [ User: pgperfstats - Total duration: 1m21s - 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 986745, 1, 1005, '2021-05-23 00:00:00', 0.036078509477997, 0.0846730769230779, 0.054287624315734, 0.129884615384617, 0.0649580337898736, 0.178884615384615, 0.112763974061551, 0.292923076923076, 0.153346812813309, 0.556250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1020, '2021-05-23 00:00:00', 0.0498983582279617, 0.0981153846153852, 0.0528585958368754, 0.135134615384613, 0.0777713215879655, 0.199538461538462, 0.111870811481542, 0.280961538461538, 0.150413481392512, 0.551846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1035, '2021-05-23 00:00:00', 0.0310983365867287, 0.0874423076923038, 0.0395490153529098, 0.117269230769227, 0.0810293702687732, 0.189673076923075, 0.0904709409360061, 0.260865384615383, 0.150191196095561, 0.546346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1050, '2021-05-23 00:00:00', 0.0339997285057025, 0.0831923076923076, 0.0540414513270929, 0.139038461538463, 0.0741740287328486, 0.180557692307693, 0.0836155878916229, 0.247442307692307, 0.149178562339026, 0.543211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1065, '2021-05-23 00:00:00', 0.0409395849439719, 0.107019230769232, 0.0647505628131175, 0.138346153846154, 0.065947519927707, 0.162153846153848, 0.0793484622506233, 0.228038461538462, 0.149934207365969, 0.538557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1080, '2021-05-23 00:00:00', 0.0400482785570697, 0.0802692307692309, 0.0399929849617896, 0.0983269230769225, 0.0461766216241002, 0.132403846153848, 0.0615228537899665, 0.209807692307692, 0.15898485655994, 0.53023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1095, '2021-05-23 00:00:00', 0.0245514843668444, 0.0663461538461531, 0.0308987677125451, 0.0850769230769227, 0.0539645218211445, 0.123019230769229, 0.0592296086299887, 0.199942307692306, 0.165896371732013, 0.530115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1110, '2021-05-23 00:00:00', 0.0227588782338128, 0.0625576923076926, 0.0381066973721867, 0.0969038461538454, 0.0495931912200134, 0.122730769230767, 0.0604498011703805, 0.194961538461536, 0.177862301968514, 0.538538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1125, '2021-05-23 00:00:00', 0.0294114119662104, 0.0678653846153845, 0.0442434219360959, 0.0875961538461518, 0.0446163129876909, 0.121153846153845, 0.0538252764471819, 0.189903846153845, 0.186886049197407, 0.542846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1140, '2021-05-23 00:00:00', 0.023802302732815, 0.0545192307692287, 0.0263457849496913, 0.074596153846152, 0.031618130144682, 0.102384615384615, 0.0506784584793792, 0.180384615384613, 0.186177157154562, 0.543923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1155, '2021-05-23 00:00:00', 0.0210513383459074, 0.0533269230769225, 0.0317949439618716, 0.0780384615384608, 0.0290192243972047, 0.0973461538461557, 0.0564351806534258, 0.178519230769229, 0.184890255390763, 0.546557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1170, '2021-05-23 00:00:00', 0.0202899368767262, 0.0528076923076925, 0.018698961303936, 0.0671346153846173, 0.0216961180505067, 0.0843076923076953, 0.0581370033098215, 0.174134615384616, 0.185082955413554, 0.550096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1185, '2021-05-23 00:00:00', 0.0166206660053539, 0.0484423076923094, 0.0200967372016912, 0.0641730769230794, 0.0242067457222476, 0.083942307692309, 0.0601812806316186, 0.172057692307692, 0.184371260066372, 0.552807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1200, '2021-05-23 00:00:00', 0.0164966313577622, 0.0468269230769237, 0.0187819164255263, 0.0605961538461546, 0.0358530118893603, 0.0909615384615383, 0.0663975121174324, 0.17501923076923, 0.184345717231344, 0.552788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1215, '2021-05-23 00:00:00', 0.0138774443446362, 0.041211538461539, 0.0223121905279131, 0.0610769230769234, 0.0373140105672854, 0.0943461538461518, 0.0621120482552411, 0.183442307692307, 0.191621698626789, 0.557846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1230, '2021-05-23 00:00:00', 0.0187207515463872, 0.046442307692307, 0.0309283290602895, 0.0706923076923064, 0.0377052995663038, 0.0950192307692292, 0.062740739433125, 0.178096153846153, 0.192618654739997, 0.560615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1245, '2021-05-23 00:00:00', 0.0216740273493064, 0.0477115384615384, 0.0218998770632311, 0.0632307692307678, 0.0359322225221952, 0.0867692307692302, 0.0630153949444092, 0.171499999999999, 0.190265167190829, 0.562923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1260, '2021-05-23 00:00:00', 0.0162715892089438, 0.0432692307692297, 0.031964120510348, 0.0607499999999982, 0.0394075988377083, 0.0908269230769228, 0.0623198573119715, 0.16576923076923, 0.188959793240622, 0.560288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1275, '2021-05-23 00:00:00', 0.0248837991781499, 0.0407115384615377, 0.027939391822024, 0.0584807692307692, 0.0400830867842498, 0.090076923076923, 0.0620013027158415, 0.163192307692307, 0.187218285801525, 0.55994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1290, '2021-05-23 00:00:00', 0.0189030013896866, 0.0442884615384626, 0.0313884349108683, 0.0705769230769245, 0.0353876173475759, 0.0912115384615389, 0.0619399740443543, 0.161403846153846, 0.190514562334585, 0.561461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1305, '2021-05-23 00:00:00', 0.0256041237664206, 0.0541346153846148, 0.0298170059890975, 0.0679230769230766, 0.0340597043665747, 0.0927115384615379, 0.0586072061728295, 0.160730769230769, 0.196649226953829, 0.565461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1320, '2021-05-23 00:00:00', 0.0179060475387928, 0.0449423076923075, 0.0207648741869517, 0.0590000000000002, 0.0323444680800982, 0.0877307692307678, 0.0545053314258902, 0.154365384615385, 0.196865635552624, 0.568538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1335, '2021-05-23 00:00:00', 0.0144678954931246, 0.0400000000000013, 0.0177150956922217, 0.0607692307692312, 0.0299345182793258, 0.0846538461538459, 0.0521449311645336, 0.158423076923079, 0.198534225880964, 0.569173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1350, '2021-05-23 00:00:00', 0.0186846296354899, 0.0468461538461529, 0.024098236449998, 0.0677499999999999, 0.0320281666902498, 0.0832884615384619, 0.0575154327115781, 0.160250000000001, 0.197397440751861, 0.571019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1365, '2021-05-23 00:00:00', 0.0184256510165759, 0.0532692307692304, 0.0206084094112442, 0.062557692307692, 0.0272052101910363, 0.0807884615384603, 0.0589721577069676, 0.162153846153847, 0.199582714682409, 0.570500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1380, '2021-05-23 00:00:00', 0.0143168136764469, 0.0443653846153838, 0.0226499533027199, 0.058096153846153, 0.0424236372792328, 0.083249999999998, 0.0597704744450357, 0.163980769230769, 0.200218830283267, 0.571000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1395, '2021-05-23 00:00:00', 0.017365527301568, 0.0388076923076912, 0.02169669418279, 0.0559423076923064, 0.0369611438384444, 0.114615384615383, 0.0654603579392795, 0.172038461538462, 0.200000549999243, 0.573000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1410, '2021-05-23 00:00:00', 0.0134162358586652, 0.0366538461538457, 0.0263090215588586, 0.0582307692307674, 0.0318289237112314, 0.110903846153845, 0.0669992451162999, 0.177173076923078, 0.200000549999243, 0.573000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 1, 1425, '2021-05-23 00:00:00', 0.0223442042046358, 0.0447115384615377, 0.0298089816098338, 0.098846153846153, 0.0273346005022094, 0.105403846153845, 0.0726809889437822, 0.187615384615387, 0.200016733915325, 0.573076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 0, '2021-05-23 00:00:00', 0.0265812904126189, 0.0757499999999993, 0.023404774332141, 0.0882115384615372, 0.025935808332229, 0.0973846153846163, 0.0738512251864406, 0.191788461538462, 0.199465247599676, 0.572750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 15, '2021-05-23 00:00:00', 0.0271194295946366, 0.0522115384615369, 0.0262059887459677, 0.061576923076923, 0.0269612613834111, 0.0804807692307698, 0.0670315195664293, 0.186769230769232, 0.204070207564418, 0.571519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 30, '2021-05-23 00:00:00', 0.0244062176819454, 0.0397884615384635, 0.0226411894903638, 0.0547884615384635, 0.0298023747117851, 0.0791923076923076, 0.0748738015185968, 0.189884615384616, 0.204022171683524, 0.570057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 45, '2021-05-23 00:00:00', 0.0166770339550699, 0.0402115384615403, 0.0214440327005354, 0.0610576923076925, 0.0267380814569804, 0.0777500000000007, 0.0856149609499521, 0.197192307692308, 0.204433227767368, 0.56623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 60, '2021-05-23 00:00:00', 0.0214247879443776, 0.046307692307691, 0.0249778671257941, 0.0589230769230757, 0.0310306858051587, 0.0747115384615388, 0.0994941281607215, 0.208192307692309, 0.204745478958257, 0.564634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 75, '2021-05-23 00:00:00', 0.0147934106953059, 0.0347499999999998, 0.0175867957461091, 0.0473461538461542, 0.0312277736342796, 0.0809230769230774, 0.0980016659983981, 0.210057692307693, 0.205139866920109, 0.564750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 90, '2021-05-23 00:00:00', 0.0111076030786957, 0.0358269230769236, 0.0183647655956897, 0.0497307692307695, 0.0356348791969966, 0.0822307692307689, 0.0971650934472631, 0.212846153846155, 0.204252160331293, 0.563250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 105, '2021-05-23 00:00:00', 0.0149371503821329, 0.034461538461539, 0.0276514083658571, 0.0645961538461546, 0.0413458769221481, 0.0848076923076939, 0.096622924895623, 0.217519230769233, 0.204659142516001, 0.562230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 120, '2021-05-23 00:00:00', 0.0208527898889776, 0.0523269230769231, 0.0297721152448696, 0.0633269230769227, 0.0402278510487436, 0.087, 0.0941962783030952, 0.214673076923077, 0.206002782841547, 0.558557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 135, '2021-05-23 00:00:00', 0.0177658271798608, 0.0392307692307691, 0.0255863319883002, 0.0555961538461542, 0.036463153161261, 0.0941923076923093, 0.0912140529827442, 0.206211538461541, 0.206751236625452, 0.556576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 150, '2021-05-23 00:00:00', 0.0180628390306235, 0.0403846153846142, 0.0237805350266557, 0.0589230769230768, 0.0319762171236464, 0.0980384615384629, 0.091682120142624, 0.205134615384618, 0.207977429433691, 0.555134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 165, '2021-05-23 00:00:00', 0.0173727903963029, 0.0449230769230777, 0.0254448120751261, 0.075538461538462, 0.0406111248494612, 0.11121153846154, 0.0863901970934585, 0.204615384615387, 0.209229480199648, 0.554653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 180, '2021-05-23 00:00:00', 0.023604790908758, 0.0606153846153844, 0.0280019024079005, 0.0785576923076925, 0.0452819925152798, 0.110173076923077, 0.0860553578540297, 0.19773076923077, 0.210165232614721, 0.554250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 195, '2021-05-23 00:00:00', 0.0185597994020989, 0.0493846153846167, 0.0350793605765763, 0.0773076923076947, 0.0452281438929333, 0.0952500000000017, 0.0798413041361045, 0.185576923076924, 0.211637143206516, 0.555096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 210, '2021-05-23 00:00:00', 0.024322805063433, 0.0531730769230783, 0.023200033156475, 0.0651923076923074, 0.0425580372956906, 0.0930576923076939, 0.0683417796531073, 0.179326923076925, 0.222624451798227, 0.56194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 225, '2021-05-23 00:00:00', 0.0169672081924572, 0.0453846153846151, 0.0348673971585974, 0.0633461538461524, 0.0492343258931589, 0.0958269230769226, 0.0651846519217051, 0.182673076923078, 0.22195337088261, 0.563326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 240, '2021-05-23 00:00:00', 0.0202405153476504, 0.0484615384615365, 0.0261569302480252, 0.0677499999999983, 0.0576876203224035, 0.104807692307692, 0.0578149967236358, 0.178923076923078, 0.221114182128739, 0.56919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 255, '2021-05-23 00:00:00', 0.0202174334519652, 0.0492307692307676, 0.0309076104643398, 0.0734038461538458, 0.0545127084689019, 0.106153846153847, 0.0543710896029821, 0.177153846153846, 0.221169423397887, 0.570076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 270, '2021-05-23 00:00:00', 0.0196917886049377, 0.0485576923076908, 0.0391308505087552, 0.0707115384615372, 0.0448483984792525, 0.0923269230769234, 0.0508647263298969, 0.163403846153846, 0.221868662639721, 0.566788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 285, '2021-05-23 00:00:00', 0.0301798965181501, 0.0476153846153841, 0.0348267856685064, 0.0632500000000014, 0.0333497318637589, 0.0857307692307697, 0.0515777232772191, 0.155192307692307, 0.221714272986999, 0.565326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 300, '2021-05-23 00:00:00', 0.0231304744039951, 0.0433269230769255, 0.0245602555737122, 0.0551153846153871, 0.030848238947367, 0.0785769230769233, 0.0508749295973807, 0.147961538461539, 0.221716815225742, 0.564384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 315, '2021-05-23 00:00:00', 0.0155810659258129, 0.0379807692307697, 0.0225759572588594, 0.0560769230769219, 0.034963497448713, 0.0743846153846153, 0.0475013522074736, 0.150461538461538, 0.22293007613634, 0.563326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 330, '2021-05-23 00:00:00', 0.01732703534498, 0.0403846153846136, 0.0249141603233042, 0.0521538461538449, 0.035500227518231, 0.0706153846153846, 0.0477128913397627, 0.151999999999999, 0.222846483895564, 0.562846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 345, '2021-05-23 00:00:00', 0.0142415021895637, 0.0340961538461538, 0.0211599858223003, 0.0482500000000003, 0.0238164535886118, 0.0672884615384609, 0.0620058589043136, 0.162057692307692, 0.223461313120502, 0.562038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 360, '2021-05-23 00:00:00', 0.0137511957522019, 0.034346153846155, 0.0164587245977528, 0.0474807692307697, 0.0217067961707846, 0.066250000000001, 0.0686022117831381, 0.164288461538462, 0.225296252828274, 0.563192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 375, '2021-05-23 00:00:00', 0.0129267760273612, 0.0328076923076932, 0.0157098817505224, 0.0484038461538461, 0.0231482928428531, 0.0662884615384616, 0.0745767957312357, 0.173038461538461, 0.224329223206909, 0.565903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 390, '2021-05-23 00:00:00', 0.0129732416920365, 0.034249999999999, 0.0222598638464284, 0.0466923076923087, 0.0249884973537823, 0.0672500000000019, 0.0742219954958412, 0.176269230769232, 0.224016259712068, 0.56573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 405, '2021-05-23 00:00:00', 0.0121152161160445, 0.0315384615384624, 0.0131273203077239, 0.044942307692308, 0.0431923070073286, 0.0768461538461551, 0.079391648466031, 0.184923076923078, 0.224197364974565, 0.565038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 420, '2021-05-23 00:00:00', 0.00840631630657513, 0.0328846153846139, 0.015654392354863, 0.0454999999999997, 0.0436723640831971, 0.0796538461538455, 0.0828327903299531, 0.187134615384616, 0.223124573690608, 0.567653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 435, '2021-05-23 00:00:00', 0.0149552280542243, 0.0316730769230768, 0.0375838191451906, 0.0582884615384622, 0.036737907481971, 0.0829230769230766, 0.0819799975603808, 0.198, 0.223900840002548, 0.567884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 450, '2021-05-23 00:00:00', 0.0339986934138092, 0.043634615384616, 0.0338617551455692, 0.0590384615384614, 0.032301297902003, 0.0779230769230762, 0.0808799109791782, 0.200000000000001, 0.223803822920535, 0.568865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 465, '2021-05-23 00:00:00', 0.0131262508561456, 0.0370384615384608, 0.0199536000222054, 0.0553846153846142, 0.0265290624381286, 0.0753653846153843, 0.0803328292887686, 0.20821153846154, 0.223670961115103, 0.567826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 480, '2021-05-23 00:00:00', 0.0181985312171489, 0.0420576923076914, 0.0235257387687487, 0.0575961538461534, 0.0269664820443098, 0.0751346153846161, 0.080285394782516, 0.212269230769232, 0.223375483297656, 0.567057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 495, '2021-05-23 00:00:00', 0.0150375043960601, 0.0369423076923075, 0.0177177551104483, 0.0503269230769223, 0.0250674858363151, 0.0813269230769217, 0.0819294443173732, 0.216076923076924, 0.223821701017024, 0.566076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 510, '2021-05-23 00:00:00', 0.0131397810542588, 0.0369230769230756, 0.0162408790970845, 0.0511153846153844, 0.0246285637796074, 0.0906153846153833, 0.0855558319731341, 0.221096153846155, 0.223821701017024, 0.566076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 525, '2021-05-23 00:00:00', 0.0112847753121706, 0.0343846153846167, 0.0192429107825364, 0.0665192307692308, 0.0448850711861381, 0.107480769230768, 0.0870222606357342, 0.224423076923079, 0.22378825156487, 0.566692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 540, '2021-05-23 00:00:00', 0.0196266694537363, 0.0571153846153846, 0.0244880818735593, 0.0776153846153835, 0.0484291711201497, 0.111730769230768, 0.0917833925819154, 0.226365384615387, 0.223490770761087, 0.566269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 555, '2021-05-23 00:00:00', 0.017201118031641, 0.0494615384615385, 0.0391242203166366, 0.0777692307692315, 0.0516662961111613, 0.115384615384616, 0.109890007945007, 0.237076923076925, 0.224258436081781, 0.569884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 570, '2021-05-23 00:00:00', 0.035568438905214, 0.0604230769230774, 0.0385372996139903, 0.0812115384615398, 0.047012604692787, 0.122750000000001, 0.124001254646257, 0.244365384615386, 0.227565521418473, 0.573942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 585, '2021-05-23 00:00:00', 0.0153437659603554, 0.0511346153846158, 0.0341097324257162, 0.0879230769230764, 0.0564590661793673, 0.124384615384615, 0.123023495254423, 0.246596153846155, 0.231368408354761, 0.575903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 600, '2021-05-23 00:00:00', 0.0334439887665247, 0.0765961538461517, 0.0412460907238516, 0.0999999999999987, 0.0599207714081989, 0.128826923076922, 0.124129474898032, 0.248942307692308, 0.231941328788123, 0.5795 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 615, '2021-05-23 00:00:00', 0.0248346299781952, 0.0663269230769222, 0.0373395284466132, 0.0899038461538447, 0.0527704790724742, 0.12828846153846, 0.13547120045916, 0.248115384615384, 0.23332493354844, 0.57723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 630, '2021-05-23 00:00:00', 0.0311391233017241, 0.0632499999999998, 0.0411987910576911, 0.0889038461538454, 0.0464916245558927, 0.125134615384615, 0.133813026846589, 0.243884615384616, 0.229938633953964, 0.575846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 645, '2021-05-23 00:00:00', 0.0246626235425186, 0.0597499999999978, 0.0287948980523658, 0.0871153846153835, 0.0473094762015125, 0.120057692307692, 0.120839957731767, 0.245846153846154, 0.227038293110349, 0.575057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 660, '2021-05-23 00:00:00', 0.0236716318374174, 0.0651153846153845, 0.0356253636958496, 0.0879423076923078, 0.0471228019279251, 0.117538461538463, 0.123257560229975, 0.250615384615385, 0.22768536319971, 0.57976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 675, '2021-05-23 00:00:00', 0.0221631797913011, 0.0519423076923065, 0.0429869568769238, 0.0769615384615392, 0.0358047697724986, 0.105307692307693, 0.117596214290192, 0.246980769230769, 0.227759799248782, 0.579615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 690, '2021-05-23 00:00:00', 0.0210594488203142, 0.0555961538461548, 0.02119866650378, 0.0717884615384622, 0.0332391856329008, 0.106288461538462, 0.118583351082038, 0.249865384615383, 0.231102128605847, 0.585423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 705, '2021-05-23 00:00:00', 0.018354793966112, 0.0480384615384614, 0.0218950644245189, 0.0705769230769228, 0.0401425584635568, 0.103250000000002, 0.120093969617386, 0.251692307692308, 0.228957634643483, 0.585461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 720, '2021-05-23 00:00:00', 0.0169724777212991, 0.0527499999999999, 0.0297923583387525, 0.0757692307692329, 0.0546162415967434, 0.107076923076925, 0.131118349358363, 0.261692307692308, 0.230420449312857, 0.593288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 735, '2021-05-23 00:00:00', 0.0248430767325312, 0.053538461538463, 0.0308004807654786, 0.0734807692307708, 0.0760765631554053, 0.11621153846154, 0.144855483685796, 0.275365384615385, 0.231341616363201, 0.594788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 750, '2021-05-23 00:00:00', 0.0140022663000843, 0.0517115384615383, 0.0304324472587043, 0.0774230769230771, 0.0765886012808296, 0.117423076923078, 0.137629358730671, 0.274903846153848, 0.220209410823844, 0.591769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 765, '2021-05-23 00:00:00', 0.0237650033582015, 0.0568461538461536, 0.0479890091583478, 0.0867500000000005, 0.068765879285049, 0.119384615384615, 0.129425834123106, 0.285057692307691, 0.220682580958402, 0.594807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 780, '2021-05-23 00:00:00', 0.0330017482054421, 0.0578461538461546, 0.0510054446565781, 0.0798461538461547, 0.0530066650381, 0.108942307692308, 0.120942925191374, 0.300865384615385, 0.22089669444196, 0.594019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 795, '2021-05-23 00:00:00', 0.0265278083411464, 0.0512692307692318, 0.0287126881628734, 0.0710384615384624, 0.056762355483191, 0.11675, 0.127764338349345, 0.308115384615384, 0.21784876281847, 0.589788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 810, '2021-05-23 00:00:00', 0.0170709942930632, 0.0538269230769227, 0.0247745527010763, 0.0754615384615386, 0.0611235193308173, 0.120269230769229, 0.122731033314568, 0.313442307692308, 0.216854883239034, 0.588903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 825, '2021-05-23 00:00:00', 0.0228649210666611, 0.0527692307692313, 0.0534200192955661, 0.0915384615384619, 0.080075505233884, 0.136557692307692, 0.117086340594648, 0.317365384615385, 0.218324754577986, 0.588038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 840, '2021-05-23 00:00:00', 0.0422360627899897, 0.067750000000001, 0.0454559803969316, 0.0883846153846155, 0.0789617239309906, 0.137576923076923, 0.120785754381625, 0.32646153846154, 0.222515783364132, 0.590423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 855, '2021-05-23 00:00:00', 0.0202955944442669, 0.0548653846153842, 0.0632433669370834, 0.0987884615384615, 0.0694003990234617, 0.129846153846153, 0.118770528589959, 0.327038461538463, 0.219511727389537, 0.589038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 870, '2021-05-23 00:00:00', 0.0619147925657627, 0.0741923076923083, 0.0627920499622494, 0.0956923076923077, 0.0684645809609132, 0.132826923076922, 0.136926015958085, 0.334923076923078, 0.218805302460007, 0.587403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 885, '2021-05-23 00:00:00', 0.0272447948451449, 0.0633269230769221, 0.0257648314269992, 0.0884423076923069, 0.0395301832099893, 0.126346153846154, 0.144312071034109, 0.337423076923079, 0.217740319046476, 0.58444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 900, '2021-05-23 00:00:00', 0.0256259558921145, 0.0665192307692325, 0.0306786382708504, 0.0938269230769229, 0.0514820207600545, 0.141538461538463, 0.142795487162047, 0.339134615384617, 0.22228939211342, 0.585923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 915, '2021-05-23 00:00:00', 0.0180083741204355, 0.0613076923076926, 0.0344178006270017, 0.0912500000000006, 0.072269484995664, 0.155461538461541, 0.151027598089274, 0.336153846153847, 0.223695621668923, 0.588634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 930, '2021-05-23 00:00:00', 0.0254331174168352, 0.0757884615384616, 0.0444155767894398, 0.111288461538463, 0.074827894839785, 0.160923076923078, 0.149253697287023, 0.335384615384616, 0.221315094726604, 0.591134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 945, '2021-05-23 00:00:00', 0.0354425645885772, 0.0776538461538485, 0.0656855094662915, 0.120615384615386, 0.0792349014979162, 0.173980769230769, 0.152655318131554, 0.327615384615386, 0.236289490797915, 0.594211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 960, '2021-05-23 00:00:00', 0.0566671421548665, 0.0902499999999997, 0.0589582936033202, 0.114403846153846, 0.090172998261035, 0.192980769230769, 0.14535757634193, 0.325250000000001, 0.23810687403252, 0.592711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 975, '2021-05-23 00:00:00', 0.0292476757787958, 0.0714423076923088, 0.0669026502867, 0.127730769230768, 0.092170360662283, 0.193153846153846, 0.14242969655777, 0.32246153846154, 0.241008186902118, 0.597384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 990, '2021-05-23 00:00:00', 0.0456137462411707, 0.101923076923076, 0.0730287956904678, 0.156250000000001, 0.0727746891756715, 0.190653846153846, 0.144292566043386, 0.324730769230772, 0.226094579426739, 0.596826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1005, '2021-05-23 00:00:00', 0.0329415566396912, 0.0996153846153858, 0.05051153714366, 0.129153846153846, 0.0651787512567123, 0.172019230769231, 0.132008573439526, 0.31221153846154, 0.22198363765065, 0.600153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1020, '2021-05-23 00:00:00', 0.0301520505744835, 0.0866153846153844, 0.0453825449332148, 0.122346153846154, 0.0742845982587338, 0.171192307692309, 0.130231759390122, 0.294134615384616, 0.228155305573941, 0.59621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1035, '2021-05-23 00:00:00', 0.0400027306760238, 0.0865384615384604, 0.053000468067599, 0.123480769230769, 0.0606593895325484, 0.172307692307692, 0.121221678690799, 0.281346153846154, 0.227920607803549, 0.614288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1050, '2021-05-23 00:00:00', 0.0349674848966878, 0.0812499999999994, 0.0493819337877266, 0.119153846153847, 0.0863723713838033, 0.165057692307693, 0.126672516902686, 0.269942307692309, 0.246702948128684, 0.615769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1065, '2021-05-23 00:00:00', 0.0346167645024108, 0.093403846153845, 0.0421577851191644, 0.124326923076921, 0.0844199848741625, 0.168076923076923, 0.111638144845815, 0.266846153846153, 0.261046665442142, 0.626307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1080, '2021-05-23 00:00:00', 0.0252359938305458, 0.0836538461538439, 0.0498730233847781, 0.115961538461538, 0.0617298986279367, 0.155403846153845, 0.0849166559724206, 0.250038461538461, 0.269047951116524, 0.625999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1095, '2021-05-23 00:00:00', 0.0426465256949063, 0.0711153846153853, 0.05461500216551, 0.104538461538463, 0.0582906543505507, 0.139596153846154, 0.0879346544971798, 0.234711538461538, 0.285079349277731, 0.625346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1110, '2021-05-23 00:00:00', 0.0297645956439214, 0.0736346153846172, 0.0322854396808322, 0.0954807692307687, 0.0442769300930127, 0.128942307692306, 0.0894959560753771, 0.223884615384614, 0.284940736753343, 0.621711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1125, '2021-05-23 00:00:00', 0.020578601656912, 0.0631730769230774, 0.0377423655041122, 0.0883846153846155, 0.0466400949992431, 0.116461538461539, 0.0935769222865078, 0.216596153846153, 0.28860844648869, 0.616653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1140, '2021-05-23 00:00:00', 0.0274314810727766, 0.0608846153846159, 0.0364511105666008, 0.0857115384615383, 0.0373123819415734, 0.115423076923078, 0.095690124882351, 0.2075, 0.287022609669585, 0.61453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1155, '2021-05-23 00:00:00', 0.0261175449429334, 0.0598846153846144, 0.0324535229805028, 0.0801346153846165, 0.0437511889948321, 0.118942307692308, 0.101829580483956, 0.202288461538462, 0.287117647422688, 0.611288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1170, '2021-05-23 00:00:00', 0.0199846479540194, 0.0503846153846177, 0.0260816248314062, 0.077134615384618, 0.0605201174435786, 0.120269230769233, 0.103229721420796, 0.191846153846155, 0.28535069718614, 0.613096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1185, '2021-05-23 00:00:00', 0.0187160256300477, 0.0525192307692329, 0.0284866567955009, 0.080519230769231, 0.0645320194822816, 0.114692307692308, 0.100785209537602, 0.184038461538463, 0.282130676896637, 0.614826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1200, '2021-05-23 00:00:00', 0.0234398411651226, 0.0588846153846162, 0.0549070438244349, 0.0857115384615394, 0.0569455779332674, 0.104826923076924, 0.10236406370627, 0.179192307692308, 0.282080602910697, 0.614942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1215, '2021-05-23 00:00:00', 0.0547902468861578, 0.0546346153846166, 0.0547169113219611, 0.0720961538461559, 0.050455326775277, 0.090500000000002, 0.101513403813713, 0.180134615384615, 0.278236228493261, 0.610173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1230, '2021-05-23 00:00:00', 0.0282027549118063, 0.0481538461538454, 0.0346880438280319, 0.0625961538461527, 0.033838462412788, 0.0831923076923076, 0.0907120910437981, 0.173211538461537, 0.279251326696112, 0.604711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1245, '2021-05-23 00:00:00', 0.0144681081640338, 0.0416153846153849, 0.0173331718434285, 0.0581730769230776, 0.0308058685717759, 0.0826923076923079, 0.0708732997354044, 0.16276923076923, 0.2791489683636, 0.603942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1260, '2021-05-23 00:00:00', 0.0120295309711, 0.0424807692307682, 0.0188592050570724, 0.0554807692307685, 0.0301869113256808, 0.0849807692307689, 0.0668237866447139, 0.157961538461537, 0.278983376951719, 0.602230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1275, '2021-05-23 00:00:00', 0.0164779106218477, 0.0393076923076931, 0.0268106537377611, 0.0586346153846155, 0.0368657700312896, 0.0862500000000019, 0.0629717305316739, 0.157826923076924, 0.275997171808254, 0.602326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1290, '2021-05-23 00:00:00', 0.0211556139121503, 0.0454999999999992, 0.0222692354191561, 0.0648269230769249, 0.0432651263010529, 0.0866346153846164, 0.0611713891141414, 0.157673076923077, 0.275167303653615, 0.601749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1305, '2021-05-23 00:00:00', 0.016517834184716, 0.0493269230769247, 0.0297939655738422, 0.0654038461538475, 0.046161559932314, 0.0854807692307691, 0.0599031815002005, 0.157134615384616, 0.275282811919782, 0.600942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1320, '2021-05-23 00:00:00', 0.0195111802268895, 0.0468846153846157, 0.0324096376928921, 0.0612692307692309, 0.0415326562894981, 0.0823076923076923, 0.0566067439581033, 0.153288461538462, 0.276002037339193, 0.60076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1335, '2021-05-23 00:00:00', 0.0197713565154614, 0.0410576923076905, 0.0239268757804975, 0.0571538461538452, 0.0362734274429849, 0.0798076923076924, 0.0465929839551622, 0.151384615384616, 0.276954158939429, 0.601115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1350, '2021-05-23 00:00:00', 0.0139130818352308, 0.040076923076922, 0.0176787573527822, 0.056461538461538, 0.0300643668459215, 0.0771153846153834, 0.0437140533643161, 0.148538461538462, 0.276518679992177, 0.600596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1365, '2021-05-23 00:00:00', 0.0191641893605286, 0.0473846153846159, 0.025444819632959, 0.0631730769230769, 0.0278463918391857, 0.0783076923076918, 0.0457435367439598, 0.151865384615386, 0.277790588670399, 0.601134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1380, '2021-05-23 00:00:00', 0.0191498945568494, 0.0434615384615377, 0.0200671660641489, 0.0546346153846144, 0.0300477376596242, 0.0759423076923057, 0.0477666765079523, 0.154153846153848, 0.277596705949201, 0.601865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1395, '2021-05-23 00:00:00', 0.0148561305656839, 0.0362307692307673, 0.015788018826362, 0.0513076923076919, 0.0380776989042934, 0.099365384615383, 0.0610187991208746, 0.165576923076925, 0.277442221982275, 0.603057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1410, '2021-05-23 00:00:00', 0.00989438457681076, 0.0366730769230766, 0.021786031163251, 0.0556346153846138, 0.0391532099086876, 0.0929230769230752, 0.0780614476895245, 0.178980769230771, 0.27878388376331, 0.603923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 2, 1425, '2021-05-23 00:00:00', 0.0152302835975415, 0.0441923076923066, 0.0350902353281445, 0.0842307692307681, 0.0335885339868317, 0.0914807692307682, 0.089448483239493, 0.184634615384617, 0.277707291946036, 0.605 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 0, '2021-05-23 00:00:00', 0.0290283680878924, 0.0656153846153836, 0.0308155055875349, 0.070153846153845, 0.0279515033309743, 0.0809423076923078, 0.103775986550914, 0.195846153846157, 0.277707291946036, 0.605 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 15, '2021-05-23 00:00:00', 0.0276115081916109, 0.0401538461538449, 0.0264873336928033, 0.0536730769230752, 0.0248861716312782, 0.0761923076923091, 0.100388478116074, 0.19344230769231, 0.275156998541114, 0.601076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 30, '2021-05-23 00:00:00', 0.021787646464489, 0.0398076923076911, 0.0242703443606526, 0.0534807692307693, 0.0333018594999407, 0.0780769230769248, 0.100725094268432, 0.192230769230772, 0.275211979837642, 0.600423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 45, '2021-05-23 00:00:00', 0.023648971355089, 0.0394230769230771, 0.0200257238417145, 0.0574807692307688, 0.0306689770590094, 0.0768846153846168, 0.099001136357115, 0.192750000000002, 0.274756662269615, 0.599288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 60, '2021-05-23 00:00:00', 0.0158622556355056, 0.0436346153846166, 0.0287943370500825, 0.0560769230769247, 0.0318009675711508, 0.0726923076923083, 0.0946070740565329, 0.189038461538462, 0.27325251775883, 0.594461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 75, '2021-05-23 00:00:00', 0.0180775679099384, 0.0325384615384633, 0.0234010930053722, 0.0491346153846182, 0.0329079193180927, 0.0806346153846162, 0.0942829048865494, 0.183115384615387, 0.274743961927074, 0.590730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 90, '2021-05-23 00:00:00', 0.0142618506728735, 0.0359038461538476, 0.0206326477662489, 0.051115384615386, 0.0287449059032142, 0.0794807692307705, 0.089390913322414, 0.178153846153848, 0.27176727388309, 0.587134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 105, '2021-05-23 00:00:00', 0.0154688272142592, 0.0367307692307697, 0.0215384539835155, 0.0632499999999992, 0.0303665301581563, 0.0841153846153856, 0.0840893480860599, 0.175538461538463, 0.271386732995838, 0.585826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 120, '2021-05-23 00:00:00', 0.0161589341803914, 0.0506346153846145, 0.0203611999041946, 0.060461538461538, 0.0339428025677601, 0.0914230769230778, 0.0843611945970775, 0.178865384615385, 0.272720781414592, 0.586230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 135, '2021-05-23 00:00:00', 0.017492415939046, 0.0382692307692326, 0.0257977637671296, 0.0602307692307715, 0.0405473749506017, 0.102480769230771, 0.0924175495322095, 0.181711538461541, 0.273527664892492, 0.585711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 150, '2021-05-23 00:00:00', 0.0169805318390952, 0.0440384615384614, 0.0259359047238801, 0.0693653846153862, 0.0592558111398879, 0.119134615384615, 0.0926757976040033, 0.179711538461541, 0.273667580497554, 0.582769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 165, '2021-05-23 00:00:00', 0.0198796765180307, 0.0521923076923093, 0.0317583907749659, 0.0843461538461543, 0.0648910329232482, 0.118384615384614, 0.0885411964090065, 0.175788461538464, 0.269605130058474, 0.580615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 180, '2021-05-23 00:00:00', 0.0309576944579845, 0.0641730769230767, 0.0515103910353581, 0.0929038461538454, 0.0810136170890201, 0.123884615384617, 0.0937382608034802, 0.174692307692309, 0.269811376420926, 0.581826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 195, '2021-05-23 00:00:00', 0.0283016172410946, 0.0566923076923073, 0.0365057002925046, 0.0753846153846141, 0.05582055039279, 0.109423076923078, 0.0750646695548884, 0.160269230769232, 0.261031322170055, 0.574134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 210, '2021-05-23 00:00:00', 0.0245125713430103, 0.0513846153846148, 0.0443422528139413, 0.0786538461538462, 0.0468556252266977, 0.0950192307692303, 0.0762950749494246, 0.158038461538461, 0.260695658840845, 0.575057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 225, '2021-05-23 00:00:00', 0.0333226649594538, 0.0594999999999999, 0.0384895240492582, 0.079211538461539, 0.0389980078386656, 0.0917692307692306, 0.0694816771641164, 0.152288461538462, 0.26052931696836, 0.570749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 240, '2021-05-23 00:00:00', 0.0228651229201564, 0.0535769230769236, 0.027264657314215, 0.0656923076923082, 0.0345760532961561, 0.0837884615384621, 0.0710342089852055, 0.148326923076923, 0.261359069981394, 0.567711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 255, '2021-05-23 00:00:00', 0.0203848359930015, 0.0428076923076923, 0.0243551605651428, 0.0589230769230757, 0.0360245002100615, 0.079269230769231, 0.0694929216096592, 0.146615384615386, 0.260846173354808, 0.566884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 270, '2021-05-23 00:00:00', 0.01875842374877, 0.0440384615384608, 0.0218658497345838, 0.0581538461538456, 0.0288133048861372, 0.0754423076923083, 0.0660990282716887, 0.147192307692309, 0.258846274545635, 0.569923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 285, '2021-05-23 00:00:00', 0.0186010338835914, 0.0384615384615379, 0.0237465463075893, 0.0560384615384602, 0.0286406381536124, 0.0743846153846158, 0.0663262362522134, 0.141519230769233, 0.259183639233178, 0.572673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 300, '2021-05-23 00:00:00', 0.0169615855572333, 0.0388461538461524, 0.0174280057555462, 0.0511538461538466, 0.0381108958778882, 0.0774038461538463, 0.0650175242649105, 0.141538461538464, 0.258441647185589, 0.573749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 315, '2021-05-23 00:00:00', 0.0113519229140322, 0.0361153846153854, 0.0197464310309852, 0.0548076923076922, 0.0540373802246042, 0.0810384615384621, 0.0647918115671543, 0.152326923076925, 0.259546575040753, 0.572769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 330, '2021-05-23 00:00:00', 0.0174599431667058, 0.0389807692307668, 0.0351827536421767, 0.0583846153846143, 0.0514282958631196, 0.0794807692307683, 0.0632572525486184, 0.158500000000001, 0.259301997975038, 0.571615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 345, '2021-05-23 00:00:00', 0.0275537865609455, 0.0443653846153833, 0.0437028779196709, 0.0621923076923068, 0.0438104483498565, 0.0823461538461541, 0.0574653239922857, 0.160711538461539, 0.259299470467288, 0.568153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 360, '2021-05-23 00:00:00', 0.0226710252219759, 0.0423461538461527, 0.0247474940456305, 0.0539615384615376, 0.0380074284237251, 0.0742307692307689, 0.054551133387364, 0.160615384615385, 0.260413795717509, 0.562749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 375, '2021-05-23 00:00:00', 0.0137923752626077, 0.0319807692307694, 0.0209807970809945, 0.0470769230769232, 0.0302860782945148, 0.0684423076923076, 0.0510839881582653, 0.168423076923077, 0.262374791384094, 0.558365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 390, '2021-05-23 00:00:00', 0.0143038456367521, 0.035000000000001, 0.0245746586172385, 0.046923076923078, 0.0328421926092734, 0.0689807692307696, 0.0566734539675792, 0.169403846153847, 0.263175846448428, 0.557115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 405, '2021-05-23 00:00:00', 0.0183399521851552, 0.0310769230769228, 0.0245691567119917, 0.048211538461538, 0.0280855834904645, 0.0644999999999992, 0.0576458684889575, 0.173384615384616, 0.264370969691048, 0.554519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 420, '2021-05-23 00:00:00', 0.0185308889736512, 0.0364230769230765, 0.0211224725388344, 0.0483269230769226, 0.0262170819241076, 0.064653846153845, 0.07270474801975, 0.182403846153847, 0.263801848713416, 0.553346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 435, '2021-05-23 00:00:00', 0.0134812690569034, 0.0327692307692298, 0.0179276430301181, 0.0449038461538458, 0.0230849601389168, 0.0686538461538477, 0.0708343815910363, 0.182019230769232, 0.262076850150135, 0.552846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 450, '2021-05-23 00:00:00', 0.0148661204912884, 0.0331923076923082, 0.0192991928886636, 0.0461730769230771, 0.023730603415453, 0.0711923076923098, 0.0814648980566763, 0.193019230769233, 0.26082840881728, 0.551826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 465, '2021-05-23 00:00:00', 0.0130217717097774, 0.0339423076923085, 0.0200956558642752, 0.0531538461538474, 0.022280484734404, 0.0705000000000021, 0.0832976798088554, 0.20171153846154, 0.25990321571397, 0.550692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 480, '2021-05-23 00:00:00', 0.0154468318882729, 0.042269230769232, 0.0209678233344473, 0.0564807692307705, 0.0205142727050084, 0.0693461538461559, 0.0812563772645194, 0.211326923076925, 0.259251844441182, 0.550673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 495, '2021-05-23 00:00:00', 0.0141996343398196, 0.0390192307692307, 0.0161756345732137, 0.048365384615386, 0.0361550773112798, 0.0880192307692318, 0.0800155009021089, 0.213903846153848, 0.259658276172002, 0.550596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 510, '2021-05-23 00:00:00', 0.0101617116971191, 0.0324038461538478, 0.0156864959071845, 0.0476153846153868, 0.0404968944678288, 0.0954615384615384, 0.0765316827303471, 0.215038461538462, 0.257161765910399, 0.548076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 525, '2021-05-23 00:00:00', 0.0108680902009225, 0.0373461538461545, 0.0262539447585437, 0.0705192307692313, 0.0363285488498847, 0.100288461538461, 0.0747385082496612, 0.219769230769231, 0.256769526259222, 0.549480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 540, '2021-05-23 00:00:00', 0.0225818170557331, 0.0609615384615393, 0.0305005926802468, 0.0821153846153843, 0.0358653947205598, 0.107442307692307, 0.0736348083449675, 0.220750000000001, 0.25746390934534, 0.549769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 555, '2021-05-23 00:00:00', 0.0207172262028126, 0.0532884615384624, 0.0246394071482136, 0.0704038461538456, 0.0331523812812213, 0.107096153846154, 0.0673546326429102, 0.215442307692308, 0.252965261373057, 0.54828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 570, '2021-05-23 00:00:00', 0.018225383819953, 0.047230769230769, 0.0214830165479606, 0.0695000000000001, 0.030331070639757, 0.102923076923076, 0.0660133203341448, 0.215961538461539, 0.251850365372898, 0.550442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 585, '2021-05-23 00:00:00', 0.0182259008429876, 0.0517115384615383, 0.0273600775977323, 0.0814230769230771, 0.0301678636963238, 0.107, 0.0687293689324014, 0.217884615384616, 0.25156427837403, 0.551615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 600, '2021-05-23 00:00:00', 0.0191657647502421, 0.0644423076923093, 0.0253999697153076, 0.0814615384615377, 0.0361689624699665, 0.116923076923077, 0.075264875861597, 0.221807692307694, 0.252963521997816, 0.55178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 615, '2021-05-23 00:00:00', 0.0154019978724026, 0.0541923076923057, 0.0239164893230269, 0.0785384615384611, 0.0369467860577886, 0.11475, 0.0778687579298561, 0.216288461538463, 0.253362346938441, 0.558826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 630, '2021-05-23 00:00:00', 0.0211688541167299, 0.0625961538461565, 0.0338384624127863, 0.0868076923076941, 0.0447013035432038, 0.124557692307695, 0.0741749698607708, 0.213884615384619, 0.253253862450614, 0.562826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 645, '2021-05-23 00:00:00', 0.023306552396598, 0.0596538461538473, 0.025403611190902, 0.0857115384615389, 0.0478332520324524, 0.129500000000002, 0.0743049537638399, 0.212884615384617, 0.250516206292896, 0.566019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 660, '2021-05-23 00:00:00', 0.0181959843414372, 0.0574230769230784, 0.0324464351485065, 0.089634615384617, 0.0518889087007419, 0.129826923076926, 0.0779435125834504, 0.214865384615387, 0.249640274271725, 0.57194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 675, '2021-05-23 00:00:00', 0.0217480679955359, 0.0609615384615393, 0.0381692435587366, 0.0863653846153865, 0.0482700257366348, 0.117346153846155, 0.0826523977035985, 0.218673076923079, 0.247332097671252, 0.577557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 690, '2021-05-23 00:00:00', 0.0267252689415843, 0.0575000000000002, 0.0388964156940731, 0.0828653846153851, 0.0443154426982115, 0.113961538461538, 0.0780555817744887, 0.226076923076925, 0.244265457742502, 0.578076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 705, '2021-05-23 00:00:00', 0.0211551048576573, 0.0554615384615387, 0.0312303599821615, 0.0781538461538455, 0.0402001722154749, 0.103076923076923, 0.104841068362473, 0.24048076923077, 0.243284942940451, 0.57921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 720, '2021-05-23 00:00:00', 0.0176175611688585, 0.0510384615384604, 0.0274540455194617, 0.0692307692307675, 0.031991489252854, 0.0981538461538442, 0.115069176518369, 0.241653846153847, 0.242234801063254, 0.579326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 735, '2021-05-23 00:00:00', 0.0186901454906477, 0.0473076923076897, 0.024593096279553, 0.0670961538461528, 0.0278196665356326, 0.0979230769230761, 0.13900142223954, 0.260153846153847, 0.242017192650567, 0.58019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 750, '2021-05-23 00:00:00', 0.0215094254831543, 0.0538461538461541, 0.0266702153087559, 0.0760961538461532, 0.0300562613469108, 0.100173076923076, 0.139530123574142, 0.271346153846156, 0.243241128385932, 0.582057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 765, '2021-05-23 00:00:00', 0.0187237508569704, 0.0496730769230753, 0.0215800923217538, 0.0700961538461546, 0.0428278351255155, 0.0967115384615378, 0.151443156383459, 0.29048076923077, 0.242144220376077, 0.57971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986745 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 986745, 3, 780, '2021-05-23 00:00:00', 0.0195484408191952, 0.0531923076923092, 0.0269801137592394, 0.0704423076923079, 0.0602468256425192, 0.1085, 0.159145236038802, 0.3026153[...];
Date: 2021-05-23 16:36:46 Duration: 22s101ms 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 983610, 1, 975, '2021-05-23 00:00:00', 0.0281528793444769, 0.0627307692307676, 0.0444861084626853, 0.107923076923076, 0.0591481094047316, 0.168826923076922, 0.113988164027945, 0.306807692307693, 0.149389641541842, 0.56325 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 990, '2021-05-23 00:00:00', 0.0440265872469758, 0.0879038461538456, 0.0504418019564682, 0.122653846153846, 0.0616045858682643, 0.176749999999999, 0.113813580709187, 0.302134615384617, 0.149817150091498, 0.560538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1005, '2021-05-23 00:00:00', 0.0386380442250703, 0.0870384615384623, 0.056597227439569, 0.128115384615386, 0.065195905959242, 0.179115384615386, 0.114223875989891, 0.292076923076926, 0.151389426518295, 0.558038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1020, '2021-05-23 00:00:00', 0.050589239506504, 0.094365384615387, 0.0482045481416286, 0.13046153846154, 0.0770906584184144, 0.198480769230771, 0.112013577473722, 0.280807692307695, 0.149846722969223, 0.553903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1035, '2021-05-23 00:00:00', 0.0282810618884537, 0.0849615384615391, 0.0397994974842649, 0.117000000000001, 0.0814579646197965, 0.191500000000002, 0.0904426975408268, 0.26169230769231, 0.149849586124014, 0.548538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1050, '2021-05-23 00:00:00', 0.0342251369610117, 0.0839999999999994, 0.0540743114042719, 0.142134615384615, 0.0749000256752557, 0.181923076923077, 0.083773616647209, 0.248173076923078, 0.148963636502335, 0.54525 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1065, '2021-05-23 00:00:00', 0.0407451224074718, 0.109249999999999, 0.0645814482768717, 0.14171153846154, 0.0640035575934268, 0.159653846153846, 0.0784906584348614, 0.227288461538463, 0.150366766991195, 0.54023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1080, '2021-05-23 00:00:00', 0.0398244271772988, 0.0812500000000021, 0.0395552631915639, 0.0946730769230764, 0.0447792749108173, 0.127288461538462, 0.0589422566193783, 0.203519230769233, 0.158706154453877, 0.532711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1095, '2021-05-23 00:00:00', 0.0244670893556736, 0.0635384615384594, 0.0274476564783566, 0.0805769230769214, 0.0513685664135622, 0.116519230769231, 0.0544411750282941, 0.191307692307694, 0.165753732989637, 0.5325 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1110, '2021-05-23 00:00:00', 0.0215924488225344, 0.0614230769230762, 0.0351932030150941, 0.0911923076923064, 0.0458591195527549, 0.116673076923078, 0.0551534363250509, 0.186192307692309, 0.177245003184423, 0.539134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1125, '2021-05-23 00:00:00', 0.0277838705283941, 0.0617884615384592, 0.0417032557297588, 0.0796923076923062, 0.0420611505384174, 0.115403846153846, 0.0523666364719443, 0.179230769230769, 0.185645592874828, 0.543884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1140, '2021-05-23 00:00:00', 0.0241839107354785, 0.0511923076923067, 0.027304416379885, 0.072134615384616, 0.0320387325688029, 0.100903846153846, 0.0526423637533349, 0.174538461538461, 0.185276317553416, 0.544423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1155, '2021-05-23 00:00:00', 0.0212336090631347, 0.0523846153846157, 0.0315198594295947, 0.0788076923076931, 0.0311635388530573, 0.0986153846153843, 0.0557760666897959, 0.177480769230768, 0.183877362977025, 0.54723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1170, '2021-05-23 00:00:00', 0.019180358543211, 0.051884615384615, 0.0186527065472671, 0.0657115384615374, 0.0226504881930741, 0.0832307692307687, 0.057078704098275, 0.172961538461537, 0.184075812141044, 0.550730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1185, '2021-05-23 00:00:00', 0.0157811109095155, 0.0497884615384621, 0.0198323356784199, 0.0671923076923071, 0.0247937724811324, 0.0828653846153835, 0.0576865135551967, 0.174076923076922, 0.183087899234641, 0.553673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1200, '2021-05-23 00:00:00', 0.0177961102059286, 0.0481923076923077, 0.0195877610924621, 0.0614038461538464, 0.0364522923200262, 0.0895192307692319, 0.0644410672928852, 0.182365384615384, 0.182506589975857, 0.554153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1215, '2021-05-23 00:00:00', 0.0137251593797652, 0.0410000000000012, 0.0216487786118421, 0.0590192307692311, 0.0362461509892913, 0.0912115384615406, 0.0662860729078016, 0.183788461538461, 0.189495079091781, 0.559749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1230, '2021-05-23 00:00:00', 0.0192111846429249, 0.0444807692307679, 0.0318819939536641, 0.0693076923076931, 0.037007546008057, 0.0944615384615386, 0.0667434151174358, 0.178211538461537, 0.190662545230693, 0.562384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1245, '2021-05-23 00:00:00', 0.0223819037479977, 0.0464807692307698, 0.022237572155805, 0.0605192307692317, 0.0355099336047739, 0.0871538461538458, 0.0668746588776348, 0.170999999999997, 0.188641560801267, 0.564538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1260, '2021-05-23 00:00:00', 0.0153272507444952, 0.0422692307692315, 0.0315748256588162, 0.0624807692307697, 0.0404378583089572, 0.0935961538461526, 0.0657794333067246, 0.166423076923075, 0.187937940861828, 0.56151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1275, '2021-05-23 00:00:00', 0.0250625448397857, 0.041865384615385, 0.0285400663036287, 0.0588461538461544, 0.0403158920755344, 0.0921346153846153, 0.0652920097597056, 0.163557692307691, 0.185607828913129, 0.559884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1290, '2021-05-23 00:00:00', 0.0192957149487815, 0.0437692307692315, 0.0303379237157807, 0.0720192307692303, 0.0349468002276849, 0.091326923076923, 0.0657432886308539, 0.1605, 0.186457538989854, 0.560923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1305, '2021-05-23 00:00:00', 0.0250917393700682, 0.0551538461538461, 0.0290467064199411, 0.0688653846153855, 0.0348891045368706, 0.0920192307692307, 0.0623004290638382, 0.160211538461539, 0.19266843580059, 0.564884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1320, '2021-05-23 00:00:00', 0.0182494783908594, 0.0457115384615386, 0.0212160316741826, 0.0574999999999991, 0.0317628956246351, 0.0848076923076917, 0.0583865006789948, 0.153788461538462, 0.193001502584824, 0.568 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1335, '2021-05-23 00:00:00', 0.0142774836179724, 0.0389423076923056, 0.0181406576931064, 0.0597115384615377, 0.0317083585194799, 0.0869999999999984, 0.0561353583896826, 0.15896153846154, 0.195781251557799, 0.569038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1350, '2021-05-23 00:00:00', 0.0190596734978895, 0.0478653846153836, 0.0249107329355149, 0.066730769230767, 0.0348500524224307, 0.0871153846153841, 0.0613503965255792, 0.162134615384617, 0.196674690405637, 0.571423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1365, '2021-05-23 00:00:00', 0.0180816205025955, 0.053249999999999, 0.027023871213885, 0.0684807692307683, 0.0298454544922044, 0.084634615384615, 0.0641680516001037, 0.163673076923078, 0.198500475682434, 0.570673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1380, '2021-05-23 00:00:00', 0.026394499718401, 0.0495192307692306, 0.0302671693169614, 0.0633076923076923, 0.0455231640106273, 0.100461538461538, 0.0657439233810869, 0.165288461538463, 0.198629315560415, 0.57075 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1395, '2021-05-23 00:00:00', 0.0209438902418265, 0.0419423076923068, 0.0225194702082804, 0.0575576923076922, 0.0413009824803973, 0.110634615384615, 0.073254036381305, 0.172423076923078, 0.198402176050408, 0.572788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1410, '2021-05-23 00:00:00', 0.0132324775283583, 0.0360384615384609, 0.0291733018093851, 0.0801923076923075, 0.0363966820127653, 0.106538461538462, 0.0750976390082607, 0.176653846153846, 0.198402176050408, 0.572788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 1, 1425, '2021-05-23 00:00:00', 0.0251580007154771, 0.0682500000000001, 0.0318627585845189, 0.0948461538461531, 0.0286814131719207, 0.102288461538461, 0.0802694237217059, 0.186596153846154, 0.198688264722556, 0.573057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 0, '2021-05-23 00:00:00', 0.0297426461499309, 0.06525, 0.0271029447732996, 0.0769807692307706, 0.0284539101003703, 0.0882499999999989, 0.0764127053470891, 0.192192307692308, 0.199098279751481, 0.572750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 15, '2021-05-23 00:00:00', 0.0190133252867983, 0.0449423076923091, 0.023356402515405, 0.0578076923076929, 0.030607766736818, 0.0831538461538464, 0.0658028202575397, 0.190365384615385, 0.202641073367133, 0.573769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 30, '2021-05-23 00:00:00', 0.0226177262000729, 0.0371923076923071, 0.0213176073848672, 0.0534038461538459, 0.0312661773511551, 0.080076923076925, 0.0726604669785331, 0.193288461538463, 0.202616463185609, 0.571634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 45, '2021-05-23 00:00:00', 0.0182074055094248, 0.0424807692307698, 0.0260855987383558, 0.0640384615384629, 0.0323586155451683, 0.0795000000000019, 0.0837255704898225, 0.202634615384617, 0.203000261462505, 0.568615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 60, '2021-05-23 00:00:00', 0.0249281737428514, 0.0474230769230776, 0.0288829734245989, 0.0598846153846171, 0.0332761869117323, 0.0752692307692311, 0.10095120870233, 0.210942307692308, 0.203483869139545, 0.566250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 75, '2021-05-23 00:00:00', 0.0147307632054613, 0.0343461538461555, 0.0169239020777851, 0.0464615384615389, 0.0307346459478273, 0.0814615384615394, 0.0973784607363691, 0.209730769230768, 0.203982193793024, 0.565846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 90, '2021-05-23 00:00:00', 0.010735294055663, 0.0360576923076923, 0.018772197117423, 0.0496538461538455, 0.0338402866418108, 0.0842500000000011, 0.0962541607492284, 0.212788461538461, 0.204237065309295, 0.565326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 105, '2021-05-23 00:00:00', 0.0149653060314632, 0.0339038461538463, 0.0262169058785765, 0.0658846153846157, 0.0396216529768165, 0.0866538461538472, 0.0963111563950609, 0.217173076923076, 0.204305999761292, 0.564807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 120, '2021-05-23 00:00:00', 0.0200629394272505, 0.0536923076923094, 0.028854782299272, 0.06546153846154, 0.0381978452876003, 0.0891538461538466, 0.0941917540895241, 0.214442307692306, 0.205741443414935, 0.561192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 135, '2021-05-23 00:00:00', 0.0180088546596885, 0.0393269230769239, 0.0251658193098979, 0.0564615384615386, 0.0359252857169731, 0.095384615384615, 0.0908510297981516, 0.20551923076923, 0.206229886664968, 0.559384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 150, '2021-05-23 00:00:00', 0.0179282329988639, 0.0413076923076933, 0.0228899457269929, 0.0599807692307692, 0.0311670684191878, 0.0988846153846148, 0.0913150948007038, 0.204442307692308, 0.207260942923499, 0.558538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 165, '2021-05-23 00:00:00', 0.0171258239554721, 0.0459230769230765, 0.0239154037904754, 0.0769423076923061, 0.0398907739477921, 0.111576923076921, 0.0861600567816393, 0.204346153846152, 0.209061437418248, 0.55726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 180, '2021-05-23 00:00:00', 0.0231556605473609, 0.0612692307692293, 0.02808070785871, 0.0781153846153821, 0.0431254698971043, 0.112384615384612, 0.0868127782157573, 0.198461538461537, 0.20993676337265, 0.556730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 195, '2021-05-23 00:00:00', 0.0182491411810565, 0.0496346153846146, 0.0344450063367456, 0.0780384615384608, 0.0457462440660862, 0.100826923076921, 0.0803548691741827, 0.185750000000001, 0.210727812957487, 0.556865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 210, '2021-05-23 00:00:00', 0.0243537471449471, 0.0527499999999983, 0.0233341693989406, 0.0672115384615358, 0.0458408828281216, 0.0979423076923058, 0.0694213223728868, 0.178999999999999, 0.222581280745848, 0.563057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 225, '2021-05-23 00:00:00', 0.017352942556943, 0.0472692307692307, 0.0382049130952468, 0.0678461538461515, 0.049925806491696, 0.100115384615383, 0.0653853106297896, 0.180673076923077, 0.220816726129299, 0.563057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 240, '2021-05-23 00:00:00', 0.0219019142120932, 0.0509230769230758, 0.0268678246235165, 0.0704999999999994, 0.05714461075606, 0.104057692307692, 0.0577943303048376, 0.173269230769231, 0.218438779488935, 0.567403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 255, '2021-05-23 00:00:00', 0.0196720907339853, 0.0491346153846144, 0.0310643067498091, 0.0721346153846166, 0.0531912695265518, 0.0988653846153844, 0.054547823054637, 0.171750000000001, 0.219066379999657, 0.568673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 270, '2021-05-23 00:00:00', 0.0201426165132552, 0.0482499999999992, 0.0394305231241766, 0.0673846153846147, 0.0399655669102984, 0.0855576923076914, 0.048781668215079, 0.159634615384616, 0.219753044084981, 0.565596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 285, '2021-05-23 00:00:00', 0.0295070591293279, 0.0449423076923075, 0.0288825805900112, 0.0572884615384612, 0.0290826474829133, 0.079596153846154, 0.0510313478318808, 0.152038461538463, 0.220656530869551, 0.56523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 300, '2021-05-23 00:00:00', 0.0188013195117955, 0.0395192307692298, 0.0199429281855836, 0.0524038461538466, 0.0303443316212193, 0.0755384615384615, 0.0510311217260153, 0.148153846153846, 0.221975864938928, 0.565730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 315, '2021-05-23 00:00:00', 0.015990826697251, 0.0379423076923096, 0.023407986802668, 0.0560769230769236, 0.0362365306541084, 0.0736153846153858, 0.0459258809219986, 0.152442307692308, 0.222910117277381, 0.564596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 330, '2021-05-23 00:00:00', 0.0176810741929152, 0.040403846153845, 0.0253106013058081, 0.0515576923076925, 0.0365075545395958, 0.0696923076923092, 0.0463424045722543, 0.152961538461539, 0.222755838220997, 0.56421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 345, '2021-05-23 00:00:00', 0.0139434710389982, 0.0334038461538466, 0.0214199762981979, 0.0473461538461531, 0.0236637990317583, 0.0673461538461529, 0.060301447871379, 0.16376923076923, 0.223448073472255, 0.563307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 360, '2021-05-23 00:00:00', 0.0140875422325485, 0.0343269230769225, 0.0171458898416375, 0.0461923076923085, 0.0221491882122473, 0.0679423076923069, 0.0674259508361139, 0.165826923076921, 0.225228741846697, 0.564384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 375, '2021-05-23 00:00:00', 0.0123417365689974, 0.0310384615384611, 0.0152370121238252, 0.0485576923076908, 0.0223139228699516, 0.0686346153846157, 0.0741485437379703, 0.173057692307692, 0.22425395288515, 0.567153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 390, '2021-05-23 00:00:00', 0.0136047644369414, 0.0339807692307692, 0.0225969109529469, 0.0480961538461556, 0.0239011184160592, 0.0687884615384626, 0.0738240840418316, 0.176846153846154, 0.224034397255971, 0.567134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 405, '2021-05-23 00:00:00', 0.0119182471607455, 0.0317307692307699, 0.0125620307030598, 0.0457692307692312, 0.0434256792161567, 0.0759807692307691, 0.0797615581207269, 0.184384615384615, 0.224263739824342, 0.566250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 420, '2021-05-23 00:00:00', 0.00903003535217592, 0.033807692307693, 0.0156983708120893, 0.0461730769230766, 0.0449710847271721, 0.0775384615384612, 0.0829051844903846, 0.187019230769232, 0.223121891488797, 0.569038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 435, '2021-05-23 00:00:00', 0.0145456311178088, 0.0323461538461525, 0.0383927877842441, 0.0571153846153846, 0.0366129915992403, 0.0838653846153828, 0.0821956600950526, 0.198057692307692, 0.223911676439961, 0.569326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 450, '2021-05-23 00:00:00', 0.0343430655860279, 0.0433846153846159, 0.0347742167970205, 0.0581153846153845, 0.0322717130245449, 0.0802884615384612, 0.0807854351876728, 0.203442307692308, 0.223767726414279, 0.570153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 465, '2021-05-23 00:00:00', 0.0133917310881924, 0.0369615384615373, 0.020345033413966, 0.0574038461538453, 0.0253641251801415, 0.0776730769230767, 0.0807651319472796, 0.213442307692306, 0.223574726795178, 0.569038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 480, '2021-05-23 00:00:00', 0.0179833683847466, 0.042692307692306, 0.0228720605509462, 0.0588653846153831, 0.0258496540670203, 0.0767307692307661, 0.0858372364061554, 0.220134615384614, 0.222994936127397, 0.568807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 495, '2021-05-23 00:00:00', 0.0165595545276388, 0.0388269230769237, 0.0192419813468825, 0.0524230769230769, 0.0254219166498865, 0.0810769230769243, 0.101986733677247, 0.230923076923075, 0.223329367836972, 0.568057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 510, '2021-05-23 00:00:00', 0.0133375842582597, 0.0373653846153848, 0.0163813801428522, 0.0520192307692294, 0.0257512060957276, 0.0902692307692316, 0.120362243313194, 0.23798076923077, 0.223329367836972, 0.568057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 525, '2021-05-23 00:00:00', 0.0117220535087304, 0.0344423076923071, 0.0184130075260364, 0.0653269230769251, 0.0447453177610619, 0.108211538461539, 0.120186502505961, 0.239153846153847, 0.223249308724919, 0.568576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 540, '2021-05-23 00:00:00', 0.0190843874974773, 0.05742307692308, 0.0256327614887361, 0.0785384615384632, 0.0480524753224582, 0.113596153846154, 0.120690884557969, 0.238019230769231, 0.223147484861471, 0.568000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 555, '2021-05-23 00:00:00', 0.0166400004622775, 0.0490192307692298, 0.038014673280397, 0.0786538461538451, 0.0511779587472812, 0.11778846153846, 0.123668789981081, 0.243480769230769, 0.223533810899794, 0.571730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 570, '2021-05-23 00:00:00', 0.0339131016207375, 0.0629615384615385, 0.0369300221833341, 0.0844423076923075, 0.0458716268933883, 0.125115384615385, 0.12360410125135, 0.245576923076924, 0.226978698593908, 0.576019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 585, '2021-05-23 00:00:00', 0.0140927286215254, 0.0527500000000004, 0.0339043734415123, 0.0894423076923079, 0.0567566871695464, 0.124307692307693, 0.117666706617267, 0.245423076923076, 0.230702872510542, 0.577846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 600, '2021-05-23 00:00:00', 0.0334501925945938, 0.0776538461538464, 0.0406497847472794, 0.10025, 0.0598933186205677, 0.12848076923077, 0.118969034432688, 0.247134615384615, 0.231185539872532, 0.581423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 615, '2021-05-23 00:00:00', 0.0242045529728482, 0.0675961538461541, 0.0383399420167293, 0.0896346153846165, 0.0539346221043453, 0.126211538461539, 0.129101683239936, 0.244269230769231, 0.232233901487274, 0.579250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 630, '2021-05-23 00:00:00', 0.0310025061021746, 0.0621538461538467, 0.041525914059315, 0.0866923076923073, 0.0476723754874397, 0.125653846153845, 0.126538707972637, 0.240269230769232, 0.228856852303255, 0.577673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 645, '2021-05-23 00:00:00', 0.0245067102270759, 0.0588269230769236, 0.0277884037795518, 0.0868461538461553, 0.0514876833666206, 0.124692307692307, 0.117633943296076, 0.245769230769231, 0.225738522154762, 0.576903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 660, '2021-05-23 00:00:00', 0.0222455959340627, 0.0645576923076928, 0.0374365925471119, 0.0905384615384621, 0.0585247252154047, 0.125211538461538, 0.118405470247854, 0.250153846153847, 0.226235245162743, 0.581615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 675, '2021-05-23 00:00:00', 0.0235578257453052, 0.0533653846153842, 0.0450537627558623, 0.0811923076923057, 0.065877791869023, 0.11878846153846, 0.108273224547189, 0.247865384615386, 0.226314417094041, 0.581346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 690, '2021-05-23 00:00:00', 0.0213284209087656, 0.0573076923076905, 0.025844542646668, 0.0765961538461528, 0.0713900122296793, 0.118423076923078, 0.103781523477854, 0.24973076923077, 0.229993565963519, 0.587096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 705, '2021-05-23 00:00:00', 0.0205310365432055, 0.0517884615384618, 0.0434089320833311, 0.0798461538461536, 0.0637378917611305, 0.111326923076924, 0.103057588456461, 0.249057692307693, 0.228035355726998, 0.586788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 720, '2021-05-23 00:00:00', 0.0272406653030687, 0.056923076923076, 0.0479704235801758, 0.081307692307693, 0.0521157328969335, 0.105980769230771, 0.118186256196929, 0.261365384615385, 0.229701063257309, 0.594538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 735, '2021-05-23 00:00:00', 0.0305476739640737, 0.056403846153846, 0.0320755118671289, 0.0725384615384619, 0.0551540081533929, 0.10723076923077, 0.146416903448287, 0.280519230769231, 0.23073352262196, 0.596038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 750, '2021-05-23 00:00:00', 0.0150223039306414, 0.0505192307692315, 0.0280134102502028, 0.0743653846153855, 0.0453810533152341, 0.106500000000001, 0.141465619634108, 0.278692307692308, 0.21898835673299, 0.592403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 765, '2021-05-23 00:00:00', 0.0231408396895728, 0.0554615384615387, 0.0332020388623259, 0.0798461538461552, 0.0457739428731448, 0.111076923076923, 0.132974394585517, 0.289480769230771, 0.219527762393595, 0.595538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 780, '2021-05-23 00:00:00', 0.0269823018918814, 0.055230769230769, 0.0330823273760381, 0.0739038461538459, 0.0421834136197557, 0.105903846153846, 0.122453934823861, 0.302615384615384, 0.219492275140046, 0.594826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 795, '2021-05-23 00:00:00', 0.0172582198921597, 0.0488846153846149, 0.0233650626758441, 0.070615384615384, 0.0540722166679405, 0.116230769230769, 0.120574332324027, 0.302019230769231, 0.2159182724658, 0.590403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 810, '2021-05-23 00:00:00', 0.0151790467928133, 0.0547884615384602, 0.0216028132071132, 0.0751923076923071, 0.0590745194322714, 0.121173076923077, 0.118062447621848, 0.307307692307692, 0.215436670151935, 0.590173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 825, '2021-05-23 00:00:00', 0.0220494985116509, 0.053403846153847, 0.0535043096754489, 0.0918653846153849, 0.0804215049693704, 0.138461538461539, 0.11408178577737, 0.312576923076923, 0.21660416573876, 0.589269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 840, '2021-05-23 00:00:00', 0.0420037544109503, 0.0683461538461539, 0.0460269653405645, 0.0911923076923075, 0.0799662837604799, 0.139057692307693, 0.119267193567797, 0.324711538461539, 0.220881065281748, 0.59175 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 855, '2021-05-23 00:00:00', 0.0202823909984854, 0.0561538461538459, 0.0633741150749929, 0.100538461538462, 0.0697162711390869, 0.131538461538462, 0.11883965441526, 0.325288461538462, 0.217645127532094, 0.590192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 870, '2021-05-23 00:00:00', 0.061889529374149, 0.0764230769230773, 0.0626633373365466, 0.0969230769230768, 0.0694404698007842, 0.134673076923077, 0.136853516578859, 0.333750000000001, 0.216949714131036, 0.588461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 885, '2021-05-23 00:00:00', 0.0277015134271364, 0.063076923076922, 0.0266460056178144, 0.0899807692307693, 0.0390242922372116, 0.126153846153846, 0.14450641321941, 0.336711538461539, 0.215978595805588, 0.585923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 900, '2021-05-23 00:00:00', 0.0278745334559095, 0.0680192307692309, 0.0317699725188136, 0.0938653846153835, 0.0516032832885071, 0.143173076923076, 0.143276719886864, 0.336461538461539, 0.220593151438431, 0.587461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 915, '2021-05-23 00:00:00', 0.0184410912408616, 0.0625769230769224, 0.0345864357582779, 0.0908076923076908, 0.0761763667166784, 0.161173076923077, 0.151356005446153, 0.336403846153848, 0.222427429824789, 0.590307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 930, '2021-05-23 00:00:00', 0.0259739218329585, 0.0737692307692288, 0.04416497045606, 0.112730769230767, 0.0773357838360661, 0.163211538461537, 0.151808205159821, 0.343865384615385, 0.220157126581484, 0.592403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 945, '2021-05-23 00:00:00', 0.0345442692564416, 0.0784423076923073, 0.0682414181699527, 0.123365384615384, 0.080087548249499, 0.175346153846155, 0.153464047405749, 0.333923076923077, 0.235444650526486, 0.595288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 960, '2021-05-23 00:00:00', 0.0575436824040263, 0.0913461538461555, 0.0580889503593098, 0.113884615384616, 0.0905198851931715, 0.192980769230768, 0.146439659403298, 0.331576923076924, 0.237103995359389, 0.59373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 975, '2021-05-23 00:00:00', 0.0298601677052337, 0.0699807692307683, 0.0689706068944207, 0.13123076923077, 0.0898858100378135, 0.193173076923076, 0.143747102980841, 0.32798076923077, 0.240917135450856, 0.596615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 990, '2021-05-23 00:00:00', 0.0466031527490788, 0.104923076923079, 0.0728162730121831, 0.15801923076923, 0.070477328596889, 0.193076923076922, 0.14246656962789, 0.322211538461539, 0.226388251427974, 0.596096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1005, '2021-05-23 00:00:00', 0.0329026828459561, 0.101942307692307, 0.0489236807534109, 0.132057692307693, 0.0654541795104398, 0.17698076923077, 0.132163465218123, 0.31119230769231, 0.222871771515512, 0.598942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1020, '2021-05-23 00:00:00', 0.0287961535892988, 0.0864615384615392, 0.0461052182930104, 0.123634615384615, 0.075861049598288, 0.171173076923079, 0.127131235948709, 0.287365384615386, 0.231935860663111, 0.592788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1035, '2021-05-23 00:00:00', 0.0399487941475859, 0.0863846153846136, 0.0515677187335702, 0.119980769230769, 0.0622122669081109, 0.166384615384617, 0.121037427460078, 0.273826923076924, 0.234463987721914, 0.608807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1050, '2021-05-23 00:00:00', 0.0321027197505854, 0.0782692307692306, 0.0497801628702096, 0.11623076923077, 0.0861499787936935, 0.157673076923077, 0.130352451217695, 0.265692307692308, 0.253665006227929, 0.611153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1065, '2021-05-23 00:00:00', 0.0343338810013579, 0.0921538461538478, 0.0406562371031143, 0.117980769230771, 0.0838603692960021, 0.160307692307693, 0.119024309087877, 0.264384615384616, 0.267329290605023, 0.622019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1080, '2021-05-23 00:00:00', 0.0250703701914915, 0.0802884615384618, 0.0492645292898831, 0.112923076923077, 0.0604003693315246, 0.150269230769232, 0.103378090596531, 0.253480769230769, 0.272890676899123, 0.624307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1095, '2021-05-23 00:00:00', 0.0430281482109287, 0.0721923076923075, 0.0541660445723665, 0.105596153846154, 0.0587994145706107, 0.138365384615385, 0.106694144097113, 0.241096153846152, 0.284285517366987, 0.626846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1110, '2021-05-23 00:00:00', 0.0294586085106652, 0.0740192307692311, 0.0321640506442559, 0.0938846153846166, 0.0574245190194521, 0.135346153846152, 0.103262294853744, 0.226692307692306, 0.284109714046149, 0.623019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1125, '2021-05-23 00:00:00', 0.0212889642772973, 0.0600000000000012, 0.0387494714604172, 0.0863076923076928, 0.0612270804841727, 0.123153846153846, 0.10245806646924, 0.217653846153844, 0.287643005236593, 0.618461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1140, '2021-05-23 00:00:00', 0.0275555173869346, 0.0595576923076925, 0.0576411211389389, 0.0928269230769214, 0.0543085947299161, 0.122211538461538, 0.104316369760456, 0.208749999999999, 0.286282349196625, 0.616211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1155, '2021-05-23 00:00:00', 0.0563074014809624, 0.0677115384615377, 0.056619162969656, 0.0864807692307684, 0.0581519098171718, 0.12626923076923, 0.106114531738843, 0.202076923076921, 0.286311043877378, 0.612923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1170, '2021-05-23 00:00:00', 0.0308322820333593, 0.0535192307692305, 0.0381829653923533, 0.0823269230769215, 0.0507068497876221, 0.11676923076923, 0.0972160658612493, 0.190211538461536, 0.284171310737298, 0.614423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1185, '2021-05-23 00:00:00', 0.0184817581581223, 0.053846153846153, 0.0279276537889217, 0.0814230769230765, 0.0505081562339587, 0.106076923076922, 0.0740129614428359, 0.17753846153846, 0.280876075192218, 0.61601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1200, '2021-05-23 00:00:00', 0.0233454739477732, 0.059365384615385, 0.0312536336349005, 0.0749807692307687, 0.0392198929116333, 0.0944999999999987, 0.0711558230494618, 0.175134615384613, 0.279396525500118, 0.61503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1215, '2021-05-23 00:00:00', 0.0163944760865908, 0.0431730769230759, 0.0256069401650304, 0.0613461538461533, 0.0283788653754866, 0.0824999999999993, 0.0674729689465464, 0.169307692307692, 0.273967371021834, 0.609403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1230, '2021-05-23 00:00:00', 0.0142835031255808, 0.0425384615384619, 0.0150693269718525, 0.055269230769229, 0.0325905602189453, 0.0822307692307683, 0.0650823029236556, 0.164384615384617, 0.275350588411323, 0.604942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1245, '2021-05-23 00:00:00', 0.0136124518788423, 0.0411730769230757, 0.02362369247501, 0.0603269230769231, 0.0453943108939714, 0.0892884615384616, 0.0657873760394361, 0.159326923076924, 0.275200987392012, 0.604211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1260, '2021-05-23 00:00:00', 0.019186102742912, 0.0450576923076937, 0.0322542781896994, 0.0619615384615392, 0.0456955518791336, 0.0932115384615386, 0.0623815554594368, 0.156461538461539, 0.274164920187719, 0.604288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1275, '2021-05-23 00:00:00', 0.0192808095106157, 0.042519230769231, 0.0300635800621582, 0.0628269230769246, 0.0393939520934149, 0.0892884615384626, 0.0498905417273292, 0.153384615384615, 0.272674446632158, 0.603923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1290, '2021-05-23 00:00:00', 0.0206896202143817, 0.0460961538461548, 0.021346167013162, 0.066173076923077, 0.0351462439179263, 0.0824615384615387, 0.0491812073240007, 0.151365384615384, 0.271541845479023, 0.603423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1305, '2021-05-23 00:00:00', 0.0170806795937581, 0.0500192307692302, 0.0266056385001361, 0.0645000000000003, 0.0308719937807711, 0.0794999999999975, 0.0478890544744994, 0.15330769230769, 0.271674683852128, 0.602576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1320, '2021-05-23 00:00:00', 0.0171563063085799, 0.0463269230769235, 0.0209411354478716, 0.0573653846153841, 0.0224418907745852, 0.0790384615384602, 0.0486010644074642, 0.15228846153846, 0.271863543259934, 0.602884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1335, '2021-05-23 00:00:00', 0.0189437324727723, 0.0402499999999998, 0.0184062384909186, 0.0549807692307683, 0.0290654433993373, 0.0785000000000015, 0.0457391937637071, 0.154076923076922, 0.271824550314805, 0.604115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1350, '2021-05-23 00:00:00', 0.0138938835463661, 0.0394999999999989, 0.0207681338741688, 0.0586538461538453, 0.0297117239227475, 0.0779423076923076, 0.0452364939469817, 0.153903846153846, 0.271424706233323, 0.603634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1365, '2021-05-23 00:00:00', 0.0216709749168359, 0.0493653846153848, 0.0245163446265174, 0.0631346153846162, 0.0276175877629857, 0.0798653846153861, 0.0452722915768051, 0.155403846153846, 0.271817230024995, 0.605057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1380, '2021-05-23 00:00:00', 0.0171582341748787, 0.0417500000000004, 0.0187492358818665, 0.0540769230769233, 0.0335139006751167, 0.0868076923076936, 0.045049600869058, 0.156057692307692, 0.27288489049696, 0.605211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1395, '2021-05-23 00:00:00', 0.0128352878964458, 0.0362307692307668, 0.0154714625632546, 0.0513846153846153, 0.0339558367023098, 0.0983269230769231, 0.0581870987551232, 0.167538461538462, 0.273404260419226, 0.60548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1410, '2021-05-23 00:00:00', 0.00943563213813404, 0.0356346153846183, 0.0326155696656591, 0.0673461538461535, 0.0355518689328084, 0.0921538461538473, 0.0781029202645214, 0.179115384615386, 0.274766771728594, 0.606173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 2, 1425, '2021-05-23 00:00:00', 0.0274566231326098, 0.0588846153846129, 0.032912401216658, 0.0826153846153839, 0.031063167652632, 0.0890961538461529, 0.0907562754770252, 0.184307692307693, 0.274766771728594, 0.606173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 0, '2021-05-23 00:00:00', 0.0302662289587702, 0.06473076923077, 0.0306010557887265, 0.0692307692307691, 0.0277902583927989, 0.0789615384615389, 0.107588196378599, 0.194500000000001, 0.274766771728594, 0.606173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 15, '2021-05-23 00:00:00', 0.0286898333641312, 0.0395576923076921, 0.0281314838679995, 0.0535961538461529, 0.0290539087797943, 0.0785192307692296, 0.106881892040485, 0.193326923076924, 0.276614027120823, 0.6025 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 30, '2021-05-23 00:00:00', 0.022897027015615, 0.0395769230769218, 0.0275048806857691, 0.0529615384615383, 0.0387011627732295, 0.081999999999998, 0.106709483393716, 0.192923076923078, 0.276510181339883, 0.601596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 45, '2021-05-23 00:00:00', 0.0224094073652457, 0.0401923076923083, 0.0195616579445228, 0.0590384615384603, 0.0372554022928208, 0.0817499999999974, 0.102598905377277, 0.193346153846154, 0.274972670669985, 0.599980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 60, '2021-05-23 00:00:00', 0.0157700299985085, 0.0449230769230761, 0.0304792489307819, 0.0592692307692296, 0.0377515766354401, 0.0786923076923052, 0.0956280052318119, 0.190846153846155, 0.272810224966282, 0.595326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 75, '2021-05-23 00:00:00', 0.0204110170100518, 0.0340192307692292, 0.026724614122563, 0.051749999999999, 0.0360897652229285, 0.082865384615384, 0.0944280617515463, 0.184673076923078, 0.274211872744135, 0.591134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 90, '2021-05-23 00:00:00', 0.0136747380793355, 0.0364615384615382, 0.0207462415502553, 0.0529423076923069, 0.0321367989406818, 0.0819230769230784, 0.0891457169254581, 0.17967307692308, 0.270371098961863, 0.589134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 105, '2021-05-23 00:00:00', 0.0176490683999072, 0.0390192307692302, 0.0251111452423933, 0.0655192307692315, 0.0328165120257843, 0.0857884615384623, 0.0832663127930737, 0.177173076923078, 0.268860316178093, 0.589019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 120, '2021-05-23 00:00:00', 0.0170939035466321, 0.0511923076923089, 0.0220431133498393, 0.0621730769230781, 0.0315359928677339, 0.0908269230769222, 0.0834692227940722, 0.179134615384618, 0.269425946012285, 0.591096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 135, '2021-05-23 00:00:00', 0.0173904040736907, 0.0396153846153852, 0.024181183084882, 0.0595192307692313, 0.0386126125269174, 0.100576923076923, 0.0916404596570414, 0.182076923076925, 0.269200968680391, 0.593192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 150, '2021-05-23 00:00:00', 0.0179011495118651, 0.0451346153846155, 0.0261431341185093, 0.0702115384615376, 0.0574830945047876, 0.116115384615384, 0.0918441258956634, 0.18071153846154, 0.2693966056836, 0.591365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 165, '2021-05-23 00:00:00', 0.0197362318124254, 0.0511730769230759, 0.0300329562570603, 0.0810384615384621, 0.062006178352212, 0.114884615384616, 0.0884284086792165, 0.175788461538464, 0.266551084005702, 0.588096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 180, '2021-05-23 00:00:00', 0.030595072504219, 0.062461538461541, 0.0511962288274628, 0.0904230769230791, 0.0823617349538932, 0.124653846153848, 0.0936931099182532, 0.174326923076926, 0.267176850822417, 0.588519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 195, '2021-05-23 00:00:00', 0.0279631075636364, 0.0568461538461553, 0.0366318115220191, 0.0759807692307707, 0.0601400576858848, 0.113942307692309, 0.0753307603940021, 0.160211538461541, 0.260057813838502, 0.578942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 210, '2021-05-23 00:00:00', 0.02392867606997, 0.0513076923076919, 0.0455607793544485, 0.0812692307692297, 0.0499751784542942, 0.0985384615384609, 0.0742563050936007, 0.155673076923078, 0.260510534262125, 0.578538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 225, '2021-05-23 00:00:00', 0.0343753769210109, 0.0609423076923079, 0.0398829682176008, 0.0813653846153851, 0.0408781914773823, 0.092442307692308, 0.0665776700842417, 0.148384615384617, 0.260232562409974, 0.573442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 240, '2021-05-23 00:00:00', 0.0233382485665458, 0.0529230769230771, 0.0277393153373458, 0.0644807692307689, 0.0274732317272387, 0.0804615384615395, 0.067855142654152, 0.145403846153848, 0.26123722272766, 0.570057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 255, '2021-05-23 00:00:00', 0.0194676556211753, 0.0414807692307673, 0.0221739972455615, 0.0568846153846154, 0.023434302602416, 0.0740576923076934, 0.0663288427806135, 0.143846153846154, 0.260681807219806, 0.569230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 270, '2021-05-23 00:00:00', 0.0196641806338339, 0.0425000000000002, 0.0179035986928302, 0.055173076923078, 0.0213626921380404, 0.0717692307692329, 0.0654639889263846, 0.146576923076924, 0.258683162307751, 0.572038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 285, '2021-05-23 00:00:00', 0.0169608259051441, 0.0370192307692326, 0.0211865432618135, 0.0535192307692322, 0.0262414528209465, 0.0730769230769249, 0.0661326289768124, 0.142269230769231, 0.25877843507823, 0.573461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 300, '2021-05-23 00:00:00', 0.0174095906371717, 0.038076923076924, 0.0177144986250955, 0.0497115384615403, 0.0391869925436427, 0.0769038461538461, 0.0651588030536524, 0.14251923076923, 0.258081564328321, 0.574576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 315, '2021-05-23 00:00:00', 0.0110120912567134, 0.0343846153846172, 0.0223224964140187, 0.0550769230769243, 0.0549648978894723, 0.0805000000000001, 0.0655880031243994, 0.155884615384615, 0.259205128154398, 0.573461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 330, '2021-05-23 00:00:00', 0.0172817934432565, 0.040096153846154, 0.0353872695492875, 0.0578269230769226, 0.0517463079322128, 0.0785961538461542, 0.0640692563979373, 0.161980769230768, 0.258947530325234, 0.572288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 345, '2021-05-23 00:00:00', 0.0273689394415252, 0.0436730769230756, 0.0435525721222241, 0.0619423076923072, 0.0435770758365186, 0.0813076923076925, 0.0581296065172153, 0.164134615384615, 0.258942583478386, 0.568807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 360, '2021-05-23 00:00:00', 0.0223576952851056, 0.0430576923076907, 0.0245136775008445, 0.0549038461538471, 0.0380897119160305, 0.0771153846153844, 0.0556842471854967, 0.163346153846155, 0.260012961955004, 0.563403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 375, '2021-05-23 00:00:00', 0.0135264982107766, 0.0316153846153875, 0.0182210043630982, 0.0457500000000026, 0.0291133329223244, 0.0698846153846168, 0.051186972501274, 0.168884615384616, 0.261862015925591, 0.558846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 390, '2021-05-23 00:00:00', 0.0140508554352246, 0.0345576923076944, 0.0246948141550782, 0.0494230769230773, 0.0322019170475676, 0.0702115384615381, 0.0569711296656881, 0.169519230769232, 0.262779401487546, 0.557423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 405, '2021-05-23 00:00:00', 0.0187929610390524, 0.0328461538461533, 0.0246836055837737, 0.0494038461538459, 0.027820827837044, 0.0649615384615387, 0.0639299977740074, 0.178230769230768, 0.263925331077967, 0.554903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 420, '2021-05-23 00:00:00', 0.0186604889044704, 0.0365769230769239, 0.0210766093463453, 0.0472115384615387, 0.0240132335310228, 0.0626538461538469, 0.0760568941901147, 0.187634615384615, 0.263198796612866, 0.553557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 435, '2021-05-23 00:00:00', 0.0131961678586564, 0.0331730769230757, 0.0186756937879586, 0.0463076923076926, 0.0234726354588635, 0.0682692307692299, 0.0752656730419771, 0.188807692307691, 0.261563556035915, 0.553076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 450, '2021-05-23 00:00:00', 0.015199455961923, 0.0337884615384605, 0.0187526100747444, 0.0459038461538434, 0.0236842693656493, 0.0722307692307676, 0.0889723293199376, 0.203153846153845, 0.260386955392279, 0.552057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 465, '2021-05-23 00:00:00', 0.0126336699095941, 0.0330192307692299, 0.0204880077493769, 0.0525384615384604, 0.0220475709459203, 0.0706538461538452, 0.0874098942648063, 0.208019230769231, 0.25929076417145, 0.550903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 480, '2021-05-23 00:00:00', 0.0155762146087708, 0.0424615384615384, 0.0204928880721703, 0.0585384615384618, 0.0251524046869962, 0.0717115384615393, 0.0857721781142429, 0.216942307692308, 0.258783049171427, 0.550942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 495, '2021-05-23 00:00:00', 0.0150208060830509, 0.039769230769231, 0.016935760980835, 0.0485000000000009, 0.0437484109601533, 0.092711538461539, 0.0844414863404505, 0.218269230769231, 0.259295083610574, 0.550903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 510, '2021-05-23 00:00:00', 0.0105533807926111, 0.0315769230769246, 0.0194047278140781, 0.0487884615384628, 0.0444619673255859, 0.0984423076923061, 0.0753970413620716, 0.216923076923075, 0.256441582041601, 0.54725 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 525, '2021-05-23 00:00:00', 0.0138520895396812, 0.0389038461538472, 0.0311284682961028, 0.0738076923076927, 0.0382465885859309, 0.103192307692308, 0.073720647353057, 0.220923076923075, 0.256055003856592, 0.548750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 540, '2021-05-23 00:00:00', 0.0242017561346249, 0.0617499999999997, 0.0322256288355391, 0.0828653846153824, 0.0361909731626749, 0.106557692307691, 0.0721667193699103, 0.221846153846154, 0.256707829283378, 0.549019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 555, '2021-05-23 00:00:00', 0.0204653647376756, 0.0541346153846142, 0.0241026730084827, 0.0721730769230783, 0.0278890935396171, 0.106692307692308, 0.0658170190756171, 0.216500000000001, 0.252218781707773, 0.547423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 570, '2021-05-23 00:00:00', 0.0203617382513223, 0.049596153846154, 0.0226965602273533, 0.0695769230769224, 0.0299779919274134, 0.104499999999998, 0.0653150147657194, 0.215365384615385, 0.252002457252976, 0.551961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 585, '2021-05-23 00:00:00', 0.0171176921521378, 0.0511538461538466, 0.023841342566739, 0.0810192307692301, 0.0451696119770122, 0.113423076923076, 0.0680721223861414, 0.217076923076923, 0.25196743150348, 0.553057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 600, '2021-05-23 00:00:00', 0.0180794507234467, 0.064057692307691, 0.031317947668292, 0.0849230769230758, 0.0480872804228055, 0.124442307692308, 0.0749354388790786, 0.2205, 0.253318981037438, 0.553384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 615, '2021-05-23 00:00:00', 0.0186101709164249, 0.0559615384615384, 0.0360713182459425, 0.0830000000000006, 0.0416778533700887, 0.117788461538463, 0.0722097718722746, 0.211634615384617, 0.252550324764117, 0.557442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 630, '2021-05-23 00:00:00', 0.0217315792905516, 0.062807692307691, 0.0325518993892241, 0.0871153846153846, 0.0449712087383117, 0.125519230769231, 0.0648150860881574, 0.205346153846156, 0.252309974954497, 0.558211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 645, '2021-05-23 00:00:00', 0.0237110490310707, 0.0604230769230774, 0.0250875697078498, 0.0848846153846157, 0.0359470604340077, 0.124865384615386, 0.0644898948554073, 0.203557692307694, 0.249612592908415, 0.561057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 660, '2021-05-23 00:00:00', 0.0175014395012325, 0.0584038461538452, 0.0287348421580176, 0.0888653846153848, 0.0393268405114794, 0.124596153846154, 0.0689401077859495, 0.206038461538463, 0.248744957428595, 0.566076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 675, '2021-05-23 00:00:00', 0.0211422289778979, 0.0600769230769246, 0.0266837100983997, 0.0815961538461554, 0.0411982869322722, 0.111826923076925, 0.0796302416460923, 0.212846153846156, 0.247647895982613, 0.574096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 690, '2021-05-23 00:00:00', 0.0242717626376534, 0.0565384615384609, 0.0378050261208762, 0.0815000000000005, 0.0399236627346979, 0.111826923076922, 0.0781778962465624, 0.224211538461539, 0.244764458989893, 0.577903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 705, '2021-05-23 00:00:00', 0.020313513880023, 0.0543269230769234, 0.0307623208587281, 0.0770961538461541, 0.0377560387426755, 0.101038461538462, 0.106102591862782, 0.246500000000001, 0.243693319248094, 0.579576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 720, '2021-05-23 00:00:00', 0.0169363627917998, 0.0500961538461542, 0.0243315638626057, 0.0692499999999989, 0.0332475620852945, 0.0999038461538482, 0.117091180775431, 0.249730769230771, 0.242540680172339, 0.580192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 735, '2021-05-23 00:00:00', 0.017316033033001, 0.0477499999999984, 0.0252595526484535, 0.0692500000000011, 0.0305214678546112, 0.102000000000001, 0.139154302844001, 0.268000000000001, 0.242311868340081, 0.581307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 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 983610, 3, 750, '2021-05-23 00:00:00', 0.0212022132371571, 0.0545769230769235, 0.0275867931055093, 0.0791346153846166, 0.0303521637804248, 0.101076923076924, 0.139735140946665, 0.278980769230[...];
Date: 2021-05-23 16:05:38 Duration: 20s234ms 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 983855, 1, 990, '2021-05-23 00:00:00', 0.0413265606527391, 0.0782692307692279, 0.0483480967726595, 0.123461538461537, 0.100131644118361, 0.172115384615382, 0.12516404620153, 0.270961538461538, 0.124415093074013, 0.518653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1005, '2021-05-23 00:00:00', 0.0419051125942699, 0.0859615384615395, 0.0776295443362009, 0.127884615384616, 0.0959015921902006, 0.168653846153845, 0.122494740860421, 0.259807692307693, 0.12367839808894, 0.512884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1020, '2021-05-23 00:00:00', 0.049123470811979, 0.0813461538461553, 0.0654302329555321, 0.108653846153846, 0.0822341871636217, 0.167307692307694, 0.0932311024365708, 0.23596153846154, 0.12532618978551, 0.510576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1035, '2021-05-23 00:00:00', 0.0268041328615844, 0.0673076923076912, 0.0388785089932521, 0.0984615384615369, 0.0679934951639893, 0.148653846153846, 0.0768905315767413, 0.218076923076924, 0.128794409816575, 0.514999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1050, '2021-05-23 00:00:00', 0.0299647228484531, 0.0732692307692303, 0.050515801031422, 0.115384615384616, 0.0666921746072664, 0.144615384615385, 0.0742638228521497, 0.208653846153848, 0.125718397160539, 0.516346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1065, '2021-05-23 00:00:00', 0.0298689445102073, 0.0830769230769235, 0.0467316397513095, 0.105384615384617, 0.0484343330230177, 0.128269230769232, 0.0672746952084122, 0.19173076923077, 0.125468506621566, 0.517884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1080, '2021-05-23 00:00:00', 0.034785054261852, 0.0700000000000008, 0.0375479181026876, 0.0896153846153835, 0.0439597718199451, 0.122307692307692, 0.0633795040881637, 0.180192307692309, 0.127539586614689, 0.517115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1095, '2021-05-23 00:00:00', 0.0207113866861085, 0.05480769230769, 0.0285198985865052, 0.07423076923077, 0.0432937195658456, 0.107884615384615, 0.0599528661020166, 0.162884615384616, 0.124022330495513, 0.513461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1110, '2021-05-23 00:00:00', 0.0205510621099296, 0.0478846153846166, 0.0303010535485814, 0.0730769230769233, 0.0353814379844338, 0.0946153846153849, 0.0539633066216182, 0.150961538461539, 0.122776375828325, 0.514038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1125, '2021-05-23 00:00:00', 0.0186712448598222, 0.0438461538461544, 0.0219308353343311, 0.0601923076923065, 0.0289834170093602, 0.0840384615384627, 0.0507285384708147, 0.139230769230769, 0.122970915886017, 0.514615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1140, '2021-05-23 00:00:00', 0.0197328309014326, 0.0392307692307691, 0.0195733335080006, 0.0563461538461545, 0.0319235866502385, 0.0786538461538462, 0.0496774209661316, 0.134615384615384, 0.121564164760204, 0.514615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1155, '2021-05-23 00:00:00', 0.0165947164900337, 0.040769230769233, 0.0248503211556401, 0.0565384615384631, 0.0391746582136198, 0.0755769230769243, 0.0485596381940663, 0.130961538461539, 0.121577610539997, 0.513653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1170, '2021-05-23 00:00:00', 0.0160156173780471, 0.0374999999999998, 0.0213036652678859, 0.0503846153846144, 0.0331436268383546, 0.0724999999999991, 0.0470862547312438, 0.126346153846154, 0.127390526154208, 0.512115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1185, '2021-05-23 00:00:00', 0.0182335278665864, 0.0323076923076897, 0.0245857995286241, 0.0476923076923075, 0.0374314758540933, 0.0686538461538449, 0.0479567112492756, 0.125384615384615, 0.130048511658593, 0.513846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1200, '2021-05-23 00:00:00', 0.0204694894904593, 0.0375999999999999, 0.0277007821790878, 0.0505999999999989, 0.0360127292310183, 0.068599999999999, 0.0478513322698538, 0.127199999999999, 0.138510529082329, 0.511799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1215, '2021-05-23 00:00:00', 0.0133089677732128, 0.0297916666666674, 0.0225863881029314, 0.0466666666666669, 0.0397222011080662, 0.0681250000000008, 0.04509601270976, 0.136458333333332, 0.14076251328009, 0.513541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1230, '2021-05-23 00:00:00', 0.0169397910772009, 0.0349999999999996, 0.0219022862945307, 0.0458333333333319, 0.0359019397158744, 0.0704166666666666, 0.0467862081746556, 0.139583333333332, 0.140601709021299, 0.514166666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1245, '2021-05-23 00:00:00', 0.017350552344715, 0.0347916666666658, 0.0311262040684397, 0.0508333333333339, 0.0350303957041365, 0.0685416666666665, 0.0481801984402209, 0.141874999999999, 0.141615773040693, 0.514374999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1260, '2021-05-23 00:00:00', 0.0258960785459487, 0.0335416666666675, 0.0276199623251104, 0.0495833333333338, 0.0267130484318379, 0.0662499999999995, 0.0490710812443834, 0.143333333333333, 0.141190429274937, 0.512291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1275, '2021-05-23 00:00:00', 0.0171193064162642, 0.031875, 0.0217153855829116, 0.0395833333333334, 0.0244050585751778, 0.0677083333333333, 0.0481237648062835, 0.149374999999999, 0.141669011063297, 0.51625 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1290, '2021-05-23 00:00:00', 0.0119612144941002, 0.0268749999999998, 0.019781414201872, 0.0449999999999987, 0.0291423293907461, 0.0691666666666665, 0.0468920862579527, 0.154791666666666, 0.142815250068661, 0.518749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1305, '2021-05-23 00:00:00', 0.0151262800392577, 0.0362499999999984, 0.0220136650577606, 0.0545833333333334, 0.0322853839142843, 0.0697916666666677, 0.0484767985741643, 0.157500000000001, 0.144146664441344, 0.5225 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1320, '2021-05-23 00:00:00', 0.0196158764447469, 0.0400000000000009, 0.0242412019001778, 0.0493750000000007, 0.0348287737117005, 0.0675000000000002, 0.0506904323076485, 0.157708333333334, 0.144508161346176, 0.5225 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1335, '2021-05-23 00:00:00', 0.0124163870214595, 0.0270833333333336, 0.0197252413148134, 0.0389583333333352, 0.023724719573487, 0.0570833333333329, 0.0522466280723228, 0.155833333333334, 0.143554766603178, 0.521666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1350, '2021-05-23 00:00:00', 0.0142171946314461, 0.0272916666666679, 0.0167448348081916, 0.043958333333333, 0.0190239646731187, 0.0535416666666665, 0.0535615587871577, 0.164166666666667, 0.143836536649638, 0.522083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1365, '2021-05-23 00:00:00', 0.014178916272645, 0.0352083333333333, 0.0167123468199974, 0.0414583333333335, 0.0207196171835268, 0.0502083333333344, 0.0555306254450531, 0.164791666666667, 0.143704703008172, 0.523541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1380, '2021-05-23 00:00:00', 0.00755928946018707, 0.0249999999999986, 0.0086571292843483, 0.0302272727272724, 0.0225162279141184, 0.0538636363636384, 0.0558566695432833, 0.171590909090909, 0.143433658134046, 0.5225 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1395, '2021-05-23 00:00:00', 0.0108736346607727, 0.0179545454545459, 0.0166904592079268, 0.0300000000000018, 0.0346667811353389, 0.0925000000000018, 0.0552762640557896, 0.175681818181819, 0.143617645637742, 0.523863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1410, '2021-05-23 00:00:00', 0.00928155084817143, 0.0213636363636382, 0.0184064853054217, 0.0443181818181829, 0.0349024614917302, 0.104090909090911, 0.0558992793981228, 0.178409090909092, 0.146593350427673, 0.525909090909092 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 1, 1425, '2021-05-23 00:00:00', 0.012698638165386, 0.0372727272727283, 0.0354134515984019, 0.087272727272728, 0.0355666863439538, 0.109318181818183, 0.0514213559151815, 0.181818181818182, 0.146592058453832, 0.524772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 0, '2021-05-23 00:00:00', 0.00946484724300561, 0.00625000000000142, 0.0457119605063376, 0.0537500000000009, 0.042303467154994, 0.0862499999999997, 0.0719229912244178, 0.141249999999999, 0.0788986691902994, 0.552499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 180, '2021-05-23 00:00:00', 0.0157590023112559, 0.0428846153846141, 0.024670910930767, 0.059423076923077, 0.0309167616972755, 0.0796153846153849, 0.0443608455215244, 0.143269230769231, 0.132410201791486, 0.512307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 195, '2021-05-23 00:00:00', 0.0209917566238239, 0.0394230769230766, 0.0251373151984183, 0.0517307692307675, 0.0251128223454441, 0.0744230769230754, 0.0430924765877011, 0.134807692307692, 0.132149099941637, 0.51076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 210, '2021-05-23 00:00:00', 0.0124961532542559, 0.0330769230769236, 0.0178594943506667, 0.050192307692309, 0.0237883293945683, 0.0732692307692319, 0.0414139515696742, 0.131346153846154, 0.132120574301833, 0.510384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 225, '2021-05-23 00:00:00', 0.0144555020134746, 0.034807692307694, 0.0192363837957775, 0.0540384615384627, 0.0265771735488591, 0.0721153846153863, 0.0405386804840094, 0.130769230769231, 0.130777115146932, 0.509423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 240, '2021-05-23 00:00:00', 0.021775073964371, 0.0380769230769218, 0.0274653628020103, 0.0528846153846159, 0.035047769598737, 0.0728846153846158, 0.0399172220399243, 0.130769230769229, 0.128566654368016, 0.509230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 255, '2021-05-23 00:00:00', 0.0117211183504226, 0.0307692307692323, 0.0154882089146777, 0.0417307692307706, 0.0285852301830059, 0.0636538461538473, 0.0363106256963661, 0.117307692307692, 0.129354610990932, 0.501153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 270, '2021-05-23 00:00:00', 0.0103700752908782, 0.026538461538462, 0.0222364911454479, 0.0423076923076926, 0.0273587280406084, 0.0625, 0.0369948021296982, 0.111153846153846, 0.129531255509418, 0.497115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 285, '2021-05-23 00:00:00', 0.0196625375934888, 0.0311538461538468, 0.0230551179033729, 0.041538461538462, 0.0214233876513851, 0.0601923076923071, 0.036089632007844, 0.107307692307691, 0.130427698804297, 0.495769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 300, '2021-05-23 00:00:00', 0.013873050798638, 0.0273076923076915, 0.0180522745210848, 0.041730769230769, 0.0203015725044599, 0.0580769230769227, 0.0392428337406971, 0.105, 0.129668957200783, 0.494038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 315, '2021-05-23 00:00:00', 0.0149215899338463, 0.0305769230769226, 0.0131573319717708, 0.0413461538461529, 0.0264109534386503, 0.056538461538462, 0.0356095276792382, 0.114038461538462, 0.129979436243406, 0.494423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 330, '2021-05-23 00:00:00', 0.0103626548424911, 0.0257692307692308, 0.0155278905397794, 0.0386538461538465, 0.0289216448090631, 0.0523076923076939, 0.0393959193513572, 0.129038461538462, 0.129116077769042, 0.495192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 345, '2021-05-23 00:00:00', 0.0135135259875189, 0.0261538461538486, 0.0210676565817399, 0.0346153846153876, 0.0242082312765396, 0.0559615384615406, 0.0484756084581167, 0.13826923076923, 0.129373638974631, 0.498461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 360, '2021-05-23 00:00:00', 0.0178594943506701, 0.0248076923076927, 0.0213334334933576, 0.038653846153846, 0.0237980283604802, 0.0571153846153846, 0.0572376960241581, 0.153076923076923, 0.12920288160635, 0.499230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 375, '2021-05-23 00:00:00', 0.00802879433424267, 0.0226923076923056, 0.0151606778821444, 0.0346153846153837, 0.020736441353329, 0.0499999999999999, 0.0591230789247192, 0.173461538461538, 0.130374608193231, 0.503461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 390, '2021-05-23 00:00:00', 0.0112266852426918, 0.0240384615384615, 0.016788274296252, 0.0353846153846138, 0.0163671810457591, 0.0482692307692311, 0.0561868448879425, 0.184807692307692, 0.131757352736005, 0.505 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 405, '2021-05-23 00:00:00', 0.0104825862927349, 0.0217307692307681, 0.0113966931776124, 0.0317307692307699, 0.0145615404933164, 0.0459615384615377, 0.0553050978315192, 0.199423076923076, 0.141923056076712, 0.518076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 420, '2021-05-23 00:00:00', 0.00802160544069538, 0.0221153846153831, 0.009744821109778, 0.0298076923076909, 0.0206071309539647, 0.0455769230769199, 0.0590032593623833, 0.20923076923077, 0.140970264185803, 0.518846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 435, '2021-05-23 00:00:00', 0.00688364840652065, 0.0207692307692316, 0.0105993468594131, 0.0321153846153849, 0.0225397085504333, 0.0490384615384607, 0.0565430401076511, 0.216346153846155, 0.141611603175185, 0.524615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 450, '2021-05-23 00:00:00', 0.0100766294731166, 0.0234615384615384, 0.016952422109675, 0.0342307692307671, 0.0224130799723321, 0.0528846153846148, 0.0585359849875401, 0.222307692307693, 0.142248428408243, 0.528846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 465, '2021-05-23 00:00:00', 0.0118581357984882, 0.0238461538461524, 0.0161828494210591, 0.0382692307692293, 0.0181754271984503, 0.0528846153846154, 0.0612563968402174, 0.227884615384616, 0.14556798570269, 0.535961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 480, '2021-05-23 00:00:00', 0.0129748277000564, 0.0321153846153833, 0.0173249486623718, 0.0419230769230765, 0.0198465265319788, 0.056730769230769, 0.069104157728639, 0.23423076923077, 0.145965881155626, 0.540961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 495, '2021-05-23 00:00:00', 0.0108910690299637, 0.0261538461538464, 0.0121907909757899, 0.0388461538461546, 0.0228110971644528, 0.0728846153846152, 0.0672655472448848, 0.239423076923077, 0.146938631878963, 0.539807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 510, '2021-05-23 00:00:00', 0.0114303913386124, 0.0305769230769237, 0.0181923483492781, 0.0448076923076936, 0.0334117666974686, 0.0928846153846167, 0.0675528283300164, 0.24423076923077, 0.146938631878963, 0.539807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 525, '2021-05-23 00:00:00', 0.0117407901712839, 0.0303846153846184, 0.0209036250076774, 0.0598076923076915, 0.0356089876295281, 0.105, 0.067146510305107, 0.250576923076924, 0.148987867342897, 0.540769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 540, '2021-05-23 00:00:00', 0.0198077296489559, 0.0521153846153831, 0.0321175724726881, 0.0784615384615392, 0.0502241131177191, 0.122307692307692, 0.0667382948538541, 0.255000000000001, 0.150749410000121, 0.540769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 555, '2021-05-23 00:00:00', 0.019946081165135, 0.0496153846153859, 0.0295407150582682, 0.0755769230769232, 0.0482684799206097, 0.130384615384616, 0.0565947129903632, 0.249807692307694, 0.156666352972954, 0.532884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 570, '2021-05-23 00:00:00', 0.0231225830337765, 0.0555769230769228, 0.0360837700571677, 0.0859615384615384, 0.0445546337053234, 0.136346153846154, 0.0588887477824458, 0.248269230769231, 0.1604599159148, 0.52576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 585, '2021-05-23 00:00:00', 0.0244634735567452, 0.0576923076923066, 0.03307799640477, 0.0980769230769224, 0.0394603013751211, 0.143653846153847, 0.0552254122107399, 0.244615384615385, 0.158915192670615, 0.519038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 600, '2021-05-23 00:00:00', 0.0290523400355036, 0.0790384615384618, 0.036104549042171, 0.103461538461538, 0.0440454310910914, 0.145000000000001, 0.0508935540727285, 0.243076923076922, 0.15705853881717, 0.514230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 615, '2021-05-23 00:00:00', 0.0214449205031089, 0.068269230769231, 0.0333818237046171, 0.102115384615385, 0.041123173328616, 0.131346153846155, 0.0582913768527098, 0.22826923076923, 0.159433251044008, 0.509807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 630, '2021-05-23 00:00:00', 0.0218667292056643, 0.0630769230769242, 0.0320006009558975, 0.085961538461539, 0.0425513264730425, 0.118846153846154, 0.0630558360624812, 0.220961538461537, 0.158147448239342, 0.506153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 645, '2021-05-23 00:00:00', 0.0221159531699499, 0.0613461538461549, 0.0304409895725134, 0.0844230769230778, 0.0348623667496151, 0.11923076923077, 0.0618947618014778, 0.215192307692305, 0.157391232284394, 0.504999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 660, '2021-05-23 00:00:00', 0.0139518402425588, 0.0555769230769245, 0.0293027958760571, 0.0794230769230768, 0.0349378569198763, 0.114423076923078, 0.0631944496102178, 0.21153846153846, 0.156975745309218, 0.500769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 675, '2021-05-23 00:00:00', 0.0287141080307221, 0.0575000000000002, 0.0309291995469555, 0.0811538461538467, 0.0374905116201211, 0.11153846153846, 0.0597085871932609, 0.208653846153845, 0.153753173825903, 0.49903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 690, '2021-05-23 00:00:00', 0.0214233876513843, 0.0598076923076931, 0.0265308238730836, 0.0832692307692326, 0.0435788410196427, 0.111346153846154, 0.0572810211554865, 0.208653846153845, 0.152334778088867, 0.49826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 705, '2021-05-23 00:00:00', 0.0253597197266707, 0.0563461538461556, 0.0289834170093615, 0.0740384615384603, 0.0384007211470729, 0.106153846153845, 0.0688186021363401, 0.224999999999999, 0.152659626419238, 0.495192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 720, '2021-05-23 00:00:00', 0.017807733842784, 0.0513461538461514, 0.0316446617201814, 0.0792307692307677, 0.0439392062531165, 0.105576923076922, 0.0814760465035357, 0.232115384615383, 0.151143462160446, 0.497115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 735, '2021-05-23 00:00:00', 0.025997780970394, 0.0532692307692304, 0.0322871729710339, 0.0723076923076916, 0.030503467646505, 0.097692307692309, 0.084442971197225, 0.236153846153845, 0.150892855517263, 0.494423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 750, '2021-05-23 00:00:00', 0.0147973490349281, 0.0448076923076925, 0.0211187120819408, 0.0600000000000017, 0.0252860557498511, 0.0892307692307706, 0.0891515563520913, 0.229999999999998, 0.150469138159495, 0.490192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 765, '2021-05-23 00:00:00', 0.0196635156102309, 0.0444230769230781, 0.0185067555233215, 0.0625000000000011, 0.0246545361717928, 0.0903846153846152, 0.090293751381043, 0.239807692307691, 0.164023919456419, 0.504615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 780, '2021-05-23 00:00:00', 0.0133934541991488, 0.0457692307692296, 0.0208178917132524, 0.0657692307692305, 0.0245450919424142, 0.0923076923076903, 0.0958050905986503, 0.248846153846152, 0.166487352256975, 0.510961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 795, '2021-05-23 00:00:00', 0.016244525705129, 0.0482692307692328, 0.0182177006064046, 0.0682692307692315, 0.0286013716723237, 0.0909615384615394, 0.0969791809537591, 0.249807692307692, 0.163527109020539, 0.518653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 810, '2021-05-23 00:00:00', 0.0139835067682773, 0.0465384615384618, 0.0246989566892704, 0.065961538461538, 0.0361599012932612, 0.0934615384615387, 0.0957922431418861, 0.256923076923078, 0.160689021213215, 0.520192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 825, '2021-05-23 00:00:00', 0.0229757397135465, 0.0482692307692295, 0.0231084400165828, 0.0650000000000016, 0.0334342063438952, 0.0946153846153833, 0.0989881500289514, 0.260576923076925, 0.166898518221748, 0.528653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 840, '2021-05-23 00:00:00', 0.0171912321122835, 0.0465384615384618, 0.0300742670477826, 0.0673076923076929, 0.0405215991787094, 0.105, 0.120629120097033, 0.27576923076923, 0.166083852778787, 0.534615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 855, '2021-05-23 00:00:00', 0.0226172160430591, 0.0484615384615397, 0.027759960097511, 0.0661538461538456, 0.0411638377518617, 0.107692307692308, 0.130814166487602, 0.287884615384616, 0.164251214724461, 0.537307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 870, '2021-05-23 00:00:00', 0.0220148551245255, 0.0494230769230752, 0.0422123751450281, 0.0832692307692299, 0.0489960751960348, 0.116153846153845, 0.130225396317899, 0.289423076923078, 0.163041759634197, 0.536153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 885, '2021-05-23 00:00:00', 0.039331431940134, 0.0601923076923071, 0.0389378202542702, 0.0819230769230762, 0.0702930678276, 0.143653846153845, 0.12125941676359, 0.289615384615385, 0.162935216007419, 0.531730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 900, '2021-05-23 00:00:00', 0.0183061570138422, 0.0536538461538449, 0.0323656988421148, 0.0815384615384612, 0.0681697541774625, 0.146346153846154, 0.115481766792592, 0.284038461538462, 0.154822478988033, 0.530000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 915, '2021-05-23 00:00:00', 0.0322251693317734, 0.0623076923076914, 0.0589393430048748, 0.110384615384614, 0.064830251722955, 0.150192307692307, 0.116846546310174, 0.281346153846154, 0.148537485556288, 0.525769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 930, '2021-05-23 00:00:00', 0.0600695110172061, 0.0778846153846156, 0.0628845095270824, 0.107307692307692, 0.0665432190384573, 0.144999999999999, 0.109362488295365, 0.271923076923077, 0.145307763570451, 0.517884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 945, '2021-05-23 00:00:00', 0.0306343196180628, 0.0676923076923073, 0.0376077937912645, 0.092884615384614, 0.0457114696934864, 0.138461538461538, 0.102654761214471, 0.254999999999999, 0.139440089147771, 0.501538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 960, '2021-05-23 00:00:00', 0.0230192227363266, 0.068269230769231, 0.0351020490307022, 0.0969230769230773, 0.0473761543394981, 0.1425, 0.0981529418815361, 0.250000000000001, 0.139055605922456, 0.497692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 975, '2021-05-23 00:00:00', 0.0268586041220417, 0.0642307692307698, 0.035034049371783, 0.0992307692307703, 0.0449448379854483, 0.139038461538463, 0.0911600452290036, 0.243076923076924, 0.13874450786081, 0.494038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 990, '2021-05-23 00:00:00', 0.0241756393599353, 0.0776923076923081, 0.0366270181906537, 0.108461538461538, 0.0480208288141711, 0.145, 0.0924139932794075, 0.237884615384615, 0.139222704823824, 0.495192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1005, '2021-05-23 00:00:00', 0.0259592876517179, 0.0732692307692314, 0.0369844041975281, 0.104615384615387, 0.0554020271775747, 0.140769230769233, 0.0930700728566324, 0.234038461538463, 0.138215550722553, 0.493461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1020, '2021-05-23 00:00:00', 0.0285852301830037, 0.076346153846156, 0.0424554064691597, 0.102307692307693, 0.0633282049205684, 0.152692307692308, 0.0902051081616884, 0.219807692307694, 0.134739064063157, 0.488846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1035, '2021-05-23 00:00:00', 0.0300768247096572, 0.0711538461538454, 0.0364190355974207, 0.0971153846153865, 0.0765378237313988, 0.150961538461538, 0.0876803635590456, 0.209615384615385, 0.123014226819502, 0.4925 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1050, '2021-05-23 00:00:00', 0.0232585798891842, 0.064807692307694, 0.0542760040476873, 0.113269230769231, 0.0748241528261703, 0.144423076923077, 0.0806619250566615, 0.202884615384615, 0.121870833262106, 0.4875 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1065, '2021-05-23 00:00:00', 0.0450781372900259, 0.0909615384615366, 0.0626099033699946, 0.114999999999999, 0.0601091955079703, 0.136346153846154, 0.0721550147518958, 0.192884615384613, 0.129176087332219, 0.482692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1080, '2021-05-23 00:00:00', 0.0476590454728651, 0.0757692307692291, 0.0467267013107562, 0.0957692307692284, 0.0442927325172683, 0.120384615384614, 0.0563440666455123, 0.17557692307692, 0.127239326286514, 0.479615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1095, '2021-05-23 00:00:00', 0.0252586618806298, 0.0549999999999981, 0.0308145819627407, 0.0765384615384613, 0.0399138495339073, 0.103653846153845, 0.0572873996079959, 0.159615384615382, 0.12583383426628, 0.471923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1110, '2021-05-23 00:00:00', 0.0201160096975972, 0.0544230769230772, 0.023777817717038, 0.07423076923077, 0.0292653641436679, 0.0973076923076929, 0.054349651474363, 0.151730769230767, 0.126445488406907, 0.482307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1125, '2021-05-23 00:00:00', 0.0213334334933567, 0.0486538461538478, 0.027428929141441, 0.067884615384617, 0.0230517811759673, 0.0892307692307706, 0.0532443568696401, 0.145192307692307, 0.12729674598536, 0.487692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1140, '2021-05-23 00:00:00', 0.0226410111217545, 0.0461538461538457, 0.0204610323824051, 0.0644230769230774, 0.0278843766568068, 0.0815384615384617, 0.0578153559585635, 0.146153846153844, 0.129130226456145, 0.486153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1155, '2021-05-23 00:00:00', 0.0172637904742391, 0.0459615384615382, 0.0246076911053941, 0.0615384615384619, 0.0304074889561013, 0.0788461538461537, 0.0602370317993855, 0.142499999999999, 0.12874841298499, 0.486923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1170, '2021-05-23 00:00:00', 0.0174884577320632, 0.0396153846153858, 0.0208437409900807, 0.052692307692309, 0.0220253350624994, 0.0713461538461545, 0.0520580297508325, 0.13403846153846, 0.129724560274689, 0.487692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1185, '2021-05-23 00:00:00', 0.0106932761044569, 0.0378846153846154, 0.0179196926484613, 0.0513461538461536, 0.0263825408469001, 0.070961538461539, 0.0491923227280903, 0.128269230769228, 0.128329503772364, 0.487692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1200, '2021-05-23 00:00:00', 0.0160192192261485, 0.0361538461538472, 0.0149203010899714, 0.0488461538461548, 0.0242169679865482, 0.0676923076923084, 0.047957112250266, 0.126730769230769, 0.129713293310817, 0.486538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1215, '2021-05-23 00:00:00', 0.0124236127533883, 0.0328846153846155, 0.0213982386047221, 0.0482692307692328, 0.0268507269633723, 0.0648076923076929, 0.0566622924405209, 0.146153846153845, 0.129475866477116, 0.484999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1230, '2021-05-23 00:00:00', 0.0143580585788552, 0.0330769230769247, 0.0161543040228139, 0.0448076923076915, 0.0256132477741203, 0.0640384615384596, 0.0580291703833883, 0.15076923076923, 0.131660402317711, 0.487307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1245, '2021-05-23 00:00:00', 0.0104807515878472, 0.0303846153846134, 0.0149666295470954, 0.0449999999999984, 0.0252708405996998, 0.063846153846151, 0.0625647357050754, 0.162115384615383, 0.132266630479731, 0.487307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1260, '2021-05-23 00:00:00', 0.0173071794795822, 0.0315384615384618, 0.0201771005007028, 0.0463461538461527, 0.0268535916520585, 0.0686538461538444, 0.0614006389342844, 0.16403846153846, 0.133818476360272, 0.48576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1275, '2021-05-23 00:00:00', 0.0137169182455033, 0.0319230769230769, 0.0190959117654495, 0.0455769230769221, 0.0190384226883845, 0.0676923076923052, 0.0618583990939117, 0.162307692307691, 0.133992680626736, 0.485961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1290, '2021-05-23 00:00:00', 0.0127821991607305, 0.0307692307692318, 0.0158902485820727, 0.0474999999999994, 0.0162291286082969, 0.0607692307692302, 0.0595263354775405, 0.16076923076923, 0.135675659627601, 0.486730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1305, '2021-05-23 00:00:00', 0.0107703296142687, 0.035000000000001, 0.0182081976466217, 0.0465384615384608, 0.016779107888635, 0.0565384615384604, 0.0540697555158008, 0.163461538461539, 0.13426222906628, 0.487884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1320, '2021-05-23 00:00:00', 0.0117881948771435, 0.029807692307692, 0.0125652144981527, 0.0367307692307697, 0.0313147790127194, 0.0611538461538457, 0.0568168447395115, 0.161923076923078, 0.136356574409213, 0.486346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1335, '2021-05-23 00:00:00', 0.009184016215477, 0.022884615384617, 0.0158854069461934, 0.0328846153846161, 0.0328656940616484, 0.0619230769230796, 0.0563546462489666, 0.160384615384616, 0.13475404946106, 0.489423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1350, '2021-05-23 00:00:00', 0.0138063530526853, 0.0238461538461546, 0.030404959109683, 0.0473076923076914, 0.032482539688505, 0.0636538461538478, 0.0580891225088332, 0.162884615384615, 0.135436189914149, 0.490192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1365, '2021-05-23 00:00:00', 0.0182725098271853, 0.0382692307692298, 0.0206061977233884, 0.0488461538461553, 0.0239615075935099, 0.0569230769230771, 0.0582408791142444, 0.16, 0.135952056028812, 0.489807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1380, '2021-05-23 00:00:00', 0.0124163870214592, 0.0270000000000005, 0.0135400640077248, 0.0360000000000008, 0.0170611644776466, 0.0484000000000009, 0.0542079329987764, 0.155200000000001, 0.135008641698719, 0.482399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1395, '2021-05-23 00:00:00', 0.00746974574194198, 0.019166666666667, 0.0081176806496966, 0.024374999999998, 0.0462017472534871, 0.0845833333333352, 0.0547524071339017, 0.1575, 0.134822582022405, 0.488541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1410, '2021-05-23 00:00:00', 0.00607546145441325, 0.0172916666666634, 0.0132697760539404, 0.0324999999999995, 0.0462815697189706, 0.0943750000000006, 0.0544521462559938, 0.157083333333333, 0.132377233254278, 0.487916666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 2, 1425, '2021-05-23 00:00:00', 0.00807292397147987, 0.0260416666666679, 0.0438851432389278, 0.0754166666666691, 0.0550687153091211, 0.107291666666667, 0.0571321725906477, 0.156458333333333, 0.132377233254278, 0.487916666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 180, '2021-05-23 00:00:00', 0.0233444112896748, 0.0501923076923085, 0.0370410375332328, 0.0690384615384627, 0.0461773337671866, 0.092115384615385, 0.0554883910242643, 0.140192307692308, 0.138093752991886, 0.486730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 195, '2021-05-23 00:00:00', 0.0253650274075258, 0.0392307692307702, 0.0328000938084953, 0.0596153846153851, 0.0314324672910045, 0.0799999999999999, 0.0429476425429849, 0.127500000000001, 0.137905207131006, 0.484615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 210, '2021-05-23 00:00:00', 0.0233765168162735, 0.0376923076923084, 0.0223124663326616, 0.0546153846153852, 0.0266573701744091, 0.0738461538461545, 0.0420279211221076, 0.122115384615385, 0.144324420877195, 0.488461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 225, '2021-05-23 00:00:00', 0.0152681166034115, 0.0336538461538462, 0.0189908885035388, 0.0494230769230779, 0.0241318493664748, 0.0671153846153864, 0.0408675157815322, 0.111923076923078, 0.146772456020035, 0.486923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 240, '2021-05-23 00:00:00', 0.0126079950214725, 0.0351923076923079, 0.0165726837342008, 0.0455769230769232, 0.0221220391326072, 0.0607692307692323, 0.0371690524702793, 0.108461538461538, 0.14789874394848, 0.485961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 255, '2021-05-23 00:00:00', 0.0158259766985027, 0.0273076923076921, 0.0225806247784407, 0.0417307692307701, 0.0255350437935496, 0.059038461538462, 0.0388527793283616, 0.108461538461538, 0.148332915585696, 0.485576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 270, '2021-05-23 00:00:00', 0.0155921577921543, 0.0313461538461532, 0.0176765816396017, 0.0423076923076932, 0.0264546055318563, 0.0603846153846151, 0.0376364185331169, 0.112499999999999, 0.148242654507345, 0.486730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 285, '2021-05-23 00:00:00', 0.0148544217711026, 0.029423076923078, 0.0185886648670218, 0.0434615384615388, 0.0243286788664024, 0.0582692307692308, 0.0391741673123408, 0.111153846153846, 0.148641670314369, 0.487115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 300, '2021-05-23 00:00:00', 0.0164363574478601, 0.0319230769230763, 0.0243413228892741, 0.0424999999999996, 0.0242495043565503, 0.0559615384615378, 0.0445472955235391, 0.112692307692309, 0.1491304282009, 0.486730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 315, '2021-05-23 00:00:00', 0.0122427372504925, 0.0267307692307706, 0.012588150716508, 0.0373076923076934, 0.0182725098271854, 0.0482692307692311, 0.0484545782547516, 0.120384615384617, 0.148829923583416, 0.487115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 330, '2021-05-23 00:00:00', 0.00738241153011672, 0.0224999999999998, 0.0112455119252761, 0.0323076923076919, 0.0243729042491539, 0.0459615384615387, 0.052613247819858, 0.128076923076923, 0.149795373246817, 0.489423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 345, '2021-05-23 00:00:00', 0.0129377206410005, 0.0242307692307707, 0.0140013735589918, 0.0340384615384623, 0.0237041054542153, 0.0467307692307694, 0.0600012820375848, 0.141923076923077, 0.149795373246817, 0.489423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 360, '2021-05-23 00:00:00', 0.008505654227992, 0.0228846153846164, 0.0247580600706421, 0.0351923076923085, 0.024962279235185, 0.0463461538461538, 0.0581764557187858, 0.152500000000001, 0.149795373246817, 0.489423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 375, '2021-05-23 00:00:00', 0.0218068443736922, 0.026538461538462, 0.020988091861815, 0.032500000000001, 0.0224199430452848, 0.0455769230769226, 0.063575817850694, 0.168269230769232, 0.15367060176284, 0.494423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 390, '2021-05-23 00:00:00', 0.0087530214563539, 0.0211538461538488, 0.0146510697955433, 0.0305769230769237, 0.0192912893854668, 0.0469230769230769, 0.0605465491616543, 0.178269230769231, 0.154217254347434, 0.494807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 405, '2021-05-23 00:00:00', 0.0108148757950157, 0.0198076923076912, 0.0115308949549266, 0.0298076923076914, 0.0182303635138229, 0.0428846153846152, 0.061964009404964, 0.196538461538462, 0.154647614321671, 0.496730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 420, '2021-05-23 00:00:00', 0.0117096278598151, 0.0236538461538454, 0.0172001788899459, 0.0346153846153843, 0.0210027470730699, 0.0463461538461538, 0.061482017383446, 0.205961538461539, 0.155409632411101, 0.498076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 435, '2021-05-23 00:00:00', 0.00974482110977682, 0.0201923076923068, 0.0113289961535076, 0.0278846153846152, 0.0207846096908259, 0.0499999999999999, 0.0590423576765008, 0.215000000000002, 0.16008423263539, 0.504807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 450, '2021-05-23 00:00:00', 0.0113408723039911, 0.0238461538461524, 0.0169988687406404, 0.0348076923076918, 0.0253407546484674, 0.0619230769230758, 0.0610044134595054, 0.21846153846154, 0.156917543265932, 0.513653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 465, '2021-05-23 00:00:00', 0.012322587140943, 0.0246153846153841, 0.0165343465363647, 0.0407692307692298, 0.0269451008819498, 0.0659615384615375, 0.0604826739335633, 0.223076923076925, 0.159435060327202, 0.516538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 480, '2021-05-23 00:00:00', 0.0131573319717719, 0.0336538461538456, 0.0175893324314676, 0.05076923076923, 0.0265590778338526, 0.0692307692307691, 0.0597481895445034, 0.225384615384616, 0.159311137280287, 0.519038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 495, '2021-05-23 00:00:00', 0.0166097746939782, 0.0317307692307666, 0.0229489399788727, 0.0455769230769215, 0.0326785038731054, 0.0817307692307692, 0.0592286962674192, 0.224038461538463, 0.158724725425936, 0.521538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 510, '2021-05-23 00:00:00', 0.0174972525315773, 0.0319230769230752, 0.0215058131676056, 0.0474999999999989, 0.0385686201663799, 0.0934615384615382, 0.0595486226670131, 0.22596153846154, 0.159398508824219, 0.526730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 525, '2021-05-23 00:00:00', 0.0131324612491941, 0.0326923076923091, 0.0267790101500305, 0.0636538461538473, 0.0447544583082133, 0.105192307692309, 0.0581668687087814, 0.224230769230771, 0.156883714897372, 0.527499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 540, '2021-05-23 00:00:00', 0.0251005669565162, 0.0559615384615378, 0.0346765271972501, 0.077307692307692, 0.0418642494810943, 0.113846153846155, 0.0595344115100343, 0.222884615384617, 0.160812002039649, 0.532499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 555, '2021-05-23 00:00:00', 0.0282243757170196, 0.0511538461538455, 0.0380546166207719, 0.076923076923078, 0.0490054941974734, 0.121538461538464, 0.0641440686148104, 0.222307692307693, 0.162290930596403, 0.532115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 570, '2021-05-23 00:00:00', 0.0219623804230384, 0.0521153846153848, 0.0302991495184024, 0.0759615384615399, 0.0491328653910862, 0.129038461538463, 0.0627697256767816, 0.224038461538462, 0.164318288696056, 0.532499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 585, '2021-05-23 00:00:00', 0.0279621997593999, 0.0582692307692324, 0.0370140306037903, 0.0959615384615408, 0.0545925466876773, 0.142115384615385, 0.0637169220368185, 0.230384615384615, 0.165032980386906, 0.53326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 600, '2021-05-23 00:00:00', 0.0226308162944644, 0.0780769230769242, 0.0319711408328489, 0.101923076923077, 0.0515990459065046, 0.142307692307692, 0.058382030955265, 0.227307692307692, 0.168401192212115, 0.535192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 615, '2021-05-23 00:00:00', 0.0185648551342006, 0.0655769230769225, 0.0434794381111537, 0.0973076923076913, 0.0466212232951745, 0.136538461538462, 0.0574834424321155, 0.217884615384613, 0.166037646333595, 0.532499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 630, '2021-05-23 00:00:00', 0.0300646738779021, 0.0682692307692288, 0.0326826229999025, 0.0919230769230764, 0.0337986117147733, 0.127115384615385, 0.057640797517572, 0.207307692307691, 0.168013277863571, 0.527692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 645, '2021-05-23 00:00:00', 0.021540659228537, 0.0599999999999995, 0.0360880333884546, 0.0878846153846142, 0.0458744104971554, 0.127307692307692, 0.0553409015522471, 0.196153846153845, 0.170078375598293, 0.524423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 660, '2021-05-23 00:00:00', 0.0274205144989053, 0.066730769230767, 0.0320798283133724, 0.0886538461538453, 0.0417929880022205, 0.119423076923076, 0.0545149944087377, 0.19326923076923, 0.171692592017962, 0.522115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 675, '2021-05-23 00:00:00', 0.0181531942516596, 0.0534615384615396, 0.0322329263093118, 0.0851923076923095, 0.0304327758535738, 0.103076923076924, 0.0598035244652159, 0.197692307692308, 0.172120262070986, 0.519230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 690, '2021-05-23 00:00:00', 0.030505989323663, 0.0638461538461548, 0.0300000000000011, 0.0799999999999988, 0.0299923067058624, 0.103461538461539, 0.0622933506761482, 0.197692307692307, 0.173614072453376, 0.520384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 705, '2021-05-23 00:00:00', 0.0174928556845354, 0.0549999999999986, 0.0216484144027651, 0.0705769230769228, 0.0277405562586339, 0.0915384615384614, 0.0738470352511496, 0.214230769230768, 0.179263879411159, 0.518461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 720, '2021-05-23 00:00:00', 0.0180820778247828, 0.0498076923076924, 0.0213694605957633, 0.0705769230769239, 0.0238722561854695, 0.0932692307692312, 0.0829237369746807, 0.222884615384614, 0.184473158356023, 0.522884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 735, '2021-05-23 00:00:00', 0.0136438208048142, 0.0469230769230785, 0.0200777335527535, 0.0636538461538478, 0.0240648163220777, 0.0913461538461544, 0.103109351959646, 0.233461538461538, 0.18657613418161, 0.524423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 750, '2021-05-23 00:00:00', 0.0141475738610498, 0.0419230769230781, 0.0151708221976891, 0.0619230769230785, 0.0282516166998244, 0.0919230769230775, 0.107359210131222, 0.235, 0.185035547520345, 0.528076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 765, '2021-05-23 00:00:00', 0.0135887396823216, 0.0444230769230775, 0.0257263707865307, 0.0646153846153854, 0.0361130702953061, 0.0969230769230762, 0.123866708757686, 0.254807692307692, 0.186690612017274, 0.529230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 780, '2021-05-23 00:00:00', 0.0172091210163042, 0.048076923076922, 0.0222960845130994, 0.0663461538461525, 0.0302991495184018, 0.0940384615384596, 0.127490723644446, 0.261730769230769, 0.187397561760675, 0.529615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 795, '2021-05-23 00:00:00', 0.0141434953790936, 0.0459615384615382, 0.0266263316748951, 0.0651923076923069, 0.0281759581094342, 0.0867307692307696, 0.119668130838838, 0.272692307692307, 0.191090393430801, 0.528461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 810, '2021-05-23 00:00:00', 0.0220349372937252, 0.0465384615384597, 0.0255440795488877, 0.0624999999999995, 0.0290596204115179, 0.0876923076923072, 0.117647615948906, 0.279807692307691, 0.193396861799374, 0.527115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 825, '2021-05-23 00:00:00', 0.0119807537967545, 0.0434615384615388, 0.0178594943506674, 0.0598076923076937, 0.0222710574513219, 0.0850000000000003, 0.112984682419957, 0.281538461538462, 0.189968823353081, 0.526923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 840, '2021-05-23 00:00:00', 0.0165122332273329, 0.044423076923077, 0.0242304639785411, 0.0636538461538462, 0.0282141535676431, 0.0990384615384622, 0.119109677963697, 0.296346153846155, 0.189083620085442, 0.531153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 855, '2021-05-23 00:00:00', 0.0181118320867451, 0.0459615384615377, 0.0226172160430615, 0.068461538461538, 0.0395804924756562, 0.116153846153847, 0.12069940411554, 0.302115384615386, 0.193910070353799, 0.536346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 870, '2021-05-23 00:00:00', 0.0217794892925939, 0.047115384615386, 0.0304788703606544, 0.0801923076923085, 0.0454655406282088, 0.121346153846155, 0.119494608825929, 0.300192307692308, 0.196689231647678, 0.540576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 885, '2021-05-23 00:00:00', 0.0235478236786343, 0.0574999999999996, 0.03781584934308, 0.0859615384615384, 0.0695560095285679, 0.140961538461538, 0.1102968023806, 0.295769230769231, 0.194005253695716, 0.540961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 900, '2021-05-23 00:00:00', 0.0260214408635534, 0.0663461538461542, 0.0297767333022577, 0.0894230769230781, 0.0863855401005377, 0.147692307692307, 0.109453889132155, 0.288076923076923, 0.182734464771659, 0.538269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 915, '2021-05-23 00:00:00', 0.0261982089816479, 0.0571153846153857, 0.0650470244101561, 0.103653846153847, 0.106950204085108, 0.152884615384617, 0.119720347219935, 0.284807692307692, 0.180917001794916, 0.539807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 930, '2021-05-23 00:00:00', 0.064326092325324, 0.0846153846153847, 0.0877189568144503, 0.121153846153846, 0.109672238966842, 0.160000000000001, 0.117766555262781, 0.290192307692307, 0.180548736228881, 0.539615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 945, '2021-05-23 00:00:00', 0.0451152370644845, 0.0757692307692307, 0.0681539546795444, 0.10519230769231, 0.089255251946313, 0.162500000000001, 0.113790799952573, 0.282884615384614, 0.181646317373584, 0.53576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 960, '2021-05-23 00:00:00', 0.0372274712461725, 0.0782692307692328, 0.0722069674882292, 0.114615384615385, 0.0856560653921346, 0.169807692307693, 0.10957698382697, 0.281346153846152, 0.181994611078292, 0.539038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 975, '2021-05-23 00:00:00', 0.0574339085049399, 0.0805769230769214, 0.0641599563590862, 0.122499999999999, 0.0713800769445878, 0.181346153846152, 0.102267560087028, 0.284423076923075, 0.179009776269342, 0.5375 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 990, '2021-05-23 00:00:00', 0.045243359053694, 0.090192307692306, 0.0563082177360945, 0.126153846153846, 0.0615992007940159, 0.18230769230769, 0.0851144026499725, 0.272692307692306, 0.171580548476174, 0.536730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1005, '2021-05-23 00:00:00', 0.0386129711167317, 0.0851923076923078, 0.0454435406258739, 0.131346153846151, 0.0614332032498586, 0.174038461538459, 0.102481518033553, 0.267692307692305, 0.166814152692336, 0.534807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1020, '2021-05-23 00:00:00', 0.0368369588655386, 0.0948076923076908, 0.0507183019613827, 0.122115384615383, 0.0567101266224872, 0.17903846153846, 0.10011992808627, 0.249999999999996, 0.168291528193011, 0.530961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1035, '2021-05-23 00:00:00', 0.0284686061910572, 0.0776923076923065, 0.0347363697673679, 0.108846153846153, 0.0545202855684147, 0.162692307692308, 0.104058415547008, 0.25307692307692, 0.175012527024167, 0.534230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1050, '2021-05-23 00:00:00', 0.0273889365648592, 0.0780769230769237, 0.0428723507815752, 0.12596153846154, 0.0461073162891147, 0.151730769230769, 0.111563710670009, 0.252692307692306, 0.176472268468622, 0.532307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1065, '2021-05-23 00:00:00', 0.0415326562894964, 0.0998076923076945, 0.0443898810368022, 0.117307692307693, 0.0444786033261613, 0.137884615384614, 0.121784172269571, 0.245769230769229, 0.179677488851553, 0.529999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1080, '2021-05-23 00:00:00', 0.0197094276543367, 0.0673076923076912, 0.0238295227364329, 0.0853846153846143, 0.0353275878250765, 0.105961538461537, 0.129338702637686, 0.232499999999998, 0.182446198602808, 0.531153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1095, '2021-05-23 00:00:00', 0.023803684265578, 0.056153846153847, 0.0257801354654193, 0.0711538461538448, 0.0401324729441813, 0.0988461538461541, 0.14030022753422, 0.228076923076922, 0.180226353404651, 0.528461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983855 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 983855, 3, 1110, '2021-05-23 00:00:00', 0.0129213597760273, 0.0451923076923059, 0.0217512157043081, 0.0636538461538456, 0.036174789351362, 0.0961538461538456, 0.147292618228529, 0.22365384615384[...];
Date: 2021-05-23 16:18:34 Duration: 19s708ms Database: acaweb_fx User: pgperfstats
14 19s186ms 21s287ms 20s237ms 2 40s474ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 23 16 2 40s474ms 20s237ms [ User: pgperfstats - Total duration: 40s474ms - 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 986570, 1, 990, '2021-05-23 00:00:00', 0.000541357126545424, 0.00113346153846154, 0.000563870416100933, 0.00154961538461538, 0.00097669103846373, 0.00203576923076924, 0.00133849015110884, 0.00310673076923075, 0.00149961441197906, 0.0058207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1005, '2021-05-23 00:00:00', 0.000491881630538819, 0.00116653846153846, 0.000840426745995506, 0.00154634615384616, 0.000942806775211445, 0.00185615384615385, 0.00127598975158652, 0.00305538461538461, 0.00150560700766781, 0.00581269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1020, '2021-05-23 00:00:00', 0.000554094444879354, 0.00109442307692306, 0.000659378961891106, 0.00136384615384613, 0.000788876343044592, 0.0019582692307692, 0.00103637461670664, 0.00285211538461537, 0.00158955476349632, 0.00582211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1035, '2021-05-23 00:00:00', 0.000287908906533898, 0.000863461538461516, 0.000396090947209768, 0.00115903846153844, 0.000634570599818383, 0.00179038461538459, 0.000901477611821495, 0.00270173076923076, 0.00158308575257311, 0.00585749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1050, '2021-05-23 00:00:00', 0.000295551114933522, 0.000852692307692292, 0.000573429494022918, 0.00146923076923076, 0.000680643812871294, 0.00175999999999998, 0.000885391373696038, 0.00261826923076923, 0.00175441048613093, 0.00592192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1065, '2021-05-23 00:00:00', 0.000453927349320932, 0.00113403846153843, 0.000466235496784135, 0.00138653846153843, 0.000490546006624632, 0.00169423076923073, 0.000811398697407027, 0.00246961538461537, 0.00187509023372621, 0.00593923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1080, '2021-05-23 00:00:00', 0.000280086319112268, 0.000987884615384605, 0.00036367615560254, 0.0012028846153846, 0.000392124195396535, 0.00152923076923077, 0.000820587313124869, 0.00237846153846157, 0.00217186697425191, 0.00615192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1095, '2021-05-23 00:00:00', 0.000274073053147415, 0.000695961538461529, 0.00028426829147559, 0.000992692307692303, 0.000389273534439946, 0.00132826923076921, 0.000787256091653867, 0.00216307692307695, 0.0022851662875026, 0.00624480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1110, '2021-05-23 00:00:00', 0.00020869604323399, 0.00070096153846151, 0.00031333344244406, 0.00094961538461538, 0.000409159363348053, 0.00122423076923075, 0.000773684615728758, 0.00203673076923082, 0.00239359039134485, 0.00624480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1125, '2021-05-23 00:00:00', 0.000238853431079543, 0.000720192307692303, 0.000311917457029868, 0.000937500000000018, 0.000451236250589576, 0.00119692307692308, 0.000784789045638273, 0.00193538461538467, 0.00238160269243534, 0.00624923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1140, '2021-05-23 00:00:00', 0.000236453931112286, 0.000637692307692318, 0.000319446636930437, 0.000848076923076919, 0.000770414074478056, 0.00123038461538464, 0.00076707767132551, 0.00181192307692313, 0.00237558022062303, 0.00628076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1155, '2021-05-23 00:00:00', 0.000221349010875104, 0.000599230769230758, 0.00038246307011268, 0.000799999999999972, 0.000812380665792769, 0.00116711538461538, 0.000843070213336571, 0.00183576923076925, 0.00235409006591964, 0.00632096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1170, '2021-05-23 00:00:00', 0.00025242302711004, 0.000569230769230758, 0.00064121951119604, 0.000902307692307702, 0.00070619013020575, 0.00113750000000001, 0.00068814670282967, 0.00178826923076925, 0.00236896157873833, 0.00631480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1185, '2021-05-23 00:00:00', 0.000482941627305635, 0.000618846153846177, 0.000509128667430938, 0.000780000000000029, 0.000532266272288008, 0.00102076923076927, 0.000556620019541004, 0.00166961538461541, 0.00235770400047294, 0.00632807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1200, '2021-05-23 00:00:00', 0.000284405520340241, 0.00058250000000005, 0.000343742132777104, 0.000779423076923093, 0.000423599411636135, 0.0010523076923077, 0.000532562058500082, 0.00182211538461543, 0.00236172037197137, 0.00633634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1215, '2021-05-23 00:00:00', 0.000189726219752395, 0.000475961538461539, 0.000270503021453342, 0.000661730769230792, 0.000298078267987056, 0.00091057692307691, 0.000899636016141182, 0.00202019230769231, 0.0023501819896798, 0.00633923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1230, '2021-05-23 00:00:00', 0.000185357450930327, 0.000454230769230782, 0.000258313464910064, 0.00067961538461537, 0.000235532130749468, 0.000860769230769233, 0.000905110193036409, 0.00205730769230769, 0.00235324039276775, 0.00633711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1245, '2021-05-23 00:00:00', 0.000223964025270511, 0.000531730769230751, 0.000247930511356564, 0.000673461538461518, 0.000228007759652018, 0.000858461538461552, 0.000889881431168446, 0.00207019230769229, 0.00236794717976431, 0.00633961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1260, '2021-05-23 00:00:00', 0.000153095872425909, 0.000467115384615396, 0.00018884558201387, 0.000604423076923082, 0.000246401798195233, 0.00081538461538462, 0.00086965271583189, 0.00206038461538461, 0.00237666450174317, 0.00633807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1275, '2021-05-23 00:00:00', 0.000137170864814057, 0.000440384615384597, 0.000208516463102103, 0.00056865384615384, 0.000251212827330518, 0.000831730769230761, 0.000858689094805808, 0.00205980769230768, 0.00238113127606314, 0.00635192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1290, '2021-05-23 00:00:00', 0.000175778269419155, 0.000390000000000019, 0.000203820150736288, 0.000579423076923072, 0.000264111937224802, 0.000753653846153847, 0.000825555593804265, 0.00204596153846153, 0.00237805473994057, 0.00636788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1305, '2021-05-23 00:00:00', 0.000194099498671761, 0.000501153846153833, 0.000236817765056113, 0.000655576923076922, 0.000239503733711109, 0.000739038461538452, 0.00080732311708796, 0.00202384615384615, 0.00238379162260461, 0.0063925 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1320, '2021-05-23 00:00:00', 0.000196785318401712, 0.000457692307692283, 0.000225809313700425, 0.000560384615384631, 0.000236034221769134, 0.000821923076923056, 0.000781988712293119, 0.00200711538461537, 0.00239324318896731, 0.00641480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1335, '2021-05-23 00:00:00', 0.000156734955111686, 0.000395384615384635, 0.000152312053162156, 0.000514807692307683, 0.000407624261375038, 0.000991538461538424, 0.000769866446959376, 0.0020328846153846, 0.00238583515453505, 0.00642923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1350, '2021-05-23 00:00:00', 0.000160030766272756, 0.000394615384615365, 0.000211953641520598, 0.000707115384615346, 0.0004092698940233, 0.00103038461538458, 0.000757412802800518, 0.00205192307692307, 0.00241031644906127, 0.00645423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1365, '2021-05-23 00:00:00', 0.000201180363011725, 0.000631538461538431, 0.000410677910477092, 0.000882884615384583, 0.000411425149749197, 0.00101442307692305, 0.000767535641868489, 0.00206019230769229, 0.00242232116907601, 0.00646461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1380, '2021-05-23 00:00:00', 0.000370179218549825, 0.000610576923076918, 0.000411895804598895, 0.000798076923076916, 0.000579222190660789, 0.0013221153846154, 0.000756152329993011, 0.00207711538461537, 0.00262607856230247, 0.00654115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1395, '2021-05-23 00:00:00', 0.000273325742546287, 0.000544807692307675, 0.000287858739395164, 0.000650576923076898, 0.00077816351850908, 0.00163269230769229, 0.000745897703854493, 0.00208923076923076, 0.00265024930612488, 0.00655576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1410, '2021-05-23 00:00:00', 0.00022134588317836, 0.000434999999999989, 0.000599307549144467, 0.00105346153846157, 0.000747407210603095, 0.00165846153846153, 0.000770152657195067, 0.00209634615384614, 0.00265332914250411, 0.00656653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 1, 1425, '2021-05-23 00:00:00', 0.000618418236620361, 0.000913653846153879, 0.000758258531109253, 0.00148499999999999, 0.000713180525209747, 0.00169730769230767, 0.000787939401223224, 0.00214749999999999, 0.00265478923544138, 0.00656826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 0, '2021-05-23 00:00:00', 0.00052645640479893, 0.00103788461538458, 0.000552857228753137, 0.00122134615384612, 0.000627643088190913, 0.00152461538461536, 0.000836245846258534, 0.00213365384615383, 0.00274649601240453, 0.0066821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 15, '2021-05-23 00:00:00', 0.000578228195571451, 0.000725384615384602, 0.000616696160070862, 0.00111692307692307, 0.000785912624816627, 0.00162557692307694, 0.000783464495292966, 0.00207115384615383, 0.00283499689322854, 0.00672576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 30, '2021-05-23 00:00:00', 0.000585357796565484, 0.000807000000000011, 0.00065599466461242, 0.00109040000000002, 0.000804765390243224, 0.00159340000000002, 0.000828755744072636, 0.00211559999999999, 0.00281630842889532, 0.00685660000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 45, '2021-05-23 00:00:00', 0.000468581458588923, 0.000755400000000002, 0.000673755766827492, 0.00137980000000002, 0.000679960047845933, 0.00146540000000002, 0.000806340757165792, 0.00212200000000001, 0.00282009674774939, 0.00683540000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 60, '2021-05-23 00:00:00', 0.000688381407025542, 0.00104980769230769, 0.000696007183870976, 0.00118500000000001, 0.000678850527333916, 0.00126596153846154, 0.00085915828666114, 0.00210019230769231, 0.00281746864019132, 0.00669346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 75, '2021-05-23 00:00:00', 0.000197773860760227, 0.000502499999999995, 0.000221805874930855, 0.000645384615384642, 0.000353290085645482, 0.000931730769230733, 0.000726942305403033, 0.00191865384615384, 0.00293644115450085, 0.00665442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 90, '2021-05-23 00:00:00', 0.000209947612513235, 0.000425000000000017, 0.00033884810529431, 0.000609038461538463, 0.00036822902572261, 0.00087115384615384, 0.000730785562570578, 0.00193346153846155, 0.00294524125301504, 0.00664096153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 105, '2021-05-23 00:00:00', 0.000203916366717805, 0.000448269230769238, 0.000324479761132509, 0.000733653846153844, 0.000336977572867065, 0.000861730769230778, 0.000737624565751476, 0.001965, 0.00294500707195182, 0.00664057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 120, '2021-05-23 00:00:00', 0.000267581475729985, 0.000605384615384602, 0.000268729489378358, 0.000681538461538434, 0.000321049780467866, 0.000885192307692325, 0.000724730215056228, 0.00195326923076923, 0.00292170471840303, 0.00662269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 135, '2021-05-23 00:00:00', 0.000191020035195667, 0.000475576923076887, 0.000174905798821922, 0.00060596153846152, 0.000241226114800088, 0.000920961538461542, 0.000729301061607305, 0.00201596153846153, 0.00292170471840303, 0.00662269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 150, '2021-05-23 00:00:00', 0.000166782677573121, 0.00043269230769235, 0.000299845601294033, 0.000660769230769281, 0.000305758640358463, 0.000977884615384634, 0.000763031101291744, 0.00206230769230772, 0.00292170471840303, 0.00662269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 165, '2021-05-23 00:00:00', 0.000257696303068918, 0.000534230769230785, 0.000213562907323875, 0.000763653846153853, 0.000387262632013304, 0.00111711538461539, 0.000744281300212611, 0.00207557692307693, 0.00292613131967793, 0.00661750000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 180, '2021-05-23 00:00:00', 0.000215025937612572, 0.000618076923076941, 0.000306091740898329, 0.000793076923076901, 0.000387144626126301, 0.00116980769230769, 0.000764668656246754, 0.0020969230769231, 0.00289514755834923, 0.0066842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 195, '2021-05-23 00:00:00', 0.000263861050263504, 0.000530576923076889, 0.000397452512886792, 0.000817499999999992, 0.000463140782716651, 0.00113076923076921, 0.000813833190241432, 0.0020326923076923, 0.00286123752139633, 0.0066969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 210, '2021-05-23 00:00:00', 0.000301373777635274, 0.000638076923076936, 0.000298767210640403, 0.000860384615384607, 0.000427340478559435, 0.00116826923076922, 0.000784129993147741, 0.0019896153846154, 0.00281609336602216, 0.00674461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 225, '2021-05-23 00:00:00', 0.00021572819437005, 0.000564423076923085, 0.000309211652681198, 0.000790384615384609, 0.000471311957771586, 0.00113019230769233, 0.000792580813642287, 0.0019571153846154, 0.0027469620772494, 0.0067644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 240, '2021-05-23 00:00:00', 0.000203612376834018, 0.000569999999999977, 0.000318643760575746, 0.000809615384615368, 0.000487114423455592, 0.00115269230769229, 0.000742754229980458, 0.00193038461538462, 0.00273653093139135, 0.00676653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 255, '2021-05-23 00:00:00', 0.000192439500982682, 0.000580192307692308, 0.00031306647119203, 0.000808846153846158, 0.000414910370302582, 0.00112115384615382, 0.000688258784067578, 0.00194192307692308, 0.00272499541284019, 0.00678000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 270, '2021-05-23 00:00:00', 0.000229998996653338, 0.000551538461538462, 0.000415799877899858, 0.000836538461538468, 0.000388248582146122, 0.00106019230769229, 0.000714600507007539, 0.00192826923076924, 0.00268317705628696, 0.00676365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 285, '2021-05-23 00:00:00', 0.000419594309560302, 0.000619230769230778, 0.000390485742869837, 0.000778653846153857, 0.000372984635691007, 0.000956538461538451, 0.000668456459660285, 0.00189596153846155, 0.00263323363654187, 0.00671923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 300, '2021-05-23 00:00:00', 0.000186149237069453, 0.000516538461538472, 0.000199468138963447, 0.000691538461538457, 0.000372339020455647, 0.000922884615384606, 0.000703746020620006, 0.00194230769230771, 0.00263384474748347, 0.00671307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 315, '2021-05-23 00:00:00', 0.00019624993875553, 0.00048596153846152, 0.000242806428124268, 0.000639807692307691, 0.000526329415714317, 0.00098442307692307, 0.000634957176024177, 0.00198615384615385, 0.00263273301255269, 0.00671634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 330, '2021-05-23 00:00:00', 0.000171131078865995, 0.00045961538461539, 0.000338252807140556, 0.000685192307692304, 0.000528999054819574, 0.00105, 0.000621270565361479, 0.00207365384615384, 0.00263600067118005, 0.00671346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 345, '2021-05-23 00:00:00', 0.000308502088261237, 0.000521538461538454, 0.000496256951123586, 0.000739807692307688, 0.000501460980919392, 0.00099365384615384, 0.000660784295073191, 0.00210826923076925, 0.00263947331576122, 0.00670076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 360, '2021-05-23 00:00:00', 0.00030523918742269, 0.000484807692307683, 0.00033635718194526, 0.000716923076923077, 0.000352754218205153, 0.000948461538461526, 0.000823540293722528, 0.00214384615384614, 0.0026517381019887, 0.00668519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 375, '2021-05-23 00:00:00', 0.000223311786178336, 0.000481923076923049, 0.000289448547307569, 0.000652307692307687, 0.000316575486198069, 0.000880961538461537, 0.00083921036603553, 0.00227403846153847, 0.0026402936098385, 0.0066521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 390, '2021-05-23 00:00:00', 0.000163927868752859, 0.000417115384615376, 0.000201024778419149, 0.000619807692307679, 0.000295892717044506, 0.000857500000000007, 0.000955365918620447, 0.00242903846153846, 0.00263146169530288, 0.00665557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 405, '2021-05-23 00:00:00', 0.000187281462387099, 0.000447884615384612, 0.000234974712223725, 0.000621346153846142, 0.000300006474289094, 0.000931730769230784, 0.00104916782041034, 0.00261365384615385, 0.00262486676584959, 0.00666153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 420, '2021-05-23 00:00:00', 0.000178056602927704, 0.000441923076923094, 0.000259417691111339, 0.000638461538461554, 0.000297058916715157, 0.000905000000000036, 0.000989565813880022, 0.0027825, 0.00260865795882749, 0.00665288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 435, '2021-05-23 00:00:00', 0.000251268550788554, 0.000461730769230788, 0.000298550408061755, 0.000677115384615405, 0.00028147714758996, 0.000944230769230798, 0.000978677993716344, 0.00285615384615386, 0.00261943288048859, 0.00664615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 450, '2021-05-23 00:00:00', 0.000182797597190071, 0.0004848076923077, 0.000203984916486119, 0.000649615384615405, 0.000256663877773732, 0.000922884615384623, 0.00100527103119201, 0.0029546153846154, 0.00263885296322827, 0.00661519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 465, '2021-05-23 00:00:00', 0.000160667836999702, 0.000453076923076953, 0.00017891725633763, 0.000655769230769257, 0.000302049919460626, 0.00090307692307693, 0.00106835295593803, 0.00306403846153847, 0.00263103220458029, 0.00660730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 480, '2021-05-23 00:00:00', 0.000164071747907859, 0.000518461538461545, 0.000271478572606779, 0.000701153846153845, 0.000351602922889747, 0.00102884615384617, 0.0011035019256893, 0.00328750000000001, 0.00263126886618491, 0.00660538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 495, '2021-05-23 00:00:00', 0.000198516129939495, 0.000475576923076913, 0.000240783017545817, 0.000637692307692292, 0.000348741473565467, 0.00113384615384617, 0.00109533949777436, 0.00335115384615384, 0.00263096454965448, 0.00657730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 510, '2021-05-23 00:00:00', 0.000143294747340502, 0.000454230769230739, 0.000290586674478775, 0.000736153846153835, 0.000461233796880278, 0.00127884615384615, 0.00113981687125606, 0.00346249999999999, 0.00259229927640727, 0.00655153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 525, '2021-05-23 00:00:00', 0.000261029397106652, 0.000577115384615408, 0.000280785779280498, 0.000879423076923099, 0.000545345338718084, 0.00135153846153847, 0.0011571393108072, 0.00350076923076923, 0.00259746349644894, 0.00651615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 540, '2021-05-23 00:00:00', 0.000188481788551004, 0.00069076923076923, 0.000414669887241183, 0.00102634615384615, 0.000622642631172843, 0.0015103846153846, 0.00119081906201634, 0.00348403846153845, 0.0025948133770155, 0.00648269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 555, '2021-05-23 00:00:00', 0.000276836594401826, 0.000747500000000021, 0.000381792936228341, 0.00102538461538462, 0.000513643882920388, 0.00161596153846153, 0.00115670287388831, 0.00345846153846154, 0.00249864302403096, 0.00648480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 570, '2021-05-23 00:00:00', 0.000300239647871272, 0.000719615384615402, 0.000496170449930866, 0.00112365384615385, 0.000629442121735872, 0.00175423076923078, 0.00108778485217222, 0.00340326923076924, 0.00244721824024436, 0.00647134615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 585, '2021-05-23 00:00:00', 0.000404287787825198, 0.000878846153846164, 0.000431949605322742, 0.00123230769230769, 0.000607355332569009, 0.0018475, 0.00108490573854986, 0.00330269230769231, 0.00250833686855532, 0.00658538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 600, '2021-05-23 00:00:00', 0.000293786748928816, 0.000994423076923067, 0.000460264472467045, 0.00140576923076923, 0.000539300151906288, 0.00196942307692309, 0.0010572309987015, 0.00327576923076923, 0.00249995676885701, 0.00656038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 615, '2021-05-23 00:00:00', 0.000342030138123244, 0.00098615384615385, 0.000439734753966755, 0.00134942307692307, 0.000507666759263923, 0.00183346153846155, 0.00100895299882905, 0.00316807692307692, 0.00244139068187345, 0.00658269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 630, '2021-05-23 00:00:00', 0.000260154687711907, 0.000857692307692299, 0.000412684457592547, 0.0013323076923077, 0.000713873965389889, 0.00184403846153847, 0.000951416373300669, 0.00304365384615383, 0.00231662898327589, 0.0065046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 645, '2021-05-23 00:00:00', 0.000289976457930374, 0.00100288461538459, 0.000336012820268241, 0.00132615384615387, 0.000677335986391929, 0.00184096153846154, 0.000877181346920131, 0.00294134615384615, 0.00225609305761429, 0.00651826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 660, '2021-05-23 00:00:00', 0.000313267641777155, 0.000886153846153861, 0.000498793660128693, 0.00128865384615383, 0.000591414503867279, 0.00192365384615384, 0.000897876726162671, 0.00305384615384615, 0.00224462259976698, 0.00652884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 675, '2021-05-23 00:00:00', 0.000424914652063691, 0.000937692307692319, 0.000488762841656956, 0.00128865384615385, 0.000604511754673483, 0.00182230769230771, 0.000916587672586985, 0.00294480769230768, 0.00211153607958394, 0.00655115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 690, '2021-05-23 00:00:00', 0.000329734683553999, 0.000910192307692292, 0.000516948144996569, 0.00137076923076922, 0.000721769433672962, 0.00176134615384616, 0.000968758761746976, 0.00288846153846153, 0.00227654927804884, 0.00664884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 705, '2021-05-23 00:00:00', 0.000403985576665612, 0.000997115384615401, 0.000485899641426544, 0.00123769230769234, 0.000637439378716452, 0.00166019230769232, 0.00102034089326142, 0.00302153846153845, 0.00236938206809613, 0.00663576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 720, '2021-05-23 00:00:00', 0.000224449069090019, 0.0007842307692308, 0.000538136706966359, 0.00115134615384617, 0.00054507303674334, 0.00146884615384614, 0.00106428193560801, 0.00301903846153845, 0.00231644552809157, 0.00658673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 735, '2021-05-23 00:00:00', 0.000424608824503411, 0.000835576923076923, 0.000448183169972017, 0.00112807692307693, 0.000491498337112777, 0.00138884615384617, 0.0010897222828988, 0.00303442307692307, 0.00235915578935803, 0.00657403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 750, '2021-05-23 00:00:00', 0.000267283773141253, 0.000783846153846156, 0.000321518033948134, 0.00101461538461534, 0.00036150986793639, 0.00132076923076925, 0.00112251332011971, 0.00305192307692307, 0.00238079679616204, 0.00654923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 765, '2021-05-23 00:00:00', 0.000248689488194548, 0.000727692307692258, 0.000277001805048257, 0.000904999999999985, 0.000383724711018396, 0.00131057692307694, 0.00113748257805762, 0.00304615384615384, 0.00238040623553079, 0.00655038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 780, '2021-05-23 00:00:00', 0.000194879548597417, 0.00069096153846153, 0.000335073815059406, 0.000987307692307712, 0.000407212664152471, 0.00142307692307693, 0.00126487688668167, 0.00318346153846154, 0.00239705415361954, 0.00652115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 795, '2021-05-23 00:00:00', 0.000236049864353988, 0.00070153846153848, 0.000329422163095406, 0.000970192307692344, 0.000425845809943178, 0.0013694230769231, 0.00129495638477191, 0.00321096153846151, 0.00241055939885013, 0.00650384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 810, '2021-05-23 00:00:00', 0.00025341338984719, 0.000692115384615384, 0.000363224448516361, 0.00102499999999998, 0.000499315377445839, 0.00133038461538462, 0.00130179605220575, 0.00326019230769228, 0.00240692366693703, 0.00649846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 825, '2021-05-23 00:00:00', 0.000287965275684414, 0.000780000000000011, 0.000357543757408146, 0.00101653846153849, 0.000464597799590799, 0.00131634615384618, 0.00132173564504581, 0.00329134615384615, 0.00238794370021255, 0.00646365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 840, '2021-05-23 00:00:00', 0.000291834054532052, 0.00072634615384619, 0.000335029275414269, 0.000956153846153859, 0.000711376158204314, 0.00152096153846154, 0.00174733687474575, 0.0035430769230769, 0.00234264814817634, 0.0064621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 855, '2021-05-23 00:00:00', 0.000144893594910724, 0.000643076923076909, 0.00027941456654943, 0.000842499999999994, 0.000703138349445894, 0.00141653846153847, 0.00196894946608593, 0.00362999999999996, 0.00233000082535479, 0.0064546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 870, '2021-05-23 00:00:00', 0.000211737954884008, 0.0006401923076923, 0.000720353999513686, 0.00115326923076922, 0.000783719950963622, 0.0015651923076923, 0.00206371278562169, 0.00367269230769227, 0.00227271816249926, 0.00652038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 885, '2021-05-23 00:00:00', 0.000704710660757051, 0.000943653846153854, 0.000703215143794243, 0.00114153846153848, 0.00108279192191013, 0.00187288461538462, 0.002039430472913, 0.00367942307692307, 0.00226253931542555, 0.00649192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 900, '2021-05-23 00:00:00', 0.000285998924150745, 0.000734230769230771, 0.000501207656949297, 0.00108134615384614, 0.00105399366878846, 0.00193057692307691, 0.00205924307415649, 0.00362596153846152, 0.00232744839651959, 0.00653096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 915, '2021-05-23 00:00:00', 0.000397304814197647, 0.000831346153846143, 0.000931228737496031, 0.00141480769230767, 0.00103169235500931, 0.00190634615384612, 0.00201163320559343, 0.00357692307692306, 0.00231633813294906, 0.00651788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 930, '2021-05-23 00:00:00', 0.000945360981115336, 0.00114423076923078, 0.000984176500743324, 0.00154923076923079, 0.00102440340987027, 0.00190288461538461, 0.00193057015293008, 0.00349634615384616, 0.00229604150994372, 0.00647115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 945, '2021-05-23 00:00:00', 0.000392341099633378, 0.000936538461538482, 0.000387768418200658, 0.00123211538461539, 0.000445394380124137, 0.00163192307692308, 0.00173529727003317, 0.00320884615384616, 0.0023868629315162, 0.00644442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 960, '2021-05-23 00:00:00', 0.000297213468998053, 0.000905384615384594, 0.00032795191955296, 0.00120230769230766, 0.000596407578758012, 0.00173999999999999, 0.00167349142168745, 0.00310653846153846, 0.00236408203846978, 0.00645173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 975, '2021-05-23 00:00:00', 0.000316875430511007, 0.000914038461538412, 0.00037113428007414, 0.00124057692307687, 0.000648143383946651, 0.00178461538461537, 0.0017115776797581, 0.00307807692307691, 0.0023621771981341, 0.00643865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 990, '2021-05-23 00:00:00', 0.000284085577572347, 0.000931153846153823, 0.000569196059232812, 0.00143192307692307, 0.00076583800255267, 0.00183961538461539, 0.00168297603849663, 0.00303711538461537, 0.00237878602685035, 0.0064048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1005, '2021-05-23 00:00:00', 0.000369342867598859, 0.00110307692307692, 0.000420391941663234, 0.00139076923076922, 0.000694159480678192, 0.00176076923076923, 0.00146360851480696, 0.00296673076923075, 0.0021597356675867, 0.00647307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1020, '2021-05-23 00:00:00', 0.000350546167265633, 0.00098384615384616, 0.000615537070057841, 0.00127673076923079, 0.00118590562602855, 0.00202692307692306, 0.00133835830835336, 0.00285019230769229, 0.00219175782105456, 0.00653788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1035, '2021-05-23 00:00:00', 0.000419578222284438, 0.00088326923076927, 0.000535113647167234, 0.00123884615384617, 0.00124294575659849, 0.00199807692307689, 0.00123126940437659, 0.00274711538461536, 0.00214982883934082, 0.00658096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1050, '2021-05-23 00:00:00', 0.000321308203347596, 0.000869807692307694, 0.000905134860330005, 0.00154865384615383, 0.00111603523862203, 0.0018755769230769, 0.000999405592570658, 0.00267153846153845, 0.00210322679745632, 0.0065451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1065, '2021-05-23 00:00:00', 0.000741578980699557, 0.0012807692307692, 0.000898785505343389, 0.00155423076923074, 0.00091389420360596, 0.00176884615384614, 0.000802529965891515, 0.00253288461538459, 0.00192161646697611, 0.00648038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1080, '2021-05-23 00:00:00', 0.000439081383730242, 0.0010226923076923, 0.000478411835781035, 0.00124826923076924, 0.000486246692691951, 0.00159038461538461, 0.000663856246023678, 0.00229134615384614, 0.00185954030713133, 0.0064230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1095, '2021-05-23 00:00:00', 0.000268641024417339, 0.000755000000000001, 0.00035255905124584, 0.000978269230769234, 0.000462854562636967, 0.0013578846153846, 0.000583995422795574, 0.00212442307692306, 0.00183389052605067, 0.00636230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1110, '2021-05-23 00:00:00', 0.000251382944161646, 0.000705769230769234, 0.00032018414173002, 0.000976730769230771, 0.000325556387648104, 0.0012151923076923, 0.000513967374002008, 0.00199269230769229, 0.00186085943750563, 0.00626538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1125, '2021-05-23 00:00:00', 0.000299415327699758, 0.000711538461538426, 0.000267884590535109, 0.000913076923076875, 0.000329038225509079, 0.00113307692307692, 0.000504774587925559, 0.0019407692307692, 0.00184656616869921, 0.00624115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1140, '2021-05-23 00:00:00', 0.000176243712381019, 0.000644615384615363, 0.00020557349425076, 0.0007873076923077, 0.000336009615247043, 0.0010123076923077, 0.000674984558227937, 0.00198692307692306, 0.00184485321492395, 0.00624076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1155, '2021-05-23 00:00:00', 0.000168278158004951, 0.000566538461538458, 0.000325497489060393, 0.000783846153846156, 0.000375094705989758, 0.00106596153846151, 0.000692329429145952, 0.00194596153846152, 0.0018448995803399, 0.0062176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1170, '2021-05-23 00:00:00', 0.000264859106231712, 0.000602115384615384, 0.000287207510079663, 0.000788076923076919, 0.000347310158437474, 0.00104711538461535, 0.000710714808106286, 0.00193153846153844, 0.00185172742636121, 0.0062476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1185, '2021-05-23 00:00:00', 0.000186943944704114, 0.000574038461538456, 0.000280256750416199, 0.000799615384615337, 0.000322279202890007, 0.00107173076923074, 0.000697593032119414, 0.00191403846153844, 0.00184711901453209, 0.00624057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1200, '2021-05-23 00:00:00', 0.000219611282462019, 0.000553653846153835, 0.000237967757997092, 0.000714423076923052, 0.000420162056647371, 0.00110807692307693, 0.000855141126454484, 0.00211211538461542, 0.0018362538893502, 0.00624211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1215, '2021-05-23 00:00:00', 0.000195877120036625, 0.00049461538461538, 0.000302025470143495, 0.000739230769230761, 0.000428433820398824, 0.00106846153846154, 0.000800325150269451, 0.0023021153846154, 0.00185669881779461, 0.00623749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1230, '2021-05-23 00:00:00', 0.000226589089288587, 0.000526153846153834, 0.000332167300294008, 0.000788653846153837, 0.000372164149060811, 0.00107192307692307, 0.000785444533614307, 0.00229365384615388, 0.00185397005411047, 0.0062301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1245, '2021-05-23 00:00:00', 0.00022910830492284, 0.000551153846153819, 0.000269637434629988, 0.000717115384615377, 0.00033484301717946, 0.000985384615384589, 0.000789166941488574, 0.00225230769230772, 0.00186476404982999, 0.00622980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1260, '2021-05-23 00:00:00', 0.000208869944812928, 0.000449423076923092, 0.000290375685038432, 0.000724038461538457, 0.000364535953697945, 0.0010326923076923, 0.000800772415570391, 0.00223269230769234, 0.00186973861809609, 0.00622749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1275, '2021-05-23 00:00:00', 0.000219658913913207, 0.000525961538461517, 0.000218743351547274, 0.000684423076923051, 0.000276219046299255, 0.000955192307692288, 0.000855912468565656, 0.00221807692307695, 0.00185454074762872, 0.00636923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1290, '2021-05-23 00:00:00', 0.000206224299097987, 0.000517692307692283, 0.000292463015413258, 0.000768846153846118, 0.000305388529329687, 0.000963076923076913, 0.000867271317674889, 0.00221153846153849, 0.00188389053250487, 0.00646153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1305, '2021-05-23 00:00:00', 0.000164652664721847, 0.000542500000000001, 0.000177569596323432, 0.000689807692307702, 0.000311242423448081, 0.000885384615384625, 0.000845439621644344, 0.00217307692307696, 0.00185510485915525, 0.00655903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1320, '2021-05-23 00:00:00', 0.000128273295979875, 0.000460961538461544, 0.000184191894083737, 0.000585576923076942, 0.000570128359366447, 0.000962884615384646, 0.000817930314880178, 0.00215000000000005, 0.00183689742605461, 0.00658692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1335, '2021-05-23 00:00:00', 0.000161374862211698, 0.000410384615384622, 0.000265120944824447, 0.000628653846153865, 0.000560131337620583, 0.00101365384615388, 0.000809860410574175, 0.00213826923076926, 0.00182226140149664, 0.00660115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1350, '2021-05-23 00:00:00', 0.000215774098395654, 0.000467692307692314, 0.000489289123273595, 0.000804615384615412, 0.000493383763881147, 0.00103346153846155, 0.000755939049232036, 0.00213038461538464, 0.00179705429908116, 0.00659692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1365, '2021-05-23 00:00:00', 0.000305356286227194, 0.000632692307692328, 0.000339491758141721, 0.000804423076923103, 0.000329172622471275, 0.000941153846153846, 0.000654805343946987, 0.00207096153846156, 0.00175579795578489, 0.0065573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1380, '2021-05-23 00:00:00', 0.000217228344941789, 0.000543076923076894, 0.000240745396952528, 0.000707115384615354, 0.000621636673504823, 0.00130692307692308, 0.000811947445248886, 0.00218057692307695, 0.00173779360551952, 0.00654384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1395, '2021-05-23 00:00:00', 0.000186202536543878, 0.000449230769230766, 0.000201981434790403, 0.000557499999999997, 0.000635312793947862, 0.00161788461538462, 0.000842229207794149, 0.00225596153846156, 0.0017284540891969, 0.00653653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1410, '2021-05-23 00:00:00', 0.000126293461673739, 0.000375961538461576, 0.000652464440528264, 0.00107461538461542, 0.000623353338497041, 0.00169423076923078, 0.000861939695374096, 0.00235096153846157, 0.0017284540891969, 0.00653653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 2, 1425, '2021-05-23 00:00:00', 0.000667400813719792, 0.000974615384615416, 0.000588050887384617, 0.00152538461538463, 0.000574286848722295, 0.00166076923076926, 0.000969481542649739, 0.00244230769230772, 0.00171381828540384, 0.00657365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 0, '2021-05-23 00:00:00', 0.000388716032401759, 0.00107192307692306, 0.000461485769428093, 0.00125865384615383, 0.000611670222864004, 0.00143769230769231, 0.000976260388499857, 0.00239288461538465, 0.00178166604183143, 0.00663826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 15, '2021-05-23 00:00:00', 0.000385350639527971, 0.000598653846153848, 0.000406818283001902, 0.000873653846153839, 0.000544790432537729, 0.00138384615384616, 0.000965953594203089, 0.00229711538461541, 0.00177363924005026, 0.00667307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 30, '2021-05-23 00:00:00', 0.000408111645735113, 0.000686346153846167, 0.000566546114627952, 0.000872500000000028, 0.000507081695739321, 0.00136461538461539, 0.000927219686025849, 0.00230788461538463, 0.00177742688911634, 0.00664788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 45, '2021-05-23 00:00:00', 0.000610982688915056, 0.000619615384615404, 0.000505783170325619, 0.00121115384615386, 0.000496864050435741, 0.00129173076923079, 0.00087773110040343, 0.00228673076923077, 0.00178282374339134, 0.0066325 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 60, '2021-05-23 00:00:00', 0.000508937996828088, 0.0010667307692308, 0.000495627380196052, 0.00113750000000002, 0.000496419526362376, 0.00121211538461539, 0.000882182891381469, 0.00224442307692309, 0.00177474769604452, 0.00664423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 75, '2021-05-23 00:00:00', 0.00019959121685622, 0.000485576923076927, 0.00027677851461746, 0.000637115384615357, 0.0002963301173717, 0.000841538461538449, 0.000857871987043428, 0.0020678846153846, 0.00176521000058172, 0.00660788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 90, '2021-05-23 00:00:00', 0.000165249927266359, 0.000461538461538436, 0.000191605363663465, 0.000563846153846124, 0.000280998015322856, 0.000801730769230727, 0.000856754340520071, 0.002065, 0.00172874882501765, 0.00660249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 105, '2021-05-23 00:00:00', 0.00012955367168146, 0.000391923076923048, 0.000207418287896325, 0.000642115384615364, 0.000343108639444631, 0.000836538461538459, 0.000849848153857723, 0.00208826923076924, 0.00173046179919161, 0.00660096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 120, '2021-05-23 00:00:00', 0.000222150763083239, 0.000580192307692274, 0.000297490077404021, 0.000687884615384579, 0.000787231004118988, 0.00109442307692309, 0.000866863244471349, 0.00216173076923077, 0.0017477505212745, 0.00658826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 135, '2021-05-23 00:00:00', 0.000162028131460614, 0.000411346153846133, 0.000212951782191339, 0.000592307692307695, 0.000831319363791945, 0.00115673076923076, 0.00080580423276283, 0.00213730769230771, 0.00178674297579097, 0.00656269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 150, '2021-05-23 00:00:00', 0.000185898752426821, 0.000482115384615383, 0.000748198580180844, 0.000886346153846196, 0.000865041239568312, 0.00129288461538463, 0.000779182041532138, 0.00216942307692309, 0.00178835717478788, 0.00656076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 165, '2021-05-23 00:00:00', 0.000643258412005166, 0.000739230769230787, 0.000697512834180253, 0.00101192307692308, 0.00083975472609568, 0.001355, 0.00070687579150472, 0.00214423076923079, 0.00180742410203453, 0.00653326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 180, '2021-05-23 00:00:00', 0.000445008556529645, 0.000758846153846146, 0.000580658677710078, 0.000992499999999986, 0.000633384680779502, 0.00134192307692308, 0.00064501153835833, 0.00205826923076925, 0.00180503161063305, 0.00650865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 195, '2021-05-23 00:00:00', 0.000373929651960642, 0.000610769230769218, 0.000433074029912481, 0.000896346153846142, 0.000480208768702177, 0.00121269230769231, 0.000576250913565106, 0.00193365384615387, 0.00182827906681495, 0.00646211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 210, '2021-05-23 00:00:00', 0.000292842304636152, 0.000618846153846168, 0.000353731536620629, 0.00084000000000002, 0.00044295893193909, 0.00114615384615386, 0.000526720477614519, 0.00183269230769233, 0.00178110748822615, 0.00643173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 225, '2021-05-23 00:00:00', 0.000219796409293808, 0.00058730769230768, 0.000311191321314611, 0.000859038461538461, 0.000476399032809174, 0.00118096153846154, 0.000471725148136707, 0.00175115384615387, 0.00177492622815273, 0.00641634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 240, '2021-05-23 00:00:00', 0.000278915482097804, 0.000675384615384616, 0.000371795022104316, 0.000883461538461545, 0.000402951800897051, 0.00115307692307692, 0.000409466115814241, 0.00174250000000003, 0.00177061928540442, 0.00639442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 255, '2021-05-23 00:00:00', 0.000221398092549643, 0.000533653846153841, 0.000336354666295041, 0.0007926923076923, 0.000303065935958606, 0.00104480769230767, 0.000360710250222219, 0.0016417307692308, 0.00177970858677652, 0.00632942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 270, '2021-05-23 00:00:00', 0.000188455667098458, 0.000583461538461543, 0.000193295011675063, 0.000750192307692303, 0.000204960878068127, 0.000975192307692291, 0.000436161623183965, 0.00165980769230772, 0.00180404448393047, 0.00630249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 285, '2021-05-23 00:00:00', 0.000165971730679093, 0.000526153846153843, 0.000213322165172405, 0.00074211538461537, 0.000246040334404452, 0.000989615384615369, 0.000527435340550453, 0.00170903846153849, 0.00183660338668965, 0.00633499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 300, '2021-05-23 00:00:00', 0.000241298809331103, 0.000571346153846139, 0.00025228379929082, 0.000726346153846164, 0.00037950210296365, 0.00106538461538463, 0.000575448219952222, 0.00176442307692311, 0.00183660338668965, 0.00633499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 315, '2021-05-23 00:00:00', 0.000163335426464877, 0.000492692307692307, 0.000230266150356527, 0.000712500000000005, 0.000334090038531779, 0.00102807692307695, 0.000720172869204667, 0.00183519230769236, 0.00184583168663464, 0.00632384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 330, '2021-05-23 00:00:00', 0.000198319478076714, 0.000533846153846158, 0.000273810223442349, 0.000780961538461539, 0.000278653700164552, 0.00100173076923077, 0.000694271311409431, 0.00193442307692312, 0.00186336535911194, 0.0063126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 345, '2021-05-23 00:00:00', 0.000191850502695747, 0.000531153846153833, 0.00027218552779024, 0.000675192307692307, 0.000322452858808603, 0.000964615384615418, 0.000885151377753264, 0.00214980769230774, 0.00187329803780963, 0.00630653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 360, '2021-05-23 00:00:00', 0.000159328398164104, 0.000458461538461553, 0.00031391406222331, 0.000744038461538477, 0.00034426130504871, 0.000924615384615404, 0.000859677757158976, 0.00221038461538465, 0.0018682396486038, 0.00629576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 375, '2021-05-23 00:00:00', 0.000267810280149681, 0.000517884615384626, 0.000280186819543975, 0.000635576923076945, 0.00029929018591431, 0.000798846153846178, 0.000997030919202688, 0.00242057692307694, 0.00182548241253138, 0.00625903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 390, '2021-05-23 00:00:00', 0.000116539197763612, 0.000359230769230783, 0.000198529304172893, 0.000553269230769226, 0.000262532928337667, 0.000748461538461574, 0.00102862851184704, 0.00254615384615386, 0.00185473933478531, 0.006265 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 405, '2021-05-23 00:00:00', 0.000153640439388127, 0.000434230769230762, 0.000177514463116092, 0.000555769230769242, 0.000254606785818116, 0.000766153846153878, 0.00115674053004388, 0.00284942307692309, 0.00184274812544906, 0.00627442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 420, '2021-05-23 00:00:00', 0.00014304235521208, 0.000378653846153867, 0.000251758125680508, 0.000613076923076985, 0.000290650794967731, 0.000853269230769287, 0.00116161401308034, 0.00299365384615386, 0.00183602488670912, 0.00627923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 435, '2021-05-23 00:00:00', 0.000191975158649395, 0.000457692307692343, 0.00018589751105215, 0.000566730769230793, 0.000260203544586487, 0.000853269230769261, 0.00111015884171867, 0.00315942307692308, 0.00183675960488946, 0.00627538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 450, '2021-05-23 00:00:00', 0.000129550702874929, 0.000350769230769214, 0.000239672613242445, 0.00057519230769231, 0.000345496521189197, 0.000890384615384616, 0.0011967094628445, 0.00333653846153847, 0.00183776742690267, 0.00626865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 465, '2021-05-23 00:00:00', 0.000234621790580911, 0.000465769230769233, 0.000236238145815748, 0.000657692307692321, 0.000414294024168303, 0.00106153846153846, 0.0012119688527351, 0.00339250000000001, 0.00184642678831717, 0.00626826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 480, '2021-05-23 00:00:00', 0.000209919123620342, 0.000495961538461559, 0.000290528232442487, 0.000740576923076932, 0.000406092827584293, 0.00113076923076924, 0.00117377014195875, 0.00342711538461539, 0.00185482933073469, 0.00627461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 495, '2021-05-23 00:00:00', 0.000280436267269408, 0.000542499999999984, 0.000381866468808161, 0.00079999999999998, 0.000582192540184235, 0.00123192307692308, 0.00118425713489025, 0.00345480769230769, 0.00185482933073469, 0.00627461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 510, '2021-05-23 00:00:00', 0.000267035362106588, 0.000538269230769239, 0.000372403885380039, 0.000809423076923085, 0.00054364736874049, 0.00128269230769235, 0.00111951617296869, 0.00345230769230771, 0.00184583960466606, 0.00626538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 525, '2021-05-23 00:00:00', 0.000278030504690538, 0.000620192307692314, 0.000463167522443201, 0.000961923076923093, 0.000731024702308105, 0.00157134615384619, 0.00106032324534332, 0.00342076923076925, 0.00185633042690305, 0.00625942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 540, '2021-05-23 00:00:00', 0.000431996483247802, 0.000804807692307695, 0.000401212057875411, 0.00110365384615387, 0.000669339887213817, 0.00164173076923079, 0.00100937307275357, 0.00338500000000001, 0.00188920721060853, 0.00624826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 555, '2021-05-23 00:00:00', 0.000292257789262513, 0.000751153846153848, 0.00058186282417239, 0.00119288461538462, 0.000711161996042656, 0.00171423076923074, 0.00102058710478899, 0.00331596153846154, 0.00186681136000563, 0.00621442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 570, '2021-05-23 00:00:00', 0.000463626507505278, 0.000838461538461557, 0.000481497703485233, 0.00115096153846153, 0.000793789257054647, 0.00183076923076921, 0.00104471425979327, 0.00325173076923076, 0.00188993927456369, 0.00619730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 585, '2021-05-23 00:00:00', 0.000385577538844683, 0.000850961538461502, 0.000631256987775478, 0.0013807692307692, 0.000962716908625701, 0.00209538461538461, 0.0010608404686851, 0.0032625, 0.00188484306630956, 0.00618923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 600, '2021-05-23 00:00:00', 0.000424787729795238, 0.00105115384615386, 0.000602681061207679, 0.00143230769230771, 0.000981200618551647, 0.00203057692307695, 0.00109309850706781, 0.00327211538461541, 0.00185965130106112, 0.0061598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 615, '2021-05-23 00:00:00', 0.000392864284650361, 0.000922884615384641, 0.000861563627723106, 0.00144673076923078, 0.000893379237243904, 0.00203269230769232, 0.00103973652357778, 0.00317596153846157, 0.00183697825664446, 0.00618865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 630, '2021-05-23 00:00:00', 0.000715240599647873, 0.00104134615384616, 0.000786827832795448, 0.00137903846153849, 0.00105059228716292, 0.00203307692307694, 0.00100476918512893, 0.00303865384615388, 0.00185580009699317, 0.00609500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 645, '2021-05-23 00:00:00', 0.000285745448849928, 0.000872307692307728, 0.000545621628547162, 0.00129980769230769, 0.000894119700298322, 0.00197403846153846, 0.000956014825279306, 0.00284711538461541, 0.00180817882241942, 0.00603942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 660, '2021-05-23 00:00:00', 0.000533320224197858, 0.000967307692307658, 0.000757712574894907, 0.00148711538461537, 0.000812016412300991, 0.00191442307692306, 0.00101546571354459, 0.00288115384615386, 0.00180786172037576, 0.00606499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 986570 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 986570, 3, 675, '2021-05-23 00:00:00', 0.000647435206143344, 0.00103211538461541, 0.000788765076657086, 0.00144211538461541, 0.000678775622834125, 0.00176711538461538, 0.00102207159541485, 0.00281288461538464, 0.00180244032228103, 0.005988653846153[...];
Date: 2021-05-23 16:23:51 Duration: 21s287ms 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 983565, 1, 975, '2021-05-23 00:00:00', 0.000348125750931375, 0.000718461538461535, 0.000391857705728068, 0.00109730769230769, 0.000597990384538072, 0.00167249999999999, 0.000955912371265514, 0.00284230769230768, 0.00186717710626331, 0.00529788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 990, '2021-05-23 00:00:00', 0.000312366217517453, 0.000889423076923088, 0.000459321238350659, 0.001235, 0.000689262370498057, 0.00180115384615385, 0.000965534049114783, 0.00279, 0.00185808136155386, 0.00529288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1005, '2021-05-23 00:00:00', 0.000422729091281143, 0.000911730769230756, 0.000539946151161245, 0.00123461538461538, 0.000667953476039937, 0.00184038461538462, 0.000938847513628351, 0.00266442307692308, 0.00185202455748795, 0.00524480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1020, '2021-05-23 00:00:00', 0.000338758196040508, 0.000921346153846148, 0.00046963230297755, 0.00128750000000001, 0.000686645917037767, 0.00197384615384616, 0.000866830743837324, 0.00252846153846154, 0.00183000004203447, 0.00525307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1035, '2021-05-23 00:00:00', 0.000219880736904204, 0.00083153846153846, 0.000433958390419394, 0.00122826923076923, 0.000627644834648983, 0.00186596153846153, 0.000840345075640868, 0.00240461538461539, 0.00182237002279998, 0.00525249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1050, '2021-05-23 00:00:00', 0.000334177578311514, 0.000879423076923082, 0.000490032181046846, 0.00145846153846154, 0.000628943833862647, 0.00174788461538462, 0.000792328239091319, 0.00230903846153846, 0.00178643848523772, 0.00525230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1065, '2021-05-23 00:00:00', 0.00033489975538039, 0.00111538461538462, 0.000409381193435248, 0.0013601923076923, 0.000465969956113052, 0.00156, 0.000655404866064909, 0.00220846153846154, 0.00175944874452636, 0.00521826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1080, '2021-05-23 00:00:00', 0.0002891757517231, 0.000886153846153836, 0.000340944220567616, 0.00107019230769231, 0.000345913061554272, 0.00131538461538462, 0.000716454088925797, 0.00219269230769231, 0.00167660352636375, 0.00533423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1095, '2021-05-23 00:00:00', 0.000226953739779715, 0.000700000000000008, 0.000230009029923069, 0.000898076923076914, 0.000363671502235823, 0.0012151923076923, 0.000681895914683139, 0.00215903846153845, 0.00171612918645868, 0.00540923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1110, '2021-05-23 00:00:00', 0.000178317456757915, 0.000616346153846152, 0.000338050804101749, 0.000977115384615385, 0.000410365737436184, 0.00121096153846153, 0.000735827843577984, 0.00212615384615385, 0.00177498918739934, 0.00547115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1125, '2021-05-23 00:00:00', 0.000304664001559333, 0.00071807692307693, 0.000284965584966643, 0.000860769230769233, 0.00038815703602458, 0.00115326923076924, 0.000844396302327661, 0.00207634615384616, 0.00185089679926744, 0.0055251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1140, '2021-05-23 00:00:00', 0.000176735351911785, 0.000545769230769241, 0.000277251898793529, 0.00080615384615385, 0.000382539339354591, 0.00102288461538462, 0.000850079385433201, 0.0020298076923077, 0.00190706774515626, 0.00553923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1155, '2021-05-23 00:00:00', 0.000215202319833087, 0.000559038461538464, 0.000336826136387676, 0.000755384615384611, 0.000430583146620781, 0.00102461538461538, 0.00082134121083469, 0.00200576923076924, 0.00190291105940346, 0.0055275 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1170, '2021-05-23 00:00:00', 0.000228790212942925, 0.000524807692307689, 0.000269600345240602, 0.000692884615384611, 0.000420608350624878, 0.000984230769230769, 0.000778286505482009, 0.00200673076923077, 0.00203345136689778, 0.0055876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1185, '2021-05-23 00:00:00', 0.000200726085844523, 0.000515192307692318, 0.000276374119349397, 0.000724423076923079, 0.000378363073495033, 0.000993846153846153, 0.000802693183074241, 0.00202788461538462, 0.00203960546712801, 0.00561730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1200, '2021-05-23 00:00:00', 0.000204236665132913, 0.000531153846153833, 0.000302013499443563, 0.000721923076923075, 0.000378683397292002, 0.00101865384615385, 0.000833765785227125, 0.00210923076923077, 0.00202327468761373, 0.00560269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1215, '2021-05-23 00:00:00', 0.000206797280892696, 0.000503653846153862, 0.000302288769225713, 0.000687500000000012, 0.000348104372058362, 0.000945576923076935, 0.000810887571643674, 0.00212442307692307, 0.002062370751195, 0.00559634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1230, '2021-05-23 00:00:00', 0.000163818849295854, 0.00045115384615386, 0.000235687619204226, 0.000665576923076941, 0.000325988260760796, 0.000867115384615399, 0.000762179869746094, 0.00207807692307692, 0.00207898625444082, 0.00559461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1245, '2021-05-23 00:00:00', 0.000189458032698132, 0.000462115384615385, 0.000239120503898377, 0.000586153846153847, 0.000373467380925553, 0.00082826923076923, 0.000728272877852381, 0.00201076923076923, 0.00208720376064762, 0.00559153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1260, '2021-05-23 00:00:00', 0.000152852367184298, 0.000384615384615394, 0.000223114061895224, 0.000526730769230783, 0.00043388925386024, 0.000938269230769224, 0.000682615219916416, 0.00200153846153846, 0.00210403008899222, 0.00560384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1275, '2021-05-23 00:00:00', 0.000177850953155901, 0.000389807692307697, 0.000298953816860382, 0.000589230769230769, 0.000427988182798749, 0.000956730769230764, 0.000652650012228253, 0.00196096153846154, 0.00209573468850792, 0.00562673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1290, '2021-05-23 00:00:00', 0.000187493999904002, 0.000450000000000019, 0.000342086415083418, 0.000746346153846163, 0.000358009078097205, 0.00095250000000001, 0.000599209896446988, 0.0019425, 0.00210290324039447, 0.00566403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1305, '2021-05-23 00:00:00', 0.000282585317273322, 0.000577692307692309, 0.00030003897182763, 0.000699230769230773, 0.000411851961827951, 0.000970961538461546, 0.00058514643137753, 0.00187788461538462, 0.00214608255809366, 0.00565288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1320, '2021-05-23 00:00:00', 0.000201915443079146, 0.000495384615384624, 0.000294227606820622, 0.000668269230769232, 0.000335930223982021, 0.000938653846153864, 0.00057603301855149, 0.00182596153846154, 0.00223408401467253, 0.00567576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1335, '2021-05-23 00:00:00', 0.000199857737865264, 0.000491346153846153, 0.00024700482710948, 0.00070076923076924, 0.000307758896640747, 0.000958461538461545, 0.000572686550056306, 0.00180173076923077, 0.00228956429345108, 0.00570057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1350, '2021-05-23 00:00:00', 0.00020072905580945, 0.000486923076923081, 0.000212089241013877, 0.000680384615384619, 0.000444844873566571, 0.00098980769230769, 0.000591118138654324, 0.00176442307692308, 0.00232510989814709, 0.00569596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1365, '2021-05-23 00:00:00', 0.000146398428953319, 0.000487499999999995, 0.000282856922244334, 0.000689038461538458, 0.00043679853655715, 0.000950192307692298, 0.000522704505433056, 0.00178, 0.00232829951152867, 0.00568615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1380, '2021-05-23 00:00:00', 0.000247603591374483, 0.00052846153846155, 0.000408060515874031, 0.000749230769230776, 0.000469677671796954, 0.00112634615384615, 0.000547927423605038, 0.00179269230769231, 0.00232796974108012, 0.00568365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1395, '2021-05-23 00:00:00', 0.000317487795040999, 0.000512499999999988, 0.000336100946374515, 0.000690384615384599, 0.000375805800913181, 0.00128499999999998, 0.000496914943967744, 0.0017976923076923, 0.00231865800874955, 0.00568980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1410, '2021-05-23 00:00:00', 0.00024949055786047, 0.000458461538461527, 0.000270467117296093, 0.0008676923076923, 0.000351137273178721, 0.00121923076923076, 0.000450708331407363, 0.001765, 0.00231880683011426, 0.00569365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 1, 1425, '2021-05-23 00:00:00', 0.000224121961989782, 0.00075442307692307, 0.000352210219132748, 0.00108903846153845, 0.00035721793606447, 0.00118557692307691, 0.000496167349249761, 0.00182403846153845, 0.0023176602674647, 0.00569134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 0, '2021-05-23 00:00:00', 0.000373935823370806, 0.000884999999999999, 0.000375628959725716, 0.000986346153846164, 0.000343338585969283, 0.00116576923076922, 0.000485862595327597, 0.00178730769230769, 0.00234838101351023, 0.00567423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 15, '2021-05-23 00:00:00', 0.00026705494968984, 0.00050211538461539, 0.000287520701595816, 0.000716923076923068, 0.00031585275293791, 0.00100480769230768, 0.000478895082455436, 0.00175249999999999, 0.00236295842113229, 0.0056825 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 30, '2021-05-23 00:00:00', 0.000290854774758814, 0.00057249999999998, 0.000294694170024022, 0.000869423076923059, 0.000341740398548363, 0.00105249999999998, 0.000534271898510926, 0.00182730769230769, 0.00236415459763918, 0.0056748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 45, '2021-05-23 00:00:00', 0.000262312863698177, 0.000695961538461525, 0.000241334749960417, 0.000797692307692298, 0.000333138917662797, 0.000996538461538465, 0.000496643348273805, 0.00182384615384615, 0.00238078032618267, 0.00563519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 60, '2021-05-23 00:00:00', 0.00019632400613429, 0.000578653846153832, 0.000302930113798795, 0.000750576923076921, 0.000313307172939583, 0.000945769230769239, 0.000533238328878027, 0.00185634615384615, 0.00238798783175614, 0.00561673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 75, '2021-05-23 00:00:00', 0.000285630207409179, 0.000483846153846151, 0.000293193556440901, 0.000622692307692318, 0.000298807372991113, 0.000864615384615395, 0.000521660809338796, 0.00182999999999999, 0.00239865546472634, 0.00559403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 90, '2021-05-23 00:00:00', 0.000130814166487617, 0.000372115384615401, 0.000241583000548167, 0.000577884615384622, 0.000301445045380782, 0.000818653846153867, 0.00055879695638178, 0.00192903846153844, 0.00240385655690057, 0.00558288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 105, '2021-05-23 00:00:00', 0.000202202488001118, 0.000479615384615375, 0.000278917481593494, 0.000690192307692303, 0.000395976155070748, 0.000911346153846159, 0.000664051115965779, 0.00207673076923075, 0.00246636354079942, 0.00558865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 120, '2021-05-23 00:00:00', 0.000242459512877132, 0.000516153846153846, 0.000246464227393385, 0.000613846153846166, 0.000395675517797875, 0.000888653846153861, 0.000677749698521627, 0.00211942307692306, 0.00257470592794296, 0.00562615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 135, '2021-05-23 00:00:00', 0.000193668233366719, 0.000410769230769236, 0.000288676555761226, 0.000673076923076926, 0.00037211087057489, 0.000937499999999997, 0.000745768369896756, 0.00213230769230768, 0.00255864955366333, 0.00560346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 150, '2021-05-23 00:00:00', 0.000225157466266142, 0.000531730769230773, 0.000249449624943829, 0.000666346153846164, 0.000294864310384381, 0.000935192307692307, 0.000804853187759208, 0.00214557692307691, 0.00249860271721247, 0.00557346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 165, '2021-05-23 00:00:00', 0.000163033267015801, 0.000435384615384624, 0.000275024824054406, 0.000690576923076917, 0.000295405067400921, 0.00100807692307692, 0.000834570916929552, 0.00215115384615384, 0.00248989440616387, 0.00558307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 180, '2021-05-23 00:00:00', 0.000273784657096661, 0.000600961538461521, 0.000278465644891089, 0.000768653846153839, 0.000264647588603859, 0.0010828846153846, 0.000853675312083892, 0.00216653846153844, 0.00247961539356409, 0.0055775 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 195, '2021-05-23 00:00:00', 0.000200517119928992, 0.000533653846153836, 0.00026284310909742, 0.000807499999999987, 0.0002482018409403, 0.0010530769230769, 0.000895512766734575, 0.00212134615384614, 0.00244198374592965, 0.00556115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 210, '2021-05-23 00:00:00', 0.000221190833027458, 0.000579230769230755, 0.000248149458686008, 0.00079692307692305, 0.00030515954213141, 0.0011078846153846, 0.00096938616580883, 0.00214153846153844, 0.00242410374397187, 0.00557019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 225, '2021-05-23 00:00:00', 0.000167785577449312, 0.000554999999999989, 0.000192087319887448, 0.000783461538461526, 0.000291084246330065, 0.00107096153846153, 0.000945057690546737, 0.00210903846153846, 0.00238956903098574, 0.00561307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 240, '2021-05-23 00:00:00', 0.000224644077461357, 0.000625192307692304, 0.000299429200569758, 0.000869615384615385, 0.000352027151487822, 0.00115134615384615, 0.000952010443543239, 0.00212326923076922, 0.00240983201616914, 0.00564288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 255, '2021-05-23 00:00:00', 0.000207446378613848, 0.000545000000000005, 0.000261150413481445, 0.000748461538461531, 0.000353145644393135, 0.00100461538461538, 0.000959589675931239, 0.00205211538461538, 0.00238176418131279, 0.00559615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 270, '2021-05-23 00:00:00', 0.00022317714592121, 0.000525961538461542, 0.00028324201394134, 0.00071096153846155, 0.000367507666063414, 0.00101326923076922, 0.00104549038916967, 0.00202692307692309, 0.00236575118172773, 0.00559557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 285, '2021-05-23 00:00:00', 0.000211229459629537, 0.000531730769230785, 0.000283645838218112, 0.000694807692307701, 0.000686573459569047, 0.00117865384615383, 0.00104417912182803, 0.00199903846153845, 0.00236685540327245, 0.0057125 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 300, '2021-05-23 00:00:00', 0.000231222503562788, 0.000489615384615373, 0.000312123989169975, 0.000765769230769209, 0.000735298683424741, 0.00115192307692306, 0.00105110915776548, 0.00196730769230769, 0.00232207884315889, 0.00570307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 315, '2021-05-23 00:00:00', 0.000286467879794305, 0.000569615384615376, 0.000726384513559079, 0.000907307692307692, 0.00081746841858547, 0.00108884615384614, 0.00106030418349569, 0.0019648076923077, 0.00230402333722155, 0.00571653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 330, '2021-05-23 00:00:00', 0.000764244750365704, 0.000689038461538466, 0.00078979736933937, 0.000846730769230765, 0.000860950659713748, 0.00110403846153845, 0.00118483072468342, 0.00205961538461539, 0.00229182430693239, 0.00570942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 345, '2021-05-23 00:00:00', 0.000207443875634972, 0.000484807692307687, 0.000283044981475471, 0.000652692307692292, 0.00037176652102341, 0.000927115384615369, 0.000785199337748073, 0.00203999999999999, 0.00204289889241131, 0.00562673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 360, '2021-05-23 00:00:00', 0.000182723519601011, 0.00045326923076922, 0.000305403642112172, 0.000654230769230751, 0.0003081076859701, 0.000917115384615368, 0.000700750065177432, 0.00210442307692307, 0.00198989471116903, 0.00562519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 375, '2021-05-23 00:00:00', 0.000203912877323775, 0.000452307692307696, 0.00021944966130335, 0.000696923076923086, 0.000285891856907733, 0.000866923076923069, 0.000849139655089881, 0.00229307692307691, 0.00194998599600494, 0.00566576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 390, '2021-05-23 00:00:00', 0.000121918005233019, 0.000464999999999993, 0.000148721345009847, 0.00060903846153845, 0.000334670963553974, 0.000830576923076911, 0.000888626684618122, 0.00231576923076922, 0.0019001487796, 0.00566423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 405, '2021-05-23 00:00:00', 0.000128592528793617, 0.000410961538461532, 0.000172318131551894, 0.000563461538461519, 0.000416406236560116, 0.000933076923076921, 0.000904846098261183, 0.00236730769230769, 0.00185303328252728, 0.00567288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 420, '2021-05-23 00:00:00', 0.00014532509974325, 0.00042076923076922, 0.000238130539507539, 0.000598076923076917, 0.000367623396342595, 0.00091480769230769, 0.000914106141791828, 0.00240403846153845, 0.0018289739977964, 0.00571326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 435, '2021-05-23 00:00:00', 0.000151331144793841, 0.000441346153846163, 0.000326527181104428, 0.000680000000000014, 0.000340491330512027, 0.000922115384615392, 0.000870892557181336, 0.00249961538461539, 0.00179269243146897, 0.00571307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 450, '2021-05-23 00:00:00', 0.00030427619032715, 0.000504999999999999, 0.000284315913134565, 0.000656538461538458, 0.000438590969425436, 0.000969038461538473, 0.000911327117661172, 0.00258865384615384, 0.00178603334666087, 0.00570634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 465, '2021-05-23 00:00:00', 0.0001975567104559, 0.000455576923076927, 0.000254288524802351, 0.000630576923076933, 0.000357083269754362, 0.000922692307692302, 0.000932099305538102, 0.00267634615384615, 0.00177710932090897, 0.00566153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 480, '2021-05-23 00:00:00', 0.000254761426859297, 0.000514230769230782, 0.000342181069925527, 0.000733269230769252, 0.000433221208373527, 0.00100615384615385, 0.000993352830646718, 0.00270961538461537, 0.00181377328750358, 0.00568153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 495, '2021-05-23 00:00:00', 0.00019982617446171, 0.00049750000000001, 0.000252718146436833, 0.000697307692307687, 0.000436497466729804, 0.00107096153846154, 0.000959369344132657, 0.00271346153846154, 0.00183155743940674, 0.00571557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 510, '2021-05-23 00:00:00', 0.000185980147823948, 0.000463846153846135, 0.00033845582600076, 0.00069711538461537, 0.00047755676263505, 0.00122730769230769, 0.000955485237176135, 0.00268903846153846, 0.00183493429980896, 0.00573326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 525, '2021-05-23 00:00:00', 0.000222733369404224, 0.000498076923076915, 0.000267841586361438, 0.000813653846153856, 0.000506459391644213, 0.00133865384615385, 0.000925726658443969, 0.00272038461538461, 0.00183557038923768, 0.00573057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 540, '2021-05-23 00:00:00', 0.000213042159063551, 0.000650192307692306, 0.000388458293969695, 0.00098538461538461, 0.000534123437188306, 0.00137461538461538, 0.000917215099342303, 0.00275153846153846, 0.00183337936189306, 0.00573173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 555, '2021-05-23 00:00:00', 0.000223133282005311, 0.000617692307692306, 0.000348367621916848, 0.000950000000000002, 0.000627713310357519, 0.00145999999999999, 0.000839148309070195, 0.00274326923076923, 0.00176846700236718, 0.00575653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 570, '2021-05-23 00:00:00', 0.000248200291328159, 0.000705769230769238, 0.000308396909592416, 0.000959423076923068, 0.000614221082723111, 0.00146846153846153, 0.00081762799515522, 0.00268153846153847, 0.00172565694291056, 0.00574673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 585, '2021-05-23 00:00:00', 0.000210251131891219, 0.000636538461538456, 0.000543606510687218, 0.00112403846153846, 0.000652841128040786, 0.00143153846153846, 0.000857785879683626, 0.00263115384615385, 0.00170846521317099, 0.00571076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 600, '2021-05-23 00:00:00', 0.00053185773835316, 0.000900576923076922, 0.00057925336558233, 0.0011426923076923, 0.000636824846104005, 0.00140826923076922, 0.000845195038938423, 0.00260442307692308, 0.00171619010064109, 0.0057123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 615, '2021-05-23 00:00:00', 0.000288430300872744, 0.000695961538461542, 0.000332667771438489, 0.000904615384615388, 0.000376892353535914, 0.00127538461538463, 0.000833662171016884, 0.00245615384615385, 0.0017109944476824, 0.00569500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 630, '2021-05-23 00:00:00', 0.000265311428035349, 0.000691923076923075, 0.000262940838622266, 0.000878269230769228, 0.000327371113804887, 0.00133461538461538, 0.000864174684086128, 0.00243326923076924, 0.00174113019218951, 0.00568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 645, '2021-05-23 00:00:00', 0.000192723496631429, 0.000622884615384614, 0.000263876792345308, 0.000954807692307705, 0.000310309275004545, 0.00141038461538461, 0.000933424814655885, 0.00242173076923077, 0.00174979928519289, 0.00575653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 660, '2021-05-23 00:00:00', 0.000193915227314945, 0.00072365384615386, 0.000272577794117838, 0.000984423076923074, 0.000422307944514428, 0.00136999999999999, 0.000934535260889679, 0.00242692307692307, 0.00177481036906873, 0.00578961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 675, '2021-05-23 00:00:00', 0.000210629094345037, 0.000621153846153846, 0.0002563984279323, 0.000938076923076928, 0.000335446946395643, 0.00122557692307692, 0.0009214242320368, 0.00231115384615385, 0.00179781008879822, 0.00575634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 690, '2021-05-23 00:00:00', 0.000191153985451115, 0.000635384615384619, 0.000277569741755939, 0.000904807692307689, 0.000345970207699131, 0.00118076923076923, 0.000966783505317424, 0.00232211538461537, 0.00182362774541466, 0.00579692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 705, '2021-05-23 00:00:00', 0.000227285317133806, 0.000586153846153852, 0.000243922197558039, 0.000759038461538468, 0.000430800373187467, 0.00112519230769231, 0.000971754004959004, 0.00228961538461538, 0.00184130835590851, 0.00586269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 720, '2021-05-23 00:00:00', 0.000125811825297206, 0.000503846153846145, 0.000313729427765625, 0.000763076923076918, 0.000587785707942548, 0.00113903846153846, 0.00101023241804128, 0.00236653846153846, 0.00184952992988448, 0.00589019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 735, '2021-05-23 00:00:00', 0.000261976804610347, 0.000560384615384623, 0.000361816995816312, 0.000828461538461547, 0.000572453054843803, 0.00112250000000001, 0.000959095647752863, 0.00248230769230769, 0.00184865568620927, 0.00587461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 750, '2021-05-23 00:00:00', 0.000183615505462245, 0.000594423076923068, 0.000333693548956795, 0.000790769230769232, 0.000418236591122599, 0.00109961538461539, 0.000850176452273297, 0.002445, 0.00185514744386034, 0.00584903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 765, '2021-05-23 00:00:00', 0.000209241211560668, 0.000571730769230787, 0.000267470487228888, 0.000787692307692318, 0.000417382733416044, 0.00115211538461539, 0.000783796775073355, 0.00250923076923078, 0.00188986313098229, 0.00587942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 780, '2021-05-23 00:00:00', 0.000183385785037572, 0.000582115384615381, 0.000272304976083817, 0.000824999999999995, 0.000337399842688387, 0.00119442307692307, 0.000737931933488144, 0.00253153846153846, 0.00195072976482768, 0.00593115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 795, '2021-05-23 00:00:00', 0.000227005591256114, 0.000561538461538455, 0.000256126245914298, 0.000855576923076917, 0.000288506499060238, 0.00121999999999999, 0.00075731540020298, 0.00255884615384615, 0.00196462754348385, 0.00594423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 810, '2021-05-23 00:00:00', 0.000247422715206189, 0.000625000000000004, 0.000281679851003807, 0.000833461538461537, 0.00044868903057001, 0.00127461538461538, 0.000770626144019363, 0.00262057692307692, 0.00196695332547963, 0.00594576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 825, '2021-05-23 00:00:00', 0.000208389151496742, 0.000604038461538469, 0.000316908686193071, 0.000911346153846155, 0.000428207758705261, 0.00126173076923076, 0.000697596670995931, 0.00265634615384615, 0.00192760318490647, 0.00594096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 840, '2021-05-23 00:00:00', 0.000232400516350556, 0.000684999999999995, 0.000334030629641157, 0.000932692307692303, 0.00035631171530212, 0.00127903846153845, 0.000708004155789611, 0.00290326923076923, 0.00192989454674043, 0.00597519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 855, '2021-05-23 00:00:00', 0.000183885938727083, 0.000630961538461547, 0.000249692734252451, 0.000882692307692292, 0.00033102196069376, 0.00120846153846154, 0.000711967074649234, 0.00295365384615384, 0.00191458543413852, 0.00598423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 870, '2021-05-23 00:00:00', 0.000164570770374122, 0.000663461538461525, 0.000266130390251432, 0.000925769230769228, 0.000318164265749609, 0.00121749999999999, 0.000663154843271045, 0.00303788461538461, 0.00186533425546612, 0.00597173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 885, '2021-05-23 00:00:00', 0.000236215677197433, 0.000634615384615396, 0.000256639600637513, 0.000863269230769241, 0.000382704997856851, 0.00128865384615384, 0.000697508753736099, 0.00311730769230769, 0.00185160574803435, 0.00597038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 900, '2021-05-23 00:00:00', 0.000224579607266543, 0.000639999999999995, 0.000285808704179229, 0.000921153846153843, 0.00042608991467133, 0.00149384615384615, 0.000713949470308548, 0.00312538461538461, 0.00180545280917387, 0.00593038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 915, '2021-05-23 00:00:00', 0.000263990457286734, 0.000685192307692313, 0.000343216460067904, 0.00103846153846154, 0.000570421032086089, 0.00167192307692308, 0.000714089872602779, 0.00310788461538462, 0.00180421455316327, 0.00590692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 930, '2021-05-23 00:00:00', 0.000322803405281824, 0.000799038461538457, 0.000386296020410023, 0.00121884615384616, 0.000532287660805854, 0.00157307692307693, 0.000828266958079442, 0.00316192307692307, 0.00182847638339011, 0.00593826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 945, '2021-05-23 00:00:00', 0.000305966312876725, 0.000865769230769228, 0.000472009004151405, 0.00121249999999999, 0.000572455574359603, 0.00158423076923077, 0.000802219828878691, 0.00317557692307691, 0.00197156521185969, 0.00607076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 960, '2021-05-23 00:00:00', 0.000306979390438279, 0.000812884615384607, 0.000425031582536935, 0.00102961538461539, 0.000559044136141197, 0.00159788461538461, 0.000810606539289244, 0.00312480769230768, 0.00201560707594893, 0.00600326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 975, '2021-05-23 00:00:00', 0.000423624879417547, 0.000779038461538454, 0.000539432893095918, 0.00117961538461538, 0.000578993556493956, 0.00174153846153844, 0.000818934955621315, 0.0031126923076923, 0.00201971387920323, 0.00606192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 990, '2021-05-23 00:00:00', 0.000260979884282297, 0.000852499999999995, 0.000435065379702161, 0.00128673076923077, 0.000559120187987679, 0.00173076923076922, 0.000845915707748367, 0.00312076923076924, 0.00203714812912562, 0.00610749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1005, '2021-05-23 00:00:00', 0.000369324539375086, 0.000936153846153847, 0.000361586940284917, 0.00128365384615383, 0.000558261449639717, 0.00171461538461538, 0.000876571467971429, 0.00305653846153847, 0.00214921428397951, 0.00609903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1020, '2021-05-23 00:00:00', 0.00028593012863554, 0.000910961538461528, 0.000386677563949001, 0.00123346153846152, 0.000596503530197811, 0.00199730769230769, 0.000878770732330125, 0.00295000000000001, 0.0021926390228707, 0.00613673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1035, '2021-05-23 00:00:00', 0.000233481015535288, 0.000834230769230764, 0.000366033415876833, 0.0011823076923077, 0.000570487106306117, 0.00190653846153846, 0.000871131094965275, 0.00279923076923078, 0.002379107468391, 0.00629211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1050, '2021-05-23 00:00:00', 0.000329604249879258, 0.000859807692307697, 0.000679959529338666, 0.00155519230769231, 0.000602260006462832, 0.00195134615384617, 0.000924403924366743, 0.00277884615384618, 0.00240214968629864, 0.00629365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1065, '2021-05-23 00:00:00', 0.000609303795642714, 0.00132365384615385, 0.000529954279595451, 0.00156846153846154, 0.000613503965255825, 0.00193134615384616, 0.000891246232055908, 0.00270038461538463, 0.00244135740931147, 0.00629999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1080, '2021-05-23 00:00:00', 0.000272950544971056, 0.000889999999999989, 0.000393263906302128, 0.0012125, 0.00056624729579929, 0.00158500000000001, 0.000902184038021925, 0.00242403846153848, 0.00248943485245456, 0.00622173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1095, '2021-05-23 00:00:00', 0.000310391873902361, 0.000756346153846156, 0.000440495874424065, 0.00106384615384617, 0.000403714150587548, 0.00139134615384617, 0.000941806529209456, 0.00231346153846155, 0.00239432193709651, 0.00621346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1110, '2021-05-23 00:00:00', 0.000322892456495255, 0.000731538461538463, 0.000425394658387499, 0.000948846153846161, 0.000561211498593764, 0.00130788461538463, 0.000916072385450311, 0.00221384615384616, 0.00244048082431439, 0.00620942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1125, '2021-05-23 00:00:00', 0.00029888774584346, 0.000666730769230765, 0.000424912886999762, 0.000930192307692304, 0.000596582446426825, 0.00127884615384615, 0.000899713223541473, 0.00216673076923078, 0.00244784285726152, 0.00621557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1140, '2021-05-23 00:00:00', 0.000231114357307905, 0.000589615384615391, 0.000466600306637105, 0.000880384615384627, 0.000504850625280539, 0.00118192307692308, 0.000844060629430054, 0.00203288461538461, 0.00243087452607873, 0.0062051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1155, '2021-05-23 00:00:00', 0.000442319628601477, 0.000635576923076949, 0.000448004507188864, 0.000819038461538464, 0.000471196880295279, 0.0011875, 0.000887354841866891, 0.00196115384615385, 0.00242983947712918, 0.00619173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1170, '2021-05-23 00:00:00', 0.000170631068502946, 0.00057019230769229, 0.000307129639378252, 0.00084615384615383, 0.000425357948809458, 0.00114576923076923, 0.000768832781659209, 0.00187038461538461, 0.0024275469099484, 0.00616499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1185, '2021-05-23 00:00:00', 0.000210671545302163, 0.000602500000000002, 0.000240937671480539, 0.000814807692307688, 0.000471439244800935, 0.00105519230769231, 0.000703141439978748, 0.00176826923076923, 0.00245949863558848, 0.00617346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1200, '2021-05-23 00:00:00', 0.000223830035105619, 0.000583269230769222, 0.000333488611269056, 0.000759423076923077, 0.00049533131880046, 0.00104865384615385, 0.000631124302031999, 0.00181173076923077, 0.00245749916660132, 0.00619807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1215, '2021-05-23 00:00:00', 0.000221580771867833, 0.000484038461538451, 0.000339434597756114, 0.000700384615384613, 0.000423784596953896, 0.000965769230769238, 0.000573112017510865, 0.00184923076923077, 0.00240509399304573, 0.00627865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1230, '2021-05-23 00:00:00', 0.000206305971426324, 0.000506923076923076, 0.000302662607281009, 0.000744423076923086, 0.000371938787354119, 0.000962692307692316, 0.000492664224864683, 0.00183403846153846, 0.00239368917878145, 0.00630826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1245, '2021-05-23 00:00:00', 0.000188904636095723, 0.000525192307692319, 0.000189224429224621, 0.00068673076923078, 0.000336745509935237, 0.00100653846153847, 0.000491743992181032, 0.00178307692307693, 0.00238984567412916, 0.0063628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1260, '2021-05-23 00:00:00', 0.000156966434432523, 0.000472307692307691, 0.000227894374993865, 0.000639615384615382, 0.000354053885512004, 0.00100307692307691, 0.000475611873113085, 0.00175057692307692, 0.00239267841550009, 0.00637999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1275, '2021-05-23 00:00:00', 0.000200728289371093, 0.000470384615384623, 0.000279081736028369, 0.000703846153846149, 0.000388654137327187, 0.000975961538461527, 0.000491524003639537, 0.00178961538461538, 0.00239341118811303, 0.00640865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1290, '2021-05-23 00:00:00', 0.000245093781109325, 0.000499807692307692, 0.000302802105977845, 0.000751346153846148, 0.000342960470922513, 0.000906730769230778, 0.000491857585704811, 0.00180826923076922, 0.00238917253136214, 0.00641423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1305, '2021-05-23 00:00:00', 0.00019493549228872, 0.000574615384615383, 0.000218953542666377, 0.000704423076923076, 0.000242037187225443, 0.000885000000000003, 0.000502349441662322, 0.00182980769230769, 0.00239127172473946, 0.00645269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1320, '2021-05-23 00:00:00', 0.000164901952220576, 0.000484423076923065, 0.000218121790256309, 0.000641346153846158, 0.000202437929708362, 0.000838653846153849, 0.000647532505866559, 0.00190211538461538, 0.00235103001976712, 0.0065130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1335, '2021-05-23 00:00:00', 0.000198276031368839, 0.000459230769230772, 0.000211740770391874, 0.000581923076923072, 0.000253014137640858, 0.000853076923076926, 0.00061664751183, 0.00189692307692307, 0.00234758042378826, 0.00650461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1350, '2021-05-23 00:00:00', 0.000141019502197392, 0.000387499999999994, 0.000152170450987834, 0.000590384615384627, 0.000308593334590748, 0.000809615384615394, 0.000628455371403677, 0.00190692307692307, 0.00233491014486969, 0.00650923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1365, '2021-05-23 00:00:00', 0.000169837139183846, 0.000510576923076933, 0.000268918131665489, 0.000695192307692319, 0.000331463943972561, 0.000852884615384622, 0.000692420725815195, 0.00198730769230768, 0.00233281592798193, 0.00653192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1380, '2021-05-23 00:00:00', 0.000306021178251551, 0.000510192307692302, 0.000352929334831516, 0.000613653846153844, 0.000465011993228287, 0.00110692307692308, 0.000676390789410949, 0.00202249999999999, 0.00232570813864377, 0.00655211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1395, '2021-05-23 00:00:00', 0.000200158783123658, 0.000426538461538455, 0.000217297031733065, 0.000604999999999997, 0.000498451756789083, 0.00124307692307694, 0.000753014378246611, 0.00207942307692307, 0.0023370443200432, 0.00660692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1410, '2021-05-23 00:00:00', 0.000142407864951344, 0.00041, 0.000434847276461695, 0.000913076923076922, 0.000479559292876914, 0.00127634615384616, 0.00075975281911542, 0.00208711538461537, 0.00233280821197247, 0.0066280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 2, 1425, '2021-05-23 00:00:00', 0.00044769619678458, 0.000811730769230771, 0.000531608046764344, 0.00111634615384616, 0.000453025555400734, 0.00129307692307692, 0.000724724801881058, 0.00221096153846153, 0.00232502261362039, 0.0066380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 0, '2021-05-23 00:00:00', 0.000454037824584951, 0.000807115384615382, 0.000427451346759078, 0.00100557692307692, 0.000358287647654148, 0.00120596153846153, 0.000718082596491949, 0.00225384615384614, 0.00231839470323757, 0.00666999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 15, '2021-05-23 00:00:00', 0.00031115102689605, 0.000610192307692308, 0.000299874909818182, 0.000854807692307673, 0.000289356115432984, 0.00111980769230769, 0.000675590454001869, 0.0022226923076923, 0.00229986783065061, 0.00672596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 30, '2021-05-23 00:00:00', 0.000322618433828811, 0.000614423076923071, 0.000275002097894102, 0.000798076923076916, 0.000362079889187242, 0.00110961538461539, 0.000680273389612853, 0.00218826923076923, 0.00224548137720727, 0.00669615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 45, '2021-05-23 00:00:00', 0.000211968430160285, 0.000568846153846157, 0.000266352282628744, 0.000848461538461546, 0.000473166461195214, 0.0011575, 0.000843053447525481, 0.00229634615384615, 0.00225620419834185, 0.00668076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 60, '2021-05-23 00:00:00', 0.000281243940105654, 0.000658076923076934, 0.000343469234989994, 0.000841346153846161, 0.000576620425743493, 0.00118134615384617, 0.000817022855343611, 0.00226711538461539, 0.00224090631561979, 0.00663365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 75, '2021-05-23 00:00:00', 0.000263173604591799, 0.000457884615384617, 0.000343447286292276, 0.000665961538461542, 0.000520187429239146, 0.00102480769230769, 0.000816241597907038, 0.00217788461538462, 0.00224877864286715, 0.00658076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 90, '2021-05-23 00:00:00', 0.000238864300066274, 0.00046192307692308, 0.000381620078894413, 0.000708269230769238, 0.000359734570952594, 0.000984807692307692, 0.000817747751213893, 0.00215076923076923, 0.00225511476767473, 0.00659615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 105, '2021-05-23 00:00:00', 0.000263195525447121, 0.000478269230769247, 0.000303051214255163, 0.000730961538461549, 0.000396488820290518, 0.00105423076923078, 0.000838172187193427, 0.00217384615384617, 0.00221697337862647, 0.00658480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 120, '2021-05-23 00:00:00', 0.000194290128020306, 0.000570576923076925, 0.000287016282036125, 0.000747884615384617, 0.000455371403784421, 0.00112134615384615, 0.000853244396407031, 0.00218500000000001, 0.00218334521918864, 0.00659788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 135, '2021-05-23 00:00:00', 0.000214023453064237, 0.000460961538461548, 0.000353690488334716, 0.00073519230769232, 0.000550363376464906, 0.00112538461538462, 0.000817544470679399, 0.00219519230769232, 0.00218378705111451, 0.00660173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 150, '2021-05-23 00:00:00', 0.000262877055206111, 0.000517115384615386, 0.000292555057277199, 0.000762692307692295, 0.00050711006239732, 0.00104384615384616, 0.000915098166234719, 0.00226442307692309, 0.00217006185661573, 0.00662730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 165, '2021-05-23 00:00:00', 0.000240561522596302, 0.000540384615384603, 0.000446523838626276, 0.000838461538461544, 0.00044960358607932, 0.00119576923076925, 0.000985511522783188, 0.00225980769230771, 0.00220691099817057, 0.00670692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 180, '2021-05-23 00:00:00', 0.000444522042371183, 0.000689615384615393, 0.000415510668195925, 0.00081865384615385, 0.000428452896612202, 0.00123173076923079, 0.00107342580625698, 0.00233519230769232, 0.00220427539114333, 0.00672 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 195, '2021-05-23 00:00:00', 0.000195243536286185, 0.000520961538461531, 0.000325595371824968, 0.000872884615384629, 0.000337338052313186, 0.00114480769230771, 0.00101030269645366, 0.00225653846153847, 0.00222052034788801, 0.00664615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 210, '2021-05-23 00:00:00', 0.000242903985463068, 0.000622884615384618, 0.000233698770609978, 0.000828653846153848, 0.00028373640258845, 0.0011171153846154, 0.000944858638185542, 0.00225538461538462, 0.00220966482839506, 0.00665057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 225, '2021-05-23 00:00:00', 0.000118878250582412, 0.000535961538461552, 0.00019531128999625, 0.000757500000000009, 0.00064170254311959, 0.00114192307692309, 0.000970468265244229, 0.00212057692307692, 0.00218581324418661, 0.00660346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 240, '2021-05-23 00:00:00', 0.000188070465517592, 0.000582499999999999, 0.000253806785991594, 0.000758269230769232, 0.000655190518387296, 0.00114115384615384, 0.000939580941778745, 0.00214788461538461, 0.00216314860437637, 0.00658826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 255, '2021-05-23 00:00:00', 0.000264537622742302, 0.000511923076923087, 0.000643127933199556, 0.000893461538461537, 0.000607000728677792, 0.00111173076923077, 0.000922340584516439, 0.00218192307692307, 0.00216840608778396, 0.00655480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 270, '2021-05-23 00:00:00', 0.000631442792341477, 0.000679999999999993, 0.000603668815213724, 0.000869038461538459, 0.000578477710494076, 0.00110230769230768, 0.00095636370616075, 0.00219346153846154, 0.00218264575687399, 0.0065225 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 285, '2021-05-23 00:00:00', 0.000202312781451048, 0.000532307692307691, 0.000215791298748082, 0.000706730769230779, 0.000340964751167118, 0.000995192307692324, 0.000844772454569849, 0.0020675, 0.00216401810208554, 0.00644211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 300, '2021-05-23 00:00:00', 0.000147619052345514, 0.000499230769230773, 0.000221594570885996, 0.000708076923076929, 0.000413809692417249, 0.000927307692307704, 0.000859291949133784, 0.00201557692307693, 0.00215947554174264, 0.00640384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 315, '2021-05-23 00:00:00', 0.000182728045087611, 0.000468461538461529, 0.000281234093567287, 0.000658846153846157, 0.000436924610641934, 0.000921346153846165, 0.000878165417219323, 0.0020325, 0.00213942297216942, 0.00633942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 330, '2021-05-23 00:00:00', 0.000182849244334895, 0.000440384615384622, 0.000299662951689689, 0.000608269230769236, 0.000613795286594905, 0.000954423076923091, 0.000851543237079227, 0.00207326923076924, 0.00208987799607096, 0.00628096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 345, '2021-05-23 00:00:00', 0.000200084597492771, 0.000455384615384622, 0.000292408368290223, 0.00069942307692309, 0.000596673374120717, 0.000966346153846161, 0.000767201833839155, 0.00207942307692309, 0.00200171730118071, 0.00626692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 360, '2021-05-23 00:00:00', 0.000221255160739459, 0.000490384615384617, 0.000526226771824266, 0.000696153846153859, 0.000621117634095676, 0.000963653846153857, 0.000735914397195759, 0.00208, 0.00195437780773951, 0.00628615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 375, '2021-05-23 00:00:00', 0.000406987053281116, 0.000417692307692311, 0.000396123135478765, 0.000581538461538462, 0.00044852206017267, 0.000845961538461529, 0.000693820665146701, 0.00203134615384616, 0.00193875927811103, 0.00616153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 390, '2021-05-23 00:00:00', 0.000157632117968965, 0.000416730769230766, 0.000314652433402559, 0.000616923076923079, 0.000388299448285031, 0.000857307692307698, 0.000745919566709444, 0.002065, 0.00193335392119896, 0.00611076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 405, '2021-05-23 00:00:00', 0.000210367809763322, 0.000391153846153855, 0.000194734138289595, 0.000515769230769228, 0.000298526960514191, 0.00077711538461539, 0.000854239652916787, 0.00210423076923077, 0.00193988684245719, 0.00606480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 420, '2021-05-23 00:00:00', 0.000132853881562245, 0.000386923076923075, 0.000274209703581881, 0.000580192307692313, 0.000292417246676465, 0.000839615384615385, 0.000872798879820194, 0.00219673076923076, 0.00193730821383297, 0.00605634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 435, '2021-05-23 00:00:00', 0.000251658575179822, 0.000459038461538475, 0.000230484189345954, 0.000604807692307705, 0.00030009024283732, 0.000926923076923073, 0.000780505186500281, 0.00225211538461539, 0.00195184066972693, 0.00605499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 450, '2021-05-23 00:00:00', 0.000164253205096932, 0.00044365384615384, 0.000277866666974247, 0.000641730769230754, 0.000398111358599767, 0.000965576923076908, 0.00089344314527904, 0.00234442307692307, 0.00194790036864155, 0.0060503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 465, '2021-05-23 00:00:00', 0.000225039227349709, 0.000415576923076913, 0.000284667957722409, 0.0006703846153846, 0.000369226061668705, 0.000896730769230751, 0.000822559513862753, 0.00244307692307691, 0.00194380455649383, 0.00603807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 480, '2021-05-23 00:00:00', 0.000227380399669468, 0.000584615384615371, 0.000336890132741322, 0.000750192307692299, 0.000332520733882168, 0.000954038461538447, 0.000811668580527402, 0.00247673076923076, 0.00211464461462296, 0.00613461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 495, '2021-05-23 00:00:00', 0.000248812951060394, 0.000518269230769219, 0.000243188515037516, 0.000649423076923066, 0.000335949229222791, 0.00102326923076923, 0.00078750873011032, 0.00249999999999999, 0.00215233597606093, 0.00611692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 510, '2021-05-23 00:00:00', 0.000158084325112129, 0.000430576923076909, 0.000182186295186684, 0.000610384615384605, 0.000326669734417832, 0.00105365384615386, 0.000729017041058598, 0.00246461538461538, 0.00215148378137937, 0.0060676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 525, '2021-05-23 00:00:00', 0.000151920525781889, 0.000469615384615387, 0.000251737042291239, 0.000758461538461554, 0.000372020109051196, 0.00111019230769231, 0.000746865475478369, 0.00250596153846154, 0.00215764452230097, 0.00606826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 540, '2021-05-23 00:00:00', 0.000195021892262235, 0.000588461538461546, 0.000235812180803684, 0.000835769230769245, 0.000424382311311207, 0.00119288461538461, 0.000765645052327659, 0.00253788461538461, 0.00218172331320556, 0.00603884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 555, '2021-05-23 00:00:00', 0.000174728470666752, 0.000555961538461538, 0.000271226842329436, 0.000795000000000003, 0.000397754514551565, 0.00125942307692307, 0.00076180042308689, 0.00255326923076923, 0.00223756650094559, 0.00612461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 570, '2021-05-23 00:00:00', 0.000254724058843778, 0.000592884615384609, 0.000363309149983234, 0.000873461538461522, 0.000470550782022036, 0.00132096153846153, 0.000739820144463397, 0.00255961538461538, 0.00222787518639485, 0.00612038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 585, '2021-05-23 00:00:00', 0.000277598007640824, 0.000619423076923074, 0.000255946508834585, 0.000968846153846147, 0.000378620979547958, 0.0013753846153846, 0.00071627659032398, 0.00255692307692306, 0.00220880092775731, 0.00607346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 600, '2021-05-23 00:00:00', 0.000269109714543228, 0.000809038461538454, 0.000342447750085273, 0.0010526923076923, 0.000402204119628528, 0.00145692307692306, 0.00076691723051548, 0.00262903846153846, 0.00222211472389566, 0.0060903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 615, '2021-05-23 00:00:00', 0.000264659214840542, 0.000667499999999996, 0.000353335316878829, 0.000980384615384612, 0.000312384932661374, 0.00133288461538462, 0.000735656195828959, 0.00251403846153847, 0.00214856087792594, 0.00607961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 630, '2021-05-23 00:00:00', 0.000277522348372437, 0.000734423076923067, 0.000290833351700827, 0.00100096153846153, 0.000361140075104027, 0.00129692307692307, 0.000744988616330156, 0.00247403846153846, 0.00213544541381526, 0.00606134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 645, '2021-05-23 00:00:00', 0.000238670999817421, 0.000739615384615375, 0.000245877783899619, 0.000916730769230771, 0.000382341420118781, 0.00128480769230768, 0.000720431841648839, 0.00241403846153846, 0.00212067786695307, 0.00606115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 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 983565, 3, 660, '2021-05-23 00:00:00', 0.00015375454965126, 0.000612692307692308, 0.000259327903509142, 0.000855192307692291, 0.000389833347036324, 0.00118403846153844, 0.000675312918920958, 0.00230346153846153, 0.00209067725500982, 0.00[...];
Date: 2021-05-23 16:02:35 Duration: 19s186ms Database: acaweb_fx User: pgperfstats
15 790ms 10s364ms 5s173ms 24 2m4s 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 16 24 2m4s 5s173ms [ User: postgres - Total duration: 2m4s - 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 16:20:40 Duration: 10s364ms 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 16:00:40 Duration: 9s796ms 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 16:50:39 Duration: 9s647ms Database: acaweb_fx User: postgres Bind query: yes
16 4s618ms 5s332ms 4s792ms 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 16 13 1m2s 4s792ms [ 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 16:33:07 Duration: 5s332ms 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 16:01:07 Duration: 5s41ms 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 16:46:07 Duration: 4s902ms Database: acaweb_fx User: postgres
17 51ms 14s458ms 1s859ms 147 4m33s with rar_max as ( ;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 23 16 147 4m33s 1s859ms [ User: postgres - Total duration: 4m33s - Times executed: 147 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 16:04:04 Duration: 14s458ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 16:26:41 Duration: 9s338ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 16:07:10 Duration: 9s244ms Database: acaweb_fx User: postgres Bind query: yes
18 178ms 18s332ms 1s433ms 244 5m49s 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 16 244 5m49s 1s433ms [ User: postgres - Total duration: 5m49s - Times executed: 244 ]
-
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 16:03:50 Duration: 18s332ms 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 16:18:46 Duration: 10s319ms 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 16:01:02 Duration: 9s770ms Database: acaweb_fx User: postgres Bind query: yes
19 50ms 25s682ms 632ms 89 56s299ms (( 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 16 89 56s299ms 632ms [ User: postgres - Total duration: 56s299ms - 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 16:47:37 Duration: 25s682ms 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 16:47:28 Duration: 2s87ms 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 16:32:07 Duration: 1s513ms Database: acaweb_fx User: postgres Bind query: yes
20 51ms 5s33ms 274ms 191 52s481ms 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 16 191 52s481ms 274ms [ User: postgres - Total duration: 52s481ms - Times executed: 191 ]
-
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 = '689' 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 ('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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 16:25:45 Duration: 5s33ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-23 16:03:31 Duration: 1s826ms 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 16:03:20 Duration: 1s167ms Database: acaweb_fx User: postgres Bind query: yes
Time consuming prepare
Rank Total duration Times executed Min duration Max duration Avg duration Query NO DATASET
Time consuming bind
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 70ms 1 70ms 70ms 70ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname WHERE b.brokerid = 700 AND sg.groupid = 5352 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration May 23 16 1 70ms 70ms [ User: postgres - Total duration: 97ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname WHERE b.brokerid = 700 AND sg.groupid = 5352 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-23 16:20:35 Duration: 70ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
2 69ms 1 69ms 69ms 69ms SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_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_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND groupid = 5352 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 16 1 69ms 69ms [ User: postgres - Total duration: 109ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_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_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND groupid = 5352 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2021-05-23 16:20:35 Duration: 69ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
3 68ms 1 68ms 68ms 68ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname WHERE b.brokerid = 700 AND sg.groupid = 5346 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 16 1 68ms 68ms [ User: postgres - Total duration: 61ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname WHERE b.brokerid = 700 AND sg.groupid = 5346 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-23 16:20:35 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
4 63ms 1 63ms 63ms 63ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 16 1 63ms 63ms [ User: postgres - Total duration: 490ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;
Date: 2021-05-23 16:20:35 Duration: 63ms Database: postgres User: acaweb_fx Remote: postgres
5 60ms 1 60ms 60ms 60ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5370 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 16 1 60ms 60ms [ User: postgres - Total duration: 66ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5370 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;
Date: 2021-05-23 16:20:35 Duration: 60ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
6 57ms 1 57ms 57ms 57ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5346 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 16 1 57ms 57ms [ User: postgres - Total duration: 62ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5346 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;
Date: 2021-05-23 16:20:35 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres
7 56ms 1 56ms 56ms 56ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname WHERE b.brokerid = 700 AND sg.groupid = 5370 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 16 1 56ms 56ms [ User: postgres - Total duration: 65ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname WHERE b.brokerid = 700 AND sg.groupid = 5370 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-23 16:20:35 Duration: 56ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
8 54ms 1 54ms 54ms 54ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 16 1 54ms 54ms [ User: postgres - Total duration: 155ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;
Date: 2021-05-23 16:20:35 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 62,316 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 19817 ERROR entries
- 69 WARNING entries
Most Frequent Errors/Events
Key values
- 17,508 Max number of times the same event was reported
- 19,886 Total events found
Rank Times reported Error 1 17,508 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count May 23 16 17,508 - ERROR: duplicate key value violates unique constraint "pk_t60"
- ERROR: duplicate key value violates unique constraint "pk_t240_1"
- ERROR: duplicate key value violates unique constraint "pk_t1440_1"
Detail: Key (pricedatetime, symbolid)=(2021-05-18 01:00:00, 960610) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960610, '2021-05-18 01:00', 1.21572, 1.21673, 1.21554, 1.21661, 0, 0,'2021-05-23 16:00');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960610, '2021-05-18 01:00', 1.21572, 1.21673, 1.21554, 1.21661, 0, 0,'2021-05-23 16:00');Date: 2021-05-23 16:00:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-16 20:00:00, 960648) already exists.
Statement: INSERT INTO T240 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960648, '2021-05-16 20:00', 1.21437, 1.21508, 1.21433, 1.21486, 0, 0,'2021-05-23 16:00');INSERT INTO T240 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960648, '2021-05-16 20:00', 1.21437, 1.21508, 1.21433, 1.21486, 0, 0,'2021-05-23 16:00');Date: 2021-05-23 16:00:10 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-16 00:00:00, 960686) already exists.
Statement: INSERT INTO T1440 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960686, '2021-05-16 00:00', 1.21437, 1.21508, 1.21433, 1.21486, 0, 0,'2021-05-23 16:00');INSERT INTO T1440 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960686, '2021-05-16 00:00', 1.21437, 1.21508, 1.21433, 1.21486, 0, 0,'2021-05-23 16:00');Date: 2021-05-23 16:00:13 Database: acaweb_fx Application: User: postgres Remote:
2 2,308 ERROR: function powerstatslatestprfprice(...) does not exist
Times Reported Most Frequent Error / Event #2
Day Hour Count May 23 16 2,308 - 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 16:00:00 Database: acaweb_fx Application: User: postgres Remote:
3 69 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #3
Day Hour Count May 23 16 69 - WARNING: there is no transaction in progress
Date: 2021-05-23 16:00:45 Database: acaweb_fx Application: User: postgres Remote:
4 1 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #4
Day Hour Count May 23 16 1 - ERROR: relation "t0" does not exist at character 83
Statement: SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T0 WHERE symbolid = $1 AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050 ) a ORDER BY PriceDateTime ASC
Date: 2021-05-23 16:19:15 Database: acaweb_fx Application: User: postgres Remote: